@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;
}

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;
}
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;
}
.yellowBolc{
    color: #ffd300;
    font-weight: bold;
    text-decoration: underline;
}
.red{
    color: #D60404;
}
.blue{
    color: #2A357C;
}
.red2{
    color: #E24C4B;
}


/*サイズ指定
--------------------------------------*/
.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;
}

#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: 784px;
    padding: 40px 0;
    background-image: url(../images/kv_b@2x.jpg);
    background-size: 2000px 784px; /*　4000x1568　*/
    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;
}
/* スマホ用 -------------------*/
@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: 815px;
}

.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;
    }
    .cv h2 img{
        width: 100%;
        margin-bottom: 0;
    }
    .cv_contact{
        width: 100%;
    }
    .cv_tel,
    .cv_form{
        float: none;
        width: 100%;
    }
    .cv_tel{
        margin-bottom: 20px;
    }
}
.cv h4{
    width: 100%;
    background-color: #2A357C;
    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: #2A357C;
    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: #2A357C;
    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: #b20b5e;
    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: 300px;
}
/* スマホ用 -------------------*/
@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;
    }
}

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

#jumpBtns{
    background-color: ;
}
#jumpBtns ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#jumpBtns ul li{
    width: 306px;
    display: block;
}
#jumpBtns ul li a{
    width: 100%;
    background-color: #2A357C;
    padding: 18px;
    border-radius: 10px;
    display: block;
    transition: all .3s;
}
#jumpBtns ul li a img{
    width: 100%;
}
#jumpBtns ul li a:hover{
    background-color: #0D154A;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #jumpBtns{
        padding: 30px 0;
    }
    #jumpBtns ul li{
        width: 31%;
    }
    #jumpBtns ul li a{
        background: none;
        padding: 0;
    }
}


.bigTitle{
    padding: 20px 0;
    height: auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c3578+0,5360b5+50,2c3578+100 */
background: #2c3578; /* Old browsers */
background: -moz-linear-gradient(left,  #2c3578 0%, #5360b5 50%, #2c3578 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2c3578 0%,#5360b5 50%,#2c3578 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2c3578 0%,#5360b5 50%,#2c3578 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3578', endColorstr='#2c3578',GradientType=1 ); /* IE6-9 */

}
.hojin_h2{
    margin-bottom: 0;
    margin: 0 auto;
}
.hojin_h2 img{
    width: 474px;
    display: block;
    margin: 0 auto;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .hojin_h2 img{
        width: 100%;
    }
}

#nayami{
    background-color: #E7F5FA;
}
#nayami_h2{
    width: 902px;
    margin: 0 auto 50px;
}
#nayami_h2 img{
    width: 100%;
}
#nayami ul{
    width: 100%;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 40px;

    /* box-shadow */
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
#nayami ul li{
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 16px;
    padding-left: 50px;
    position: relative;
}
#nayami ul li:before{
    position: absolute;
    content: '';
    background-image: url(../images/icon_check_01@2x.png);
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    top:5px;
    left: 0;
}
#nayami ul li:last-child{
    margin-bottom: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #nayami_h2{
        width: 100%;
    }
}
.arrow_01{
    width: 110px;
    margin: 0 auto 40px;
    display: block;
}
.nayami_p_01{
    text-align: center;
    color: #E24C4B;
    font-size: 48px;
    line-height: 72px;
    font-weight: bold;
    margin-bottom: 50px;
}
#nayami .content{
    width: 100%;
    background-color: #fff;
    padding: 0;
    border-radius: 20px;

    /* box-shadow */
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
#nayami .content hr{
    color: #ddd;
}
.nayami_p_02{
    text-align: center;
    font-size: 42px;
    line-height: 60px;
    padding: 40px;
}
.blue_01{
    color: #0096C0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .nayami_p_01{
        font-size: 42px;
    }
    .nayami_p_02{
        font-size: 38px;
    }
}
#nayami .content_inner{
    display: flex;
    justify-content: space-between;
    padding: 40px;
    align-items: flex-start;
}
#nayami .content_inner img{
    width: 239px;
}
#nayami .content_inner p{
    width: 623px;
    font-size: 18px;
    line-height: 42px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #nayami .content_inner{
        flex-direction: column;
    }
    #nayami .content_inner img{
        order: 2;
        width: 70%;
        margin: 0 auto;
    }
    #nayami .content_inner p{
        order: 1;
        width: 100%;
        font-size: 24px;
        line-height: 48px;
        margin-bottom: 40px;
    }
}


#huan{
    background-color: #2A357C;
}
#huan h2{
    color: #fff;
    font-weight: bold;
    margin-bottom: 60px;
}
.fuan_arrow{
    width: 125px;
    margin: 0 auto 50px;
    display: block;
}
#huan ul{
    width: 100%;
}
#huan ul li{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
}
#huan ul li .huan_keieisya{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: flex-start;
}
#huan ul li img{
    width: 116px;
}
#huan ul li .huan_keieisya p{
    width: 780px;
    color: #0096C0;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #huan ul li{
        padding: 30px;
    }
    #huan ul li img{
        width: 20%;
    }
    #huan ul li .huan_keieisya p{
        width: 75%;
    }
}

#huan ul li .huan_bengoshi{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#huan ul li .huan_bengoshi img{
    width: 116px;
}
#huan ul li .huan_bengoshi .txt{
    width: 780px;

}
#huan ul li .huan_bengoshi .txt h3{
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
#huan ul li .huan_bengoshi .txt p{
    font-size: 18px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #huan ul li .huan_bengoshi img{
        width: 20%;
    }
    #huan ul li .huan_bengoshi .txt{
        width: 75%;
    }
    #huan ul li .huan_bengoshi .txt p{
        font-size: 24px;
        line-height: 36px;
    }
}
.huan_copy_last{
    color: #fff;
    text-align: center;
    font-size: 34px;
    line-height: 57px;
}

#merit,
#demerit{
    background-color: #E4F3F8;
}
#merit{
    padding-bottom: 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #merit{
        padding-bottom: 20px;
    }
}
#merit h2{
    font-size: 54px;
    line-height: 72px;
    color: #0096C0;
    font-weight: bold;
    margin-bottom: 50px;
}
#merit ul,
#demerit ul{
    width: 100%;
}
#merit ul li,
#demerit ul li{
    background-color: #fff;
    padding: 38px;
    border-radius: 20px;
    margin-bottom: 48px;

    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.4);
}
#merit ul li h3,
#demerit ul li h3{
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
    padding-left: 120px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 10px;
}
#merit ul li h3:before{
    position: absolute;
    background-image: url(../images/icon_maru@2x.png);
    content: '';
    width: 89px;
    height: 89px;
    background-size: 89px 89px;
    left: 0;
    top: 0px;
}
#merit ul li p,
#demerit ul li p{
    padding-left: 120px;
}
#demerit h2{
    color: #E24C4B;
    font-size: 54px;
    line-height: 72px;
    font-weight: bold;
    margin-bottom: 50px;
}
#demerit ul li h3:before{
    position: absolute;
    background-image: url(../images/icon_batsu@2x.png);
    content: '';
    width: 71px;
    height: 71px;
    background-size: 71px 71px;
    left: 0;
    top: 3px;
}
#three_points{
    background-color: #2A357C;
}
#three_points h2{
    color: #fff;
    font-weight: bold;
    margin-bottom: 80px;
}
#three_points h2 .yellow{
    font-size: 72px;
    
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #three_points h2{
        margin-bottom: 60px;
    }
}
#three_points ul{
    width: 100%;
}
#three_points ul li{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 30px;
}
#three_points ul li h3{
    color: #2A357C;
    font-size: 42px;
    font-weight: bold;
    padding-left: 124px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 8px;
}
#three_points ul li h3:before{
    content: '';
    width: 99px;
    height: 100px;
    position: absolute;
    background-size: 99px 100px;
    left: 0;
    top:-3px;
}
#three_points ul li:nth-child(1) h3:before{
    background-image: url(../images/points_icon_01.png@2x.png);
}
#three_points ul li:nth-child(2) h3:before{
    background-image: url(../images/points_icon_02.png@2x.png);
}
#three_points ul li:nth-child(3) h3:before{
    background-image: url(../images/points_icon_03.png@2x.png);
}
#three_points ul li p{
    padding-left: 124px;
}
#three_points ul li:last-child{
    margin-bottom: 80px;
}
.points_teokure{
    width: 736px;
    margin: 0 auto;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #three_points ul li:last-child{
        margin-bottom: 50px;
    }
    .points_teokure{
        width: 100%;
    }
}
#procedure{
    background-image: url(../images/bg_micra@2x.jpg);
    background-size: 198px 161px;

}
#procedure h2{
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 60px;
}
#procedure img{
    width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .procedure_img_sp_01{
        width: 100%;
        margin-bottom: 80px;
    }
    .procedure_img_sp_02{
        width: 100%;
    }
}

#flow{
    background-color: #D6EBF2;
}
#flow h2{
    margin-bottom: 80px;
}
#flow ul{
    width: 100%;
}
#flow ul li{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;

    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.4);
}
#flow ul li .flow_num_01{
    width: 73px;
}
#flow ul li .content{
    width: 590px;
}
#flow ul li .content h3{
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 20px;
}
#flow ul li .content p{
    line-height: 32px;
}
#flow ul li .flow_img_01{
    width: 223px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #flow h2{
        margin-bottom: 50px;
    }
    #flow ul li{
        flex-wrap: wrap;
    }
    #flow ul li .flow_num_01{
        order: 2;
        width: 16%;
    }
    #flow ul li .content{
        order: 3;
        width: 80%;
    }
    #flow ul li .flow_img_01{
        order: 1;
        width: 100%;
        margin-bottom: 30px;
    }
}

.pr{
    background-color: #215487;
    padding: 0;
    height: 231px;
}
.pr .inner{
    padding: 0;
    margin: 0 auto;
}
.pr img{
    width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .pr{
        height: auto;
    }
    .pr .inner{
        width: 100%;
    }
}
.haigyo_h2{
    width: 396px;
    margin: 0 auto;
    padding: 30px 0;
}
.haigyo_h2 img{
    width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .haigyo_h2{
        width: 80%;
        padding: 20px 0;
    }
}
#haigyo_soudan{
    background-color: #E7F5FA;
}
#haigyo_soudan h2{
    width: 1000px;
}
#haigyo_soudan h2 img{
    width: 100%;
}
#haigyo_soudan ul{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.4);
    padding: 40px;
}
#haigyo_soudan ul li{
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    padding-left: 45px;
}
#haigyo_soudan ul li:before{
    position: absolute;
    content: '';
    background-image: url(../images/icon_check_01@2x.png);
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    left: 0;
    top:4px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #haigyo_soudan h2{
        width: 100%;
        margin-bottom: 50px;
    }
}
#haigyo_tema{
    background-color: #2A357C;
}
#haigyo_tema h2{
    color: #fff;
}
#haigyo_tema .content h3{
    width: 100%;
    line-height: 0;
}
#haigyo_tema .content h3 img{
    width: 100%;
}
#haigyo_tema .content ul{
    width: 100%;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 43px;
    margin-bottom: 60px;
}
#haigyo_tema .content ul li{
    font-size: 24px;
    line-height: 36px;
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
}
#haigyo_tema .content ul li:before{
    position: absolute;
    background-image: url(../images/haigyo_tema_icon_check@2x.png);
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    content: '';
    left: 0;
    top:2px;
}
.haigyo_tema_p_01{
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 48px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #haigyo_tema .content ul{
        padding: 20px;
    }
    #haigyo_tema .content ul li{
        margin-bottom: 20px;
    }
    .haigyo_tema_p_01{
        text-align: left;
    }
}
.saiken_h2{
    width: 234px;
    margin: 0 auto;
}
.saiken_h2 img{
    width: 100%;
    padding: 30px 0 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .saiken_h2{
        width: 50%;
    }
    .saiken_h2 img{
        padding: 20px 0;
    }
}
#saiken_okomari{
    background-color: #2A357C;
}
#saiken_okomari h2{
    color: #fff;
    font-size: 54px;
    line-height: 72px;
    font-weight: bold;
    margin-bottom: 80px;
}
.saiken_p_01{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
}
.saiken_okomari_img{
    width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .saiken_okomari_img_sp{
        width: 100%;
    }
}
.pr2{
    background-color: #215487;
    padding: 0;
    height: 220px;
}
.pr2 .inner{
    padding: 0;
    margin: 0 auto;
}
.pr2 img{
    width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .pr2{
        height: auto;
    }
    .pr2 .inner{
        width: 100%;
    }
}
#fee{
    background-color: #F4FAFF;
}
#fee h2{
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 60px;
}
#fee h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    background-color: #2A357C;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
}
#fee h4{
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 346px;
    margin: 0 auto 50px;
    border-radius: 50px;
    padding: 10px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #fee h4{
        width: 80%;
    }   
}
#fee .hojin{
    margin-bottom: 30px;
}
#fee .kojin{
    margin-bottom: 30px;
}
#fee .hojin h4{
    background-color: #0096C0;
}
#fee .kojin h4{
    background-color: #E24C4B;
}
#fee .content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#fee .content .box{
    width: 450px;
    background-color: #fff;
    border-radius: 20px;
    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
}
#fee .content .box h5{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
#fee .hojin .content .box h5{
    background-color: #0096C0;
    
}
#fee .content .box p{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 30px 20px;
}
#fee .kojin .content .box h5{
    background-color: #E24C4B;
    
}
.fee_p_01{
    font-size: 20px;
    margin-bottom: 80px;
}
.fee_haigyo{
    font-size: 24px;
    text-align: center;
    padding-bottom: 80px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #fee .content{
        flex-direction: column;
    }
    #fee .content .box{
        width: 100%;
    }
    #fee .content .box:first-child{
        margin-bottom: 30px;
    }
}

#reason{
    background-image: url(../images/reason_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}
#reason h2 .purple{
    color: #2E3092;
}
#reason ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
}
#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:#2E3092;
    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;
}
/* スマホ用 -------------------*/
@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;
    }
}






#qa{
    width: 100%;
    padding: 60px 0;
    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: -10px;
    }
}
.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%;
}
#net_con .left{
    width: 50%;
    float: left;
    padding: 85px 20px 130px 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;
}
#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_sp{
        margin-bottom: 30px;
    }
    .root_img_sp_last{
        padding-top: 60px;
    }
}



#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;
    }
}
#contact form{
    width: 850px;
    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;
}
.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;
    }
}
.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: #2A357C;
}
#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 20px;
    background-color: #0A1D6A;

}
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%;
    }
}
