@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;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
h3{
	
}
h4{
	
}
h5{
	
}

img{
	border: none;
}
p{
/*    font-size: 15px;
    line-height: 30px;
*/
    font-size: 1.2rem;
    line-height: 2rem;
    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: #FF0041;
}
.blue{
    color: #2A357C;
}
.blue2{
    color: #2261AA;
}
.red2{
    color: #E24C4B;
}
.yellow{
    color: #FFFF00;
}
.l_red{
    color: #FF0041;
}
.blue3{
    color: #0080D0;
}


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

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

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

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


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

.fsz_30{
    font-size: 30px;
}

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

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

.sec_base{
    width: 100%;
    padding: 80px 0;
}
.sec_base .inner .textarea p {
    font-size: 18px;
    line-height: 36px;
}

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

#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: 600px;
    background-image: url(../images/keyVisual.jpg);
    background-size: 2000px 600px;
    background-position: center;
    background-repeat: no-repeat;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #kv{
        background: none;
        height: auto;
    }
    #kv img{
        width: 100%;
        display: block;
    }
}

.youTube{
    width: 600px;
    height: 400px;
    margin: 0 auto;
    display: block;
    border: 1px solid #7b7b7b;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .youTube{
        width: 100%;
        height: 300px;
    }
}
.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_preCopy{
    width: 100%;
    background-color: #f90819;
    padding: 20px 0 5px;
}
#cv_preCopy img{
    width: 490px;
    margin: 0 auto;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #cv_preCopy img{
        width: 90%;
    }
}
.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.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;
}
.cv_balloon{
    position: absolute;
    bottom: 310px;
    left: 50%;
    z-index: -1;
    width: 171px;
    height: 118px;
    margin-left: 420px;
}
/* スマホ用 -------------------*/
@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;
    }
}
.red{
    color: #f90819;
}
.red_bold{
    color: #f90819;
    font-weight: bold;
}
#sec_01{
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/bg_01.jpg);
    background-size: 198px 161px;
}
#sec_01 h2{
    text-align: center;
}
#sec_01 p{
    font-size: 1.2rem;
}
#sec_01 h3 {
    position: relative;
    background: #e5e3f7;
    padding: 2px 5px 2px 20px;
    font-size: 20px;
    color: #3d3d3d;
    border-radius: 0 10px 10px 0;
    margin: 2.5rem 0.8rem 1.2rem;
}
#sec_01 h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f041";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #113d6d;
    font-weight: 900;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.35em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
    border-bottom: solid 2px #2527a3;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
/*
    .sec_01_h3_sp{
        width: 100%;
        margin: 0 auto 20px;
    }
*/
}
#sec_02{
    width: 100%;
    background-color: #e2effc;
    padding: 60px 0;
}
.blue{
    color: #0356a8;
}
.small{
    font-size: 36px;
}
#sec_02 .inner_02{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#sec_02 .inner_02 p{
    width: 770px;
    
}
#sec_02 .inner_02 img{
    width: 180px;
   
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #sec_02 .inner_02{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    #sec_02 .inner_02 p{
        width: 100%;
        order: 2;

    }
    #sec_02 .inner_02 img{
        width: 60%;
        margin: 0 auto 20px;
        order: 1;
    }
}
#sec_03{
    width: 100%;
    padding: 60px 0;
    background-color: #9cebba;
}
#sec_03 h2{
    text-align: center;
}
#sec_03 p{
    font-size: 1.2rem;
}
#sec_03 h3 {
    position: relative;
    background: #0e571c;
    padding: 2px 5px 2px 20px;
    line-height: 36px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 10px;
    margin: 2.5rem 0.8rem 1.2rem;
}
#sec_03 h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f041";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #116d47;
    font-weight: 900;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.35em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
    border-bottom: solid 2px #2527a3;
}
#sec_03 .flex {
    display: flex;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
}
#sec_03 h4 {
    color: #ffffff;
    padding: 2px 5px;
    display: block;
    line-height: 34px;
    background: #2b7931;
    vertical-align: middle;
    border-radius: 5px;
    margin: 16px;
}
#sec_03 h4:before {
    content: '●';
    color: white;
    margin-right: 8px;
    margin-left: 6px;
}
#sec_03 ol {
    counter-reset: list;
    list-style-type: none;
    font-size: 1.1rem;
    padding: 0;
    margin: 15px 15px 30px 5px;
}
#sec_03 ol div {
    margin-left: 25px;
    margin-bottom: 30px;
    line-height: 2rem;
}
#sec_03 ol li {
    position: relative;
    line-height: 2rem;
    margin: 16px 0 19px 40px;
    padding-left: 10px;
    background-color: #eeeeee;
}
#sec_03 ol li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -30px;
    width: 30px;
    height: 32px;
    background: #2b7931;
    text-align: center;
    color: #fff;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sec_04{
    width: 100%;
    padding: 60px 0;
    /*background-color: #e7e7e7;*/
    background-image: url(../images/bg_01.jpg);
    background-size: 198px 161px;
}
#sec_04 h2{
    text-align: center;
}
#sec_04 p{
    font-size: 1.2rem;
}

#sec_04 p.mg5 {
    margin: 10px 25px;
}

#sec_04 h3 {
    padding: 0.5em;/*文字周りの余白*/
    margin: 30px 0 25px;
    color: #494949;/*文字色*/
    font-weight: bold;
    background: #ffe4c3;/*背景色*/
    border-left: solid 5px #fa8c42;/*左線（実線 太さ 色）*/
}
#sec_04 .flex {
    display: flex;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
}
#sec_04 h4 {
    color: #363636;
    padding: 2px 5px;
    display: block;
    line-height: 34px;
    background: #fdb665;
    vertical-align: middle;
    border-radius: 5px;
    margin: 20px;
    font-size: 1.2rem;
}
#sec_04 h4:before {
    content: '●';
    color: white;
    margin-right: 8px;
    margin-left: 6px;
}
#sec_04 p {
    margin: 10px;
}
ul.ul-white-board {
    background-color: #ffffff;
    border: solid 1px #aaaaaa;
    border-radius: 10px;
    padding: 10px 23px;
    margin: 10px 0px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    color: #000000;
    font-size: 1.5rem;
    line-height: 2.2rem;
}
ul.ul-white-board li{
    position: relative;
    padding-left: 44px;
    margin: 18px 0;
}
ul.ul-white-board li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #aaaaaa;
    border-radius: 20px;
    background-color:crimson;
}
ul.ul-white-board li:after {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 11px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 8px;
    height: 16px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

#honshitsu{
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/honshitsu_bg.jpg);
    background-position: center;
    background-size: cover;
}
#honshitsu .inner{
    background-color: rgba(255,255,255,.9);
    padding: 35px;
}
@media screen and (max-width: 768px) {
    #honshitsu .inner{
        padding: 20px;
    }
}

#sec_05{
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/sec_05_bg.jpg);
    background-position: center;
    background-size: cover;
}
#sec_05 div.white-board {
    background-color: rgba(255,255,255,.9);
    padding: 30px;
}
#sec_05 h3 {
    padding: 0.5em;/*文字周りの余白*/
    color: #303030;/*文字色*/
    background: #ffe5c4;/*背景色*/
    border-left: solid 5px #e68b2a;/*左線（実線 太さ 色）*/
    margin-bottom: 20px;
  }
#sec_05 p{
    margin: 10px;
}
#sec_05 ul {
    counter-reset: list;
    list-style-type: none;
    font-size: 1.1rem;
    margin: 15px 15px 30px;
    padding: 0;
}
#sec_05 ul div {
    margin-left: 25px;
    margin-bottom: 30px;
    line-height: 2rem;
}
#sec_05 ul li{
    position:relative;
    padding: 0 0 0 20px;
    margin: 16px 0 16px 0px;
    line-height: 30px;
    border-bottom: dashed 1px #eea84c;
}
#sec_05 ul li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #d6811f;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#sec_05 ol {
    counter-reset: list;
    list-style-type: none;
    font-size: 1.1rem;
    padding: 0;
    margin: 15px 15px 30px 5px;
}
#sec_05 ol div {
    margin-left: 25px;
    margin-bottom: 30px;
    line-height: 2rem;
}
#sec_05 ol li {
    position: relative;
    line-height: 30px;
    margin: 16px 0 19px 40px;
    padding-left: 10px;
    border-bottom: solid 1px #F6A38B;
}
#sec_05 ol li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -30px;
    width: 30px;
    height: 32px;
    background: #F6A38B;
    text-align: center;
    color: #fff;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sec_06{
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/bg_01.jpg);
    background-size: 198px 161px;
}
#sec_06 h2{
    position: relative;
    margin-bottom: 70px;
}
#sec_06 h2:before{
    position: absolute;
    content: '';
    background-image: url(../images/sec_06_h2_icon.png);
    width: 105px;
    height: 105px;
    background-size: 105px 105px;
    left: 50%;
    margin-left: -400px;
    top: -20px;
}
#sec_07{
    width: 100%;
    padding: 60px 0;
    background-color: #e2effc;
}
.sec_07_h2{
    width: 100%;
    text-align: center;
    font-weight: bold;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .sec_07_h2_sp{
        width: 100%;
        display: block;
    }
}
#sec_08{
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/bg_01.jpg);
    background-size: 198px 161px;
}
#sec_08 h2{
    width: 935px;
    margin: 0 auto 55px;
    display: block;
}
#sec_08 h2 img{
    width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #sec_08 h2{
        width: 100%;
    }
    .sec_08_h2_sp{
        width: 100%;
        display: block;
    }
}
#sec_09{
    width: 100%;
    padding: 60px 0;
    background-color: #e2effc;
}
#sec_09 h2{
    width: 982px;
    margin: 0 auto 40px;
    display: block;
}
#sec_09 h2 img{
    width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #sec_09 h2{
        width: 100%;
        margin: 0 auto 30px;
    }
    .sec_09_h2_sp{
        width: 100%;
        display: block;
    }
}
#case_title{
    width: 100%;
    padding: 100px 0;
    background-image: url(../images/case_h2_bg.jpg);
    background-position: center;
    background-size: cover;
}
#case_title h2{
    color: #fff;
    letter-spacing: 10px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #case_title{
        padding: 60px 0 40px;
    }
    #case_title h2{
        font-size: 40px;
        letter-spacing: 5px;
        line-height: 40px;
    }
}
#case{
    width: 100%;
    padding: 65px 0 30px;
}
.case_p_01{
    margin-bottom: 110px;
}
.case_p_02{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
.case_tri{
    width: 139px;
    margin: 0 auto;
    display: block;
}
#sec_10{
    width: 100%;
    padding: 90px 0;
    background-image: url(../images/sec_10_bg.jpg);
    background-position: center;
    background-size: cover;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #sec_10{
        background-image: none;
        background-image: url(../images/sp/sec_10_bg_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
    }
}
#sec_10 h2{
    margin-bottom: 90px;
}
#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;
}

/* スマホ用 -------------------*/
@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;
    }
}
#bengoshi{
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/sec_05_bg.jpg);
    background-position: center;
    background-size: cover;
}
#bengoshi .inner{
    background-color: rgba(255,255,255,.9);
    padding: 35px;
}
@media screen and (max-width: 768px) {
    #bengoshi .inner{
        padding: 20px;
    }
}
#net_con{
    width: 100%;
}
#net_con .left{
    width: 50%;
    float: left;
    padding: 85px 20px 130px 50px;
}
#net_con .left h2{
    text-align: left;
}
#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_01.jpg);
    background-size: 198px 161px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #qa{
        padding: 50px 0;
    }
}
.qa_block{
    width: 100%;
    background-color: #fff;
    padding: 50px 40px 40px 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: 30px;
    line-height: 40px;
    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;
}
.qa_a a{
    color: #133d67;
    font-weight: bold;
    text-decoration: underline
}
.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;
    }
}

.qa_yt_01_p{
    padding: 40px 0 30px;
    font-weight: bold;
}



#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;
}
#fee a{
    color: #0356a8;
    text-decoration: underline;
    font-weight: bold;
    transition: all .3s;
}
#fee a:hover{
    text-decoration: none;
}
#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;
}



#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;
    }
}
.form_img{
    width: 860px;
    margin: 0 auto;
    display: block;
    padding: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .form_img{
        width: 100%;
    }
}
#contact form{
    width: 860px;
    margin: 0 auto;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#03badc+0,3075df+100 */
    background: #03badc; /* Old browsers */
    background: -moz-linear-gradient(left,  #03badc 0%, #3075df 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #03badc 0%,#3075df 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #03badc 0%,#3075df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03badc', endColorstr='#3075df',GradientType=1 ); /* IE6-9 */
}
.form_outer{
    width: 100%;
    background-color: #fff;
    padding: 35px;
}
.formBlock{
    width: 100%;
    margin-bottom: 20px;
}
.formBlock dt{
    float: left;
    width: 250px;
    font-size: 22px;
    font-weight: bold;
}
.formBlock dd{
    float: right;
    width: 430px;
}
.formBlock dd input,
.formBlock dd textarea{
    
}
.inputArea{
    width: 100%;
    border: 1px solid #bbb;
}
.formBlock dd input{
    padding: 10px;
}
.dt_L{
    padding: 10px 0 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #contact form{
        width: 100%;
    }
    .formBlock dt{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .formBlock dd{
        float: none;
        width: 100%;
    }
}
.must{
    position: relative;
}
.must:after{
    position: absolute;
    content:"必須";
    width: 60px;
    background-color: #dc0303;
    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: 40px;
}
.form_checkbox{
    margin-right: 10px;
    margin-bottom: 10px;
}



/* スマホ用 -------------------*/
@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;
}
/* スマホ用 -------------------*/
@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;
    }
}
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;
}

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


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

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

#okomari{
    background-color: #E7F5FA;
    padding: 70px 0;
}
#okomari h2{
    font-weight: bold;
    margin-bottom: 50px;
}
#okomari div.ul{
    width: 100%;
    background-color: #fff;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
#okomari ul{
    width: 100%;
    padding: 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{
    width: 96px;
    margin: 0 auto 40px;
    display: block;
}
#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;
    }
}




#merit{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006eed+0,669ddd+29,669ddd+99 */
background: #006eed; /* Old browsers */
background: -moz-linear-gradient(top,  #006eed 0%, #669ddd 29%, #669ddd 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #006eed 0%,#669ddd 29%,#669ddd 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #006eed 0%,#669ddd 29%,#669ddd 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eed', endColorstr='#669ddd',GradientType=0 ); /* IE6-9 */
padding-bottom: 100px;
}
#merit h2{
    color: #fff;
    font-weight: bold;
    padding-top: 90px;
    margin-bottom: 90px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #merit h2{
        margin-bottom: 40px;
    }
}
#merit ul{
    width: 100%;
}
#merit ul li{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 50px;
}
#merit ul li .title{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#merit ul li .title .num{
    width: 100px;
    background-color: #2261AA;
    color: #fff;
    font-size: 48px;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    border-top-left-radius: 20px;
    
}
#merit ul li .title h3{
    width: 900px;
    background-color: #D6EBF2;
    color: #0080D0;
    font-size: 48px;
    text-align: center;
    padding: 20px 30px;
    text-align: left;
    font-weight: bold;
    border-top-right-radius: 20px;
}
#merit ul li .content{
    padding: 35px 35px 35px 135px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #merit ul li .title{
        flex-direction: column;
    }
    #merit ul li .title .num{
        width: 100%;
        border-top-right-radius: 20px;
    }
    #merit ul li .title h3{
        width: 100%;
        padding: 20px;
        font-size: 42px;
    }
    #merit ul li .content{
        padding: 30px;
    }
}



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