@charset "utf-8";

/* ------------------------------
   Browser Reset
------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	box-sizing: border-box;
}

* {
    font-family: 'Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    box-sizing: border-box;
    align-items: flex-start
}

html,body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	box-sizing: border-box;
}
html{
	
}

body {

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/*各スタイル
--------------------------------------*/
a {
	text-decoration: none;
	color: #3e3a39;
}
a:hover{
	color: #595655;
	text-decoration: underline;
}
a.anchor{
	padding-top:300px;
	margin-top:-100px
}

/*表示非表示切替
--------------------------------------*/
.pc_disp {
	display: inherit !important;
}
.sp_disp {
	display: none !important;
}


h1 {
	
}
h2 {
	font-size: 45px;
	line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}
h3{
	
}
h4{
	
}
h5{
	
}

img{
	border: none;
    height: auto;
}
p{
    font-size: 18px;
    line-height: 36px;
    color: #222;
    word-break: break-word;
}
li{
    list-style: none;
}

/*画像装飾
--------------------------------------*/
.pic_shadow{
	box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-webkit-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-moz-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
}

/*文字カラー、太さ指定
--------------------------------------*/
.pink {
	color: #f40b7b;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.red{
    color: #FF0041;
}
.blue{
    color: #2A357C;
}
.blue2{
    color: #2261AA;
}
.red2{
    color: #E24C4B;
}
.yellow{
    color: #FFFF00;
}
.l_red{
    color: #FF0041;
}
.blue3{
    color: #0080D0;
}


/*サイズ指定
--------------------------------------*/
.width100 {
	width: 100%;
}
.width20 {
	width: 20%;
}
/*効果（シャドウ）
--------------------------------------*/
.shadow{
    position: relative;
    display: block;
    width: 100%; /* 画像の横幅 */
    margin: 0 auto;
    z-index: 1;
}
.shadow:before{
    content: "";
    position: absolute;
    bottom: 6px;
    left: 18px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
    z-index: -1;
    transform:rotate(-3deg)
}
.shadow:after{
    content: "";
    position: absolute;
    bottom: 6px;
    right: 18px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
    z-index: -1;
    transform:rotate(3deg)
}
/*float
--------------------------------------*/
.fleft {
	float: left;
}
.fright{
	float: right;
}
.left01{
	float: left;
	width: 250px;
	padding-left: 50px;
}
.right01{
	float: right;
	width: 650px;
	padding-top: 50px;
	font-size: 18px;
	line-height: 30px;
}
.right01 img{
	width: 100%;
	margin: 0;
	padding: 0;
}

/*clearfix
--------------------------------------*/
.cf {
	zoom: 1;
}

.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/*******************************************
ヘッダー
*******************************************/
/*IE対応*/
/* html body {     
    background: url(null) fixed;     
} 
* html div#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  */


/*共通
--------------------------------------*/
.mgt_10{
    margin-top: 10px;
}
.mgt_20{
    margin-top: 20px;
}
.mgt_30{
    margin-top: 30px;
}
.mgt_40{
    margin-top: 40px;
}
.mgt_50{
    margin-top: 50px;
}
.mgt_60{
    margin-top: 60px;
}
.mgt_70{
    margin-top: 70px;
}
.mgt_80{
    margin-top: 80px;
}
.mgt_90{
    margin-top: 90px;
}
.mgt_100{
    margin-top: 100px;
}
.mgb_10{
    margin-bottom: 10px;
}
.mgb_20{
    margin-bottom: 20px;
}
.mgb_30{
    margin-bottom: 30px;
}
.mgb_40{
    margin-bottom: 40px;
}
.mgb_50{
    margin-bottom: 50px;
}
.mgb_60{
    margin-bottom: 60px;
}
.mgb_70{
    margin-bottom: 70px;
}
.mgb_80{
    margin-bottom: 80px;
}
.mgb_90{
    margin-bottom: 90px;
}
.mgb_100{
    margin-bottom: 100px;
}
.pdt_10{
    padding-top: 10px;
}
.pdt_20{
    padding-top: 20px;
}
.pdt_30{
    padding-top: 30px;
}
.pdt_40{
    padding-top: 40px;
}
.pdt_50{
    padding-top: 50px;
}
.pdt_60{
    padding-top: 60px;
}
.pdt_70{
    padding-top: 70px;
}
.pdt_80{
    padding-top: 80px;
}
.pdt_90{
    padding-top: 90px;
}
.pdt_100{
    padding-top: 100px;
}
.pdb_10{
    padding-bottom: 10px;
}
.pdb_20{
    padding-bottom: 20px;
}
.pdb_30{
    padding-bottom: 30px;
}
.pdb_40{
    padding-bottom: 40px;
}
.pdb_50{
    padding-bottom: 50px;
}
.pdb_60{
    padding-bottom: 60px;
}
.pdb_70{
    padding-bottom: 70px;
}
.pdb_80{
    padding-bottom: 80px;
}
.pdb_90{
    padding-bottom: 90px;
}
.pdb_100{
    padding-bottom: 100px;
}

.fsz_30{
    font-size: 30px;
}

.bg_mine{
    background-image: url(../images/bg_mine.jpg);
}

.inner{
	width: 1000px;
	margin: 0 auto;
	display: block;
}

.sec_base{
    width: 100%;
    padding: 80px 0;
}


#bg{
	
}

/*******************************************
全ページ共通 スマホ用スタイル
*******************************************/
@media screen and (max-width: 768px) {

    /*表示非表示切替
    --------------------------------------*/
    .pc_disp {
        display: none !important;
    }
    .sp_disp {
        display: inherit !important;
    }

    * {

        margin: 0;
        padding: 0;
    }
    p{
        font-size: 24px;
        line-height: 42px;
    }
    .inner{
        width: 92%;
        margin: 0 auto;
    }
    dl{
        font-size: 24px;
        line-height: 42px;
    }
    dt{
        font-size: 24px;
        line-height: 42px;
    }
    dd{
        font-size: 24px;
        line-height: 42px;
    }
}

/*ヘッダー
--------------------------------------*/
header{
	width: 100%;
	background-color: rgba(250,250,250,.9);
	height: 70px;
	z-index: 100;
    padding: 7px 0;
}
#header_lead{
    background-color: #0a306a;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    height: auto;
}
#header_lead p{
    color: #fff;
    font-size: 9px;
    text-align: center;
    line-height: 9px;
}
header .inner{
    width: 100%;
    padding: 0 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    header{
        padding: 10px 0;
        height: auto;
    }
    header .inner{
        width: 100%;
        padding: 0 10px;
        display: block;
    }
}
header .inner .logo{
    float: left;
    width: 370px;
}
header .inner .header_right.pc_disp {
    width: 480px;
    padding-top: 0;
    display: flex;
}
header .inner .header_right.pc_disp .head-flex{
    display: flex;
}
header .inner .header_right.pc_disp .head-flex .txt{
    margin: 1px 10px 0 0;
    width: 240px;
}
header .inner .header_right.pc_disp p{
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
header .inner .header_right.pc_disp .fa-phone{
    margin-right: 5px;
    font-size: 22px;
    line-height: 22px;
    color: #fa1b4c;
}
header .inner .header_right.pc_disp .telno{
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    margin-right: 10px;
}
header .inner .header_right.pc_disp .p_02{
    font-size: 11px;
    border: 1px solid #000;
}
header .inner .logo img{
    width: 100%;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    header .inner .logo{
        max-width: 250px;
        padding-top: 15px;
    }
}
@media screen and (max-width: 600px) {
    header .inner .logo{
        width: 45%;
        padding-top: 15px;
    }
}
.header_right{
    float: right;
    width: 460px;
}
.header_right img{
    float: left;
    width: 214px;
    padding-top: 3px;
}
.header_right a{
    float: right;
    width: 230px;
    background-color: #e20271;
    color: #fff;
    border-radius: 8px;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    position: relative;
    transition: all .3s;
}
.header_right a:after{
    position: absolute;
    width: 18px;
    height: 18px;
    content: '';
    background-image: url(../images/btn_arrow_01.png);
    background-size: 18px 18px;
    top: 16px;
    right: 5px;
    display: block;
}
.header_right a:hover{
    background-color: #b20b5e;
    text-decoration: none;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .header_right_sp{
        float: right;
        width: 220px;
    }
    .header_btn_tel_sp{
        float: left;
        width: 60px;
        display: block;
    }
    .header_btn_tel_sp img{
        width: 100%;
        display: block;
    }
    .header_btn_mail_sp{
        float: right;
        width: 150px;
    }
    .header_btn_mail_sp img{
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .header_right_sp{
        float: right;
        width: 50%;
    }
    .header_btn_tel_sp{
        float: left;
        width: 27%;
        display: block;
    }
    .header_btn_mail_sp{
        float: right;
        width: 68%;
    }
}




#kv{
    width: 100%;
    height: 932px;
    padding: 0;
    background-image: url(../images/kv@2x.jpg);
    background-size: 2000px 932px;
    background-position: center;
    background-repeat: no-repeat;
}
#kv img{
    width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #kv{
        background: none;
        height: auto;
        padding: 0;
    }
    #kv img{
        width: 100%;
        display: block;
        height: auto;
        padding: 0;
    }
}
#pr_lead{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    color: #103c78;
    font-weight: bold;
}
.pink_big{
    color: #e20271;
    font-size: 30px;
}
.campaign{
    width: 100%;
    background-color: #FDF4E0;
    padding: 20px 0;
}
.campaign p{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #2A357C;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .campaign{
        height: auto;
        padding: 10px 0;
    }
    .campaign img{
        width: 100%;
    }
}
.cv{
    width: 100%;
    padding: 35px 30px;
    position: relative;
    z-index: -10;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6783d0+0,28bad3+100 */
background: #6783d0; /* Old browsers */
background: -moz-linear-gradient(left,  #6783d0 0%, #28bad3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #6783d0 0%,#28bad3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #6783d0 0%,#28bad3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6783d0', endColorstr='#28bad3',GradientType=1 ); /* IE6-9 */

}
.cv .inner{
    width: 1000px;
    z-index: 10;
}
.cv h2{
    width: 996px;
    padding-left: 0px;
}
.cv h2 img{
    width: 100%;
    margin-bottom: 50px;
    padding-left:0px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .cv{
        padding: 35px 0;
    }
    .cv .inner{
        width: 92%;
    }
    .cv_img_01_sp{
        width: 100%;
        margin-bottom: 20px;
    }
}
.cv img{
    width: 722px;
}

.yellow{
    color: #ffea00;
}
.cv h3{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 15px;
}
.cv_p_01{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 30px;
}
.cv_contact{
    width: 830px;
    z-index: 10;
}
.cv_tel{
    float: left;
}
.cv_form{
    float: right;
}
.cv_tel,
.cv_form{
    width: 400px;
    z-index: 1000;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .cv h2{
        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }
    .cv h2 img{
        width: 100% !important;
        margin-bottom: 20px;
        padding: 0;
        display: block;
    }
    .cv_contact{
        width: 100%;
    }
    .cv_tel,
    .cv_form{
        float: none;
        width: 100%;
    }
    .cv_tel{
        margin-bottom: 20px;
    }
    .cv_img_01_sp{
        width: 100%;
    }
}
.cv h4{
    width: 100%;
    background-color: #0355A7;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .cv h4{
        font-size: 32px;
    }
}
.cv_contact_content{
    width: 100%;
    background-color: #fff;
    padding: 20px;
    height: 120px;
    
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .cv_contact_content{
        height: auto;
    }
}
.cv_tel_num{
    font-size: 40px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #0b2d52;
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
}
.cv_tel_num:before{
    content: '';
    background-image: url(../images/cv_icon_tel@2x.png);
    width: 26px;
    height: 37px;
    background-size: 26px 37px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 30px;
    top: -3px;
}
.cv_time{
    text-align: center;
    background-color: #0355A7;
    border-radius: 30px;
    width: 300px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    line-height: 12px;
}
.cv_time_24h{
    text-align: center;
    width: 200px;
    margin: 0 auto;
    background-color: #0355A7;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 12px;
    border-radius: 30px;
}
.cv a{
    width: 100%;
    background-color: #EA0A0A;
    color: #fff;
    border-radius: 5px;
    padding: 13px 0;
    text-align: center;
    font-size: 15px;
    position: relative;
    transition: all .3s;
    display: block;
}
.cv a:after{
    position: absolute;
    width: 18px;
    height: 18px;
    content: '';
    background-image: url(../images/btn_arrow_01.png);
    background-size: 18px 18px;
    top: 16px;
    right: 10px;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .cv a{
        font-size: 26px;
        padding: 20px 0;
        font-weight: bold;
        /* box-shadow */
        box-shadow: 0px 8px 0px 0px #95004a;
    }
    .cv a:after{
        background-image: none;
    }
}
.cv a:hover{
    background-color: #a50505;
    text-decoration: none;
    cursor: pointer;
}
.cv_bg_01{
    position: absolute;
    top: 0;
    width: 278px;
}
.cv_bg_02{
    position: absolute;
    bottom: 0;
    width: 262px !important;
    left: 50%;
    z-index: -1;
    margin-left: 320px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .cv_btn_tel{
        margin-bottom: 20px;
        position: relative;
    }
    .cv_btn_tel:before{
        content: '';
        background-image: url(../images/sp/cv_icon_tel_white.png);
        width: 18px;
        height: 26px;
        background-size: 18px 26px;
        position: absolute;
        left: 50%;
        margin-left: -4em;
        top: 28px;
    }
    .cv_time{
        width: 100%;
        font-size: 20px;
    }
    .cv_time_24h{
        width:100%;
        font-size: 20px;
        padding: 10px;
    }
}
#intro{
    background-color: #F4FAFF;
}
#intro h2{
    font-size: 56px;
    color: #093971;
    font-weight: bold;
    margin-bottom: 80px;
}
#intro .content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#intro .content .txt{
    width: 620px;
}
#intro .content .pic{
    width: 332px;
}
#intro .content .pic img{
    width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #intro .content{
        flex-direction: column;
    }
    #intro .content .txt{
        width: 100%;
        font-size: 24px;
        line-height: 48px;
        margin-bottom: 50px;
    }
    #intro .content .pic{
        width: 60%;
        margin: 0 auto;
    }
}
#flow{
    background-color: #F4FAFF;
    background-image: url(../images/flow_bg@2x.jpg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 30px;
}
#flow h2{
    color: #fff;
    font-weight: bold;
    margin-bottom: 80px;
    /* box-shadow */
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.flow_img{
    width: 100%;
    margin-bottom: 20px;
}
#flow p{
    text-align: center;
    background-color: #093971;
    border-radius: 20px;
    color: #fff;
    padding: 20px;
    font-size: 36px;
    line-height: 60px;
    margin-top: 60px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .flow_img_sp{
        width: 100%;
        margin-bottom: 30px;
    }  
    #flow p{
        font-size: 30px;
    } 
}
.red{
    color: #FF0041;
}
.yellow_underline{
    border-bottom: 5px solid #FFFF54;
}
#points{
    background-color: #F4EEE2;
}
#points h2{
    font-size: 56px;
    font-weight: bold;
    line-height: 80px;
}
#points h2 .big{
    font-size: 72px;
}
#points .content{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
}
#points .content h3{
    background-color: #0080D0;
    color: #fff;
    padding: 40px 40px 40px 120px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
    position: relative;
    line-height: 50px;
}
#points .content h3:before{
    position: absolute;
    content: '';
    background-image: url(../images/points_h3_icon@2x.png);
    background-size: 78px 94px;
    width: 78px;
    height: 94px;
    left: 15px;
    top:15px;
}
#points .content p{
    padding: 50px;
}
#all_j{
    background-image: url(../images/all_j_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}
#all_j h2{
    color: #fff;
    margin-bottom: 80px;
}
.yellow2{
    color: #FFFF00;
}
#all_j p{
    color: #fff;
}
#all_j h3{
    font-size: 36px;
    line-height: 36px;
    background-color: #572707;
    padding: 20px;
    text-align: center;
    width: 700px;
    margin: 0 auto 50px;
    color: #fff;
    border-radius: 50px;
}
#all_j .p_01{
    margin-bottom: 60px;
}
#all_j ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#all_j ul li{
    width: 300px;
    background-color: #ED4209;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 24px;
}
#all_j .p_02{
    font-size: 30px;
    text-align: center;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #all_j p{
        font-size: 24px;

    }
    #all_j h3{
        width: 100%;
        font-size: 36px;
        line-height: 48px;
        border-radius: 10px;
    }
    #all_j ul li{
        width: 100%;
    }
}
#merit{
    background-color: #F4FAFF;
    padding: 120px 0;
}
#merit h2{
    color: #0080D0;
    font-size: 56px;
    margin-bottom: 60px;
}
#merit .content{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    /* box-shadow */
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
#merit .content h3{
    background-color: #0080D0;
    color: #fff;
    padding: 30px 30px 30px 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 38px;
    font-weight: bold;
    line-height: 42px;
    position: relative;
    line-height: 50px;
}
#merit .content h3:before{
    position: absolute;
    content: '';
    background-image: url(../images/merit_h3_icon@2x.png);
    background-size: 51px 51px;
    width: 51px;
    height: 51px;
    left: 30px;
    top:30px;
}
#merit .content p{
    padding: 50px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #merit{
        padding: 80px 0;
    }
    #merit .content p{
        padding: 30px;
    }   
}

#reason{
    background-image: url(../images/reason_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}
#reason h2 .purple{
    color: #0080D0;
}
#reason ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    /* box-shadow */
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
#reason ul li{
    width: 33.3%;
    border-right: 1px solid #ddd;
}
#reason ul li:last-child{
    border-right: none;
}
#reason ul li h3{
    font-size: 24px;
    color:#0080D0;
    font-weight: bold;
    text-align: left;
    padding-left: 75px;
    position: relative;
    margin-bottom: 20px;
    height: 50px;
}
#reason ul li h3:before{
    position: absolute;
    background-image: url(../images/reason_h3_img@2x.png);
    width: 48px;
    height: 58px;
    background-size: 48px 58px;
    content: '';
    left: 20px;
    top:-10px
}
#reason ul li p{
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #reason{
        background-color: #eee;
        background-image: url(../images/sp/reason_bg_sp.jpg);
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;
    }
    #reason ul{
        flex-direction: column;
    }
    #reason ul li{
        width: 100%;
        margin-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    #reason ul li h3{
        font-size: 36px;
        height: auto;
    }
    #reason ul li h3:before{
        top: 0;
    }
    #reason ul li:last-child{
        border-bottom: none;
    }
    #reason ul li p{
        font-size: 24px;
        line-height: 36px;
    }
}



#qa{
    width: 100%;
    padding: 60px 0;
    background: none;
    background-image: url(../images/bg_micra@2x.jpg);
    background-size: 198px 161px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #qa{
        padding: 50px 0;
    }
}
#qa h2{
    margin-bottom: 60px;
    font-weight: bold;
}
#qa h3{
    background-color: #0356a8;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.qa_block{
    width: 100%;
    background-color: #fff;
    padding: 50px 40px 30px 150px;
    border-radius: 15px;
    margin-bottom: 40px;

    /* box-shadow */
    box-shadow: 0px 0px 8px -4px rgba(0,0,0,0.8);
}
.qa_q{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    padding-left: 0px;
    position: relative;
    margin-bottom: 30px;
}
.qa_q:before{
    position: absolute;
    content: '';
    background-image: url(../images/icon_q@2x.png);
    width: 71px;
    height: 71px;
    background-size: 71px 71px;
    left: -110px;
    top: -20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .qa_block{
        padding: 30px 20px 20px 90px;
    }
    .qa_q:before{
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
        left: -60px;
        top: -7px;
    }
}
.qa_a{
    margin-bottom: 30px;
}





.links{
    width: 100%;
}
.links_title{
    width: 100%;
    color: #fff;
    background-color: #0356a8;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 20px 20px 65px;
}
.links_title p{
    wwidth: 100%;
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
}
.links_title p:before{
    position: absolute;
    content: '';
    width: 46px;
    height: 46px;
    background-image: url(../images/links_title_icon.png);
    background-repeat: no-repeat;
    background-size: 46px 46px;
    left: -40px;
    top: -10px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .links_title p:before{
        top: -10px;
    }
}
.links ul{
    width: 100%;
    border: 3px solid #bcdbf9;
    background-color: #edf5fd;
    padding: 30px 30px 30px 40px;
}
.links ul li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
.links ul li:last-child{
    margin-bottom: 0;
}
.links ul li:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/links_icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    left: -10px;
    top: 3px;
}
.links ul li a{
    text-decoration: underline;
    transition: all .3s;
    padding: 5px;
}
.links ul li a:hover{
    color: #0356a8;
    background-color: #0356a8;
    color: #fff;
    text-decoration: none;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .links ul{
        padding: 20px 20px 20px 30px;
    }
    .links ul li a{
        font-size: 24px;
        
    }
    .links ul li:before{
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        top: 5px;
    }
}
.qa_btn{
    width: 360px;
    background-color: #dc0303;
    color: #fff;
    display: block;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    transition: all .3s;
}
.qa_btn:after{
    position: absolute;
    content: '';
    background-image: url(../images/btn_arrow_01.png);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    right: 10px;
    top: 22px;
}
.qa_btn:hover{
    background-color: #bf0310;
    text-decoration: none;
    color: #fff;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .qa_btn{
        width: 100%;
        font-size: 20px;
    }
    .qa_btn:after{
        top: 24px;
    }
}




.purple{
    color: #2E3092;
}

#sec_11{
    width: 100%;
    padding: 60px 0;
    background-color: #e2effc;
}
#sec_11 .inner{
    background-image: url(../images/map_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 55px 0 150px;
}
#sec_11 h2{
    margin-bottom: 120px;
    font-weight: bold;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #sec_11{
        padding: 50px 0;
    }
    #sec_11 h2{
        margin-bottom: 30px;
    }
    #sec_11 .inner{
        background-image: none;
        padding: 0;
    }
    .map_bg_sp{
        width: 80%;
        padding: 30px 0 0;
        margin: 0 auto;
        display: block;
    }
}




#net_con{
    width: 100%;
    padding: 0;
}
#net_con .left{
    width: 50%;
    float: left;
    padding: 85px 20px 0 50px;
}
#net_con .left h2{
    text-align: left;
    font-weight: bold;
}
#net_con .right{
    width: 50%;
    height: 400px;;
    display: block;
    float: right;
    background-image: url(../images/net_con_bg.jpg);
    background-size: cover;
    background-position: center;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #net_con .left{
        width: 100%;
        float: none;
        padding: 50px 20px 50px 20px;
    }
    #net_con .left h2{
        text-align: center;
    }
    #net_con .right{
        width: 100%;
        float: none;
        height: 300px;
    }
}
.blue3{
    color: #0797DE;
}


#fee{
    width: 100%;
    padding: 110px 0;
    background-image: url(../images/fee_bg.jpg);
    background-position: center;
    background-size: cover;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #fee{
        background-color: #e2effc;
        background-image: url(../images/sp/fee_bg_sp.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
    }
}
#fee h2{
    margin-bottom: 90px;
    font-weight: bold;
}
#fee a{
    color: #0797DE;
    text-decoration: underline;
    font-weight: bold;
    transition: all .3s;
}
#fee a:hover{
    text-decoration: none;
}

#covid{
    background-color: #FFF2F4;
}
#covid h2{
    font-size: 60px;
    line-height: 80px;
}
.covid_img_01{
    width: 374px;
    margin: 0 auto 50px;
    display: block;
}
#covid p{
    font-size: 24px;
    line-height: 48px;
}
#covid .p_01{
    text-align: center;
    margin-bottom: 60px;
}
#covid ul{
    width: 100%;
}
#covid ul li{
    background-color: #fff;
    padding: 30px 30px 30px 160px;
    font-size: 30px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    /* box-shadow */
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    position: relative;
}
#covid ul li:before{
    position: absolute;
    content: '';
    background-image: url(../images/covld_list_icon@2x.png);
    background-size: 69px 83px;
    width: 69px;
    height: 83px;
    left: 50px;
    top: 35px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #covid h2{
        font-size: 50px;
    }
    .covid_img_01{
        width: 80%;
    }
    #covid .p_01{
        text-align: left;
    }
}





#about{
    width: 100%;
    background-color: #133C67;
    padding: 60px 30px 60px;
}
#about .inner{
    display: flex;
}
#about .textarea{
    width: 650px;
    padding: 50px 0;
    background-image: url(../images/about_logo@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#about .photoarea{
    width: 340px;
    padding-left: 30px;
}
#about .photoarea img{
    width: 268px;
}
#about h2{
    color: #fff;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 40px;
}
#about h2 .purple{
    color: #595CF0;
}
#about h2 .small{
    font-size: 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #about .inner{
        flex-direction: column;
    }
    #about .textarea{
        width: 100%;
    }
    #about .photoarea{
        width: 100%;
    }
    #about .photoarea img{
        width: 70%;
        padding-left: 0;
        margin: 0 auto;
        display: block;
    }
}
#about .officeName{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}
#about .address{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#about .address .add_old,
#about .address .add_new{
    width: 48%;
    text-align: center;
    background-color: #20588e;
    padding: 20px;
}
#about .address .add_old h3,
#about .address .add_new h3{
    color: #fff;
    background-color: #062441;
    padding: 10px;
    margin-bottom: 20px;
}
#about p{
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
#about iframe{
    width: 100%;
    height: 300px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #about .address{
        flex-direction: column;
    }
    #about .address .add_old,
    #about .address .add_new{
        width: 100%;
    }
    #about .address .add_old{
        margin-bottom: 20px;
    }
    #about .address .add_old h3,
    #about .address .add_new h3{
        font-size: 24px;
        font-weight: bold;
    }
    #about .address .add_old p,
    #about .address .add_new p{
        text-align: left;
    }
}
#gMap{
    width: 100%;
    height: 450px;
}
#gMap iframe{
    width: 100%;
    height: 450px;
}

#root{
    width: 100%;
    background-color: #133C67;
    padding: 60px 30px 60px;
    margin-top: -2px;
}
#root h2{
    background-color: #0797DE;
    color: #fff;
    padding: 10px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 700px;
    margin: 0 auto 70px;
    border-radius: 50px;
}
#root img{
    width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #root h2{
        width: 100%;
        border-radius: 10px;
        line-height: 48px;
    }
    .root_img_outer_sp{
        width: 100%;
        margin-bottom: 30px;
    }
    .root_img_outer_sp img{
        width: 100%;
        margin-bottom: 10px;
    }
    .root_img_outer_sp p{
        color: #fff;
    }
    .root_arrow_sp{
        width: 80px !important;
        display: block;
        margin: 0 auto 30px;
    }
}



#contact{
    width: 100%;
    padding: 60px 0;
    background-color: #ECF7FD;
}
#contact h2{
    text-align: center;
    position: relative;
    margin-bottom: 55px;
    font-weight: bold;
}
#contact h2:before{
    position: absolute;
    width: 82px;
    height: 82px;
    content: '';
    background-image: url(../images/contact_h2_icon@2x.png);
    background-size: 82px 82px;
    left: 50%;
    margin-left: -410px;
    top: -10px;
    
}
.contact_p_01{
    text-align: center;
    margin-bottom: 38px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #contact h2{
        padding-top: 80px;
    }
    #contact h2:before{
        margin-left: -41px;
        top: -20px;
    }
    .contact_p_01{
        text-align: left;
    }
}
.form_img{
    width: 860px;
    margin: 0 auto;
    display: block;
    padding: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .form_img{
        width: 100%;
    }
}
#contact form{
    width: 860px;
    margin: 0 auto;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#03badc+0,3075df+100 */
    background: #03badc; /* Old browsers */
    background: -moz-linear-gradient(left,  #03badc 0%, #3075df 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #03badc 0%,#3075df 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #03badc 0%,#3075df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03badc', endColorstr='#3075df',GradientType=1 ); /* IE6-9 */
}
#contact .inner{
    
}
.form_outer{
    width: 100%;
    background-color: #fff;
    padding: 35px;
}
.formBlock{
    width: 100%;
    margin-bottom: 20px;
}
.form_radio_01{
    line-height: 30px;
}
.form_radio_01 input{
    margin-right: 5px;
}
.form_check_01 input{
    margin-bottom: 20px;
}
.form_radio_01 input:first-child{
    
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .form_radio_01 input{
        margin-bottom: 20px;
    }
}
.formBlock dt{
    float: left;
    width: 290px;
    font-size: 22px;
    font-weight: bold;
}
.formBlock dd{
    float: right;
    width: 480px;
}
.formBlock dd input,
.formBlock dd textarea{
    
}
.inputArea{
    width: 100%;
    border: 1px solid #bbb;
}
.formBlock dd input{
    padding: 10px;
}
.formBlock p{
    font-size: 12px;
}
.dt_L{
    padding: 10px 0 0;
}
.formSmall{
    font-size: 12px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #contact form{
        width: 100%;
    }
    .formBlock{
        margin-bottom: 40px;
    }
    .formBlock dt{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .formBlock dd{
        float: none;
        width: 100%;
    }
    .dt_L{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .formBlock p{
        font-size: 18px;
        line-height: 30px;
    }
}
.form_radio{
    line-height: 30px;
}
.form_small{
    font-size: 14px;
}
.form_small_2{
    font-size: 14px;
    color: red;
}
.must{
    position: relative;
}
.must:after{
    position: absolute;
    content:"必須";
    width: 60px;
    background-color: #C42A1E;
    padding: 5px;
    background-size: 60px 10px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
    text-align: center;
    border-radius: 5px;
}
.formBlock_last{
    margin-bottom: 60px;
}
.form_checkbox{
    margin-right: 10px;
    margin-bottom: 10px;
}
.form_txt_sub_sp{
    line-height: 24px!important;
    padding-left: 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .form_radio{
        line-height: 60px;
    }
    .form_small{
        font-size: 20px !important;
        line-height: 30px!important;
    }
    .form_small_2{
        font-size: 20px;
        line-height: 30px;
    }
    .form_txt_sub_sp{
        line-height: 30px!important;
    }
}


/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .must:after{
        padding: 3px;
        font-size: 20px;
        top: 4px;
    }
}
#submit{
    width: 300px;
    color: #fff;
    background: none;
    border: none;
    margin: 0 auto;
    font-size: 18px;
    padding: 15px 0;
    display: block;
    border-radius: 5px;
    transition: all .3s;
    /* box-shadow */
    box-shadow:0px 5px 0px 0px #0A1248;
    background-color: #0080D0;
}
#submit:hover{
    box-shadow:0px 0px 0px 0px #125295;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);/*下に動く*/
    cursor: pointer;
}
#submit[disabled]{
    color: #333;
    background: #ddd;
    box-shadow:0px 5px 0px 0px #555;
}
#submit[disabled]:hover{
    color: #333;
    background: #ddd;
    box-shadow:0px 5px 0px 0px #555;
    transform: translateY(0px);/*下に動く*/
}
.check_block{
    width: 500px;
    display: block;
    margin: 0 auto 20px;
}
.check_block a{
    color: #125295;
    text-decoration: underline;
}
.radio_txt{
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #submit{
        width: 100%;
        padding: 20px 0;
        font-size: 30px;
    }
    .check_block{
        width: 100%;
        font-size: 20px;
        line-height: 30px;
    }
    .radio_txt{
        font-size: 16px;
        line-height: 22px;
    }
}
footer{
    width: 100%;
    padding: 0 0 150px;
    background-color: #093971;

}
footer address{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 20px 0 0;
}

#footer_nav{
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, .9);
    bottom: 0;
    left: 0;
    padding: 10px 0;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
#footer_nav .inner{
    position: relative
}
#footer_nav .content_pc{
    display: flex;
    justify-content: space-between;

}
#footer_nav .content_pc .legal-advice{
    padding: 9px;
    font-family: Meiryo, メイリオ, sans-serif;
    font-size: 16px;
    line-height: 16px;
    width: 50px;
    height: 50px; 
    border-radius: 50%;
    background-color: #fa1b4c;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
}
#footer_nav .content_pc .fa-phone{
    margin-left: 10px;
    font-size: 36px;
    line-height: 50px;
    color: #fa1b4c;
}
#footer_nav .content_pc .telno{
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    margin-right: 10px;
}
#footer_nav .content_pc .footer_nav_tel{
    width: 353px;
}
#footer_nav .content_pc a{
    width: 320px;
    background-color: #EA0A0A;
    color: #fff;
    border-radius: 8px;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    position: relative;
    transition: all .3s;
    margin-right: 10px;
}
#footer_nav .content_pc a:after{
    position: absolute;
    width: 18px;
    height: 18px;
    content: '';
    background-image: url(../images/btn_arrow_01.png);
    background-size: 18px 18px;
    top: 18px;
    right: 10px;
    display: block;
}
#footer_nav .content_pc a:hover{
    background-color: #a50505;
    text-decoration: none;
}
#footer_nav .content_pc .txt{
    width: 280px;
    padding-top: 0;
}
#footer_nav .content_pc .txt p{
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
#footer_nav .content_pc .txt .p_02{
    font-size: 12px;
    border: 1px solid #000;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #footer_nav{
        padding: 0 0 5px;
    }
    #footer_nav .content_sp{
        width: 100%;
    }
    #footer_nav .content_sp p{
        text-align: center;
    }
    #footer_nav .content_sp .p_03{
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    #footer_nav .content_sp .p_04{
        background-color: #093971;
        color: #fff;
        font-weight: bold;
        margin-bottom: 10px;
    }
    #footer_nav .content_sp ul{
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
    }
    #footer_nav .content_sp ul li{
        width: 32%;
    }
    #footer_nav .content_sp ul li a{
        width: 100%;
    }
    #footer_nav .content_sp ul li a img{
        width: 100%;
    }
    #footer_nav .content_sp .p_05{
        font-size: 20px;
    }
}






/* ----  サンクスページ  ---- */
.thanks_bg{
    padding: 200px 0 0;
}
#thanks_msg{
    width: 80%;
    margin: 0 auto;
}
.thanks_logo{
    width: 300px;
    margin: 0 auto 50px;
    display: block;
}
#thanks_msg p{
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 36px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .thanks_bg{
        padding: 100px 0 0;
    }
    .thanks_logo{
        width: 80%;
        margin: 0 auto 50px;
        display: block;
    }
    #thanks_msg p{
        text-align: left;
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 48px;
    }
}







#movie{
    background-image: url(../images/movie_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}
#movie h2{
    font-weight: bold;
    margin-bottom: 50px;
}
#movie iframe{
    width: 600px;
    height: 400px;
    margin: 0 auto;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #movie iframe{
        width: 100%;
    }
}
