body {
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", sans-serif;
}
.min {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝L", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
img { max-width: 100%;}
ul {margin: 0; padding: 0;}
li {list-style: none;}
button,a {transition: .5s;text-decoration: none;color: inherit;}
a:focus, *:focus { outline:none;text-decoration: none;}
p,li{font-size: 16px;}
p,h2,h3{
    color: #333;
}
button:hover,a:hover {text-decoration: none; opacity: 0.5; color: inherit;}
/** font-size **/
.font3S {
    font-size: 10px;
}
.fontSS {
    font-size: 11px;
}
.fontS {
    font-size: 12px;
}
.fontDefault {
    font-size: 16px;
}
.fontL {
    font-size: 20px;
}
.fontLL {
    font-size: 26px;
}
.font3L {
    font-size: 36px;
}
/** color **/
.main_fc {
    color: #00A7DB;
}
/** bg **/
.lBlue_bg {
/***
    background: rgba(0,167,219,0.1);
***/
}
.Blue_bg {
    background: #00A7DB;
}
.BlueGrad_bg {
     background: -moz-linear-gradient(top, #00A7DB, #007EB5);
background: -webkit-linear-gradient(top, #00A7DB, #007EB5);
background: linear-gradient(top, #00A7DB, #007EB5);
}
.gray_bg {
    background: #F2F2F2;
}
.border_top {
    border-top: 5px solid #00A7DB;
}
/** radius **/
.radius20 {
    border-radius: 20px;
}

.KV_area {
    background: -moz-linear-gradient(top, #00A7DB, #007EB5);
background: -webkit-linear-gradient(top, #00A7DB, #007EB5);
background: linear-gradient(top, #00A7DB, #007EB5);
}
.KV_area .grid_bg {
    background-image: url("../img/KV_bg.svg");
}
.KV_area h1.h1_ttl {
    padding-top: 95px;
    padding-right: 20px;
}
.read_txt {
    position: relative;
    padding: 50px 0;
}
.read_txt::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url("../img/read_bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 160px;
    z-index: -1;
}
.slash_icon {
    position: relative;
    display: table;
    margin: 0 auto 30px;
    padding: 0 25px;
}
.slash_icon::before,
.slash_icon::after{
    position: absolute;
    content: "";
    background-size: cover;
    width: 12px;
    height: 21px;
    top: 5px;
}
.slash_icon::before{
    background-image: url("../img/icon_slash01.svg");
    left: 0;
}
.slash_icon::after{
    background-image: url("../img/icon_slash02.svg");
    right: 0;
}
.tab_txt {
    display: table;
    border-radius: 10px 10px 0 0;
    padding: 12px 25px 5px;
    letter-spacing: 2px;
    font-size: 22px;
}
.h2_ttl .icon{
        width: 60%;
    padding-bottom: 20px;
}
@media (max-width: 992px) {
    
    /** font-size **/
.font3S {
    font-size: 10px;
}
.fontSS {
    font-size: 11px;
}
.fontS {
    font-size: 12px;
}
.fontDefault {
    font-size: 14px;
}
.fontL {
    font-size: 20px;
}
.fontL.sp_size {
    font-size: 16px;
}
.fontLL {
    font-size: 20px;
}
.font3L {
    font-size: 28px;
}
    .logo_area img {
        width: 50%;
    }
    .logo_area .col-12 {
        display: flex;
    }
    .KV_area h1.h1_ttl {
        padding-top: 25px;
padding-right: 0px;
        text-align:center;
    }
    .tab_txt {
       padding: 8px 25px 3px; 
        font-size: 18px;
    }
    .h_img {
        width: 90%;
        margin: auto;
        text-align:center;
    }
    .read_txt {
        padding: 40px 0;
    }
    .read_txt::after {
        width: 140px;
        height: 127px;
    }
    .lBlue_bg.radius20  {
        text-align: center;
    }
    .lBlue_bg.radius20 .fontL {
        font-size: 14px;
    }
    .lBlue_bg.radius20 a {
        display: block;
    }
    .lBlue_bg.radius20 a:first-child img {
        width: 140px;
    }
    .lBlue_bg.radius20 a:nth-child(2) img {
        width: 170px;
    }
    .use_sp.radius20 a:nth-child(2) img {
        margin-top:20px;;
    }

    .slash_icon{
        margin: 0 auto 10px;
        padding: 0 15px;
    } 
    .slash_icon::before, .slash_icon::after{
        width: 9px;
        height: 15px;
    } 
    .h2_ttl span.sp_size {
        font-size: 16px;
    }
    .h2_ttl .icon {
        width: 60%;
        padding-bottom: 9px;
        padding-right: 5px;
    }
    .arr_icon {
        text-align: center;
    }
    .arr_icon img {
        transform: rotate(90deg);
        padding: 20px;
    }
	.d-lg-flex{
		text-align:center;
	}
}

.site-logo{
	max-width:300px;
}
.qr_cd{
    position: absolute;
    top: 80px;
    width: 150px;
    left: 0;
    right: 0;
    margin: 20px auto;
}
