@charset "utf-8";
/* body{
    font-family :Menlo, Monaco, 'Courier New', monospace,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	vertical-align: baseline;
} */

.midashi_m1{
    background-color: #FFBE23;
    color: #ffffff;
    font-size: 18px;
    width: 94%;
    padding: 1% 3%;
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
    font-family: sans-serif;
    line-height: 1.5;
}
.midashi_m2{
    background-color: #FFF5D9;
    color: #333333;
    font-size: 18px;
    width: 94%;
    padding: 1% 3%;
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
    font-family: sans-serif;
    line-height: 1.5;
}

.midashi_s1{
    border-left: solid 7px #FFBE23;
    font-size: 18px;
    padding: 0 2%;
    font-family: sans-serif;
    margin-bottom: 15px;
    line-height: 1.5;
    display: block;
    color:#1a1a1a !important;
    font-weight: bolder;
}
.midashi_s2{
    border-left: solid 7px #FFF5D9;
    font-size: 18px;
    padding: 0 2%;
    font-family: sans-serif;
    margin-bottom: 15px;
    line-height: 1.5;
    display: block;
    color:#1a1a1a !important;
    font-weight: bolder;
}

.midashi_n1{
    font-size: 18px;
    font-family: sans-serif;
    margin-bottom: 15px;
    vertical-align:bottom;
    line-height: 1.5;
    display: block;
    color:#666666 !important;
    font-weight: bolder;
}
.midashi_n1:before{
    content: "●　";
    font-size: 8px;
    color: #FFBE23;
    vertical-align:middle;
}
.midashi_n2{
    font-size: 18px;
    font-family: sans-serif;
    margin-bottom: 15px;
    vertical-align:bottom;
    line-height: 1.5;
    display: block;
    color:#666666 !important;
    font-weight: bolder;
}
.midashi_n2:before{
    content: "●　";
    font-size: 8px;
    color: #FFF5D9;
    vertical-align:middle;
}
.midashi_yellow{
    background-color: #FFBE23;
    color: #ffffff;
    font-size: 20px !important;
    font-weight: bolder !important;
    text-align: center !important;
}
.font_s{
    font-size: 12px !important;
}
.font_l{
    font-size: 20px !important;
}
.font_2l{
    font-size: 25px !important;
}


.btn_a{
}
.btn_b{    
}
.btn_a a{
    background-color: #FFBE23;
    display: inline-block;
    color: #ffffff !important;
    padding: 10px;
    text-align: center;
    text-decoration: none !important;
    width: 200px;
    margin-bottom: 15px;
    margin: auto;
    /*background-image: url(img/icon_cursor.png);
    background-size: auto 25%;
    background-position: right 4% center;
    background-repeat: no-repeat;*/
}
.btn_a a:hover{
    background-color: #ff8923;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn_b a{
    background-color: #FFBE23;
    display: inline-block;
    color: #ffffff !important;
    padding: 10px;
    text-align: center;
    text-decoration: none !important;
    width: 300px;
    margin-bottom: 15px;
    margin: auto;
    /*background-image: url(img/icon_cursor.png);
    background-size: auto 25%;
    background-position: right 4% center;
    background-repeat: no-repeat;*/
}
.btn_b a:hover{
    background-color: #ff8923;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
    .btn_a a{
        width: 80%;
    }
    .btn_b a{
        width: 100%;
    }
}




.line_b1{
    background: #FFBE23;
}
.line_b2{
    background: #FFF5D9;
}

.line_s1{
     background: linear-gradient(transparent 60%, #FFBE23 0%);
}
.line_s2{
     background: linear-gradient(transparent 60%, #FFF5D9 0%);
}
.line_u1{
    border-bottom: 3px solid #FFBE23;
}
.line_u2{
    border-bottom: 3px solid #FFF5D9;
}
.line_yellow{
    border-bottom: solid 5px #FFBE23;
}
.box_a{
    display: block;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #FFBE23;
    margin-top: 0;
    line-height: 1.5;
}
.box_b{
    display: block;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    margin-top: 0;
    background-color: #FFF5D9;
    line-height: 1.5;
}
.box_c{
    display: block;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #FFBE23;
    margin-top: 0;
    border-radius: 10px;
    line-height: 1.5;
}

.tab_a{
    display: inline-block;
    left: -3px;
    padding: 5px 10px;
    height: 25px;
    line-height: 1.0;
    vertical-align:text-bottom
    font-size: 17px;
    background: #FFBE23;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.img_25p{
    width: 22% !important;
    margin: 1% !important;
}
.img_50p{
    width: 46% !important;
    margin: 1% !important;
}
.img_100p{
    width: 100% !important;
}
.cat_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 50px;
    gap: 2%;
    list-style-type: none !important;
}
.cat_list li{
    width: 32% !important;
    margin-bottom: 35px;
}
.cat_list li img{
    width: 100% !important;
}

@media screen and (max-width:767px) {
    .img_25p{
        width: 46% !important;
        margin: 1% !important;
    }
    .img_50p{
        width: 100% !important;
    }
    .cat_list li{
        width: 100% !important;
    }
}