html body{
    line-height: 1.8em;
    font-family:"筑紫A丸ゴシック" , "Tsukushi A Round Gothic" , "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-feature-settings : "pkna" 1;
    overflow-x: hidden;
    height: 100%;
}
a{color: #666; text-decoration: none;}
a img{transition: transform 0.05s linear;}
a img:hover{transform: scale(1.07);}
h2{color: #e9536b;font-weight: 800; font-size: 30px;}
.pure-g [class*="pure-u"] {
font-family:"筑紫A丸ゴシック" , "Tsukushi A Round Gothic" , "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
display: flex;
flex-wrap: wrap;
}
figure{margin: 5%;}
section{padding:30px 0;}
h1 img{margin-left: 20px;}
h1 span{font-size: 19px;line-height: 1.4em; display: block; font-weight: 800;}
.qr{width:67px; margin-right: 10px;}
.container{text-align: center; color:#777;}
.menu-list{padding: 0;margin: 0;  display: flex;
  justify-content: flex-end;
  align-items: center;}
.menu-list li{list-style:none; margin: 0 10px;}
.menu-list span{display: block; font-size: 15px; line-height: 1.4em; font-weight: 800;}
.dlTxt{width: 120px;}
.jumbotron{
	background: url(../img/header_bg.jpg) center no-repeat;
	background-size: cover;
	height:85vh;
	margin:0;
	padding-top:10px;
	padding-bottom:0;
	text-align: center;
    position: relative;
}
.jumbotron_ill{
    background: url(../img/header_bg.jpg) center top no-repeat;
    background-size: cover;
    height:220px;
    margin:0;
    padding-top:10px;
    padding-bottom:0;
    text-align: center;
    position: relative;
}
.top_copy{position: absolute; width:45vw; bottom:10px;left:20px; }
.top_copy img{width:100%;}
.top_btn{position: absolute; width:250px;width: 54px; bottom:10px;right:400px; }
#sns{text-align: center;}
#sns p{font-size: 17px;font-weight: 800;color: #45CAE5;}
#sns ul{margin: 0; padding: 0;}
#sns ul li{list-style-type: none;width: auto;display: inline-block; vertical-align: middle; padding:0 5px;}
.howto-box{text-align: center;}
.howto-box figure, .howto-title{margin: 0 auto;}

.bg-b{background-color: #def3f6;}
.bg-p{background-color: #fff0f2;}
.lead-txt{font-size:18px;}
.p-txt,#info{text-align: left; font-size: 15px;}
.h3-about{margin: 0 0 20px 0; font-weight: 800; font-size: 15px; color: #e9536b; line-height: 1.5em;}
h1 img,h1 span,.menu-list li,.qr,.insBtn,aside img, aside span{vertical-align:middle; display: inline-block;}
.p2-app-h3{text-align: center; font-weight: 800; font-size: 18px; color: #e9536b; line-height: 1.5em;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
        }
footer{background-color: #e9536b; padding: 20px;}
footer .container{color: #fff; font-size: 12px;}

.ill_box {
    font-size: 15px;
    color:#000;
    line-height: 1.5em;
    transition: transform 0.3s linear;
    position: relative;
    padding: 0px;

background-color: #fff;box-shadow: 0px 0px 20px 10px #d3e3e5;
    }
.ill_box:hover{transform: scale(1.02);}
.ill_box_container{position;:relative; padding-top: 30px; padding-right: 30px; padding-bottom: 5.5rem; padding-left: 30px; width: 100%; height: 100%; min-height: 100%;}
.ill_box_container h3{color: #E9536B; font-size: 21px;}
.ill_box_container h3, .ill_box_container p{text-align: left;}
.ill_ico_l{
    position: absolute;
    top:-15px;
    right: 30px;
    width: 90px;
    height: 90px;
    clear:both;
}
.ill_ico_s{
    position: absolute;
    top:-20px;
    right: 20px;
    width: 70px;
    height: 70px;
    clear:both;
}
.ill_ico_l img{
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
}
.ill_ico_s img{
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
}
.hr{letter-spacing: -2px; color:#bcbcbc; position: absolute; bottom:65px; right: 0; left: 0;}
.ill_box_container aside { position: absolute; bottom:40px; right: 0; left: 0;}
.ill_box_container aside img{margin-right: 5px;}

@media screen and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
    .top_copy{position: absolute; width:50vw; bottom:10px;left:20px; }
    .top_copy img{width:100%;}
    .top_btn{position: absolute; width:312px;width: 63px; bottom:10px;right:250px; }

    .ill_ico_l{
        position: absolute;
        top:-15px;
        right: 30px;
        width:80px;
        height: 80px;
        clear:both;
    }
    .ill_ico_l img{
        border-radius: 50%;
        width: 80px;
        height: 80px;
        border: 1px solid #bcbcbc;
    }

}
@media screen and (max-width: 767px) {
/* 770pxまでの幅の場合に適応される */
    header.pure-g{letter-spacing: 0em; }
    section{padding:100px 0;}
    #ill_p section{padding:30px 0;}
    h1{width: 100%; text-align: center;}
    h1 a{margin: 0 auto;}
    h2{color: #e9536b;font-weight: 800; font-size: 25px;}
    .jumbotron{
    background: url(../img/header_bg.jpg) center no-repeat;
    background-size: cover;
    height:65vw;
    margin:0;
    padding-top:10px;
    padding-bottom:0;
    text-align: center;
    }
    .top_copy{position: absolute; width:100vw; bottom:0px;left:0px; }
    .top_copy img{width:90%;}
    .top_btn{position: absolute; width:100vw; bottom:-80px;left:0; }

    .p2-point{width: 100%; margin-bottom: 10px; display: block;}


    .menu-list{width: 100%; display: block; text-align: center;}
    .menu-list li{margin:0 0 20px 0;}
    .dlBtn{width: 49%;}
    .dlBtn{width: 49%;}
    .dlTxt{width: 100%; display: block;}
    .qr,li.dlTxt{display: none;}

    .ill_ico_l{
        position: absolute;
        top:-15px;
        right: 20px;
        width:70px;
        height: 70px;
        clear:both;
    }
    .ill_ico_l img{
        border-radius: 50%;
        width: 70px;
        height: 70px;
        border: 1px solid #bcbcbc;
    }

    .ill_box_container h3{
        font-size: 15px;
    }
    .ill_box_container p{
        font-size: 13px;
}

}