@charset "UTF-8";
/* CSS Document */

#contact-form table{
	margin-bottom:15px;
	width:100%;
}

#contact-form tr{}

#contact-form th,td{
	vertical-align:middle;
	display:block;
}

#contact-form th{
	width:auto;
	text-align:left;
	margin-top:15px;
	margin-bottom:5px;
}

#contact-form td span.not-break{
	white-space:nowrap;
}

#contact-form td input[type="text"],
#contact-form td input[type="password"],
#contact-form td textarea{
    -webkit-appearance: none;
	padding:6px;
	border:1px solid #d2d2d2;
	background-color:#FFF;
	-webkit-transition: background-color 0.3s ease-out;
	   -moz-transition: background-color 0.3s ease-out;
	     -o-transition: background-color 0.3s ease-out;
	    -ms-transition: background-color 0.3s ease-out;
	        transition: background-color 0.3s ease-out;
	width:100%;
}

#contact-form tr.ynam input,
#contact-form tr.kana input{
	width:120px;
}
#contact-form tr.teln input,
#contact-form tr.zipc input{
	width:70px;
}

/* input area */
#contact-form td input[type="text"]:focus,
#contact-form td input[type="password"]:focus,
#contact-form td textarea:focus{
	border:1px solid #bbb;
	background-color:#FFC;
}


#contact-form td input.smOvr{
	width:260px;
}

#contact-form td p,
#contact-form td li{
	line-height:1.5;
	margin:0.25em 0;
	width:100%;
}

/* a link */
#contact-form td span.exam-zip-code a{
	padding:10px 0;
	display:inline-block;
}

#contact-form td span.exam-zip-code a:hover{
}


@media (min-width: 768px){
#contact-form table{
	width:100%;
}
#contact-form tr{
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;

}
#contact-form th,
#contact-form td{
	padding:10px 0;
	display:table-cell;
	vertical-align:middle;
}

#contact-form th{
	width:195px;
}

#contact-form tr.inqu th{
	vertical-align:top;
	padding-top:16px;
}




}
@media (min-width: 992px) {
}
.messageBox{
	text-align:center;
	margin:20px 0;
	font-size:18px;
}
.setsumei{
	font-size:14px;
	border: 2px dashed red;
	text-align:center;
	margin: 10px 0 10px 0;
}
.setsumei article {	
	padding: 10px;
}
.setsumei article figure img {
	min-width: 100px;
	vertical-align: top;
}
.setsumei article h2{
	font-size:18px;
	font-weight:bold;
}	
.setsumei article .text_excerpt{
	font-size:18px;
}
@media (min-width: 768px){
	.setsumei article {	
		display: flex;
	}
	.setsumei article figure {
		margin-right: 20px;
		width: 150px;
		height: 100px;
	}
	.setsumei article figure img {
		max-width: 100%;	
	}
}
@media (max-width: 767px){
	.setsumei article figure {
		text-align:center;
	}
	.setsumei article figure img {
		max-width: 80%;	
	}
	.setsumei article h2{
		text-align:left;
	}	
	.setsumei article .text_excerpt{
		text-align:left;
	}
}

article.atr1 {
	display: flex;
	margin-bottom: 10px;
	padding: 3px;
	/*
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #999;
	*/
}
article.atr1 figure {
	margin-right: 20px;		
	width: 100px;		
	height: 70px;
}
article.atr1 figure img {
	min-width: 100px;
	max-width: 100%;
	vertical-align: top;
}
.text_content1{
	float:left;
	width:180px;
}
.text_content1 .text1{
	font-size:18px;
	font-weight:bold;
}
.text_content1 .text2{
	font-size:14px;
}
.text_content2{
	float:left;
	font-size:14px;
	padding-left:10px;
	line-height:70px;
	height: 70px;
}
/*-----------------------------------------------

REQUIRED TAG

-----------------------------------------------*/
#contact-form th strong.required{
	color:#e00;
	margin-left:1em;
	font-size:10px;
	font-size:1.0rem;
	line-height:1;
	position:relative;
	top:-5px;
}

@media (min-width: 768px){
#contact-form th strong.required{
	float:right;
	top:5px;
	margin-right:10px;
}
}
/*-----------------------------------------------

SUBMIT

-----------------------------------------------*/
#contact-form #submit-box{
}
#contact-form #submit-box input{
	font-size:15px;
	font-size:1.5rem;
	text-align:center;
	margin-top:10px;
	background-color:#000000;
	color:#fff;
	border:none;
	padding:10px 20px;
	letter-spacing:0.5em;
	text-indent:0.5em;
	width:100%;
}
@media (min-width: 768px){
	#contact-form #submit-box{
		width:100%;
	}
	#contact-form #submit-box input{
		width:100%;
	}
}

		