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

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

header{
	width:100%;
	border-bottom: 1px solid #cccccc;
}

header .inner{
	width:auto;
	margin:0 auto;
	padding: 10px 10px;
	position:relative;
}

	
header .inner h1 img{
	width:100px;
}



/* ==== お問い合わせ =====*/



section#topform .inner {
	width: auto;
	padding:30px 15px 40px;
}

section#topform .inner h2{
	font-size:2.4rem;
	font-weight:bold;
	text-align: left;
}

section#topservice .inner p{
	font-size:1.4rem;
	text-align: left;
}
	
section#topform .inner p.privacytxt{
	font-size:1.2rem;
	text-align: left;
	margin-bottom: 50px;
}
	
section#topform .inner .schebox{
	background: #f9f9f9;
	padding: 20px 15px;
	margin-bottom: 30px;
	font-size:1.4rem;
}

section#topform .inner .schebox dl {
	text-align: left;
}

section#topform .inner .schebox dt {
	clear: left;
	float:none;
	width: auto;
	margin-bottom: 10px;
}
	
section#topform .inner .schebox dd br{
	display: block;
}

section#topform .inner .schebox dd { 
	margin: 0 0 15px 0;
}

section#topform .inner .schebox dd:last-child { 
	margin: 0 0 0 0;
}
	
section#topform .inner p.txtsche01{
	font-size:1.4rem;
	text-align: left;
}


section#topform .inner h2 span{
	font-size:1.4rem;
	padding-left: 4px;
}

section#topform .inner p.txtform01{
	text-align: left;
	margin-bottom: 10px;
	font-size:1.4rem;
}


.contactbox{
	border: 4px solid #efefef;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.contactbox span.txtcont01{
	font-size:1.8rem;
	margin-right:0px;
	display:inline-block;
}

.contactbox span.txtcont02{
	font-size:3.2rem;
	margin:10px 0 0 0;
	display: block;
}

.contactbox span.txtcont03{
	font-size:1.2rem;
}



table.formTB{
	width:100%;
	text-align:left;
	border-collapse:collapse;
	margin-bottom:20px;
	font-size: 1.4rem;
}

table.formTB th{
	width:45%;
	padding:10px 5px;
	background:#f9f9f9;
	border:#cccccc 1px solid;
	text-align:left;
}

table.formTB td{
	padding:10px;
	background:#ffffff;
	border:#cccccc 1px solid;
}
	
	
table.formTB02{
	width:100%;
	text-align:left;
	border-collapse:collapse;
	margin-bottom:20px;
	font-size: 1.4rem;
}

table.formTB02 th{
	width:20%;
	padding:10px 5px;
	background:#f9f9f9;
	border:#cccccc 1px solid;
	text-align:left;
}

table.formTB02 td{
	padding:10px;
	background:#ffffff;
	border:#cccccc 1px solid;
}
	
table.briefingTB th,table.briefingTB td{
	display: block;
}
    
table.briefingTB{
	border-top: 1px solid #cccccc;	
}	
	
table.briefingTB th {
    padding:10px 3%;
	width: 94%;
	border-bottom: none;
	border-top: none;
}

table.briefingTB td {
    padding:10px 3%;
	width: 94%;

}

	
table.formTB th,table.formTB td{
	display: block;
}
	
table.formTB th {
    padding:20px 3% 10px;
	width: 94%;
	border-bottom: none;
	border-top: none;
}

table.formTB td {
    padding:10px 3%;
	width: 94%;
}    
    
    

.musttxt{
	background:#f19149;
	padding:2px 4px;
	font-size:1.0rem;
	color:#ffffff;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}

input {
    vertical-align : middle;
}

input[type="text"],input[type="email"],input[type="tel"]{
	border: 1px solid #efefef;
	background: #efefef;
	font-size: 1.4rem;
	text-indent: 0.7em;
	width: 100%;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus{
	background: #ffe6b7;
	border: 1px solid #f4a000;
}

textarea {
	width: 100%;
	height: 150px;
	background: #efefef;
	border: 1px solid #efefef;
	text-indent: 0.7em;
}

textarea:focus {
	background: #ffe6b7;
	border: 1px solid #f4a000;
}


.btn_form{
	width:80%;
	color:#ffffff;
	background:#1c264a;
	display:block;
	border:2px solid #1c264a;
	padding:15px 0;
	text-align:center;
	font-size:1.6rem;
	margin:0 auto;
	font-family: "Rounded Mplus 1c","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.btn_form:hover{
	color:#1c264a;
	background:none;
	display:block;
	border:2px solid #1c264a;
	padding:15px 0;
	-webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}


	
	
}

