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


/*サイズ指定
--------------------------------------*/
.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;
}
.sec_base .inner .textarea p {
    font-size: 18px;
    line-height: 36px;
}

#bg{
	
}

#okomari{
    background-color: #E7F5FA;
    padding: 70px 0;
}
#okomari h2{
    font-weight: bold;
    text-align: center;
    position: relative;
    font-size: 48px;
    line-height: 72px;
    color: #2A357C;
    margin-bottom: 60px;
}
#okomari h2:before{
    position: absolute;
    content: '';
    display: block;
    width: 95px;
    height: 102px;
    background-image: url(../images/problem_h2_img@2x.png);
    background-size: 95px 102px;
    left: 100px;
    top:20px;
}
#okomari div.ul{
    width: 100%;
    background-color: #fff;
    padding: 20px 0 0;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
#okomari ul{
    width: 100%;
    padding: 20px 30px 30px;
}
#okomari ul li{
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 45px;
    position: relative;
}
#okomari ul li:before{
    content: '';
    background-image: url(../images/icon_check_01@2x.png);
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top:5px
}
#okomari div.ul p{
    font-size: 1.2rem;
    line-height: 2.5rem;
    padding: 0 2rem 2rem;
    text-align: left;
}
.arrow_01{
    position: relative;
    width: 124px;
    margin: 50px auto 50px;
    display: block;
}
.flame04 {
    margin: 2em auto;
    padding: 1em;
    width: 100%;
    border: 2px solid #220077;
    background-color: #c8e4fa;
    box-shadow: 1.5px 1.5px 2px #140046;
}
.flame04 p {
    font-size: 1.6rem!important;
    line-height: 3.3rem!important;
    /* color: #ffffff; */
}
#okomari p{
    font-size: 50px;
    line-height: 83px;
    text-align: center;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #okomari p{
        font-size: 42px;
        line-height: 60px;
    }
}

/*カラーセッティング
--------------------------------------*/
.red{
    /* color:#D60404; */
    color:#FF0000;
}

/*******************************************
全ページ共通 スマホ用スタイル
*******************************************/
@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%;
    }
}

#common_links_area{
    width: 100%;
    background-color: #EFF1FF;
    padding: 20px 0;
}
#common_links_area .inner{
    display: flex;
    justify-content: space-between;
}
#common_links_area .inner a{
    width: 32%;
}
#common_links_area .inner a img{
    width: 100%;
}

#kv{
    width: 100%;
    height: 55vh;
    background-image: url(../images/kv@2x.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #kv{
        background: none;
        height: auto;
    }
    #kv img{
        width: 100%;
        display: block;
    }
}
#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;
}
.campaign p{
    font-size: 26px;
    text-align: center;
    color: #2A357C;
    font-weight: bold;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .campaign{
        padding: 20px 0;
    }
}

.cv{
    width: 100%;
    padding: 35px 30px;
    position: relative;
    
    background-image: url(../images/cv_bg_01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -2;
    overflow: hidden;
}
.cv .inner{
    width: 815px;
    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 h2{
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.yellow{
    color: #ffea00;
}
.cv h3{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #2d4b74;
    padding: 10px 20px;
    width: 600px;
    margin: 0 auto 15px;
    border-radius: 30px;
}
.cv_p_01{
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 30px;
}
.cv_contact{
    width: 100%;
    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_tel,
    .cv_form{
        float: none;
        width: 100%;
    }
    .cv_tel{
        margin-bottom: 20px;
    }
}
.cv h4{
    width: 100%;
    background-color: #577bac;
    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;
    width: 300px;
    margin: 0 auto;
    border: 1px solid #0b2d52;
    font-size: 12px;
}
.cv_time_24h{
    text-align: center;
    width: 200px;
    margin: 0 auto;
    border: 1px solid #0b2d52;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 20px;
}
.cv a{
    width: 100%;
    background-color: #f90819;
    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;
    }
    .cv a:after{
        background-image: none;
    }
}
.cv a:hover{
    background-color: #bf0310;
    text-decoration: none;
    cursor: pointer;
}
.cv_bg_01{
    position: absolute;
    top: 0;
    width: 278px;
}
.cv_bg_02{
    position: absolute;
    bottom: 0;
    width: 262px;
    left: 50%;
    z-index: -1;
    margin-left: 380px;
}
/* スマホ用 -------------------*/
@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: 20px;
    }
    .cv_time{
        width: 100%;
        font-size: 20px;
    }
    .cv_time_24h{
        width:100%;52;
        font-size: 20px;
        padding: 10px;
    }
}

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

#problem{
    position: relative;
}
#problem h2{
    text-align: center;
    position: relative;
    font-size: 48px;
    line-height: 72px;
    color: #2A357C;
    margin-bottom: 60px;
}
#problem h2:before{
    position: absolute;
    content: '';
    display: block;
    width: 95px;
    height: 102px;
    background-image: url(../images/problem_h2_img@2x.png);
    background-size: 95px 102px;
    left: 100px;
    top:20px;
}
.problem_img_01{
    width: 100%;
    margin-bottom: 50px;
}
.problem_batsu{
    width: 771px;
    margin: 0 auto;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #problem h2{
        text-align: center;
        padding-left: 0;
    }
    #problem h2:before{
        background: none;
    }
    #problem h2:after{
        position: relative;
        content: '';
        display: block;
        width: 95px;
        height: 102px;
        background-image: url(../images/problem_h2_img@2x.png);
        background-size: 95px 102px;
        right: auto;
        top:auto;
        margin: 20px auto 0;
    }
    #problem ul{
        padding: 30px;
    }
    .problem_img_01_sp{
        width: 100%;
        margin-bottom: 30px;
    }
    .problem_batsu_sp{
        width: 100%;
    }
}

#taiou{
    background-image: url(../images/taiou_bg@2x.jpg);
    background-size: cover;
    background-position: center;
}
#taiou p{
    width: 100%;
    background-color: rgba(255,255,255, .8);
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    font-size: 36px;
    line-height: 60px;
    color: #2A357C;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #taiou{
        background-image: url(../images/sp/taiou_bg_sp@2x.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        padding: 160px 0 50px;
    }
    #taiou p{
        padding: 30px;
        text-align: left;
        box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
    }
}

#haikei{
    background-color: #F4FAFF;
}
#haikei h2{
    font-size: 40px;
    line-height: 72px;
    margin-bottom: 72px;
}
#haikei h3{
    background-color: #2A357C;
    border-radius: 10px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 25px 85px;
    position: relative;
    margin-bottom: 30px;
}
#haikei h3:before{
    position: absolute;
    content: '';
    background-image: url(../images/icon_check_02@2x.png);
    background-size: 43px 41px;
    width: 43px;
    height: 41px;
    left: 20px;
    top:20px;
}
#haikei p{
    margin-bottom: 60px;
}
.haikei_img{
    width: 100%;

}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #haikei h2{
        margin-bottom: 40px;
    }
    #haikei h3{
        padding: 25px 25px 25px 85px;
        line-height: 48px;
    }
    #haikei h3:before{
        top: 30px;
    }
    .haikei_img_sp{
        width: 100%;
    }
}
#merit{
    background-image: url(../images/merit_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}
#merit h2{
    color: #fff;
    margin-bottom: 80px;
}
#merit h2 .small{
    font-size: 36px;
}
#merit h3{
    background-color: #D60465;
    border-radius: 10px;
    color: #fff;
    padding: 15px 36px;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}
#merit p{
    color: #fff;
    margin-bottom: 80px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #merit h2{
        margin-bottom: 40px;
    }
    #merit h2 .small{
        font-size: 28px;
    }
    #merit h3{
        line-height: 48px;
    }
}

#recommendation{
    background-image: url(../images/recommendation_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}
#recommendation div.inner {
    background:rgba(255,255,255,0.95);
    padding: 2rem;
}
#recommendation h2{
    color: #000;
    margin-bottom: 80px;
}
#recommendation h2 .small{
    font-size: 36px;
}  
#recommendation h3{
    background-color: #D60465;
    border-radius: 10px;
    color: #000;
    padding: 15px 36px;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}
#recommendation p{
    color: #000;
    margin-bottom: 80px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #recommendation h2{
        margin-bottom: 40px;
    }
    #recommendation h2 .small{
        font-size: 28px;
    }
    #recommendation h3{
        line-height: 48px;
    }
}

#cando{
    background-image: url(../images/cando_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}
#cando h2{
    color: #2A357C;
    font-size: 48px;

}
#cando h2 .small{
    font-style: 36px;
}
#cando .content{
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    padding: 50px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#cando .content p{
    width: 740px;
}
.cando_img{
    width: 134px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #cando{
        background-color: #E5E5E5;
        background-image: url(../images/sp/cando_bg_sp@2x.jpg);
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 150px;
    }
    #cando h2{

    }
    #cando .content{
        flex-direction: column;

    }
    #cando .content p{
        width: 100%;
        margin-bottom: 30px;
    }
    .cando_img{
        margin: 0 auto;
        width: 200px;
    }
}

#tragedy{
    background-color: #F0F0F0;
    background-image: url(../images/tragedy_bg@2x.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
#tragedy h2{
    width: 100%;
}
#tragedy h2 img{
    width: 100%;
}
#tragedy h3{
    background-color: #AA7D3D;
    border-left: 10px solid #533810;
    color: #fff;
    font-size: 28px;
    padding: 25px;
    line-height: 28px;
    margin-bottom: 30px;
}
#tragedy p{
    margin-bottom: 80px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #tragedy{
        padding-bottom: 30px;
    }
    #tragedy h3{
        line-height: 36px;
    }
}


#timing h2{
    margin-bottom: 90px;
}
.blue{
    color: #2A357C;
}
#timing .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#timing .content p{
    width: 530px;
}
#timing .content img{
    width: 424px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #timing h2{
        margin-bottom: 60px;
    }
    #timing .content{
        flex-direction: column;
    }
    #timing .content p{
        width: 100%;
        margin-bottom: 30px;
    }
    #timing .content img{
        margin: 0 auto;
        width: 80%;
    }
}

#voice{
    background-color: #F4FAFF;
}
.voice_h2_img{
    width: 366px;
    margin: 0 auto;
}
#voice .content{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;

    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
}
#voice .content .imgArea{
    width: 137px;
}
#voice .content .imgArea img{
    width: 100%;
    margin-bottom: 20px;
}
#voice .content .imgArea p{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
#voice .content .txtArea{
    width: 717px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #voice{
        padding-bottom: 30px;
    }
    .voice_h2_img{
        width: 80%;
    }
    #voice .content{
        flex-direction: column;
        padding: 30px;
    }
    #voice .content .imgArea{
        width: 100%;
    }
    #voice .content .imgArea img{
        width: 50%;
        margin: 0 auto 20px;
        display: block;
    }
    #voice .content .imgArea p{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    #voice .content .txtArea{
        width: 100%;
    }
}

#reason{
    background-image: url(../images/reason_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}
#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:#E20372;
    font-weight: bold;
    text-align: left;
    padding-left: 75px;
    position: relative;
}
#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;
    }
    #reason ul li:last-child{
        border-bottom: none;
        margin-bottom: 0;
    }
}





#intro{
    background-image: url(../images/intro_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}
#intro h2{
    color:#fff;
    margin-bottom: 70px;
}
#intro h2 img{
    width: 780px;
    margin: 0 auto;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #intro h2 img{
        width: 100%;
    }
}
.light_yellow{
    color:#ffea00;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #intro h2{
        text-align: left;
    }
    #intro{
        background-color: #183C6F;
        background-image: url(../images/sp/intro_bg_sp.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    }
}
#intro .content{
    display: flex;
    justify-content: space-between;
}
#intro .content .txt{
    width: 745px;
}
#intro .content .txt p{
    color:#fff;
    font-size: 18px;
    line-height: 30px;
}
#intro .content .txt p:first-child{
    margin-bottom: 50px;
}
#intro .content .txt h3{
    color:#fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #103C79;
    padding: 10px 20px;
    border-radius: 100px;
}
#intro .content .photo{
    width: 180px;
}
#intro .content .photo img{
    width: 100%;
    margin-bottom: 20px;
}
#intro .content .photo p{
    color:#fff;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}
#intro .content .photo p .big{
    font-size: 15px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #intro .content{
        flex-direction: column;
    }
    #intro .content .txt{
        width: 100%;
        margin-bottom: 50px;;
    }
    #intro .content .txt h3{
        font-size: 36px;
        background-color: #154991;
    }
    #intro .content .txt p{
        color:#fff;
        font-size: 24px;
        line-height: 48px;
    }
    #intro .content .photo{
        width: 100%;
    }
    #intro .content .photo img{
        width: 60%;
        margin: 0 auto 30px;
        display: block;
    }
    #intro .content .photo p{
        font-size: 24px;
        line-height: 36px;
    }
    #intro .content .photo p .big{
        font-size: 20px;
    }
}








#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;
    }
}
.blue{
    color:#0356a8;
}

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






#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 130px;
    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.png);
    width: 71px;
    height: 71px;
    background-size: 71px 71px;
    left: -90px;
    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;
    }
}
#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: #0356a8;
    text-decoration: underline;
    font-weight: bold;
    transition: all .3s;
}
#fee a:hover{
    text-decoration: none;
}



#about{
    width: 100%;
    background-color: #133d67;
    padding: 60px 30px 60px;
}
#about .inner{
    display: flex;
}
#about .textarea{
    width: 650px;
    padding: 50px 0;
    background-image: url(../images/about_logo.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 .blue{
    color: #0595dd;
}
#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: #133d67;
    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: #ebf6fd;
}
#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.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: 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;
}
.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_01{
        
    }
    .form_radio_01 input{
        line-height: 30px;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    .form_small{
        font-size: 20px;
        line-height: 30px!important;
    }
    .form_small_2{
        font-size: 20px;
        line-height: 30px;
    }
    .form_txt_sub_sp{
        line-height: 30px!important;
    }
    .formSmall{
        font-size: 18px;
        line-height: 26px;
        padding-top: 10px;
    }
    .form_radio_check{
        line-height: 30px;
        margin-bottom: 30px;
    }
}


/* スマホ用 -------------------*/
@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 #125295;
    background-color: #1a5bc7;
}
#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: #133d67;

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