@charset "utf-8";

@font-face {
   font-family: MyWebFont01;
   src: url('font/font01.woff') format("woff");
}

html{
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased; 
}

body{
	font-family:  "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #1f1f1f;
}

/*-------------------------------------------

    Element

-------------------------------------------*/
.inner{
	max-width: 1000px;
	margin: 0 auto;
}

.common_ttl01{
	font-family: MyWebFont01;
	text-align: center;
	font-size: 3rem;
	color: #0053a4;
	margin: 0 0 70px;
}

.common_btn01 a{
    width: 100%;
    max-width: 330px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    background: url(images/btn_arrow01.png) no-repeat 95% center #0053a4;
    display: block;
    margin: 60px auto 0;
    padding: 15px 0;
    border-radius: 6px;
    box-shadow: 0 6px 0 rgb(3, 66, 119);
}

.sp{
	display: none;
}


header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1480px;
    margin: 0 auto;
}
header .card{
    margin: 0 20px;
}
header .hd_cobtact{
	display: flex;
	margin: 0 0 0 15px;
}
header .hd_cobtact a{
	display: block;
	margin: 0 0 0 5px;
}


#main{
	background: url(images/main_bg.png) no-repeat center;
	background-size: cover;
	padding: 65px 0;
	position: relative;
}
#main .news{
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
}
#main .news dl{
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	display: table;
}
#main .news dt{
	font-family: MyWebFont01;
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	color: #0053a4;
	font-size: 1.4rem;
	border-right: solid 1px #ddd;
}
#main .news dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.4rem;
}
#main .news dd:nth-of-type(1){
	width: 150px;
	font-size: 1.4rem;
	text-align: center;
}

nav#g_nav{
	background: #0053a4;
	height: 100px;
}
nav#g_nav ul{
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	border-left: dotted 1px #3d84bf;
}
nav#g_nav ul li{
	width: 20%;
	height: 100%;
	box-sizing: border-box;
	border-right: dotted 1px #3d84bf;
}
nav#g_nav ul li.tel{
	display: none;
}
nav#g_nav ul a{
	font-family: MyWebFont01;
	display: block;
	height: 100%;
	background: url(images/nav_ico.png) no-repeat center 85%;
	padding: 30px 20px 30px;
	letter-spacing: normal;
	box-sizing: border-box;
	color: #fff;
}
nav#g_nav ul li:nth-of-type(1) a, nav#g_nav ul li:nth-of-type(2) a{
    font-family: MyWebFont01;
    display: block;
    height: 100%;
    background: url(images/nav_ico.png) no-repeat center 85%;
    padding: 15px 20px 30px;
    letter-spacing: normal;
    box-sizing: border-box;
    color: #fff;
}

/*-------------------------------------------

    cv

-------------------------------------------*/
.cv{
	background: url(images/cv_bg01.png);
	padding: 80px 0;
}
.cv_box01{
    background: url(images/cv_box_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    position: relative;
}
.cv_box01 h2 {
    font-family: MyWebFont01;
    position: absolute;
    font-size: 3rem;
    left: 0;
    right: 0;
    top: -25px;
    color: #fff;
    text-align: center;
}
.cv_area{
	display: flex;
	justify-content: space-between;
}
.cv_tel{
    background: #fff;
    width: 48%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cv_tel p{
    font-size: 1.2rem;
    color: #0053a4;
    margin: 15px 30px 0 50px;
    letter-spacing: 0.05em;
    text-align: center;
}
.cv_btn{
	width: 48%;
}
.cv_btn a{
	display: block;
}
.cv_btn a:nth-of-type(2){
	margin: 15px 0 0;
}


/*-------------------------------------------

    sec01

-------------------------------------------*/
#sec01{
	background: url(images/sec01_bg.png) no-repeat bottom center;
	background-size: cover;
	padding: 70px 0;
	text-align: center;
}
.sec01_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec01_box .sec01_item{
	background: #fff;
	width: 320px;
	padding: 25px;
	margin: 20px 0 0;
	border-radius: 10px;
	border: dotted 2px #0053a4;
	box-sizing: border-box;
}
.sec01_box .sec01_item img{
	margin: 0 0 20px;
}
.sec01_box .sec01_item p{
	font-size: 1.6rem;
	font-weight: bold;
	color: #0053a4;
}

/*-------------------------------------------

    sec02

-------------------------------------------*/
#sec02{
	background: #eff6fd;
	background-size: cover;
	padding: 70px 0;
	text-align: center;
}
#sec02 img:nth-of-type(1){
	margin: 0 0 0;
}
#sec02 img{
	margin: 40px 0 0;
}

/*-------------------------------------------

    sec03

-------------------------------------------*/
#sec03{
	background: #fff;
	background-size: cover;
	padding: 70px 0;
	text-align: center;
}
.sec03_box{
	display: flex;
	justify-content: space-between;
}
.sec03_box .sec03_item{
	width: 234px;
}
.sec03_box .sec03_item img{
	margin: 0 0 20px;
}
.sec03_box .sec03_item h3{
	font-family: MyWebFont01;
	font-size: 2.2rem;
	color: #0053a4;
	margin: 0 0 20px;
}
.sec03_box .sec03_item p{
	font-size: 1.4rem;
	font-weight: normal;
	color: #272727;
}

/*-------------------------------------------

    sec04

-------------------------------------------*/
#sec04{
	background: #eff6fd;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
.sec04_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec04_box .sec04_item{
    width: 240px;
    box-sizing: border-box;
    border: dashed 1px #0053a4;
    background: #fff;
    border-radius: 10px;
    padding: 40px 20px;
    margin: 10px 0 0;
}
/*.sec04_box .sec04_item img{
	margin: 0 0 20px;
}*/
.sec04_box .sec04_item h3{
	font-family: MyWebFont01;
	font-size: 2.2rem;
	color: #0053a4;
	margin: 0 0 5px;
}
.sec04_box .sec04_item p{
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: normal;
    color: #272727;
    margin: 0 0 15px;
}

/*-------------------------------------------

    sec05

-------------------------------------------*/
#sec05{
	background: #fff;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
.sec05_box table{
	border-collapse: separate;
	border: solid 2px #0053a4;
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
}
.sec05_box table th{
	padding: 30px 0;
	font-size: 1.8rem;
	border: solid 1px #0053a4;
}
.sec05_box table th.current{
	background: #0053a4;
	color: #fff;
}
.sec05_box table td{
	padding: 20px 0;
	vertical-align: middle;
	border: solid 1px #0053a4;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0;
}
.sec05_box table td:nth-of-type(1){
	background: #eff6fd;
	color: #0053a4;
	padding: 20px;
	border: solid 1px #0053a4;
	white-space: nowrap;
	font-size: 1.8rem;
	font-weight: bold;
}
.sec05_box table td img{
	display: block;
	margin: 0 auto;
}
.sec05_box table td span{
	display: block;
	margin: 10px 0 0;
	white-space: nowrap;
}

/*-------------------------------------------

    sec06

-------------------------------------------*/
#sec06{
	background: #eff6fd;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
.sec06_box01 table{
	background: #fff;
	border-collapse: separate;
	border: solid 2px #0053a4;
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
}
.sec06_box01 table th{
	background: #e1effc;
	padding: 30px 0;
	font-size: 1.8rem;
	border: solid 1px #0053a4;
	color: #0053a4;
}
.sec06_box01 table th.white_bg{
	background: #fff;
}
.sec06_box01 table th.current{
	background: #0053a4;
	color: #fff;
}
.sec06_box01 table td{
    padding: 20px;
    vertical-align: middle;
    border: solid 1px #0053a4;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    width: 250px;
}
.sec06_box01 table td.blue_bg{
	background: #e1effc;
	color: #0053a4;
	font-size: 1.8rem;
	font-weight: bold;
	width: 140px;
}
.sec06_box01 table td b{
	display: block;
	color: #dc1111;
}
.sec06_box01 table td span{
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}
.sec06_box01 p{
	text-align: right;
	margin: 15px 0 0;
	font-size: 1.4rem;
	font-weight: normal;
	color: #0053a4;
}

.sec06_box02{
	display: flex;
	justify-content: space-between;
}
.sec06_box02 h2{
	margin: 0 0 25px;
}
.sec06_box02 .sec06_table_item{
	width: 48%;
}
.sec06_box02 .sec06_table_item .table_box{
	margin: 40px 0 0;
}
.sec06_box02 table{
	background: #fff;
	border-collapse: separate;
	border: solid 2px #0053a4;
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
}
.sec06_box02 table th{
	background: #e1effc;
	padding: 30px 0;
	font-size: 1.4rem;
	border: solid 1px #0053a4;
	color: #0053a4;
}
.sec06_box02 table th.white_bg{
	background: #fff;
}
.sec06_box02 table th.current{
	background: #0053a4;
	color: #fff;
}
.sec06_box02 table td{
    padding: 20px;
    vertical-align: middle;
    border: solid 1px #0053a4;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
}
.sec06_box02 .table02 table{
	height: 820px;
}
.sec06_box02 table td.blue_bg{
	background: #e1effc;
	color: #0053a4;
	font-size: 1.4rem;
	font-weight: bold;
	width: 140px;
}
.sec06_box02 table td b{
	display: block;
	color: #dc1111;
}
.sec06_box02 table td span{
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}
.sec06_box02 p{
	text-align: right;
	margin: 15px 0 0;
	font-size: 1.29rem;
	font-weight: normal;
	color: #0053a4;
}

.sec06_box03 h2{
	margin: 0 0 25px;
}
.sec06_box03 table{
	background: #fff;
	border-collapse: separate;
	border: solid 2px #0053a4;
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
}
.sec06_box03 table tr:last-child th,.sec06_box03 table tr:last-child td{
	border-bottom: none;
}
.sec06_box03 table th{
	background: #e1effc;
	color: #0053a4;
	padding: 20px;
	vertical-align: middle;
	white-space: nowrap;
	border-bottom: solid 1px #0053a4;
}
.sec06_box03 table td{
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: 0;
	vertical-align: middle;
	padding: 20px;
	text-align: left;
	border-bottom: solid 1px #0053a4;
}
.sec06_box03 table td ul li{
	position: relative;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.sec06_box03 table td ul li::before{
    content: "・";
    display: block;
    position: absolute;
    left: -3px;
    top: 0;
}
.sec06_box03 p{
	text-align: right;
	margin: 15px 0 0;
	font-size: 1.4rem;
	font-weight: normal;
	color: #0053a4;
}

/*-------------------------------------------

    sec07

-------------------------------------------*/
#sec07{
	background: #fff;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
.sec07_box img{
	margin: 0 0 40px;
}
.sec07_box p{
	margin: 0 0 40px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

/*-------------------------------------------

    sec08

-------------------------------------------*/
#sec08{
	background: #eff6fd;
	background-size: cover;
	padding: 80px 0 0;
	text-align: center;
}

/*-------------------------------------------

    faq

-------------------------------------------*/
#faq{
	background: #eff6fd;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
.faq_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
.faq_box .faq_item{
	width: 48%;
	background: #d2e8fd;
	margin: 0 0 40px;
}
.faq_box .faq_item dl {
    background: url(images/open.png) no-repeat 95% 43px;
}
.faq_box .faq_item dl dt{
    font-family: MyWebFont01;
    font-weight: bold;
    position: relative;
    font-size: 1.8rem;
    padding: 20px 50px 20px 100px;
    color: #0053a4;
}
.faq_box .faq_item dl dt span{
    position: absolute;
    top: -20px;
    left: 10px;
}
.faq_box .faq_item dl dd{
    display: none;
    background: #fff;
    margin: 20px;
    font-size: 1.4rem;
    font-weight: normal;
    position: relative;
    padding: 20px 20px 20px 60px;
}
.faq_box .faq_item dl dd span{
    position: absolute;
    left: 20px;
    top: 20px;
}

/*-------------------------------------------

    footer

-------------------------------------------*/
footer{
	background: #033e77;
	padding: 20px 0 50px;
	text-align: center;
}
footer ul{
	text-align: right;
}
footer ul li a{
    color: #fff;
    background: url(images/btn_arrow01.png) no-repeat left center;
    background-size: 10px;
    font-size: 1.2rem;
    padding: 0 0 0 15px;
}
footer p{
	color: #fff;
	font-size: 1.4rem;
}


#contact{
	background: #eff6fd;
	padding: 80px 0;
}
#contact table{
	background: #fff;
	width: 100%;
}
#contact table th{
	position: relative;
	padding: 20px 20px 20px 70px;
	background: #e2eefa;
	vertical-align: middle;
	color: #0053a4;
	border: solid 1px #fff;
	text-align: left;
	width: 270px;
	box-sizing: border-box;
	font-size: 1.6rem;
}
#contact table th span{
    position: absolute;
    left: 15px;
    top: 50%;
    background: #d30505;
    color: #fff;
    line-height: 1;
    font-size: 1.4rem;
    padding: 5px 4px 3px;
    border-radius: 4px;
    margin: -13px 0 0;
}
#contact table td{
	background: #fff;
	border: solid 1px #eff6fd;
	padding: 20px;
	vertical-align: middle;
}
#contact table td .input01{
	display: block;
	width: 100%;
	border-radius: 6px;
	border: solid 1px #e2eefa;
	padding: 10px;
	box-sizing: border-box;
	background: #f8fbff;
}
#contact table td {
	border: solid 1px #e2eefa;
	padding: 20px;
	box-sizing: border-box;
}
#contact table td textarea{
	display: block;
	width: 100%;
	min-height: 200px;
	border-radius: 6px;
	border: solid 1px #e2eefa;
	padding: 10px;
	box-sizing: border-box;
	background: #f8fbff;
}
/*css radio02*/
.radio02-input{
	display: none;
}
.radio02-input + label{
    padding-left: 25px;
    position: relative;
    margin-right: 20px;
    font-size: 1.4rem;
    font-weight: normal;
}
.radio02-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #0060a6;
    border-radius: 50%;
    box-sizing: border-box;
}
.radio02-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 9px;
    height: 9px;
    background: #005aa5;
    border-radius: 50%;
}
.privacy_box{
	background: #fff;
	margin: 30px 0 10px;
	padding: 30px;
	overflow: scroll;
	height: 190px;
	box-sizing: border-box;
	text-align: center;
}
.privacy_box h5{
	margin: 0 0 40px;
}
.privacy_box b{
	display: block;
	margin: 0 0 5px;
	font-size: 1.4rem;
}
.privacy_box p{
	font-size: 1.3rem;
	font-weight: normal;
	margin: 20px 0;
	text-align: justify;
}
#contact dl{
	background: #fff;
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
#contact dt{
    display: table-cell;
    vertical-align: middle;
    width: 25px;
}
#contact dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: normal;
}
#contact dd a{
	color: #005aa5;
	text-decoration: underline;
}
#contact input#submit{
    background: url(images/submit.png) no-repeat center;
    display: block;
    border: none;
    width: 360px;
    height: 77px;
    margin: 40px auto 0;
}
#submit[disabled]{
	opacity: 0.3;
}
#check_submit{
	background: url(images/submit01.png) no-repeat center;
    display: block;
    border: none;
    width: 360px;
    height: 77px;
    margin: 40px auto 0;
}
#check_submit01{
	background: url(images/submit02.png) no-repeat center;
    display: block;
    border: none;
    width: 360px;
    height: 77px;
    margin: 40px auto 0;
}
#check_submit02{
	background: url(images/submit03.png) no-repeat center;
    display: block;
    border: none;
    width: 360px;
    height: 77px;
    margin: 40px auto 0;
}

.error_text{
	text-align: center;
	margin: 30px 0;
}
.check_done{
	text-align: center;
	font-size: 1.4rem;
	line-height: 2;
}
.check_done span.red{
	color: #f90016;
}

.privacy_txt{
	background: #fff;
	padding: 40px;
}
.privacy_item{
	margin: 0 0 40px;
}
.privacy_item:last-child{
	margin: 0;
}
.privacy_item h2{
	font-size: 1.6rem;
	margin: 0 0 5px;
}
.privacy_item p{
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: normal;
}


@media screen and (min-width:320px) and ( max-width: 767px) {
html{
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased; 
}

body{
	font-family:  "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #1f1f1f;
}

/*-------------------------------------------

    Element

-------------------------------------------*/
.inner{
	max-width: 1000px;
	margin: 0 auto;
}

.common_ttl01{
	font-family: MyWebFont01;
	text-align: center;
	font-size: 2rem;
	color: #0053a4;
	margin: 0 0 40px;
}

.common_btn01 a{
    width: 100%;
    max-width: 330px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    background: url(images/btn_arrow01.png) no-repeat 95% center #0053a4;
    display: block;
    margin: 40px auto 0;
    padding: 15px 0;
    border-radius: 6px;
    box-shadow: 0 6px 0 rgb(3, 66, 119);
}

.pc{
	display: none;
}
.sp{
	display: block;
}


header{
	display: block;
	padding: 20px;
}
header .inner{
	display: block;
	alignment-baseline: central;
	justify-content: space-between;
}
header .tel{
    display: none;
}
header .logo{
	max-width: 170px;
}
header .card{
    float: right;
    width: 6.5rem;
    margin: -28px 42px 0 0;
}
header p{
	display: none;
}
header .hd_cobtact {
    display: none;
}

#sp-menu {
    background: #fff;
    width: 30px;
    height: 18px;
    position: fixed;
    right: 20px;
    top: 24px;
    z-index: 999999;
    margin: 0 0;
    padding: 0;
    display: block;
}
#sp-menu::before{
    content: "";
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    padding: 0;
    background: #fff;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}
#sp-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: url(images/btn_bg01.png);
    background-size: 100% 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 0;
    background: #005aa5;
}
#sp-menu span.top-border {
    top: -2px;
}
#sp-menu span.middle-border {
    top: 50%;
    margin: -2px 0 0;
}
#sp-menu span.bottom-border {
    bottom: 0;
}
#sp-menu.clicked span.top-border {
    transform: rotate(-45deg);
    top: 8px;
}
#sp-menu.clicked span.middle-border {
    width: 0;
}
#sp-menu.clicked span.bottom-border {
    transform: rotate(45deg);
    bottom: 8px;
}

#main {
    background: #e7f0f6;
    background-size: cover;
    padding: 0px 0 0;
    position: relative;
}
#main .news {
    background: rgba(255, 255, 255, 0.8);
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    margin: 0;
}
#main .news dl{
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	display: block;
}
#main .news dt{
	font-family: MyWebFont01;
	display: block;
	vertical-align: middle;
	width: 80px;
	color: #0053a4;
	font-size: 1.4rem;
	border-right: none;
}
#main .news dd{
	display: block;
	vertical-align: middle;
	font-size: 1.2rem;
}
#main .news dd:nth-of-type(1){
	width: auto;
	font-size: 1.2rem;
	text-align: left;
}

nav#g_nav{
	background: #0053a4;
	width: 60%;
	height: 0;
	position: fixed;
	z-index: 1;
	transition: .3s all;
	overflow: hidden;
	top: 0;
	right: 0;
}
nav#g_nav.clicked{
	background: #0053a4;
	height: 68%;
	width: 60%;
	position: fixed;
	z-index: 1;
	transition: .3s all;
	top: 0;
	right: 0;
	overflow: hidden;
}
nav#g_nav ul{
	max-width: 1000px;
	height: 68%;
	padding: 53px 0 0;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	border-left: none;
}
nav#g_nav ul li{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-right: none;
}
nav#g_nav ul li.tel{
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-right: none;
}
nav#g_nav ul a{
	font-family: MyWebFont01;
	font-size: 1.3rem;
	display: block;
	height: 100%;
	background: url(images/btn_arrow01.png) no-repeat 95% center;
	padding: 10px 20px;
	letter-spacing: normal;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
nav#g_nav ul li:nth-of-type(1) a, nav#g_nav ul li:nth-of-type(2) a {
    font-family: MyWebFont01;
    font-size: 1.3rem;
    display: block;
    height: 100%;
    background: url(images/btn_arrow01.png) no-repeat 95% center;
    padding: 10px 20px;
    letter-spacing: normal;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
}
nav#g_nav ul li.tel a{
    display: block;
    background: url(images/tel.png) no-repeat 20px center #fff;
    color: #0053a4;
    padding: 9px 0 10px 52px;
    font-size: 1.8rem;
}

/*-------------------------------------------

    cv

-------------------------------------------*/
.cv{
	background: url(images/cv_bg01.png);
	padding: 20px;
}
.cv_box01{
    background: none;
    background-size: 100% 100%;
    padding: 20px;
    position: relative;
}
.cv_box01 h2 {
    font-family: MyWebFont01;
    position: static;
    font-size: 2rem;
    margin: 0 0 40px;
    left: 0;
    right: 0;
    top: -25px;
    color: #fff;
    text-align: center;
}
.cv_area{
	display: block;
	justify-content: space-between;
}
.cv_tel{
    background: #fff;
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 0 20px;
}
.cv_tel p{
    font-size: 1.2rem;
    color: #0053a4;
    margin: 15px 0px 0 0px;
    letter-spacing: 0.05em;
}
.cv_btn{
	width: 100%;
}
.cv_btn a{
	display: block;
}
.cv_btn a:nth-of-type(2){
	margin: 15px 0 0;
}


/*-------------------------------------------

    sec01

-------------------------------------------*/
#sec01{
	background: url(images/sec01_bg.png) no-repeat bottom center;
	background-size: cover;
	padding: 40px 20px;
	text-align: center;
}
.sec01_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec01_box .sec01_item{
	background: #fff;
	width: 100%;
	padding: 25px;
	margin: 20px 0 0;
	border-radius: 10px;
	border: dotted 2px #0053a4;
	box-sizing: border-box;
}
.sec01_box .sec01_item img{
	margin: 0 0 20px;
}
.sec01_box .sec01_item p{
	font-size: 1.4rem;
	line-height: 2;
	font-weight: bold;
	color: #0053a4;
}

/*-------------------------------------------

    sec02

-------------------------------------------*/
#sec02{
    background: #eff6fd;
    background-size: cover;
    padding: 40px 20px;
    text-align: center;
}

/*-------------------------------------------

    sec03

-------------------------------------------*/
#sec03{
	background: #fff;
	background-size: cover;
	padding: 40px 20px;
	text-align: center;
}
.sec03_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec03_box .sec03_item{
	width: 49%;
	margin: 20px 0 0;
}
.sec03_box .sec03_item img{
	margin: 0 0 20px;
}
.sec03_box .sec03_item h3{
	font-family: MyWebFont01;
	font-size: 1.4rem;
	color: #0053a4;
	margin: 0 0 20px;
}
.sec03_box .sec03_item p{
	font-size: 1.2rem;
	font-weight: normal;
	color: #272727;
}

/*-------------------------------------------

    sec04

-------------------------------------------*/
#sec04{
	background: #eff6fd;
	background-size: cover;
	padding: 40px 20px;
	text-align: center;
}
.sec04_box{
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec04_box .sec04_item{
    width: 100%;
    box-sizing: border-box;
    border: dashed 1px #0053a4;
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 10px 0 0;
}
.sec04_box .sec04_item img{
	margin: 0 0 20px;
}
.sec04_box .sec04_item h3{
	font-family: MyWebFont01;
	font-size: 2.2rem;
	color: #0053a4;
	margin: 0 0 5px;
}
.sec04_box .sec04_item p{
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: normal;
    color: #272727;
    margin: 0 0 15px;
}

/*-------------------------------------------

    sec05

-------------------------------------------*/
#sec05{
	background: #fff;
	background-size: cover;
	padding: 40px 20px;
	text-align: center;
}
.sec05_box{
	overflow: scroll;
}
.sec05_box::after {
    content: "※スマートフォンでの観覧時は横にスライドして下さい。";
    display: block;
    color: #d05151;
    font-size: 1.2rem;
    margin: 10px 0 0;
}
.sec05_box table{
	border-collapse: separate;
	border: solid 2px #0053a4;
	border-radius: 0px;
	width: 100%;
	overflow: hidden;
}
.sec05_box table th{
	padding: 20px 0;
    font-size: 1.4rem;
	border: solid 1px #0053a4;
}
.sec05_box table th.current{
	background: #0053a4;
	color: #fff;
}
.sec05_box table td{
	padding: 10px 0;
	vertical-align: middle;
	border: solid 1px #0053a4;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0;
}
.sec05_box table td:nth-of-type(1){
	background: #eff6fd;
    color: #0053a4;
    padding: 20px 20px;
    border: solid 1px #0053a4;
    white-space: nowrap;
    font-size: 1.4rem;
    font-weight: bold;
}
.sec05_box table td img{
	display: block;
	margin: 0 auto;
}
.sec05_box table td span{
	display: block;
	margin: 10px 0 0;
	white-space: nowrap;
}

/*-------------------------------------------

    sec06

-------------------------------------------*/
#sec06{
	background: #eff6fd;
	background-size: cover;
	padding: 40px 20px;
	text-align: center;
}
.sec06_box01{
	overflow: scroll;
}
.sec06_box01::after {
    content: "※スマートフォンでの観覧時は横にスライドして下さい。";
    display: block;
    color: #d05151;
    font-size: 1.2rem;
    margin: 10px 0 0;
}
.sec06_box01 table {
    background: #fff;
    border-collapse: separate;
    border: solid 2px #0053a4;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    min-width: 800px;
}
.sec06_box01 table th{
	background: #e1effc;
	padding: 30px 0;
	font-size: 1.8rem;
	border: solid 1px #0053a4;
	color: #0053a4;
}
.sec06_box01 table th.white_bg{
	background: #fff;
}
.sec06_box01 table th.current{
	background: #0053a4;
	color: #fff;
}
.sec06_box01 table td{
    padding: 20px;
    vertical-align: middle;
    border: solid 1px #0053a4;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    width: 250px;
}
.sec06_box01 table td.blue_bg{
	background: #e1effc;
	color: #0053a4;
	font-size: 1.8rem;
	font-weight: bold;
	width: 140px;
}
.sec06_box01 table td b{
	display: block;
	color: #dc1111;
}
.sec06_box01 table td span{
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}
.sec06_box01 p{
	text-align: right;
	margin: 15px 0 0;
	font-size: 1.4rem;
	font-weight: normal;
	color: #0053a4;
}

.sec06_box02{
	display: block;
	justify-content: space-between;
}
.sec06_box02 h2{
	margin: 0 0 25px;
}
.sec06_box02 .sec06_table_item{
	width: 100%;
}
.sec06_box02 .sec06_table_item .table_box{
	margin: 40px 0 0;
}
.sec06_box02 table{
	background: #fff;
	border-collapse: separate;
	border: solid 2px #0053a4;
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
}
.sec06_box02 table th{
	background: #e1effc;
	padding: 30px 0;
	font-size: 1.4rem;
	border: solid 1px #0053a4;
	color: #0053a4;
}
.sec06_box02 table th.white_bg{
	background: #fff;
}
.sec06_box02 table th.current{
	background: #0053a4;
	color: #fff;
}
.sec06_box02 table td{
    padding: 20px;
    vertical-align: middle;
    border: solid 1px #0053a4;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
}
.sec06_box02 .table02 table{
	height: 820px;
}
.sec06_box02 table td.blue_bg{
	background: #e1effc;
	color: #0053a4;
	font-size: 1.4rem;
	font-weight: bold;
	width: 140px;
}
.sec06_box02 table td b{
	display: block;
	color: #dc1111;
}
.sec06_box02 table td span{
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}
.sec06_box02 p{
	text-align: right;
	margin: 15px 0 0;
	font-size: 1.29rem;
	font-weight: normal;
	color: #0053a4;
}

.sec06_box03 h2{
	margin: 0 0 25px;
}
.sec06_box03 table{
	background: #fff;
	border-collapse: separate;
	border: solid 2px #0053a4;
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
	display: block;
}
.sec06_box03 table tr:last-child th,.sec06_box03 table tr:last-child td{
	border-bottom: none;
}
.sec06_box03 table th{
	display: block;
	background: #e1effc;
	color: #0053a4;
	padding: 20px;
	vertical-align: middle;
	white-space: nowrap;
	border-bottom: solid 1px #0053a4;
}
.sec06_box03 table td{
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: 0;
	vertical-align: middle;
	padding: 20px;
	text-align: left;
	border-bottom: solid 1px #0053a4;
}
.sec06_box03 table td ul li{
	position: relative;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.sec06_box03 table td ul li::before{
    content: "・";
    display: block;
    position: absolute;
    left: -3px;
    top: 0;
}
.sec06_box03 p{
	text-align: right;
	margin: 15px 0 0;
	font-size: 1.4rem;
	font-weight: normal;
	color: #0053a4;
}

/*-------------------------------------------

    sec07

-------------------------------------------*/
#sec07{
	background: #fff;
	background-size: cover;
	padding: 40px 20px;
	text-align: center;
}
.sec07_box img{
	margin: 20px 0 0!important;
}

/*-------------------------------------------

    sec08

-------------------------------------------*/
#sec08{
	background: #eff6fd;
	background-size: cover;
	padding: 40px 20px 0;
}

/*-------------------------------------------

    faq

-------------------------------------------*/
#faq{
	background: #eff6fd;
	background-size: cover;
	padding: 40px 20px;
	text-align: center;
}
.faq_box{
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
.faq_box .faq_item{
	width: 100%;
	background: #d2e8fd;
	margin: 0 0 40px;
}
.faq_box .faq_item dl {
    background: url(images/open.png) no-repeat 95% 43px;
    padding: 0 0 1px;
}
.faq_box .faq_item dl dt{
    font-family: MyWebFont01;
    font-weight: bold;
    position: relative;
    font-size: 1.8rem;
    padding: 20px 50px 20px 100px;
    color: #0053a4;
}
.faq_box .faq_item dl dt span{
    position: absolute;
    top: -20px;
    left: 10px;
}
.faq_box .faq_item dl dd{
    display: none;
    background: #fff;
    margin: 20px;
    font-size: 1.4rem;
    font-weight: normal;
    position: relative;
    padding: 20px 20px 20px 60px;
}
.faq_box .faq_item dl dd span{
    position: absolute;
    left: 20px;
    top: 20px;
}

/*-------------------------------------------

    footer

-------------------------------------------*/
footer{
	background: #033e77;
	padding: 20px 20px;
	text-align: center;
}
footer ul{
	text-align: center;
}
footer ul li a{
    color: #fff;
    background: url(images/btn_arrow01.png) no-repeat left center;
    background-size: 10px;
    font-size: 1.2rem;
    padding: 0 0 0 15px;
}
footer p{
	color: #fff;
	font-size: 1.2rem;
}


#contact{
	background: #eff6fd;
	padding: 40px 20px;
}
#contact table{
	background: #fff;
	width: 100%;
	display: block;
}
#contact table tbody,#contact table tr{
	display: block;
}
#contact table th{
	position: relative;
	padding: 20px 20px 20px 70px;
	background: #e2eefa;
	vertical-align: middle;
	color: #0053a4;
	border: solid 1px #fff;
	text-align: left;
	width: auto;
	box-sizing: border-box;
	font-size: 1.6rem;
	display: block;
}
#contact table th span{
    position: absolute;
    left: 15px;
    top: 50%;
    background: #d30505;
    color: #fff;
    line-height: 1;
    font-size: 1.4rem;
    padding: 5px 4px 3px;
    border-radius: 4px;
    margin: -13px 0 0;
}
#contact table td{
	display: block;
	background: #fff;
	border: solid 1px #eff6fd;
	padding: 20px;
	vertical-align: middle;
}
#contact table td .input01{
	display: block;
	width: 100%;
	border-radius: 6px;
	border: solid 1px #e2eefa;
	padding: 10px;
	box-sizing: border-box;
	background: #f8fbff;
}
#contact table td {
	border: solid 1px #e2eefa;
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
#contact table td textarea{
	display: block;
	width: 100%;
	min-height: 200px;
	border-radius: 6px;
	border: solid 1px #e2eefa;
	padding: 10px;
	box-sizing: border-box;
	background: #f8fbff;
}
/*css radio02*/
.radio02-input{
	display: none;
}
.radio02-input + label{
    padding-left: 25px;
    position: relative;
    margin-right: 20px;
    font-size: 1.4rem;
    font-weight: normal;
}
.radio02-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #0060a6;
    border-radius: 50%;
    box-sizing: border-box;
}
.radio02-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 9px;
    height: 9px;
    background: #005aa5;
    border-radius: 50%;
}
.privacy_box{
	background: #fff;
	margin: 30px 0 10px;
	padding: 30px;
	overflow: scroll;
	height: 190px;
	box-sizing: border-box;
	text-align: center;
}
.privacy_box h5{
	margin: 0 0 40px;
}
.privacy_box p{
	font-size: 1.4rem;
	margin: 20px 0;
}
#contact dl{
	background: #fff;
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
#contact dt{
    display: table-cell;
    vertical-align: middle;
    width: 25px;
}
#contact dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: normal;
}
#contact input#submit{
    background: url(images/submit.png) no-repeat center;
    background-size: contain;
    display: block;
    border: none;
    width: 220px;
    height: 47px;
    margin: 40px auto 0;
}
#submit[disabled]{
	opacity: 0.3;
}
#check_submit {
    background: url(images/submit01.png) no-repeat center;
    background-size: contain;
    display: block;
    border: none;
    width: 220px;
    height: 47px;
    margin: 40px auto 0;
}
#check_submit01{
	background: url(images/submit02.png) no-repeat center;
    background-size: contain;
    display: block;
    border: none;
    width: 220px;
    height: 47px;
    margin: 40px auto 0;
}
#check_submit02{
	background: url(images/submit03.png) no-repeat center;
    background-size: contain;
    display: block;
    border: none;
    width: 220px;
    height: 47px;
    margin: 40px auto 0;
}

.error_text{
	text-align: center;
	margin: 30px 0;
	font-size: 1.4rem;
}
.check_done{
	text-align: center;
	font-size: 1.4rem;
	line-height: 2;
}
}
