@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap');

/* *********************************************** 
* reset
*********************************************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
q:before,q:after {content: '';}
object,embed {vertical-align: top;}
legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}

/* *********************************************** 
* Common
*********************************************** */
body {
/*    background-image: url(/images/BGC.png);*/
/*    background: #fff;*/
    background-repeat: repeat;
    font: 14px/1.9 'Zen Maru Gothic', 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #000;
}

@media screen and (min-width: 768px) {
    body {
        font: 16px/1.9  'Zen Maru Gothic', 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
    }
}

img {
    width: 100%;
    height: auto;
}

.p-profile {}

.block {}

.all-contens {
    width: 100%;
}
.margin-top-30 {
    margin-top: 30px;
}
@media screen and (min-width: 1500px) {
    .all-contens {
        width: 1500px;
        margin: auto;
    }
}

/* *********************************************** 
* twitter emoji Style Sheet
*********************************************** */
img.emoji {
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
}

/* *********************************************** 
* header関連
*********************************************** */
section {
    clear: both;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 5px;
}

.wp-block-embed__wrapper {
    margin: 30px auto 35px auto;
    /* 位置調整 上 右 下 左 */
    width: 78%;
    /* 全体サイズの調整 */
}

#header {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#header img {
    width: 100%;
}

/* *********************************************** 
* footer
*********************************************** */
#footer {
    clear: both;
    padding: 5px 5px 0px 0;
    text-align: center;
    font-size: 12px;
    background-color: #f0f0f09c;
}

/* *********************************************** 
* intro関連
*********************************************** */
.header-title-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    /*    text-align: center;*/
}
.header-title-div {
/*    background-color: white;*/
}

.intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
/*    text-align: center;*/
}
.in-youtube {
    margin-top: 20px;
    width: 640px;
    height: 360px;
}

.youtube-div {
    padding: 0px 20px 10px 20px;

    border-radius: 25px;
    border: solid;
    border-width: 1px;
    border-color: #ffc868;
}
.youtube-img {
    position: absolute;
    max-width: 100px;
    margin-top: -30px;
    margin-left: -50px;
}
@media only screen and (max-width: 690px) {
    .in-youtube {
        width: 320px;
        height: 180px;
    }
    .youtube-img {
        position: absolute;
        max-width: 50px;
        margin-top: -15px;
        margin-left: -25px;
    }
}

/* *********************************************** 
* モーダルウィンドウ関連
*********************************************** */
#member div {}

.bound {}

.bound :hover {
    animation: bound-anim 1s infinite;
}

#member {
    margin-top: 20px;
    margin-bottom: 30px;
}
.title-img {
    max-width: 400px;
}

@keyframes bound-anim {
    0%,100% {top: 0;transform: scale(1);}
    30% {top: -25%;}
    50% {transform: scale(1);}
    90% {top: 0;transform: scale(1.1, 0.9);}
    /*
    0%,100% {top: 0;transform: scale(1);}
    30% {top: -5px; transform: scale(0.96,1.04);}
    60% {transform: scale(1);}
    90% {top: 0;transform: scale(1.05,0.9);}
*/
}

.modal-sd-img {
    width: 110px;
}
.modal-sd-img2 {
    width: 134px;
}
.modal-img {
    width: 100%;
}
.modal-container {
    /*    height: 200px;*/
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.modal-window {
    max-width: 600px;
    width: 70%;
}
@media screen and (max-width: 768px) {
    .modal-window {
        max-width: 600px;
        width: 98%;
    }
}
.modal-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 10px;
}

.modal-link-img {
    display: inline-block;
    float: left;
    height: 100%;
    padding: 0px;
    margin-top: 10px;
    max-width: 110px;
}

.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 10px;
    text-align: center;
}

.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}
.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
/*
    width: 70%;
    max-width: 600px;
    max-height: 90%;
*/
    padding: 0px;
    border-radius: 15px 15px 15px 15px;
/*    border-radius: 2px;*/
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
}

.modal-content {
    border-radius: 15px 15px 15px 15px;
}

.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
}

.modal-links {
    margin-bottom: 0px;
}

.modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
}


.iconimg {
    padding: 2px;
    width: 30px;
}
.iconimg2 {
    padding: 7px;
    width: 20px;
}

/* *********************************************** 
* ギザギザ関連CSS
*********************************************** */
/*
.header-jagged-border {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-135deg, white 10px, transparent 10px), linear-gradient(135deg, white 10px, transparent 10px);
    -webkit-mask-position: left bottom;
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-size: 100% 100%, 20px 20px, 20px 20px;
}
*/

/* ギザギザ*/
.jagged-border {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    min-height: 50px;
/*    height: 50px;*/
/*    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 1px 2px);*/
/*    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 1px 2px);*/
}

.jagged-border:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
}

.twitter-bg {
    background: #fcffd7;
    
}
.twitter-bg:before {
    background: -webkit-linear-gradient(45deg, transparent 33.333%, #fcffd7 33.333%, #fcffd7 66.667%, transparent 66.667%), 
        -webkit-linear-gradient(135deg, transparent 33.333%, #fcffd7 33.333%, #fcffd7 66.667%, transparent 66.667%);
    background: linear-gradient(45deg, transparent 33.333%, #fcffd7 33.333%, #fcffd7 66.667%, transparent 66.667%), 
        linear-gradient(-45deg, transparent 33.333%, #fcffd7 33.333%, #fcffd7 66.667%, transparent 66.667%);
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}

.news-bg {
    background: #d0ffb9;

}
.news-bg:before {
    background: -webkit-linear-gradient(45deg, transparent 33.333%, #d0ffb9 33.333%, #d0ffb9 66.667%, transparent 66.667%), 
        -webkit-linear-gradient(135deg, transparent 33.333%, #d0ffb9 33.333%, #d0ffb9 66.667%, transparent 66.667%);
    background: linear-gradient(45deg, transparent 33.333%, #d0ffb9 33.333%, #d0ffb9 66.667%, transparent 66.667%), 
        linear-gradient(-45deg, transparent 33.333%, #d0ffb9 33.333%, #d0ffb9 66.667%, transparent 66.667%);
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}

.history-bg {
    background: #ffe7e6;

}
.history-bg:before {
    background: -webkit-linear-gradient(45deg, transparent 33.333%, #ffe7e6 33.333%, #ffe7e6 66.667%, transparent 66.667%), 
        -webkit-linear-gradient(135deg, transparent 33.333%, #ffe7e6 33.333%, #ffe7e6 66.667%, transparent 66.667%);
    background: linear-gradient(45deg, transparent 33.333%, #ffe7e6 33.333%, #ffe7e6 66.667%, transparent 66.667%), 
        linear-gradient(-45deg, transparent 33.333%, #ffe7e6 33.333%, #ffe7e6 66.667%, transparent 66.667%);
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}

.boshu-bg {
    background: #ecc3ff;

}
.boshu-bg:before {
    background: -webkit-linear-gradient(45deg, transparent 33.333%, #ecc3ff 33.333%, #ecc3ff 66.667%, transparent 66.667%), 
        -webkit-linear-gradient(135deg, transparent 33.333%, #ecc3ff 33.333%, #ecc3ff 66.667%, transparent 66.667%);
    background: linear-gradient(45deg, transparent 33.333%, #ecc3ff 33.333%, #ecc3ff 66.667%, transparent 66.667%), 
        linear-gradient(-45deg, transparent 33.333%, #ecc3ff 33.333%, #ecc3ff 66.667%, transparent 66.667%);
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}

.intro-bg {
    background: #fff7e8;
}

.intro-bg:before {
    background: -webkit-linear-gradient(45deg, transparent 33.333%, #fff7e8 33.333%, #fff7e8 66.667%, transparent 66.667%), 
        -webkit-linear-gradient(135deg, transparent 33.333%, #fff7e8 33.333%, #fff7e8 66.667%, transparent 66.667%);
    background: linear-gradient(45deg, transparent 33.333%, #fff7e8 33.333%, #fff7e8 66.667%, transparent 66.667%), 
        linear-gradient(-45deg, transparent 33.333%, #fff7e8 33.333%, #fff7e8 66.667%, transparent 66.667%);
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}

/* *********************************************** 
 * Twitter関連CSS
*********************************************** */
body {
    --cont-resp-w: $w-cont;
}

#main .twitter {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
}

#main .twitter-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
}

@media screen and (max-width: 768px) {
    #main .twitter {
        margin-top: calc(var(--cont-resp-w) * 80 / 414);
    }
}

#main .twitter__head {
    width: 100%;
}

#main .twitter__cont {
    width: 100%;
    /*    margin-top: 64px;*/
}

@media screen and (max-width: 768px) {
    #main .twitter__cont {
        margin-top: calc(var(--cont-resp-w) * 32 / 414);
    }
}

#main .twitter__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #main .twitter__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#main .twitter__list__item {
    width: calc(((100% - 24px) / 3) * 2);
    border: 1px solid #f28a34;
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    #main .twitter__list__item {
        width: 100%;
    }
}

#main .twitter__list__item:nth-child(n+2) {
    margin-left: 5%;
}

@media screen and (max-width: 768px) {
    #main .twitter__list__item:nth-child(n+2) {
        margin-left: 0;
        margin-top: 24px;
        /*        margin-top: calc(var(--cont-resp-w) * 16 / 414);*/
    }
}

#main .twitter__list__item__head {
    width: 100%;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    background: linear-gradient(60deg, #ff557f 20%, #ffbbbb 100%);
}

@media screen and (max-width: 768px) {
    #main .twitter__list__item__head {
        height: calc(var(--cont-resp-w) * 110 / 414);
        padding: 0 calc(var(--cont-resp-w) * 24 / 414);
    }
}

#main .twitter__list__item__head > h3 {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    #main .twitter__list__item__head > h3 {
        font-size: calc(var(--cont-resp-w) * 20 / 414);
    }
}

#main .twitter__list__item__head > p {
    width: 100%;
    text-align: center;
    margin-top: calc(14px - (22px - 14px) / 2);
    margin-bottom: calc(0px - (22px - 14px) / 2);
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width: 768px) {
    #main .twitter__list__item__head > p {
        margin-top: calc(calc(var(--cont-resp-w) * 14 / 414) - (calc(var(--cont-resp-w) * 20 / 414) - calc(var(--cont-resp-w) * 12 / 414)) / 2);
        margin-bottom: calc(calc(var(--cont-resp-w) * 0 / 414) - (calc(var(--cont-resp-w) * 20 / 414) - calc(var(--cont-resp-w) * 12 / 414)) / 2);
        font-size: calc(var(--cont-resp-w) * 12 / 414);
        line-height: calc(var(--cont-resp-w) * 20 / 414);
    }
}

#main .twitter__list__item__widget {
    width: 100%;
    height: 380px;
    background-color: white;
}

/**
@media screen and (max-width: 768px) {
    #main .twitter__list__item__widget {
        height: calc(var(--cont-resp-w) * 290 / 414);
    }
}
*/
.waku {
/*
    color: #000;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
*/
    font-weight: bold;
    color: #FFF;
    text-shadow:2px 2px 0 #ff8388, -1px -1px 0 #ff8388,
        -1px 1px 0 #ff8388, 1px -1px 0 #ff8388,
        0px 1px 0 #ff8388,  0-1px 0 #ff8388,
        -1px 0 0 #ff8388, 1px 0 0 #ff8388;
}

/* *********************************************** 
* 告知関連
*********************************************** */
.rolet {
    width: 130px;
    animation:10s linear infinite rotation;
}
.rolet-r {
    width: 130px;
    animation:10s linear infinite rotation-r;
}
@keyframes rotation {
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}
@keyframes rotation-r {
    0%{ transform:rotate(0);}
    100%{ transform:rotate(-360deg); }
}
.kokuchi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.kokuchi-line {
    display: flex;
    width: 80%;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.kokuchi-img {
    width: 130px;
}
.kokuchi-col {
    width: calc(100% - 130px);
    padding-left: 15px;
    padding-right: 15px;
}
.kokuchi-col1 {
    width: 100%;
/*
    padding-left: 15px;
    padding-right: 15px;
*/
    display: flex;
    flex-direction: row;
}
.kokuchi-col-ymd {
    margin-right: 10px;
    font-weight: bold;
}
.kokucho-col-memo {
    font-weight: bold;
}
.kokuchi-color-1 {
    color: #9c5a10;
}
.kokuchi-color-2 {
    color: #968108;
}
.kokuchi-color-3 {
    color: #00677b;
}
.kokuchi-border {
    background-size: 500px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.kokuchi-border2 {
    height: 34px;
    margin-top: -1px;
    margin-bottom: -1px;
}

@media screen and (max-width: 768px) {
    .kokuchi-line {
        display: flex;
        width: 90%;
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    .kokuchi-col {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.other {
    margin-top: 40px;
}


.googleCl {
    width: 70%;
    max-width: 800px;
    height: 400px;
}
@media screen and (max-width: 768px) {
    .googleCl {
        width: 90%;
        max-width: 800px;
        height: 400px;
    }
}

/* *********************************************** 
* blog
*********************************************** */
.blog_bg_color {
    background-color: ivory;
}
.blog {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
/*    width: 80%;*/
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}
@media screen and (max-width: 768px) {
    .blog {
        display: flex;
        width: 90%;
        flex-direction: column;
        align-items: center;
        padding: 15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

.rss-box {
    max-width: 100%;
}
.rss-box .rss-title {
}
.rss-box ul.rss-items {
}
.rss-box .rss-items li.rss-item {
    max-height: 150px;
    overflow-x: scroll;
    
    background-color: #ffffff;
    border-radius: 8px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px;

    border-style: solid;
    border-width: 1px;
    border-color: #c9c9c9;
}
.rss-box .rss-items a.rss-item {
    border-bottom: 1px;
}

/* *********************************************** 
* youtube-three
*********************************************** */
.youtube-three {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    /*    text-align: center;*/
}
.in-youtube-mini {
    margin-top: 40px;
    width: 640px;
    height: 360px;
    
    border-style: solid;
    border-color: #c3c3c3;
    border-width: 1px;
}
@media screen and (max-width: 768px) {
    .in-youtube-mini {
        margin-top: 40px;
        margin-bottom: 20px;
        width: 320px;
        height: 240px;
    }
}
.youtube-div-mini {
    padding: 0px 15px 10px 15px;
    border-radius: 25px;
    max-width: 700px;
}
.slick-dots li button:before {
    font-size:20px!important;
}
.slick-prev,.slick-next {
/*
    z-index: 100!important;
    left: 10px!important;
*/
    color: black!important;
}
.slick-prev:before, .slick-next:before {
    color: black!important;
}
.slider {
    max-width: 90%;
}
/* *********************************************** 
* Contact
*********************************************** */
.center_div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*
.u_button {
    color: #FFFFFF;
    background-color: #fe8625;
    text-decoration: none;
    text-align: center;
    width: 150px;
    padding: 5px;
    margin: 15px;
    border-radius: 30px;
}
.u_button :hover {

    color: #FFFFFF;
}
*/

.u_button{
    width: 220px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    background:#fe8625;
    color:#fff;
    border:none;
    position:relative;
    font-size:1.1em;
    cursor:pointer;
    transition:800ms ease all;
    outline:none;
    padding: 5px;
    margin: 15px;
    border: 3px solid #f28a34;
}
.u_button:hover{
    background:#fff;
    color:#fe8625;
}

.n_button{
    width: 220px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    background:#b4b4b4;
    color:#fff;
    border:none;
    position:relative;
    font-size:1.1em;
    cursor:pointer;
    transition:800ms ease all;
    outline:none;
    padding: 5px;
    margin: 15px;
    border: 3px solid #a4a4a4;
}
.n_button:hover{
    background:#b4b4b4;
    color:#fff;
}
/*
.u_button:before,.u_button:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #fe8625;
    transition:400ms ease all;
}
.u_button:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
}
.u_button:hover:before,.u_button:hover:after{
    width:100%;
    transition:800ms ease all;
}
*/

/* *********************************************** 
* hashtag
*********************************************** */
.hashtag_footer {
    background-color: #b8ecffdb;
    width: 100%;
    position: fixed;
    bottom: 0;
}
.tag_button{
    width: 220px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    background:#1da1f2;
    color:#fff;
    border:none;
    position:relative;
    font-size:1.1em;
    cursor:pointer;
    transition:800ms ease all;
    outline:none;
    padding: 5px;
    margin: 15px;
    border: 3px solid #1da1f2;
}
.tag_button:hover{
    background:#fff;
    color:#1da1f2;
}
.tag_button_clear {
    width: 30px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    background:#fff;
    color:#1da1f2;
    border:none;
    position:relative;
    font-size:1.1em;
    cursor:pointer;
    transition:800ms ease all;
    outline:none;
    padding: 5px;
    margin: 15px;
    border: 3px solid #1da1f2;
    margin-left: -10px;
}
.tag_button_clear:hover{
    background:#e2f4ff;
}

/* ツールチップ */
.tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip1 p{
    margin:0;
    padding:0;
}

/* チェックボックス */
input[type=checkbox] {
    display: none;
}
.tag_checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    padding-right: 15px;
    position: relative;
    width: auto;
}
.tag_checkbox::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.tag_checkbox::after {
    border-right: 6px solid;
    border-bottom: 3px solid;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .tag_checkbox::before {
    border-color: #ccc;
}
input[type=checkbox]:checked + .tag_checkbox::after {
    opacity: 1;
}

.tag_block {
    padding: 20px;
/*    padding-top: 100px;*/
    width: 85%;
/*    border: 1px solid #1da1f2;*/
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .tag_block {
        width: 95%;
    }
}

.oshimark {
    margin: 5px;
    border: 1px solid;
    background-color: #ffffffb0;
    border-radius: 25px;
    display: flex;
    align-items: center;
    height: 60px;
    border-radius: 50px;
    font-size: 1.2em;
}
.hashtag_icon {
    /*
    position: absolute;
    margin-top: -100px;
    margin-left: -20px;
    */
    width: 60px;
    margin-right: 10px;
    border: 1px solid;
    border-radius: 30px;
}
.hashtag_icon2 {
    /*
    position: absolute;
    margin-top: -100px;
    margin-left: -20px;
    */
    width: 60px;
    margin-right: 10px;
    border: 0px solid;
    border-radius: 30px;
}
.hashtag_icon3 {
    /*
    position: absolute;
    margin-top: -100px;
    margin-left: -20px;
    */
    width: 74px;
    margin-right: 10px;
    border: 0px solid;
    border-radius: 30px;
}


.hashtag_col {
    margin: 5px;
    padding: 3px;
    padding-bottom: 5px;
    border: 1px solid;
    background-color: #ffffffb0;
    border-radius: 25px;
    display: flex;
    align-items: center;
}
.hashsearch_icon {
    font-size: 1.5em;
/*    margin-top: 8px;*/
    margin-right: 10px;
}

.hashtag_col_color0 {
    border-color: #fecc6b;
    color: #fecc6b;
}
.hashtag_col_color1 {
    border-color: #ff8cb7;
    color: #ff8cb7;
}
.hashtag_col_color2 {
    border-color: #b3b3b3;
    color: #b3b3b3;
}
.hashtag_col_color3 {
    border-color: #da6eff;
    color: #da6eff;
}
.hashtag_col_color4 {
    border-color: #ffb056;
    color: #ffb056;
}
.hashtag_col_color5 {
    border-color: #00bcda;
    color: #00bcda;
}
.hashtag_col_color6 {
    border-color: #46b009;
    color: #46b009;
}
.hashtag_col_color7 {
    border-color: #a65d2a;
    color: #a65d2a;
}
.hashtag_col_color8 {
    border-color: #ee0808;
    color: #ee0808;
}
.hashtag_col_color9 {
    border-color: #ceb400;
    color: #ceb400;
}
.hashtag_col_color10 {
    border-color: #2b0bd7;
    color: #2b0bd7;
}

.hyo {
    border-radius: 50px;
}
@media screen and (max-width: 768px) {
    .hyo {
        border-radius: 20px;
    }
}