@charset "UTF-8";

* {
	/*font-family: sans-serif;*/
	box-sizing: border-box;
}
body {
	background-color: #EEE;
	text-align: center;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
	font-weight: 300;
	font-size:16px;
	line-height:1.5em;
	
	/*font: inherit;*/
	vertical-align: baseline;

	/*background-color:#665e5c;*/
	background-color:#665e5c;
	
	/*
  font-smoothing:subpixel-antialiased;
  -webkit-font-smoothing:subpixel-antialiased;
  -moz-font-smoothing:subpixel-antialiased;
	*/
}


.br320{
  display:none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}


.mailform input{
  height:33px;
  font-size:16px;
  border:none;
}


.mfp_buttons button{
  width:190px;
  height:47px;
  background-color:#fff !important;
  font-size:26px;
  border-radius:10px;
  border:none;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  letter-spacing:0.075em;
  cursor:pointer;
  line-height:0.9em;
}

/*
dt.mfp{
  font-weight:200;
  width:214px !important;
  float:left;
  margin-left:0 !important;
  padding-left:0 !important;
  
  margin:0 !important;
  padding:0 !important;  
}


dd.mfp{
  font-weight:200;
  width:584px !important;
  width:574px !important;

  float:right;
  margin-right:0 !important;
  padding-right:0 !important;
  
  margin:0 !important;
  padding:0 !important;
}
*/

.input_wrap{
  margin-bottom:38px !important;
}

.hissu{
  font-size:90%;
  margin-right:-0.5em;
}

.hissu_kakunin{
  font-size:90%;
  margin-right:-0.5em;
  margin-left:-0.5em;
}

.mfp_l{
  font-weight:200;
  /*width:214px !important;
  
  width:230px !important;
  width:300px !important;
  width:270px !important;*/
  
  width:265px !important;
  float:left;
  text-align:right;  
  margin:0 !important;
  padding:0 !important;
  /*padding-right:14px !important;*/
  
  padding-right:13px !important;
  padding-top:3px !important;
  height:33px;
  color:#fff;
}


.mfp_r{
  font-weight:200;
/*  width:584px !important;  */

  width:584px !important;
  float:right;
  margin:0 !important;
  padding:0 !important;
}

.mfp_r input{
  margin:0 !important;
  padding-left:8px !important;
  padding-right:8px !important;
}


div#mfp_phase_confirm h4{
	font-size: 21px;
	padding: 0px 0px 0px 0px;
	/*margin-top:4px;*/
	padding-top:5px;
	margin-bottom:56px;
	text-align: center;
	color:#fff;
	font-weight:200;
	letter-spacing:0.04em;
}

div#mfp_phase_confirm .mfp_buttons{
  margin-bottom:106px;
}

div#mfp_phase_confirm button{
  letter-spacing:0 !important;
}

div#mfp_phase_confirm button#mfp_button_send{
  margin-right:22px;
}

.mfp_rows textarea{
  font-size:16px;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
}


table#mfp_confirm_table {
	margin-bottom:60px;
	border-bottom: solid 1px #CCC;
}

div#wrapper {
	/*padding: 20px 50px;*/
	padding: 0px 0px;
	
	/*width: 800px;*/
	width: 849px;

	max-width: 100%;
	text-align: left;
	margin: 0 auto;
	/*background: url(_images/mfp_border.gif) repeat-y left top,url(_images/mfp_border.gif) repeat-y right top;*/
}
div#wrapper div#header {
}
div#wrapper div#header h1 {
	font-size: 30px;
	padding: 0.6em 0 0.4em 1.5em;
	margin: 0;
	line-height: 1em;
	background: url(_images/logo-touch-icon.png) no-repeat left center;
	background-size: 1.5em 1.5em;
	text-shadow: 0 2px 0 #FFF;
}
div#wrapper div#footer {
	text-align: center;
}
div#wrapper div#footer p {
	font-size: 12px;
	color: #666;
}
div#wrapper div#container {
	margin: 15px auto;
	/*border: solid 1px #CCC;*/
	background: #FFF;
	padding: 15px;
	padding: 0px;

	border-radius: 0px;
	background-color:#665e5c;
}
div#wrapper div#container form#mailformpro dl dt {
	float: none;
	width: auto;
	clear: both;
	/*font-size: 12px;*/
	font-size: 16px;
	padding: 10px 0 0 10px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin: 0px;
	color:#fff;  /* Add */
}
div#wrapper div#container form#mailformpro dl dt,
div#wrapper div#container form#mailformpro dl dt span {
	vertical-align: middle;
	line-height: 1em;
}
div#wrapper div#container form#mailformpro dl dt span {
	margin-top: -0.3em;
}
div#wrapper div#container form#mailformpro dl dd {
	border: none;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
.mfp_rows {
	clear: both;
}
.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.mfp_rows input[type="text"],
.mfp_rows input[type="email"],
.mfp_rows input[type="tel"],
.mfp_rows input[type="number"],
.mfp_rows input[type="date"],
.mfp_rows select,
.mfp_rows textarea,
form#mailformpro .mfp_rows label {
	width: 100%;
	min-width: 100%;
	word-break: break-all;
	white-space: normal;
	
}
.mfp_rows .mfp_col1,.mfp_rows .mfp_col2,.mfp_rows .mfp_col3,.mfp_rows .mfp_col4,.mfp_rows .mfp_col5,.mfp_rows .mfp_col6,.mfp_rows .mfp_col7,.mfp_rows .mfp_col8,.mfp_rows .mfp_col9,.mfp_rows .mfp_col10 {
	float: left;
	padding: 0 1.5%;
	padding: 0;
}
.mfp_rows .mfp_col1 {width: 10%;}
.mfp_rows .mfp_col2 {width: 20%;}
.mfp_rows .mfp_col3 {width: 30%;}
.mfp_rows .mfp_col4 {width: 40%;}
.mfp_rows .mfp_col5 {width: 50%;}
.mfp_rows .mfp_col6 {width: 60%;}
.mfp_rows .mfp_col7 {width: 70%;}
.mfp_rows .mfp_col8 {width: 80%;}
.mfp_rows .mfp_col9 {width: 90%;}
.mfp_rows .mfp_col10 {width: 100%;}
div#example_selector {
}
div#example_selector span {
	font-size: 1px;
	color: #666;
}
div#example_selector select {
	display: block;
	width: 100%;
}
div#wrapper div#container div.mfp_thanks {
	padding: 10px;
}
div#wrapper div#container div.mfp_thanks p {
	font-size: 16px;
	line-height: 1.7em;
	text-align:center;
}
div#wrapper div#container div.mfp_thanks ul.mfp_caution {
	list-style-type: disc;
}
div#wrapper div#container div.mfp_thanks ul.mfp_caution li {
	font-size: 12px;
	margin: 0 1.5em;
	font-weight: bolder;
}
ul.example_pages {
	border: solid 1px #CCC;
	padding: 15px 30px;
}
ul.example_pages li {
	padding: 5px 0px;
}
div#example_selector {
	padding: 10px 0px;
	text-align: left;
}
div#example_selector span {
	display: block;
	font-size: 14px;
	padding: 5px 0px;
}
div#example_selector select {
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	outline: none;
}
div.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #CCC;
	background: #FEE;
}
div.tips p {
	font-size: 14px;
	line-height: 2em;
}
div.tips strong {
	color: #800040;
}
div.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}
div.tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.tips ol li {
	padding: 10px;
	margin: 15px;
	font-size: 12px;
	line-height: 1.7em;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
}
div.tips ol li span {
	padding: 0px 10px;
}
div.tips ol li img {
	display: block;
	width: 280px;
	border: none;
	margin: 5px auto;
}

/******** Add *********/

form#mailformpro {
	margin: 0 !important;
	padding: 0 !important;
	width:100%  !important;
	line-height:1.5em;
	border:none !important;
	box-shadow:none !important
}

/*
dl.mailform{
  background-color:#665e5c;
  margin:0 !important;
  padding:0 !important;
}
*/

section.mailform{
  background-color:#665e5c;
  margin:0 !important;
  padding:0 !important;
  margin-bottom:45px !important;
}


.pleasetext {
	/*font-size: 12px;*/
	font-size: 21px !important;
	line-height:1.5em !important;
	text-align:center;
	margin: 0 !important;
	padding: 0 !important;
	color:#fff;
	margin-top:0px !important;
	margin-bottom:53px !important;
	font-weight:200;
	vertical-align: baseline;
	/*background-color:red !important;*/
}


.mfp_rows .mfp_col10 {
	float: none;
	padding: 0 !important;
	margin:0 !important;
}

.mfp_col10{
  line-height:0;
}

textarea.contact_cont{
  height:240px !important;
  border:none !important;
  margin:0 !important;
  margin-left:0 !important;
  margin-top:0 !important;
  padding:5px 8px;
}

label.sendcheck{
  color:#fff;
  font-size:16px;
  text-align:center;
  background-color:transparent !important;
  border:none !important;
  padding:0 !important;
  font-weight:200;
}

.sendcheck input{
  vertical-align:-9px;
  margin:0 !important;
  margin-right:6px !important;
}

.contact_cont_area{
  margin-bottom:63px !important;
/*  margin-bottom:0px !important;*/
}

.privacy{
  background-color:#fff;
  height:310px;
  overflow:scroll;
  color:#333;
  font-weight:400;
  margin-top:0px !important;
  margin-bottom:41px;
  padding:0 24px 24px;
  font-size:15px;
  line-height:1.75em;
}

.privacy p{
  margin-top:1em;

  margin-bottom:0;
}

.privacy ul{
  margin:0 !important;
  padding:0;
  padding-left:1.5em;
}

.privacy li{
  margin:0 !important;
  padding:0;
}

.replyinfo{
  font-size:16px;
  line-height:1.5em;
  text-align:center;
  color:#fff;
  font-weight:200;
  margin:0;
  padding:0;
  margin-top:42px;
  padding-bottom:95px;
}

#mfp_thanks{
  line-height: 2.5em;
}

#mfp_thanks strong {
	font-weight:400 !important;
	font-size: 27px !important;
	margin-left:3px;
	margin-right:3px;
}

.mfp_thanks{
  color:#fff;
  line-height: 1.7em;
  font-weight:200;
  margin-top:100px;
  margin-bottom:200px;
}

.reply_period{
  margin-top:1em;
  font-size:13px !important;
}

.mfp_br_sp{
  display:none;
}

.mfp_br_sp_375{
  display:none;
}

.mfp_buttons button:hover{
  background-color: #a6a6a6 !important;
  color:#fff !important;
}



input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

/**************************/



@media screen and (max-width: 800px) {
	* {
		word-break: break-all;
		white-space: normal;
	}
	body {
		padding: 0px;
		margin: 0px;
	}
	div#wrapper {
		border-radius: 0px;
		padding: 20px;
		padding-top: 0;

		margin: 0px;
		width: 100%;
		box-shadow: none;
		border: none;
	}
	div#wrapper div#header h1 {
		font-size: 24px;
	}
	div#wrapper div#container form#mailformpro dl dt {
		padding: 10px 0 5px 10px;
	}
	
	.mfp_l{
		width:100% !important;
		float:none;
		text-align:left;  
	}

	.mfp_r{
		width:100% !important;
		float:none;
	}

	.input_wrap{
		margin-bottom:25px !important;
	}

	.contact_cont_area{
		margin-bottom:50px !important;
	}

	.privacy{
		margin-bottom:40px;
	}

	.replyinfo{
		/*padding-bottom:80px;*/
		padding-bottom:70px;
	}


	div#mfp_phase_confirm button#mfp_button_send{
		width:135px;
		height:40px;
		font-size:18px;
		border-radius:10px;
	}

	div#mfp_phase_confirm button#mfp_button_cancel{
		width:135px;
		height:40px;
		font-size:18px;
		border-radius:10px;
	}
	
	div#mfp_phase_confirm .mfp_buttons{
		/*margin-bottom:88px;*/
		margin-bottom:45px;
		margin-bottom:70px;

	}

	.mfp_thanks{
		color:#fff;
		line-height: 1.7em;
		font-weight:200;
		margin-top:28px;
		margin-bottom:200px;
	}
}


@media screen and (max-width: 600px) {

	.mfp_br_sp{
		display:inline;
	}
}


@media screen and (max-width: 375px) {
	.mfp_br_sp_375{
		display:inline;
	}
}


@media screen and (max-width: 320px) {
	div#mfp_phase_confirm button#mfp_button_send{
		width:120px;
		height:40px;
		font-size:18px;
		border-radius:10px;
		margin-right:20px;
	}

	div#mfp_phase_confirm button#mfp_button_cancel{
		width:120px;
		height:40px;
		font-size:18px;
		border-radius:10px;
	}

	.br320{
		display:inline;
	}

}