@charset "utf-8";

/* ==================================================================
	contact.css
=================================================================== */
#wrap{
	background:url(../../images/contact/background.jpg) no-repeat top center;
	background-size:contain;
}

#contents{

}

#contents h2{
	margin:2em 0;
	color:#fff;
	text-align:center;
}
#contents h2 dfn{
	margin-top:1.5em;
	letter-spacing:0.1em;
}


.description{
	margin-bottom:0.5em;
	padding-top:2em;
	text-align:center;
	font-size:140%;
	font-weight:bold;
}

#contents p.error{
	display:block;
	background:#F00;
	color:#fff;
	padding:8px;
	margin:8px 0;
	font-size:84%;
}

#submitButton.disabled{
	opacity:0.3;
}


/*-------------------------------------------------------------------
	form
-------------------------------------------------------------------*/

form table{
	width:100%;
border-collapse: separate;
border-spacing: 0 1.5em;
}

form th,
form td{
	padding:1em;
	background:#e9e9e9;
	box-sizing:border-box;
}

form th{
	color:#fff;
	width:30%;
	background:#023692;
	font-weight:normal;
}

form th em{
	position:relative;
	float:right;
	display:inline-block;
	padding:0.1em 0.5em;
	color:#023692;
	font-size:83%;
	background:#fff;
}


/* input ***/
td select,
td input,
td textarea{
	border:0;
	background:#e9e9e9;
	width:100%;
}

.agree{
	font-size:110%;
}

/* privacy */
#privacy{
	margin:2em 0;
	padding:30px;
	width:100%;
	height:15em;
	overflow-y:scroll;
	border:1px solid #e2e2e2;
	box-sizing:border-box;
}
#privacy h3{
    font-size: 120%;
}
#privacy .division{
    margin-bottom: 20px;
}
#privacy .division h4{
    margin-bottom: 10px;
}
#privacy .division p{
    font-size: 90%;
}


/*button ***/

.checktext{
	margin-bottom:24px;
	padding-top:28px;
	border-top:1px dotted #aaabab;
	text-align:center;
}

ul.submitArea{
	text-align:center;
}

ul.submitArea li{
	display:inline-block;
	margin:0 8px;
	width:40%;
}

ul.submitArea li.button input,
ul.submitArea li.button a{
	width:100%;
	font-size:115%;
	vertical-align:top;
}

.submitArea .button span{

}

.submitArea a,
.submitArea input{
	box-sizing:border-box;
	display:inline-block;
	position:relative;
	padding:1em;
	border:2px solid #023692;

	color:#023692;
	font-weight:bold;
	font-size:126%;
	font-family: 'Noto Sans JP', sans-serif;
	transition: all .3s;
	background:url(../../images/common/icon/arrow/gt-blue.png) no-repeat 95% center;
	background-color:#fff;
	cursor:pointer;
	line-height:1.1;
	border-radius:0;
}

.submitArea .button.gray a{
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: grayscale(100%);
}

.submitArea a:hover,
.submitArea input:hover{
	background-position:96% center;
}

.submitArea a.disabled:hover,
.submitArea input.disabled:hover{
	background-position:95% center;
}

.complete {
	padding:20px;
}

.complete h3{
	text-align:center;
	margin-bottom:24px;
}
.complete p.text{
	text-align:center;
	margin-bottom:24px;
}
.complete p.button{
	text-align:center;
}

/*-------------------------------------------------------------------
	smart phone
-------------------------------------------------------------------*/
@media only screen and (max-width : 640px) {

#wrap{
	background-size:200%;
}

#contents h2{
	margin:1.5em 0;
	font-size:200%;
}

.description{
	margin-bottom:0;
	text-align:left;
	font-size:109%;
}

.description br{
	display: none;
}

form tr,
form th{
	display:block;
	width:100%;
}

form tr{
	margin-bottom:1em;
}

form th{
	padding: 0.4em 1em;
}

form td{
	display:block;
}
.agree{
	font-size:100%;
}

#contents .complete {
	padding:8% 2%;
}

#contents .complete h3{
	font-size:120%;
	letter-spacing:0;
}
#contents .complete p.button{
	text-align:center;
}

/* privacy */
#privacy{
	padding:5%;
}
#privacy h3{
    font-size: 120%;
}
#privacy .division{
    margin-bottom: 20px;
}
#privacy .division h4{
    margin-bottom: 10px;
}
#privacy .division p{
    font-size: 90%;
}

}