@charset "UTF-8";

/* --------------------------------------------
 * 		reset style
 * -------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-weight: normal;
}

h1, h2, h3, h4, h5 {
	font-size: 1em;
	font-weight: normal;
}

th {
	font-weight: normal;
}

img {
	border:0;
	vertical-align: top;
}

img2 {
	border:0;
	vertical-align: top;
	vertical-align: center;
}

body {
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #363636;
	background: #e5e5e5;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

table {
	border-collapse: collapse;
}

a{
	color: #809fff;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #809fff;
}

ul,ol {
	list-style: none;
}

section, article, aside, footer, header, nav, hgroup, feildset {  
  display:block;  
}

.clear {
	clear: both;
}

/** clearFix **/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.clearfix{
	display: inline-block;
	*zoom: 1;
}

/* hide macie \*/
*html .clearfix{
	height: 1%;
}

.clearfix {
	display: block;
}

#container h1.title{
	background-color: #FFBF00;
	font-weight: normal;
	color: #fff;
	padding:0px;

	margin-bottom: 1px;
}
#container h1.title img{
	width:250px;
}
#container h2.title{
	background-color: #646464;
	font-weight: normal;
	color: #fff;;
	padding:10px;
	font-size:20px;
	text-align: center;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-bottom: 1px;
}

/* --------------------------------------------
 * 		layout
 * -------------------------------------------- */
#container {
	text-align: left;
	width: 768px;
	margin: 0 auto;
	padding-bottom: 35px;
}

#header {
	position: relative;
	text-align: center;
	padding: 20px 0 25px;
	border-bottom: 2px solid #e5e5e5;
	background: #8e8e8e;
}

#header img.search{
	position: absolute;
	top: 60px;
	left: 160px;
}


#contact_table {
	width: 100%;
	margin-bottom: 10px;
}

#contact_table th {
	width: 195px;
	padding: 30px 0 30px 15px;
	vertical-align: middle;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #f9f9f9;
	text-align: left;
}

#contact_table th.head {
	width: 100%;
	padding: 8px 0 8px 15px;
	background: #8e8e8e;
	color: #ffffff;
	border: none;
	text-align: center;
}

#contact_table th.required::after {
	content: '必須';
	color: #FFF;
	background-color: #ff0000;
	padding: 1px;
	border-radius: 3px;
	display: block;
	width: 34px;
	text-align: center;
	font-size: 13px;
	margin-top: 3px;
}

#contact_table td {
	border-bottom: 2px solid #e5e5e5;
	padding-left: 28px;
	width: 458px;
	vertical-align: middle;
	background: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.outer_link {
	background: url(../images/outer_link_icon.jpg) right 0.2em no-repeat;
	background-size: 10px;
	padding: 1px 12px 1px 0;
}

#contact_table input[type="text"] {
	background: #f9f9f9;
	padding: 11px 15px;
	border: 1px solid #8e8e8e;
	font-size: 1.1em;
	-webkit-appearance: none;
	border-radius: 0;
	margin-top:6px;
}


#contact_table input[type="text"].textFocus {
	color: #363636;
}

#contact_table input.text_s {
	width: 120px;
	display: inline-block;
	margin-right: 12px;
}

*:first-child+html #contact_table input.text_s {
	display: inline;
	zoom: 1;
}

#contact_table input.text_l {
	width: 284px;
}

#contact_table input.text_m {
	width: 274px;
}

#contact_table input.text_s_error {
	background-color: #ffc3d6;
	width: 120px;
	display: inline-block;
	margin-right: 12px;
}
#contact_table input.text_l_error {
	background-color: #ffc3d6;
	width: 284px;
}

#contact_table input.text_m_error {
	background-color: #ffc3d6;
	width: 274px;
}

#contact_table .notice_txt {
	margin-top: 6px;
	color: #8e8e8e;
	font-size: 0.8em;
	clear:left;
}

#contact_table .confirm_txt {
	margin-top: 6px;
	color: #5c5c5c;
	font-size: 0.8em;
	clear:left;
}


.error{
	color:red;
	font-size:0.8em;
	line-height: 1.6em;
	clear:both;
}
.title_error{
	color:red;
	font-size: 1.8em;
	line-height: 1.6em;
	clear:both;
}
.title_chk_error{
	color:red;
	font-size: 1.1em;
	font-weight:bold;
	line-height: 1.6em;
	clear:both;
}
.title_warning{
	color:blue;
	line-height: 1.6em;
	clear:both;
}
.fmselect{
	margin-top:6px;
}

#contact_table input[type="checkbox"] {
	margin-top: 20px;
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;

/*	font-size: 1.1em;
	padding: 5px 5px;
	margin-top: 10px;
*/
}

#contact_table input[type="radio"] {
	margin-top: 20px;
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
/*
	font-size: 1.1em;
	padding: 5px 5px;
	margin-top: 10px;
*/
}

.cbxbd{
	background:url(../images/checkbox.jpg) no-repeat left top;
	background-size: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	vertical-align: top;
}
.chktxt{
	display: inline-block;
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 410px;
}

.rdobd{
	background:url(../images/radiobox.jpg) no-repeat left top;
	background-size: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}
.rdotxt{
	display: inline-block;
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 410px;
}


.c_on{
	background-position:left bottom;
}


#contact_table select {
	font-size: 1.1em;
	padding: 5px 5px;
	margin-top: 10px;
}

.select_box {
	padding: 11px 15px;
}

.select_box_error {
	background-color: #ffc3d6;
}

#contact_table .mail_txt {
	margin-top: 10px;
	font-size: 1.1em;
clear:left;
}

#contact_table .select_box_mail {
	font-size:15px;
	padding: 5px 5px;
	margin-top: 0px;
}


#contact_table textarea {
	font-size: 1.1em;
	padding: 5px 5px;
	margin-top: 10px;
}

.textarea-box {
}
.textarea-box_error {
	background-color: #ffc3d6;
}

#postal_btn {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}

#postal_btn img {
	vertical-align: baseline;
}

#confirm_btn {
	float: right;
	width: 200px;
	background-size: 200px;
	cursor: pointer;
	background-image: url(../images/to_confirm_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#confirm_btn input {
	display: block;
	width: 200px;
	height: 55px;
	text-indent: -9999px;
	text-transform: capitalize;
	background: none;
	border: none;
}

.step_input .kiyaku_txt00 {
	margin-top: 20px;
}
.step_input .kiyaku_txt01 {
	display:inline;
	margin-bottom: 20px;
	font-size: 0.9em;
	margin-top: 20px;
}
.btns{
	display:inline;
	background: url(../images/outer_link_icon.jpg) right 0.2em no-repeat;
	background-size: 10px;
	padding: 1px 12px 1px 0;
	color: #1E90FF; 
	cursor: pointer
}

.step_input .kiyaku_txt02 {
	font-size: 0.9em;
}

.step_input .kiyaku_txt03 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.step_input .kiyaku_txt04 img {
	margin-bottom: 20px;
}

.step_confirm #kiyaku_txt02 {
	background: url(../images/checkbox_on.jpg) left 1.8em no-repeat;
	background-size: 20px;
	padding: 26px 0 11px 28px;
}

#kiyaku_row td {
	padding-top : 35px;
	padding-bottom: 40px;
}

.kiyaku_txt02 input[type='checkbox']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}

.fmselect {
	width: 135px;
	padding-left: 15px;
}

span.fmselect {
	border: 1px solid #8e8e8e;
}

span.customSelect {
	line-height: 17px;
	padding-top: 12px;
	padding-bottom: 13px;
	height: 15px;
	width: 135px;
	padding-left: 15px;
	background:url(../images/selectbox_bg.jpg) left top no-repeat;
	background-size: 150px;
}

#submit_btn {
	float: right;
	width: 200px;
	background-size: 200px;
	cursor: pointer;
	background-image: url(../images/submit_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#submit_btn.disabled {
	opacity: 0.5;
	pointer-events: none;
	user-select: none;
}

#submit_btn input {
	display: block;
	width: 200px;
	height: 55px;
	text-indent: -9999px;
	text-transform: capitalize;
	background: none;
	border: none;
}

#backto_input {
	float: left;
	width: 150px;
}

.file_area {
	float: left;
	position: relative;
	display: block;
	width: 80px;
	height: 60px;
	overflow: hidden;
	background: url('../images/photo.gif') no-repeat;
	background-size: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
}
 
.file_area input[type="file"] {
	position: absolute;
	opacity: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	font-size: 100px;
	z-index: 999;
	height: 300px;
}
.photo {
	position: absolute;
	float: left;
	z-index: 1;
}
.camera {
	position: absolute;
	float: left;
	z-index: 2;
	top: 42px;
	left: 53px;
	width: 20px;
	height: 15px;
}
.upload {
	position: absolute;
	float: left;
	z-index: 3;
	top: 15px;
	left: 25px;
	width: 30px;
	height: 30px;
	border: 0px solid #8e8e8e;
}
.upload_text {
	position: absolute;
	float: left;
	z-index: 3;
	font-size: 9px;
	-webkit-transform:scale(0.9);
	top: 42px;
	left: 0px;
	text-align: center;
	color: #1E90FF; 
	width: 100%;
}
.center {
	text-align: center;
}

/* --------------------------------------------
 * 		完了画面
 * -------------------------------------------- */

#complete_txt_cont {
	margin-top: 85px;
	background: #ffffff;
	text-align: center;
	padding: 40px 0 35px;
}

#complete_txt01 {
	font-size: 1.4em;
	margin-bottom: 25px;
}

#complete_txt02 {
	margin-bottom: 48px;
}
/* --------------------------------------------
 * 		利用規約
 * -------------------------------------------- */
body.modal-open{
    overflow: hidden;
	overflow-x: hidden;  
	overflow-y: hidden;  
}

mark {
	background-color:#FF0;
}
#return_btn {
	margin-right: auto;
	margin-left: auto;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.modal{
	display:none;
}

.modalBody{
	position: fixed; 
	z-index:1000; 
	background: #FFF; 
	width:700px; 
	left:50%; 
	top:50%; 
	height: 500px;
}
.modaldata{
	margin-left: 48px;
	margin-right: 48px;
}
.modalBK{
	position: fixed; 
	top				: 0;
	left			: 0;
	z-index:999; 
	height:100%; 
	width:100%;
	background:#000; 
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}
.close{
	float: right;
	color:#FFF;
	background-color:#B0C4DE;
	font-size:20px;
	font-weight:bold;
	text-align : center;
	border: solid 1px #aabed8;/*#933;*/
	background-image:-webkit-gradient(radial, 30% 30%, 0, 30% 30%, 120, from(#B0C4DE), to(#444444));
	-moz-box-shadow:0px 0px 4px 2px rgba(128, 128, 128, 0.5);
	-webkit-box-shadow:0px 0px 4px 2px rgba(128, 128, 128, 0.5);
	box-shadow:0px 0px 4px 2px rgba(128, 128, 128, 0.5);
	display: block;
	text-decoration: none;
	line-height: 30px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;	/* width,heightの半分 */
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: -15px;
	margin-right: -15px;
	cursor: pointer;
}
#modaldata #oath_txt_cont {
	background-color: #FFF;
	padding: 40px;
}
.oath_txt01 {
	font-size: 25px;
	text-align: center;
}
.oath_txt02 {
	text-align: left;
	font-size: 16px;
	padding-bottom: 10px;
}
.oath_txt03 {
	font-size: 24px;
	text-align: center;
	line-height:1.6em;
}
.oath_txt04 {
	width:100%; 
	height: 350px;
	overflow-x: auto;  /* スクロール表示 */ 
	overflow-y: auto;  /* スクロール表示 */ 
	overflow: auto;  /* スクロール表示 */ 
	font-size: 15px;
	text-align: left;
	line-height:1.6em;
}
.oath_txt04_print {
	width:100%; 
	font-size: 15px;
	text-align: left;
	line-height:1.6em;
}

/*
.modal{width:690px; color: #eee;}
.modal p{font-size:12px; text-align:justify;}
.modal h1{font-weight:bold; font-size: 30px;}
.modalBody{padding: 10px;}
*/

/* --------------------------------------------
 * 		Input Prompt
 * -------------------------------------------- */
.input-prompt {
	position: absolute;
	color: #8e8e8e;
	font-size: 1.1em;
	padding: 11px 15px;
	margin-top:3px;
}
.textarea-prompt {
	position: absolute;
	color: #8e8e8e;
	font-size: 1.1em;
	padding: 10px 5px;
	width: 380px;
	word-wrap: break-word;
}
.initial-value {
    position: relative;
    top: 0;
    left: 0;
	float:left;
 }

/* --------------------------------------------
 * 		search
 * -------------------------------------------- */
#search_table {
	width: 100%;
	margin-bottom: 10px;
}

#search_table th {
	padding: 5px 0 5px 15px;
	vertical-align: middle;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #f9f9f9;
}

#search_table td {
	padding: 5px 0 5px 15px;
	vertical-align: middle;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #ffffff;
}

#search_table input {
}

#search_table input[type="text"] {
	background: #f9f9f9;
	padding: 5px 10px;
	border: 1px solid #8e8e8e;
	font-size: 1.1em;
	-webkit-appearance: none;
	border-radius: 0;
	margin-top:6px;
	margin-bottom:6px;
}


#search_table input[type="text"].textFocus {
	color: #363636;
}

#search_table input.text_s {
	width: 120px;
	display: inline-block;
	margin-right: 12px;
}

*:first-child+html #search_table input.text_s {
	display: inline;
	zoom: 1;
}

#search_table input.text_l {
	width: 284px;
}

#search_table input.text_m {
	width: 274px;
}

#search_table input.text_s_error {
	background-color: #ffc3d6;
	width: 120px;
	display: inline-block;
	margin-right: 12px;
}
#search_table input.text_l_error {
	background-color: #ffc3d6;
	width: 284px;
}

#search_table input.text_m_error {
	background-color: #ffc3d6;
	width: 274px;
}

#search_table .notice_txt {
	margin-top: 6px;
	color: #8e8e8e;
	font-size: 0.8em;
	clear:left;
}

#search_table {
	width: 100%;
	margin-bottom: 10px;
}

#list_table {
	width: 100%;
	margin-bottom: 10px;
}
#list_table th {
	padding: 5px 0 5px 5px;
	white-space: nowrap;
	vertical-align: middle;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #f9f9f9;
}

#list_table td {
	padding: 5px 0 5px 5px;
	vertical-align: middle;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #ffffff;
}

#list_table a{
	color: #576CAC;
	outline: none;
	text-decoration: none;
}
#list_table a:hover {
	text-decoration: underline;
	color: #647DCB;
}

#backto_input_btn {
	text-align: left;
}
#to_search_btn {
	text-align: center;
	margin-right: 12px;
}
.btn {
    display: inline-block;
	font-size:18px;
    padding: 10px 30px;
    border-radius: 3px;
    text-align: center;
    color: #FFFFFF;
    border-style: none;
    margin-bottom: 15px;
}
.btn:hover {
    opacity: 0.7;
}
.next-btn {
	float: right;
    background-color: #00a6e1;
    color: #FFF;
}
.next-btn.disabled {
    background-color: #c7c7c7;
    color: ##a9a9a9;
}
.prev-btn {
    background-color: #9e9e9e;
    color: #FFF;
}
.clear-btn {
    background-color: #9e9e9e;
    color: #FFF;
}
.zip-btn {
    display: inline-block;
    margin-top: 10px;
    border-radius: 3px;
    text-align: center;
    color: #FFF;
    padding: 6px 10px;
    background-color: #9e9e9e;
    border-style: none;
}
#payjp_btn {
    margin-bottom: 10px;
}
/*
=================================================
480pxまでの幅に適応
=================================================
*/

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

	body {
		padding: 10px;
		background-color: #FFF;
		box-sizing: border-box;
	}
	#container h3.title{
		margin: 15px 0;
	}
	.error {
		margin-top: 5px;
	}

	#container {
		width: 100%;
		padding-bottom: 35px;
	}
	#container h2.title{
		width: 100%;
		margin-bottom: 1px;
		padding: 0;
	}

	#contact_table {
		width: 100%;
	}
	#contact_table th,
	#contact_table td {
		box-sizing: border-box;
	}
	
	#contact_table th {
		display: block;
		width: 100%;
		padding: 0;
		border-right: none;
		border-bottom: none;
		padding: 5px;
		font-weight: bold;
	}

	#contact_table th.head {
		padding: 0;
	}

	#contact_table th.required::after {
		display: inline-block;
		width: 34px;
		margin: 0 0 0 10px;
	}

	#contact_table td {
		display: block;
		padding: 0;
		width: 100%;
		border-bottom: none;
		margin-bottom: 20px;
	}

	#contact_table input.text_s,
	#contact_table input.text_l,
	#contact_table input.text_m,
	#contact_table input.text_s_error,
	#contact_table input.text_l_error,
	#contact_table input.text_m_error,
	.chktxt,
	.rdotxt {
		width: auto;
	}

	.textarea-box {
		width: auto;
		box-sizing: border-box;
		border: none;
		border: 1px solid #e5e5e5;
	}

	.modalBody{
		width: auto;
		height: 300px;
		margin: 18px!important;
		top: calc(50% - 356px/2);
		left: 0;
		right: 0;
		box-sizing: border-box;
	}

	#modaldata #oath_txt_cont {
		padding: 18px;
		height: 320px;
		min-width: 250px;
	}
	
	.oath_txt04 {
		height: 260px;
		overflow-x: scroll;
	}

	.textarea-prompt {
		width: 100%;
	}

	.initial-value {
		float: none;
	}

	#contact_table input[type="text"],
	.textarea-box {
		box-sizing: border-box;
		width: 100%;
	}

	#contact_table + .clearfix {
		display: flex;
		flex-direction: column;
	}

	#backto_input {
		float: none;
		width: auto;
		text-align: center;
		order: 2;
	}

	#confirm_btn {
		float: none;
		width: auto;
		text-align: center;
		background-image: none;
		order: 1;
		margin-bottom: 20px;
	}
	
	#confirm_btn input {
		width: 100%;
	}

	#submit_btn {
		float: none;
		width: auto;
		text-align: center;
		background-image: none;
		order: 1;
		margin-bottom: 20px;
	}

	.step_confirm td p {
		padding: 5px;
	}

	#complete_txt_cont.step_complete {
		margin: 20px 0;
		padding: 0;
		text-align: left;
	}

	#complete_txt_cont.step_complete #complete_txt01 {
		font-size: 1.2em;
		text-align: center;
	}

	select[name="motive"],
	select[name="medium"],
	select[name="traffic"],
	select[name="remarks4"],
	select[name="remarks5"] {
		width: 100%;
	}

}
