@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%;
}

body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a:link,
a:visited{
	color: #3576a4;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

header{
	background-color: #FFFFFF;
	width: 100%;
	text-align: left;
	padding: 15px 0;
}

.header_inner{
	width: 80%;
	max-width: 980px;
	margin: 0 auto;
}

.header_inner h1{
	width:280px;
	height:auto;
}
.header_inner h1 img{
	width:100%;
}

.fukidashi{
	position: relative;
	width: 300px;
	margin: 0 auto 20px;
	padding: 15px 20px;
	background: #FFFFFF;
	text-align: center;
	border: #6eb7ab 3px solid;
	border-radius: 30px;
	font-size: 2.0rem;
	font-weight: normal;
	color: #383838;
}
.fukidashi::before,
.fukidashi::after {
  content: '';
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}
.fukidashi::before {
  border-top-color: #6eb7ab; 
  bottom: -28px;
}
.fukidashi::after { 
  border-top-color: #FFFFFF; 
  bottom: -24px;
}

h2{
	font-size: 5.0rem;
	font-weight: bold;
	color: #383838;
	text-align: center;
}

.lead{
	text-align: center;
	font-size: 1.7rem;
	color: #707070;
	line-height: 1.5em;
	margin: 25px 0;
}

.lead .mail{
	background-image: url(../img/icn_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding: 0 0 0 30px;
}

.lead a:link,
.lead a:visited{
	color: #009567;
}

#formWrap {
	width:900px;
	margin:50px auto;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,
table.formTable th{
	padding:10px;
	box-sizing: border-box;
}
table.formTable th{
	width:30%;
	height: auto;
	font-size: 1.8rem;
	font-weight: bold;
	text-align:left;
	color: #707070;
	vertical-align: middle;
}

table.formTable th.required:after{
	content: "必須";
	display: inline-block;
	width:50px;
	height: 20px;
	background-color:#e53523;
	border-radius: 3px;
	font-size: 1.2rem;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 5px 10px;
	box-sizing: border-box;
}

table.formTable td{
	width:70%;
}

table.formTable td input{
	border: none;
	background-color: #f2f2f2;
	width:100%;
	height: 50px;
	border-radius: 6px;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}

table.formTable td textarea {
	border: none;
	background-color: #f2f2f2;
	width:100%;
	height: 300px;
	border-radius: 6px;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}

.privacy{
	text-align: center;
	margin: 60px 0;
}

.privacy p{
	font-size: 1.5rem;
	color: #707070;
	margin: 0 0 30px;
	line-height: 1.5em;
}

.agree{
	font-size: 1.4rem;
	color: #707070;
}

.privacy p a{
	color: #009567;
}

.privacy #check{
	font-size: 1.5rem;
}

.btn_container{
	margin: 30px 0;
}

input#confirm {
	width:500px;
	height: 60px;
	font-size: 2.0rem;
	font-weight: bold;
    background-color: #FFFFFF;
	border: #6eb7ab 3px solid;
	cursor: pointer;
}

input#confirm:disabled{
	border: #bababa 3px solid;
	font-weight: normal;
	cursor: auto;
}

.f_link{
	background-color: #105652;
	padding: 20px 0;
}

.f_link ul{
	font-size: 1.3rem;
	text-align: center;
}

.f_link ul li{
	display: inline-block;
	margin: 0 20px;
}

.f_link ul li a{
	color: #FFFFFF;
}

.logo{
	width:150px;
	height: auto;
	margin:30px auto 0;
}
.logo img{
	width:100%;
}

.copyright{
	text-align: center;
	font-size: 1.2rem;
	margin: 20px 0;
}

@media screen and (max-width: 768px) {
	
	
.lead{
	font-size: 1.5rem;
	padding: 0 10px;
}		
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	padding-bottom: 0;
	border-bottom:0;
}
}

@media screen and (max-width:572px) {
.header_inner{
	width:100%;
}	
	
.header_inner h1{
	width:240px;
	height: auto;
	margin: 0 auto;
}	

.fukidashi{
	width: 50%;
	padding: 10px 15px;
	font-size: 1.3rem;
}	
	
h2{
	font-size: 4.0rem;
}	

	
.privacy{
	margin: 30px 0;
}
	
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
	
input#confirm{
	width:100%;
}	
	
.f_link ul{
	font-size: 1.2rem;
}

.f_link ul li{
	margin: 5px 10px;
}		
	
}
