@charset "utf-8";

html{
	-webkit-text-size-adjust: 100%;
}

body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color: #343434;
	letter-spacing: 0.05em;
}

img{
	margin: 0;
	max-width: 100%;
	height: auto;	
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

h2 , h3{
	font-weight: 600;
	line-height: 1.5;
}

.padding_no{
	padding: 0;
}

.first_wrap{
	background: #f3f3f3;
	width: 100%;
	text-align: center;
	padding: 53px 5.335vw 35px;
}

h1{
	width: 230px;
	margin: 0 auto;
	margin-bottom:22px;
}

.muryou{
	width: 138px;
}

.goannai{
	background: white;
	font-size: 24px;
	color: #343434;
	width: 53vw;
	padding: 8px 20px;
	margin: 0 auto;
	border-radius: 15px;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

.goannai span{
	font-size: 19px;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 10px solid #00c2e8;
  border-bottom: 0;
  margin: 0 auto;
  margin-bottom: 10px;
}

.goannai_text{
	font-size: 16px;
	color: #1c1c1c;
	letter-spacing: 0.03em;
	line-height: 1.7;
	margin-bottom: 30px;
}

.goannai_text span{
	color: #01c0e8;
	font-weight: 600;
}

.first_wrap .tyusyaku{
	width: 79.33vw;
	font-size: 12px;
	letter-spacing: 0.03em;
	color: #1daee3;
	line-height: 1.5;
	text-align: left;
	padding: 20px 15px 0;
	margin: 0 auto;
	border: dashed 1px #05b3e8;
	border-radius: 5px;
	margin-bottom: 35px;
}

.first_wrap .tyusyaku li{
	margin-bottom: 18px;
}

.sec01_guide{
	background: white;
	width: 89.33vw;
	padding: 23px 0;
	font-size: 16px;
	letter-spacing: 0.05em;
	margin: 0 auto;
	border-bottom: solid 4px #1daee3;
}

.sec01_guide h2 span{
	color: #1daee3;
}

.sec01 .triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 20px solid #1daee3;
  border-bottom: 0;
  margin-bottom: 0;
}

.kensa_tani_wrap{
	width: 100%;
	margin-bottom: 20px;
}

.kensakoumoku{
	float: left;
	width: 90px;
	background: #01c0e8;
	color: white;
	border-radius: 5px;
	padding: 6px 0;
	font-weight: 600;
	font-size: 12px;
}

.tani{
	float: right;
	width: 90px;
	background: #d8d8d8;
	color: #343434;
	border-radius: 5px;
	padding: 6px 0;
	font-weight: 600;
	font-size: 12px;
}

table th{
	width: 24vw;
	text-align: right;
	font-size: 16px;
	vertical-align: middle;
	padding-top:35px;
	font-weight: 600;
}

table th span{
	display: block;
	font-weight: 300;
	font-size: 10px;
	margin-top:5px;
	letter-spacing: 0.01em;
	}
	
table td{
	vertical-align: bottom;
	font-size: 14px;
	padding-top:35px;
	text-align: left;
	font-weight: 600;
}

input{
	width: 37.07vw;
	height: 60px;
	background: white;
	border-radius: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border: solid 1px #d9d9d9;
	padding: 0.375rem .75rem;
	font-size: 18px;
	font-weight: normal;
}

select{
	width: 37.07vw;
	height: 60px;
	background: white;
	border-radius: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border: solid 1px #d9d9d9;
	padding: 0.375rem .75rem;
	font-size: 18px;
	font-weight: normal;
}

.sub_name{
	display: inline;
	font-weight: 600;
}

.wrap{
	padding: 0 5.335vw 35px;	
}

.g_wrap{
	background: #f3f3f3;
}


.sec05_tyuui{
	font-size: 16px;
	color: #1daee3;
	font-weight: 600;
	text-align: center;
	padding-top:40px;
}

.sec05 table th , .sec05 table td{
	padding-top: 11px;
}

.sec05 .line{
	width: 100%;
	border: dotted 1px #e1e1e1;
	margin: 30px 0 19px;
}

.sec05{
    padding-bottom: 22px;
}

.sec06{
	padding-top:46px;
}

.sec06 h2{
	font-size: 18px;
	color: #1daee3;
	text-align: center;
}

.sec06 h2 span{
	color: #919090;
	font-weight: 300;
}

.sec06 h2{
	margin: 17px 0 8px;
}

.sec06 .h2_top_line{
	width: 254px;
	height: 3px;
	margin: 0 auto;
	background: rgb(29,174,227);
	background: linear-gradient(-90deg, rgba(29,174,227,1) 0%, rgba(65,215,242,1) 100%);
	}

.sec06 .h2_bottom_line{
	width: 254px;
	height: 3px;
	margin: 0 auto;
	background: rgb(29,174,227);
	background: linear-gradient(90deg, rgba(29,174,227,1) 0%, rgba(65,215,242,1) 100%);
	margin-bottom: 10px;
}

.sec06 table th , .sec06 table td{
	width: 100%;
	display: block;
	padding-top:0;
}

.sec06 table{
	width: 100%;
	margin-bottom: 50px;
}

.sec06 table th span{
	display: inline;
	font-size: 16px;
	color: #919090;
}

.sec06 table .must{
	font-size: 12px;
	color: #1daee3;
	font-weight: 600;
}

.sec06 table th{
	text-align: left;
	padding-top: 34px;
	padding-bottom: 5px;
}

.sec06 table input{
	margin: 0;
	width: 88.8vw;
}

.sec06 table select{
	margin: 0;
	width: 88.8vw;
}

.nyuryoku_end{
	font-size: 16px;
	color: #1daee3;
	text-align: center;
	font-weight: 600;
	margin-bottom: 22px;
}

#btn{
	background: #02bbe8;
	color: white;
	padding: 30px 0;
	border-radius: 45px;
	border: none;
	width: 250px;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-weight: 600;
}

.sec06 .btn_guide{
	font-size: 13px;
	color: #989898;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top:40px;
}

.sec06 .btn_guide span{
	color: #02bbe8;
}

.copyright{
	font-size: 11px;
	color: #989898;
	text-align: center;
	margin-bottom: 20px;
	margin-top:38px;
}

.error{
    color: red;
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
}
