﻿@charset "UTF-8";
body {
	font-size: 22px;
	margin: 0;
}
#main {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}
ul {
	list-style: none;
	padding: 0;
}
.text {
  display: none;
}
.text01 {
  display: block;
}

h1 {
	margin: 0;
}

div.link {
	position: relative;
}
div.link a {
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
}
div.link a img {
	display: block;
	margin: 0 auto;
}

div.area1 a {
	bottom: 12%;
}
div.area2 a {
	bottom: 12%;
}

div.area3 {
	background: #01172f;
padding: 30px 0px;
}

div.area4 a {
	bottom: 9%;
}

div.area5 a:nth-of-type(1) {
	top: 200px;
}
div.area5 a:nth-of-type(2) {
	top: 320px;
}
div.area5 a:nth-of-type(3) {
	top: 440px;
}
div.area5 a:nth-of-type(4) {
	bottom: 6%;
}

div.area6 a {
	bottom: 210px;
}

div.area6 a:last-of-type {
	bottom: 60px;
}
.flow_area {
	position: relative;
}
.flow_area a {
display: block;
    right: 75px;
    position: absolute;
    bottom: 305px;
}
.flow_area a:last-of-type {
display: block;
    right: 75px;
    position: absolute;
    bottom: 45px;
}

article {
padding: 20px 0;
background: url("../../../lp_assets/fa/img/slide_bk.png") no-repeat;
background-size: cover;
}

article h3 {
font-size: 50px;
text-align: center;
color: #23afbf;
}
article h3 span {
display: block;
color:#003065;
font-size: 35px;
}

article div.detail {
	overflow: hidden;
	border: 2px solid #003065;
	border-radius: 10px;
	box-sizing: border-box;
	width: 530px;
	margin: 0 auto;
	background: white;
}

article div.detail h4 {
	text-align: center;
	margin: 0;
	padding: 10px 0px;
	background: #003065;
	color: white;
}

article aside {
	width: 480px;
	margin: 0 auto;
	padding-bottom: 20px;
}
article div.detail p {
	color: #003065;
	font-weight: bold;
	min-height: 100px;
}
article div.detail dl {
	font-size: 24px;
	border: 2px solid #d8d8d8;
	margin:0;
	border-bottom: 0;
}
article div.detail dl:last-of-type {
border-bottom: 2px solid #d8d8d8;
}
article div.detail dt {
	padding: 10px 0px;
	width: 200px;
	text-align: center;
	display: table-cell;
	background: #f2f2f2;
	color: #003065;
	border-right:2px solid #d8d8d8;
}
article div.detail dd {color: #003065;
	padding: 10px;
	display: table-cell;
}
	.slick-slide{
    margin-right: 1vw!important;
    margin-left: 1vw!important;
	}

div#form {
	background: #e3f2f9;
	padding: 40px 0px;
}
div#form form {
	display: block;
	width: 92%;
	margin: 0 auto;
}
div#form h3 {
margin-bottom: 40px;
}
div.q1 {
position: relative;
border: 2px solid #003065;
border-radius: 10px;
padding:10px 45px;
margin-bottom: 40px;
}
div.q1 h4 {
display: inline-block;
position: absolute;
font-size: 32px;
background: #e3f2f9;
color: #003065;
margin: 0;
padding:0 20px;
top: -25px;
left: 20px;
}
div.q1 span.must {
display: inline-block;
position: absolute;
background: white;
border: 2px solid #e54b59;
color: #e54b59;
margin: 0;
font-weight: bold;
padding: 0px 20px;
top: -20px;
right: 40px;
}

ul.classification li {
	display: inline-block;
	width: 50%;
	font-size: 28px;
	color: #003065;
}

ul.classification li:first-of-type {
	width: 40%;
}

ul.classification2 li {
	display: inline-block;
	width: 49%;
	font-size: 26px;
	color: #003065;
}

/*label {*/
/*position: relative;*/
/*cursor: pointer;*/
/*padding-left: 30px;*/
/*}*/

/*label::before,*/
/*label::after {*/
/*content: "";*/
/*display: block;*/
/*border-radius: 50%;*/
/*position: absolute;*/
/*transform: translateY(-50%);*/
/*top: 50%;*/
/*}*/

/*label::before {*/
/*background-color: #fff;*/
/*border: 1px solid #003065;*/
/*border-radius: 50%;*/
/*width: 19px;*/
/*height: 19px;*/
/*left: 5px;*/
/*}*/

/*label::after {*/
/*background-color: #003065;*/
/*border-radius: 50%;*/
/*opacity: 0;*/
/*width: 20px;*/
/*height: 20px;*/
/*left: 5px;*/
/*}*/

/*input:checked + label::after {*/
/*opacity: 1;*/
/*}*/

/*.visually-hidden {*/
/*position: absolute;*/
/*white-space: nowrap;*/
/*border: 0;*/
/*clip: rect(0 0 0 0);*/
/*clip-path: inset(50%);*/
/*overflow: hidden;*/
/*height: 1px;*/
/*width: 1px;*/
/*margin: -1px;*/
/*padding: 0;*/
/*}*/

.text_input {
margin-bottom: 40px;
}

.text_input p {
color: #003065;
font-weight: bold;
margin: 0;
margin-bottom: 10px;
}
.text_input p span {
font-size: 16px;
vertical-align: middle;
display: inline-block;
background: white;
border: 2px solid #e54b59;
color: #e54b59;
margin: 0;
font-weight: bold;
padding: 0px 20px;
margin-left: 20px;
}
.text_input p span.any {
border: 2px solid #003065;
color: #003065;
}


.text_input input {
font-size: 20px;
border: 2px solid #003065;
background: white;
border-radius: 8px;
padding:10px 2%;
width: 96%;
}

.text_input textarea {
font-size: 20px;
border: 2px solid #003065;
background: white;
border-radius: 8px;
padding:10px 2%;
width: 96%;
min-height: 300px;
}

.text_input select {
font-size: 20px;
border: 2px solid #003065;
background: white;
border-radius: 8px;
padding:10px 2%;
width: 96%;
}

div#form p.privacy {
text-align: center;
color: #003065;
}
div#form p.privacy a {
text-decoration: underline;
color: #008aff;
}

div#form button {
background:none;
border: none;
cursor: pointer;
}
::placeholder {
color: #aaaaaa;
}

a.button img {
display: block;
margin: 0 auto;
}




@media screen and (max-width:750px){

body {
font-size: 3vw;
}

div.area5 a:nth-of-type(1) {
top: 22%;
width: 95%;
}
div.area5 a:nth-of-type(2) {
top: 35%;
width: 95%;
}
div.area5 a:nth-of-type(3) {
top: 49%;
width: 95%;
}
div.area6 a {
bottom: 32%;
width: 95%;
}

div.area6 a:last-of-type {
	bottom: 9%;
	width: 95%;
}

.flow_area a {
width: 70%;
    display: block;
    right: 10%;
    position: absolute;
    bottom: 28%;
}
.flow_area a:last-of-type {
width: 70%;
    display: block;
    right: 10%;
    bottom: 5%;
}


article {
padding: 20px 0;
background: url("../../../lp_assets/fa/img/slide_bk.png") no-repeat;
background-size: cover;
}

article h3 {
font-size: 2em;
text-align: center;
color: #23afbf;
}
article h3 span {
display: block;
color:#003065;
font-size: 1em;
}

article div.detail {
	overflow: hidden;
	border: 2px solid #003065;
	border-radius: 10px;
	box-sizing: border-box;
	width: 95%;
	margin: 0 auto;
	background: white;
}

article div.detail h4 {
	text-align: center;
	margin: 0;
	padding: 10px 0px;
	background: #003065;
	color: white;
}

article aside {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
article div.detail p {
	color: #003065;
	font-weight: bold;
	min-height: 50px;
}
article div.detail dl {
	font-size: 13px;
	border: 2px solid #d8d8d8;
	margin:0;
	border-bottom: 0;
}
article div.detail dl:last-of-type {
border-bottom: 2px solid #d8d8d8;
}
article div.detail dt {

	padding: 10px 0px;
	width: 100px;
	text-align: center;
	display: table-cell;
	background: #f2f2f2;
	color: #003065;
	border-right:2px solid #d8d8d8;
}
article div.detail dd {color: #003065;
	padding: 10px;
	display: table-cell;
}

div#form h3 {
margin-bottom: 40px;
}
div.q1 {
border-radius: 8px;
    padding: 10px 10px;
    margin-bottom: 40px;
}
div.q1 h4 {
    display: inline-block;
    font-size: 1.5em;
    padding: 0px 10px;
    top: -14px;
    left: 20px;
}
div.q1 span.must {
    padding: 0px 11px;
    top: -11px;
    right: 20px;
}

/*label {*/
/*position: relative;*/
/*cursor: pointer;*/
/*padding-left: 20px;*/
/*}*/

/*label::before,*/
/*label::after {*/
/*content: "";*/
/*display: block;*/
/*border-radius: 50%;*/
/*position: absolute;*/
/*transform: translateY(-50%);*/
/*top: 50%;*/
/*}*/

/*label::before {*/
/*background-color: #fff;*/
/*border: 1px solid #003065;*/
/*border-radius: 50%;*/
/*width: 10px;*/
/*height: 10px;*/
/*left: 5px;*/
/*}*/

/*label::after {*/
/*background-color: #003065;*/
/*border-radius: 50%;*/
/*opacity: 0;*/
/*width: 11px;*/
/*height: 11px;*/
/*left: 5px;*/
/*}*/

/*input:checked + label::after {*/
/*opacity: 1;*/
/*}*/

.visually-hidden {
position: absolute;
white-space: nowrap;
border: 0;
clip: rect(0 0 0 0);
clip-path: inset(50%);
overflow: hidden;
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
}

.text_input {
margin-bottom: 20px;
}

.text_input p {
font-size: 1.5em;
}
.text_input p span {
font-size: 11px;
vertical-align: middle;
display: inline-block;
background: white;
border: 2px solid #e54b59;
color: #e54b59;
margin: 0;
font-weight: bold;
padding: 3px 12px;
margin-left: 15px;
}

.text_input p span.any {
border: 2px solid #003065;
color: #003065;
}


.text_input input {
font-size: 16px;
}

.text_input textarea {
font-size: 16px;
border: 2px solid #003065;
background: white;
border-radius: 8px;
padding:10px 2%;
width: 96%;
min-height: 150px;
}



}
