@charset "UTF-8";

/* This code is only meant for previewing your Reflow design. */

/*
Reset CSS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
}

/*
基本設定
*/
html {
 font-size:10px;
}
* html {/* for IE6 */
 font-size: 62.5%;
}
*:first-child+html {/* for IE7 */
 font-size: 62.5%;
}
body {
	font-size: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	line-height: 1.5;
	color: #333;
	background-image:url("../img/witewall_3.png");
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica,"MS UI Gothic", "Nimbus Sans L", sans-serif;
}
p {font-size: 110%;}
a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: inherit;
}
ul { list-style: none;}

.block_sp { display: block;}
.block_pc { display: none;}
@media only screen and (min-width: 768px) ,print{
	.block_sp { display: none;}
	.block_pc { display: block;}
}

.primaryContainer {
    margin: 0 auto;
}

/* clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*
ヘッダー
*/
#header {
    margin: 0 auto 50px;;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 3px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 3px 5px 0px;
}

/* タイトル */
.title-box {
	width: 94%;
	padding: 0 3%;
    height: 74px;
    background: url("../img/titleback.png") repeat-x;
	page-break-before: always;
}
.title-box h2 {
	max-width: 960px;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
	margin: 0 auto;
	line-height: 74px;
}
.title-box h2:before {
	position: relative;
	top:6px;
	display: block;
	float: left;
	content: "";
	width: 68px;
	min-height: 50px;
	background: url("../img/pastedsvg-18.svg") left 10px no-repeat;
	-moz-background-size: 58px auto;
	-webkit-background-size: 58px auto;
	background-size: 50px auto;
}
@media only screen and (min-width: 960px),print {
	.title-box h2 { font-size: 2em;}
	.title-box {
		width: 100%;
		padding: 0;
	}
}

/*
フォーム
*/
.exam {
	display: block;
	font-size: 90%;
	color: #777;
	margin-top: 5px;
}
.formwrap { 
	width: 94%;
	margin: 0 auto;
	padding-top: 30px;
}
.formwrap p { margin: 0 0 30px;}
.formwrap .mfp_buttons > p { margin: 0;}

.formwrap p a {
    color: #009933;
    text-decoration: underline;	
}
@media only screen and (min-width: 768px),print {
	.formwrap {
		width: 100%;
		max-width: 960px;
	}
	.formwrap p { margin: 0 30px 30px;}
	.exam { 
		display: inline;
		margin-top: 0;
	}
}

/* 入力欄 */
input[type="text"] ,
input[type="tel"] ,
input[type="email"] ,
select,
textarea{
	font-size: 14px;
	padding: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
textarea{
	width: 100% !important;
	height: 190px !important;
}
input.address {/* 住所入力欄 */
	width: 100%;
	margin-bottom: 10px;
}
ol li:nth-last-of-type(1) input.address{ margin-bottom: 0;}
select {
	width: 100%;
	margin-bottom: 10px;
}
label {
	border: none !important;
}
@media only screen and (min-width: 768px),print {
	textarea{
		width: 90% !important;
	}
	input.sei,/* 姓欄 */
	input.sei-kana {/* セイ欄 */
		margin-right: 10px;
	}
	input.address {/* 住所入力欄 */
		width: 60%;
	}
	select {
		width: auto;
	}
}

/* チェックボックスサイズ変更 */
input[type=checkbox] {
	width: 14px;
	height: 14px;
 	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

@-moz-document url-prefix() {/* Firefox */
	input[type=checkbox] {
		width: 15px;
		height: 15px;
 		-moz-transform: scale(1.5);
	}
}
/* チェックボックス 同意する */
.doui_box {
	width: auto;
	padding: 10px 15px;
	border: 2px solid #f00;
	text-align: center;
	font-size: 1.6rem;
	color: #f00;
	font-weight: bold;
	margin: 20px auto 30px;
	background: #fff;
}
.doui_box label {
	cursor: pointer;
}
@media only screen and (min-width: 768px),print {
	.doui_box { width: 40%;}
}

/* 確認、キャンセル、送信ボタン */
 button[type="submit"],/* 確認ボタン */
 #mfp_button_send {/* 送信ボタン */
	width: 100%; 
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 24px;
	cursor: pointer;
	outline: none;
}
button[type="submit"]:hover,/* 確認ボタン */
 #mfp_button_send:hover {/* 送信ボタン */
	opacity: 0.7;
}

/* 戻るボタン */
 #mfp_button_cancel {
	width: 100%;
	margin: 0 auto 5px;
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 24px;
	cursor: pointer;
	outline: none;
}
#mfp_button_cancel:hover {
	opacity: 0.7;
}
@media only screen and (min-width: 768px),print {
	button[type="submit"],/* 確認ボタン */
	 #mfp_button_send,/* 送信ボタン */
	#mfp_button_cancel {/* 戻るボタン */
		width: 30%;
	}
	/* 送信ボタン(右側) */
	#mfp_button_send {
		float: right;
		margin-right:19%;
		margin-left: 0;
	}
	/* 戻るボタン(左側) */
	#mfp_button_cancel {
		float: left;
		margin-left:19%;
		margin-right: 0;
	}
}

/* 確認画面 */
div#mfp_phase_confirm h4 {/* 内容確認のコメント */
	font-size: 20px !important;
	font-weight: bold !important;
	margin-bottom: 30px !important;
	text-align: left !important;
}
@media only screen and (min-width: 481px),print {
	div#mfp_phase_confirm h4 { text-align: center !important;}
}

table#mfp_confirm_table {
	margin-bottom: 50px !important;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	font-size: 14px !important;
}
table#mfp_confirm_table tr th {
	width: 30% !important;
	white-space: normal !important;
	line-height: 1.5 !important;
}
table#mfp_confirm_table tr td {
	width: 70% !important;
}

/*
個人情報の取扱いについて
*/
.privacy { margin: 30px auto 80px;}
.privacy h4 {
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}
.privacy ol { padding-left: 20px;}
.privacy ol > li { margin-bottom: 15px;}
.privacy ol li p { 
	margin: 0 0 10px;
	font-size: 100%; 
}
.privacy span.madoguchi { display: block;}
.privacy span.tel,
.privacy span.email {
	display: block;
}
.privacy a {
    color: #009933;
    text-decoration: underline;	
}
.privacy a.tel_link {
	color: #333;
	text-decoration: none;
}
.privacy ul.maru {
	list-style-type: disc;
	margin-top: 10px;
	padding-left: 18px;
}
.privacy ul.maru li {
	line-height: 1.5;
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px),print {
	.privacy { 
		width: 80%;
		margin: 30px auto 100px;
	}
	.privacy ol { padding-left: 0;}
	.privacy span.madoguchi { display: inline;}
	.privacy span.tel,
	.privacy span.email { 
		display: inline-block;
	}
	.privacy span.tel {
		padding-left: 115px;
		margin-right: 20px;
	}
	.privacy ul.maru li {
		float: left;
		margin-right: 40px;
	}
}

/*
お問い合わせ完了ページ
*/
.textwrap { 
	width: 94%;
	margin: 0 auto;
	padding: 80px 0;
	font-size: 15px;
	line-height: 1.5;
}
@media only screen and (min-width: 768px),print {
	.textwrap {
		width: 100%;
		max-width: 960px;
		text-align: center;
	}
}

/*
連絡先表示
*/
/* ヘッダー部 */
.contact-box {
	max-width: 960px;
	margin: 0 auto;
}
.contact-box .lt {
	padding-top: 15px;
	text-align: center;
}
.contact-box .lt img { max-width: 300px;}
.contact-box .md {
	font-size: 25px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}
.contact-box .md span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.0;
}
.contact-box .rt {
	padding-top: 10px;
	text-align: center;
}
.contact-box p.tel {
	font-size: 38px;
	padding: 0;
	margin: 0 auto 20px;
	font-family: helvetica, arial,"lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
.contact-box p.tel:before {
	position: relative;
	top:6px;
	display: inline-block;
	content: "";
	width: 50px;
	min-height: 40px;
	background: url("../img/pastedsvg-2.svg") left top no-repeat;
	-moz-background-size: 36px auto;
	-webkit-background-size: 36px auto;
	background-size: 36px auto;
}
@media only screen and (min-width: 960px),print {
	.contact-box .lt {
		float: left;
		width: 29.2%;
		margin-right: 2.6%;
	}
	.contact-box .lt img { 
		width: 100%;
		max-width: 300px;
	}
	.contact-box .md {
		float: left;
		padding-top: 35px;
		margin-right: 6.3%;
		text-align: left;
	}
	.contact-box .rt {
		float: left;
		width: 42.1%;
		padding-top: 25px;
		text-align: left;
	}
	.contact-box p.tel { font-size: 40px;}
}

/* フッター部 */
.contact-box02 {
	max-width: 490px;
	margin: 0 auto;
}
.contact-box02 .lt { text-align: center;}
.contact-box02 .lt img { max-width: 300px;}
.contact-box02 .rt {
	font-size: 25px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}
.contact-box02 .rt span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.0;
}
p.footer_tel {
	text-align: center;
	font-size: 38px;
	margin: 10px auto 20px;
	font-family: helvetica, arial,"lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
p.footer_tel:before {
	position: relative;
	top:6px;
	display: inline-block;
	content: "";
	width: 50px;
	min-height: 40px;
	background: url("../img/pastedsvg-2.svg") left top no-repeat;
	-moz-background-size: 36px auto;
	-webkit-background-size: 36px auto;
	background-size: 36px auto;
}
p.address {
	text-align: center;
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px),print {
	p.address { margin-bottom: 30px;}
}
@media only screen and (min-width: 960px),print {
	.contact-box02 .lt {
		float: left;
		width: 56.5%;
	}
	.contact-box02 .lt img { 
		width: 100%;
		max-width: 300px;
	}
	.contact-box02 .rt {
		float: right;
		width: 38.5%;
		padding-top: 20px;
		text-align: left;
	}
	p.footer_tel { font-size: 40px;}
}

/*
ページトップボタン
*/
#bt-top {
	position: fixed;
	bottom: 30px;
	right: 25px;
	z-index:10;
}

#bt-top img {
	width: 55px;
	height: 55px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
@media only screen and (min-width: 768px),print {
	#bt-top { bottom: 80px;}	
}

/**
 * ローディング画面 
*/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/page-loader.gif) center no-repeat #fff;
}