@charset "utf-8";

/*==============================================================================

	module
	
==============================================================================*/

.fl { float: left !important; width: auto; }
.fr { float: right !important; width: auto; }

.tal { text-align: left !important; }
.tar { text-align: right !important; }
.tac { text-align: center !important; }

.vat { vertical-align: top !important; }
.vam { vertical-align: middle !important; }
.vab { vertical-align: bottom !important; }

.fwb { font-weight: bold !important; }
.fwn { font-weight: normal !important; }

.m00 { margin: 0 !important; }
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }

.p05 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.pt00 { padding-top: 0px !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }

/*------------------------------------------------------------------------------
	bro-ho.com styles
------------------------------------------------------------------------------*/

/*----------------------------------------
	common
----------------------------------------*/

.broho-bk #contents #main {
	margin-top: 0;
}

/* panlist */

.broho-bk #contents #panlist {
	width: 960px;
	margin: 10px auto 15px auto;
}

.broho-bk #contents #panlist ul li {
	display: inline-block;
	font-size: 1.4rem;
}

.broho-bk #contents #panlist ul li:first-child::before {
	display: none;
}

.broho-bk #contents #panlist ul li::before {
    content: ">";
    display: inline-block;
    margin-left: 7px;
    margin-right: 10px;
		color: #aaa;
    text-decoration: none;
}

/* title */

.broho-bk #contents #pageTit {
	width: 100%;
	margin: 0 auto 30px auto;
	background: #006835;
	text-align: center;
}

.broho-bk #contents #pageTit h1 {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	color: #ffffff;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.4;
}

/*
.broho-bk #contents #pageTit h1 span {
	display: inline-block;
	margin: 0.2em 0;
	padding-left: 15px;
	border-left: 12px solid rgba(255, 255, 255, 0.35);
}*/

.broho-bk #contents h2.titNormal {
	margin: 25px 0 15px 0;
	padding: 10px 15px;
	border-top: 3px solid #90c31f;
	background: #f5f5f5;
	font-size: 2.4rem;
	font-weight: bold;
}

.broho-bk #contents h3.titNormal {
	margin: 40px 0 25px 0;
	padding: 0.6em 0.8em;
	background: #90c31f;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
}

.broho-bk #contents h3.titNormal span {
	display: block;
	padding: 0 0 0 8px;
	border-left: 8px solid rgba(255, 255, 255, 0.5);
}

.broho-bk #contents h4 {
	margin: 20px 0 15px 0;
}

@media only screen and (max-width: 767px) {
	/* panlist */
	.broho-bk #contents #panlist {
		width: auto;
		margin: 10px 0 10px 0;
	}
	
	.broho-bk #contents #panlist ul li {
		display: inline-block;
		font-size: 1.2rem;
	}
	
	.broho-bk #contents #panlist ul li:first-child::before {
		display: none;
	}
	
	.broho-bk #contents #panlist ul li::before {
		content: ">";
		display: inline-block;
		margin-left: 7px;
		margin-right: 10px;
		text-decoration: none;
	}
	
	/* title */
	.broho-bk #contents #pageTit {
		width: 100%;
		margin: 0 auto;
		background: #006835;
		text-align: center;
	}
	
	.broho-bk #contents #pageTit h1 {
		display: block;
		width: auto;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.4;
	}
	
	/*.broho-bk #contents #pageTit h1 span {
		margin-left: 10px;
		padding-left: 12px;
		border-left: 8px solid #90c31f;
	}*/
	
	.broho-bk #contents h2.titNormal {
		margin: 25px 0 15px 0;
		padding: 8px 10px;
		border-top: 3px solid #90c31f;
		background: #f5f5f5;
		font-size: 16px;
		font-weight: bold;
	}
	
	.broho-bk #contents h3.titNormal {
		margin: 25px 0 15px 0;
		padding: 0.48em 0.68em;
		background: #90c31f;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		color: #ffffff;
	}
	
	.broho-bk #contents h4 {
		margin: 20px 0 15px 0;
	}
}

/*----------------------------------------
	normalForm
----------------------------------------*/

.broho-bk .formStep {
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
}

.broho-bk .formStep li {
	display: inline-block;
	margin: 0 15px 20px 0;
	border: none;
	background: #656565;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}

.broho-bk .formStep li span {
	display: block;
	padding: 8px 30px 8px 20px;
	background: url(../images/common/form_step_off.png) no-repeat right center;
}

.broho-bk .formStep li:last-child span {
	padding: 8px 20px 8px 20px;
	background: none;
}

.broho-bk .formStep li.on {
	background: #07913a;
	border: none;
}

.broho-bk .formStep li.on span {
	background: url(../images/common/form_step_on.png) no-repeat right center;
}

.broho-bk table.normalForm {
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #dad5cf;
	border-left: 1px solid #dad5cf;
	border-right: 1px solid #dad5cf;
    font-size: 100%;
}

.broho-bk table.normalForm th {
	width: 28%;
	background: #f2ece5;
	text-align: left;
	font-weight: normal;
	padding: 15px;
  border-bottom: 1px solid #dad5cf;
	font-weight: bold;
	vertical-align: top;
	font-size: 20px;
}

.broho-bk table.normalForm td {
	padding: 15px 20px;
  border-bottom: 1px solid #dad5cf;
	font-size: 18px;
}

.broho-bk table.normalForm th .hissu {
	display: inline-block;
	float: right;
	margin-left: 10px;
	padding: 4px 5px;
	background: #ff7725;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: normal;
}

.broho-bk table.normalForm td .formlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.broho-bk table.normalForm td .formlist li {
	display: inline-block;
	margin: 4px 20px 4px 0;
}

.broho-bk table.normalForm td .formlist label {
	cursor: pointer;
}

.broho-bk table.normalForm td input {
    padding: 5px;
    background: #ffffff;
    border: 1px solid #ccc;
    font-size: 20px;
}

.broho-bk table.normalForm td input.hissu {
	background: #fff7e2;
}

.broho-bk table.normalForm td input.hissu:focus {
	background: #ffffff;
}

.broho-bk table.normalForm td input.small {
	width: 200px;
}

.broho-bk table.normalForm td input.big {
	width: 400px;
}

.broho-bk table.normalForm td textarea {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #ccc;
    font-size: 14px;
}

.broho-bk table.normalForm .error {
	display: block;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #90c31f;
}

.broho-bk .sendBox {
	margin: 30px 0 0 0;
	text-align: center;
}

.broho-bk .sendBox form {
	display: inline;
}

.broho-bk .sendBox .edit {
	margin-right: 15px;
	padding: 15px 25px;
	background: #efefef;
	border-radius: 8px;
	box-shadow: 0 4px 0 #dddddd;
	border: none;
	color: #666666;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	transition: background 0.3s ease-out 0s;
	cursor: pointer;
}

.broho-bk .sendBox .edit span {
	padding-right: 25px;
	background: url(../images/common/form_btn_arrow_black.png) no-repeat right center;
}

.broho-bk .sendBox .send {
	padding: 15px 25px;
	background: #ff7c4e;
	border-radius: 8px;
	box-shadow: 0 4px 0 #df4a17;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	transition: background 0.3s ease-out 0s;
	cursor: pointer;
}

.broho-bk .sendBox .send span {
	padding-right: 25px;
	background: url(../images/common/form_btn_arrow.png) no-repeat right center;
}

.broho-bk .sendBox .send:hover {
	opacity: 0.8;
}

.broho-bk #thanksBox {
	padding: 80px 0;
	border: 14px solid #ededed;
	text-align: center;
}

.broho-bk #thanksBox p {
	font-size: 16px;
}

.broho-bk #thanksBox p span {
	font-weight: bold;
	font-size: 24px;
}

@media only screen and (max-width: 767px) {
	.broho-bk .formStep {
		margin: 20px 0 20px 0;
		padding: 0;
		list-style: none;
	}
	
	.broho-bk .formStep li {
		display: inline-block;
		margin: 0 5px 0 0;
		font-size: 11px;
	}
	
	.broho-bk .formStep li span {
		display: block;
		padding: 8px 20px 8px 10px;
	}
	
	.broho-bk .formStep li:last-child span {
		padding: 8px 20px 8px 10px;
	}

	.broho-bk table.normalForm {
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.broho-bk table.normalForm th {
		position: relative;
		display: block;
		width: auto;
		padding: 6px 10px;
		font-size: 14px;
	}
	
	.broho-bk table.normalForm td {
		display: block;
		width:  auto;
		padding: 10px;
		font-size: 14px;
	}
	
	.broho-bk table.normalForm th .hissu {
		position: absolute;
		top: 5px;
		right: 10px;
		display: inline-block;
		float: none;
		margin: 0;
		padding: 2px 5px;
		font-size: 1.1rem;
	}
	
	.broho-bk table.normalForm td .formlist {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.broho-bk table.normalForm td .formlist li {
		display: inline-block;
		margin: 4px 20px 4px 0;
	}
	
	.broho-bk table.normalForm td input {
		padding: 5px;
		font-size: 14px;
	}
	
	.broho-bk table.normalForm td input.small {
		width: 50%;
	}
	
	.broho-bk table.normalForm td input.big {
		width: 80%;
	}
	
	.broho-bk table.normalForm td textarea {
		width: 100%;
		height: 100px;
		padding: 5px;
		font-size: 14px;
	}
	
	.broho-bk table.normalForm .error {
		display: block;
		margin: 8px 0 0 0;
		font-weight: bold;
		color: #e60012;
	}
	
	.broho-bk .sendBox {
		margin: 30px 0 0 0;
		text-align: center;
	}
	
	.broho-bk .sendBox form {
		display: inline;
	}
	
	.broho-bk .sendBox .edit {
		margin-right: 10px;
		padding: 12px 15px;
		border-radius: 8px;
		font-size: 18px;
	}
	
	.broho-bk .sendBox .edit span {
		padding-right: 20px;
		background: url(../images/common/form_btn_arrow_black.png) no-repeat right center;
		background-size: 0.7em auto;
	}
	
	.broho-bk .sendBox .edit:hover {
		background: #cccccc;
	}
	
	.broho-bk .sendBox .send {
		padding: 12px 15px;
		border-radius: 8px;
		font-size: 18px;
	}
	
	.broho-bk .sendBox .send span {
		padding-right: 20px;
		background: url(../images/common/form_btn_arrow.png) no-repeat right center;
		background-size: 0.7em auto;
	}
	
	.broho-bk #thanksBox {
		padding: 25px 10px 15px 10px;
		border: 10px solid #ededed;
		text-align: center;
	}
	
	.broho-bk #thanksBox p {
		font-size: 1.4rem;
	}
	
	.broho-bk #thanksBox p span {
		font-weight: bold;
		font-size: 2rem;
	}
}

/*----------------------------------------
	bukkenDetail
----------------------------------------*/

.broho-bk #bukkenDetail #bukkenDetailBox {
	font-size: 1.4rem;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkHead {
	margin: 0 0 15px 0;
	zoom: 1;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkHead:after {
	content: "";
	display: block;
	clear: both;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .social {
	display: none; /*add-2021*/
	float: left;
	width: 480px;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .social ul li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
	vertical-align: top;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .social ul li.tw {}

.broho-bk .fb-share-button > span {
	vertical-align: baseline !important;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .print {
	float: right;
	width: 480px;
	text-align: right;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .print p {
	margin: 0;
	padding: 0;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .print {}

.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .print a {
	display: inline-block;
	padding: 4px 12px 4px 32px;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	box-shadow: 0 3px 0 #dbdbdb;
	background: url(../images/bksys/print_icon.png) no-repeat 12px center;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	transition: background 0.1s ease-out 0s;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .print a:hover {
	background: #f0f0f0 url(../images/bksys/print_icon.png) no-repeat 12px center;
}

.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit {
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0.65em 200px 0.5em 0.8em;
	border-top: 8px solid #90c31f;
	background: #f5f5f5;
	font-weight: bold;
	font-size: 3rem;
	color: #5c5d5d;
	line-height: 1.4;
}

.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .type {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: auto;
	min-width: 10em;
	padding: 0.4em 0;
	border-radius: 3px;
	background: #717171;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .new,
.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .recomend,
.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .movie {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0.2em;
	min-width: 5em;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}

.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .new {
	background: #fff33b;
	color: #333333;
}

.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .recomend {
	background: #ff3d5d;
	color: #ffffff;
}

.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .movie {
	background: #1388d2;
	color: #ffffff;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo {
	margin: 15px 0 20px 0;
	padding: 1px;
	background: #dcdddd;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 100%;
	line-height: 1.6;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table th {
	width: 10%;
	padding: 0 12px;
	font-weight: bold;
	font-size: 14px;
	background: #eeefef;
	color: #595656;
	vertical-align: middle;
	text-align: center;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table td {
	padding: 15px;
	background: #ffffff;
	font-size: 1.4rem;
	vertical-align: middle;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table td.w20 {
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table th.price {
	border-bottom: 1px solid #dcdddd;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table td.price {
	border-bottom: 1px solid #dcdddd;
	font-weight: bold;
	font-size: 2rem;
	color: #e60012;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table td.price span {
	font-size: 1.6rem;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table th.row2thTop {
	padding: 12px;
	border-bottom: 1px solid #dcdddd;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table th.row2thBottom {
	padding: 12px;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table td.row2tdTop {
	padding: 12px;
	border-bottom: 1px solid #dcdddd;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table td.row2tdBottom {
	padding: 12px;
}

/* slide */

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto {
	margin: 25px 0 25px 0;
	position: relative;
	height: 515px;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #bkPhotoHead {
	zoom: 1;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #bkPhotoHead:after {
	content: ""; 
    display: block; 
    clear: both;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto {
	float: left;
	width: 468px;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto {
	float: right;
	width: 468px;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul li {
	margin: 0;
	padding: 0;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul li a,
.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul li .wrap,
.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto a,
.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto .wrap {
	position: relative;
	display: block;
	border: 1px solid #595656;
	text-align: center;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul li .caption,
.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto .caption {
	display: block;
	padding-top: 10px;
	text-align: center;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto .zoom,
.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto .zoom {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 100;
	width: 28px;
	height: 28px;
	background: url(../images/bksys/bkdetailphoto_zoom_icon.png) no-repeat left top;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto img,
.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto img {
	z-index: 10;
	margin: 0 auto;
	vertical-align: top;
	max-width: 466px;
	max-height: 349px;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul li a,
.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto a {
	display: table-cell;
	height: 351px;
	width: 468px;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #bx-pager {
	position: absolute;
	top: 400px;
	width: 960px;
	margin: 0;
	padding: 25px 0;
	background: url(../images/bksys/bkdetailphoto_sum_bg.png) no-repeat left top;
	text-align: center;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #bx-pager a {
	display: inline-block;
	border: 3px solid #ffffff;
	margin: 0 4px;
	box-shadow: 0 0 2px rgba(0,0,0,0.15)
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #bx-pager a img {
	vertical-align: top;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #bx-pager a.active {
	border: 3px solid #717171;
}

/* ----- */

.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto .subPhoto {
	float: right;
	width: 468px;
	border: 1px solid #dbdbdb;
	text-align: center;
	box-sizing: border-box;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkMovie {
	margin: 0 0 25px 0;
	border-radius: 10px;
	border: 3px solid #ebebeb;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkMovie h3 {
	margin: 0;
	padding: 10px;
	background: #f5f5f5;
	border-radius: 8px 8px 0 0;
	border-bottom: 1px dotted #adadad;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkMovie h3 .icon {
	padding-left: 30px;
	background: url(../images/bksys/movie_icon.png) no-repeat left center;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkMovie h3 .sub {
	padding-left: 10px;
	font-weight: normal;
	font-size: 14px;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkMovie p {
	margin: 20px;
	text-align: center;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkComment {
	position: relative;
	margin: 50px 0 25px 0;
	padding: 25px;
	background: #eaf5ff;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkComment:after {
	position: absolute;
	left: 50%;
	top: -15px;
	display: block;
	content: "";
	margin-left: -15px;
	width: 31px;
	height: 15px;
	background: url(../images/bksys/bkcomment_arrow_bg.png) no-repeat left top;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkComment h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 2.4rem;
	color: #15538b;
	line-height: 1.4;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkComment p {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact {
	margin: 0 0 25px 0;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li {
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: top;
	line-height: 1.4;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.8rem;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li p {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.6;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.info {
	margin: 0 30px 0 0;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.info span {
	padding: 0 2px;
	color: #cacaca;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.info a {
	padding-left: 15px;
	background: url(../images/common/red_arrow_icon.png) no-repeat left center;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.info .link {
	margin: 5px 0 0 0;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.tel {}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.tel a {
	display: inline-block;
	padding: 12px 15px;
	background: #00a0e9;
	border-radius: 8px;
	pointer-events: none;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.tel p {
	font-weight: bold;
	color: #fff100;
	line-height: 1.6;
	text-align: center;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.tel .number {
	font-weight: bold;
	font-size: 2.6rem;
	color: #ffffff;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.goform {
	line-height: 1.2;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.goform a {
	display: inline-block;
	padding: 12px 15px 9px 15px;
	background: #f39800;
	border-radius: 8px;
	border: none;
	color: #ffffff;
	text-decoration: none;
	transition: background 0.2s ease-out 0s;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.goform a p {
	padding-right: 25px;
	background: url(../images/bksys/goform_arrow.png) no-repeat right center;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: left;
	line-height: 1.4;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.goform a span {
	font-size: 1.8rem;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.goform a:hover {
	opacity: 0.8;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkDetail table.detail {
	width: 100%;
	margin: 20px 0 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	font-size: 100%;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkDetail table.detail th {
	width: 20%;
	padding: 15px;
	background: #f5f5f5;
	border-bottom: 1px solid #dcdcdc;
	color: #595656;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}

.broho-bk #bukkenDetail #bukkenDetailBox #bkDetail table.detail th #kanri,
.broho-bk #bukkenDetail #bukkenDetailBox #bkDetail table.detail th #shuuzen {}

.broho-bk #bukkenDetail #bukkenDetailBox #bkDetail table.detail th #kanri {}


.broho-bk #bukkenDetail #bukkenDetailBox #bkDetail table.detail td {
	padding: 15px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 1.6;
}

@media only screen and (max-width: 767px) {
	.broho-bk #bukkenDetail #bukkenDetailBox #bkHead {
		margin: 0 0 15px 0;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkHead:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .social {
		float: left;
		width: 480px;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .social ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .social ul li {
		display: inline-block;
		margin: 0 15px 0 0;
		padding: 0;
		vertical-align: top;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .social ul li.tw {}
	
	.broho-bk .fb-share-button > span {
		vertical-align: baseline !important;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkHead .print {
		display: none;
	}

	.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit {
		position: relative;
		margin: 0 0 0.5em 0;
		padding: 40px 10px 10px 10px;
		border-top: 5px solid #90c31f;
		background: #f5f5f5;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.5;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .type {
		position: absolute;
		top: 10px;
		left: 10px;
		right: auto;
		min-width: 10em;
		padding: 0.4em 0;
		border-radius: 3px;
		background: #717171;
		line-height: 1;
		font-size: 1.1rem;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .new,
	.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .recomend,
	.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .movie {
		display: inline-block;
		margin: 0 0 0 10px;
		min-width: 4.8em;
		font-size: 10px;
		line-height: 1.5;
		text-align: center;
		vertical-align: middle;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .new {
		background: #fff33b;
		color: #333333;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .recomend {
		background: #ff3d5d;
		color: #ffffff;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox h2#mainTit .movie {
		background: #1388d2;
		color: #ffffff;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo {
		margin: 15px 0 20px 0;
		padding: 1px;
		background: #dcdddd;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table {
		width: 100%;
		font-size: 100%;
		line-height: 1.6;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table th {
		display: block;
		width: auto;
		padding: 4px 12px;
		font-size: 14px;
		vertical-align: middle;
		text-align: left;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table td {
		display: block;
		padding: 8px 10px;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table td.w20 {
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table td.price {
		font-size: 20px;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table td.price span {
		font-size: 14px;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table th.row2thTop {
		padding: 8px 10px;
		border-bottom: none;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table th.row2thBottom {
		padding: 8px 10px;
	}
	
	#bukkenDetail #bukkenDetailBox #bkInfo table td.row2tdTop {
		padding: 8px 10px;
		border-bottom: none;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkInfo table td.row2tdBottom {
		padding: 8px 10px;
	}
	
	/* slide */
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto {
		margin: 25px 0 25px 0;
		position: relative;
		height: auto;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #bkPhotoHead {
		zoom: 1;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #bkPhotoHead:after {
		content: ""; 
		display: block; 
		clear: both;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto {
		float: none;
		width: auto;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto {
		float: none;
		width: auto;
		margin-top: 15px;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul li {
		margin: 0;
		padding: 0;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul li a,
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul li .wrap,
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto a,
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto .wrap {
		position: relative;
		display: block;
		border: 1px solid #dbdbdb;
		text-align: center;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul li .caption,
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto .caption {
		display: block;
		padding-top: 10px;
		text-align: center;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto .zoom,
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto .zoom {
		position: absolute;
		right: 15px;
		top: 15px;
		z-index: 100;
		width: 28px;
		height: 28px;
		background: url(../images/bksys/bkdetailphoto_zoom_icon.png) no-repeat left top;
	}
	
	/* edit */
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul li {
		position: relative;
		max-width: calc(100vw - 30px);
		height: 240px;
	}

	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto img {
		z-index: 10;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}

	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto img {
		z-index: 10;
		margin: 0 auto;
		vertical-align: top;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}

	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #mainPhoto ul li a,
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto a {
		display: block;
		width: 100%;
		height: 240px;
		box-sizing: border-box;
		text-align: center;
	}

	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #subPhoto a {
		max-width: auto;
		max-height: 240px;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #bx-pager {
		position: inherit;
		top: auto;
		width: auto;
		margin: 15px 0 0 0;
		padding: 25px 0 15px 0;
		background: url(../images/bksys/bkdetailphoto_sum_bg.png) no-repeat left top;
		text-align: center;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #bx-pager a {
		display: inline-block;
		border: 3px solid #ffffff;
		margin: 0 4px 10px 4px;
		box-shadow: 0 0 2px rgba(0,0,0,0.15)
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #bx-pager a img {
		vertical-align: top;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto #bx-pager a.active {
		border: 3px solid #717171;
	}
	
	/* ----- */
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkPhoto .subPhoto {
		float: none;
		width: auto;
		border: 1px solid #dbdbdb;
		text-align: center;
		box-sizing: border-box;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkMovie {
		margin: 0 0 25px 0;
		border-radius: 10px;
		border: 3px solid #ebebeb;
	}

	.broho-bk #bukkenDetail #bukkenDetailBox #bkMovie iframe {
		max-width: 320px;
		width: 70vw;
		height: auto;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkMovie h3 {
		margin: 0;
		padding: 10px;
		background: #f5f5f5;
		border-radius: 8px 8px 0 0;
		border-bottom: 1px dotted #adadad;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.6;
		text-align: center;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkMovie h3 .icon {
		padding-left: 30px;
		background: url(../images/bksys/movie_icon.png) no-repeat left center;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkMovie h3 .sub {
		padding-left: 10px;
		font-weight: normal;
		font-size: 1.2rem;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkMovie p {
		margin: 20px;
		text-align: center;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkComment {
		box-sizing: border-box;
		position: relative;
		max-width: calc(100vw - 30px);
		margin: 0 0 25px 0;
		padding: 20px 18px;
		background: #eaf5ff;
		overflow-wrap: break-word;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkComment:after {
		position: absolute;
		left: 50%;
		top: -15px;
		display: block;
		content: "";
		margin-left: -15px;
		width: 31px;
		height: 15px;
		background: url(../images/bksys/bkcomment_arrow_bg.png) no-repeat left top;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkComment h3 {
		margin: 0 0 0.8em 0;
		padding: 0;
		font-weight: bold;
		font-size: 1.8rem;
		color: #15538b;
		line-height: 1.4;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkComment p {
		margin: 0;
		padding: 0;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact {
		margin: 0 0 25px 0;
		text-align: center;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li {
		display: block;
		margin: 0;
		vertical-align: top;
		line-height: 1.4;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li h3 {
		margin: 0 0 5px 0;
		padding: 0;
		font-weight: bold;
		font-size: 1.8rem;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li p {
		margin: 0;
		padding: 0;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.info {
		margin: 0;
		line-height: 1.6;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.info span {
		padding: 0 2px;
		color: #cacaca;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.info a {
		padding-left: 15px;
		background: url(../images/common/red_arrow_icon.png) no-repeat left center;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.info .link {
		margin: 5px 0 0 0;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.tel {
		display: inline-block;
	}

	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.tel a {
		display: inline-block;
		margin: 15px 0;
		padding: 12px 15px;
		background: #00a0e9;
		border-radius: 8px;
		pointer-events: auto;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.tel p {
		font-size: 1.4rem;
		text-align: center;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.tel .number {
		font-weight: bold;
		font-size: 2rem;
		color: #ffffff;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.goform {
		line-height: 1.2;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.goform a {
		display: inline-block;
		padding: 0.4em 0.8em 0.4em 0.8em;
		background: #f39800;
		border-radius: 8px;
		border: none;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		transition: background 0.2s ease-out 0s;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.goform a p {
		padding-right: 25px;
		background: url(../images/bksys/goform_arrow.png) no-repeat right center;
		background-size: auto 0.6em;
		font-size: 2rem;
		text-align: left;
		line-height: 1.4;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.goform a span {
		font-size: 1.6rem;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkContact ul li.goform a:hover {
		opacity: 0.8;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkDetail table.detail {
		width: 100%;
		margin: 20px 0 20px 0;
		border-top: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkDetail table.detail th {
		display: block;
		width: auto;
		padding: 6px;
		background: #f8f8f8;
		border-bottom: 1px solid #dcdcdc;
		color: #595656;
	}
	
	.broho-bk #bukkenDetail #bukkenDetailBox #bkDetail table.detail td {
		display: block;
		width: auto;
		padding: 6px;
		border-bottom: 1px solid #dcdcdc;
	}
}

/*------------------------------------------------------------------------------
	topics
------------------------------------------------------------------------------*/

#contents #topics {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
}

#contents #topics .title {
	background: #90c31f;
}

#contents  #topics .title h2 {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
}

#contents  #topics .title h2 span {
	color: #fff100;
}

#contents  #topics .inner {
	width: 950px;
	margin: 50px auto 0 auto;
}

#contents #topics .slick-slider {
	margin: 0 auto 100px auto;
	width: 740px;
	height: auto;
}

#contents #topics .slick-slider a img {
	width: 700px;
	margin: 0 auto;
}

#contents #topics .slick-slider .slick-dots li {
	margin: 0 12px;
}

#contents #topics .slick-slide > div > img {
	box-shadow: 10px 15px 10px rgba(0,0,0,0.2);
}

#contents #topics .slick-slider .slick-prev,
#contents #topics .slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
	display: block;
	width: 45px;
	height: 90px;
	margin: -45px 0 0 0;
	padding: 0;
	background-size: 45px 90px;
	transform: none;
	cursor: pointer;
	color: inherit;
	border: none;
	outline: none;
	opacity: 1;
	overflow: hidden;
}

#contents #topics .slick-slider .slick-prev::before, 
#contents #topics .slick-slider .slick-next::before {
	display: none;
}

#contents #topics .slick-slider .slick-prev:hover, 
#contents #topics .slick-slider .slick-next:hover {
	opacity: 0.7;
}

#contents #topics .slick-slider .slick-prev {
	left: -75px;
	background: url(../images/common/slide_prev_icon.png) no-repeat left center;
}

#contents #topics .slick-slider .slick-next {
	right: -75px;
	background: url(../images/common/slide_next_icon.png) no-repeat right center;
}

@media only screen and (max-width: 767px) {
	#contents #topics {
		width: 100%;
		margin: 0 auto;
	}

	#contents  #topics .title {
		display: none;
	}
	
	#contents  #topics .title-sp h2 {
		width: auto;
		margin: 0 auto;
		padding: 0.5em 0;
		background: #90c31f;
		font-size: 1.8rem;
		font-weight: bold;
		color: #ffffff;
		line-height: 1.4;
	}

	#contents  #topics .title-sp h2 span {
		color: #fff100;
	}
	
	#contents  #topics .inner {
		width: auto;
		margin: 15px 10px;
	}
	
	#contents #topics .slick-slider {
		margin: 0 auto 55px auto;
		width: 80%;
		height: auto;
		max-width: 320px;
	}
	
	#contents #topics .slick-slider .slick-list {	}
	
	#contents #topics .slick-slider a img {
		width: 100%;
		margin: 0 auto;
	}
	
	#contents #topics .slick-slider .slick-dots li {
		margin: 0 5px;
	}

	#contents #topics .slick-slide > div {
		margin: 0 20px;
		box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
		height: auto !important;
	}

	#contents #topics .slick-slide > div img {
		box-shadow: none;
	}
	
	#contents #topics .slick-slider .slick-prev,
	#contents #topics .slick-slider .slick-next {
		position: absolute;
		top: 50%;
		width: 18px;
		height: 35px;
		margin: -17.5px 0 0 0;
		background-size: 18px 35px;
	}
	
	#contents #topics .slick-slider .slick-prev {
		left: -15px;
	}
	
	#contents #topics .slick-slider .slick-next {
		right: -15px;
	}
}

/*------------------------------------------------------------------------------
	reform
------------------------------------------------------------------------------*/

#contents #reform {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.top #contents #reform {
	padding-top: 30px;
}

.top #contents #reform::before {
	position: absolute;
	top: -5px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: #966135;
}

.top #contents #reform h2 {
	display: none;
	position: relative;
	margin: 0 0 50px 0;
	padding: 0 0 0 50px;
	background: url(../images/top/star_g_icon.png) no-repeat left center;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.4;
	text-align: left;
}

#contents #reform .title h2 span {
	color: #fff100;
}

#contents #reform .inner {
	width: 950px;
	margin: 40px auto 60px auto;
	background: url(../images/common/reform_bg.png) no-repeat center 50px;
	background-size: 540px 463px;
}

#contents #reform #toptxt {
	width: 740px;
	margin: 0 auto 20px auto;
}

#contents #reform #toptxt .img {
	float: left;
	width: 240px;
}

#contents #reform #toptxt .img img {
	width: 100%;
	height: auto;
}

#contents #reform #toptxt .txt {
	float: right;
	width: 480px;
}

#contents #reform #toptxt .txt p {
	text-align: left;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	color: #0d6fb8;
}

#contents #reform #renovationTitle {
	position: relative;
	margin: 60px 0 0 0;
	font-weight: bold;
	font-size: 4.4rem;
	color: #3f3939;
	line-height: 1.4;
}

#contents #reform #renovationTitle .sub {
	display: block;
	font-size: 3rem;
}

#contents #reform #renovationTitle .balloon {
	display: block;
	position: absolute;
	top: -45px;
	left: 125px;
	width: 113px;
	height: 71px;
	background: url(../images/common/noregist_icon.png) no-repeat center top;
	background-size: contain;
}

#contents #reform #renovationTitle .icon {
	padding-right: 60px;
	background: url(../images/common/hammer_red_icon.png) no-repeat 50px 8px;
	background-size: 48px 46px;
	overflow: inherit;
}

#contents #reform #toggleBtn {
	margin: 0;
}

#contents #reform #toggleBtn .btn {
	display: inline-block;
	border-radius: 10px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	padding: 25px 50px;
	border: 3px solid #ffffff;
	background: #966135;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#contents #reform #toggleBtn .btn:hover {
	opacity: 0.85;
}

#contents #reform #toggleBtn .btn .icon {
	padding-right: 65px;
	background: url(../images/common/hammer_yellow_icon.png) no-repeat 55px 10px;
	background-size: 53px 50px;
	overflow: inherit;
}

#contents #reform #toggleAreaTop {
	width: 800px;
	background: url(../images/common/toggle_arrow_icon.png) no-repeat center 20px;
	background-size: 53px 45px;
	margin: 0 auto;
	padding: 20px 0 35px 0;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: right;
}

#contents #reform #toggleArea {}

#contents #reform #toggleArea h4 {
	margin: 0 0 10px 0;
	text-align: left;
}

#contents #reform #toggleArea h4 img {
	width: auto;
	height: 48px;
}

#contents #reform #toggleArea #sectionWrap {
	padding-bottom: 75px;
	background: url(../images/common/toggle_arrow_02_icon.png) no-repeat center bottom 15px;
	background-size: 109px 70px;
}

#contents #reform #toggleArea .section {
	width: 750px;
	margin: 0 auto 35px auto;
}

/**/

#contents #reform #toggleArea .selectList {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
	box-sizing: border-box;
	background: #ffffff;
	border-left: 50px solid #c8a063;
	padding: 10px 15px;
	text-align: left;
}

#contents #reform #toggleArea .selectList .multicheck {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contents #reform #toggleArea .selectList .multicheck li {
	display: inline-block;
  margin: 0 0 10px 5px;
  padding: 0;
}

/**/

#contents #reform #toggleArea .selectList .multicheck li .radio-input {
	display: none;
}

#contents #reform #toggleArea .selectList .multicheck li .radio-input + label {
	position: relative;
	padding: 4px 25px 4px 35px;
	font-size: 2.4rem;
	font-weight: bold;
  color: #4a4947;
	line-height: 1.4;
}

#contents #reform #toggleArea .selectList .multicheck li:last-child .radio-input + label {
	padding-right: 0;
}

#contents #reform #toggleArea .selectList .multicheck li .radio-input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 22px;
	height: 22px;
	background: #efefef;
	border: 2px solid #cccccc;
	border-radius: 50%;
}

#contents #reform #toggleArea .selectList .multicheck li .radio-input + label:hover {
	cursor: pointer;
}

#contents #reform #toggleArea .selectList .multicheck li .radio-input:checked + label::before {
	background: #ffffe8;
	border-color: #5b4f37;
}

#contents #reform #toggleArea .selectList .multicheck li .radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 6px;
	width: 14px;
	height: 14px;
	background: #4f9d00;
	border-radius: 50%;
}

/**/

#contents #reform #toggleArea .selectList.listRadio {
	padding-top: 25px;
}

#contents #reform #toggleArea .selectList.list01 .multicheck-label {
	box-sizing: border-box;
	width: 110px;
}

#contents #reform #toggleArea .selectList.list02 .multicheck-label {
	box-sizing: border-box;
	min-width: 110px;
	max-width: 180px;
	padding: 0 5px;
}

#contents #reform #toggleArea .selectList.list03 .multicheck-label {
	box-sizing: border-box;
	width: 210px;
}

#contents #reform #toggleArea .selectList.list04 .multicheck-label {
	box-sizing: border-box;
	width: 210px;
}

#contents #reform #toggleArea .selectList .multicheck input[type="checkbox"] {
  display: none;
}

#contents #reform #toggleArea .selectList input[type="checkbox"].multicheck-input:checked + label {
	background-color: #ffffe8;
	border: 2px solid #f39800;
}

#contents #reform #toggleArea .selectList .multicheck-label {
	display: inline-block;
	width: auto;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	cursor: pointer;
	font-size: 2.4rem;
	font-weight: bold;
	color: #4a4947;
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	background: #e6e6e6;
	transition: 0.1s;
}

#contents #reform #toggleArea .selectList .radio-label span,
#contents #reform #toggleArea .selectList .multicheck-label span {
	font-size: 1.4rem;
}

#contents #reform #toggleArea .selectList .multicheck-label:hover {
	background-color: #ffffe8;
	border: 2px solid #5b4f37;
}

/* selectMenu */

#contents #reform #toggleArea .selectList .selectMenu {
	overflow: hidden;
	width: 350px;
	margin: 12px 0;
	text-align: left;
}

#contents #reform #toggleArea .selectList .selectMenu select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	font-size: 2.4rem;
	font-weight: bold;
	-webkit-appearance: none;
	appearance: none;
}

#contents #reform #toggleArea .selectList .selectMenu select::-ms-expand {
    display: none;
}

#contents #reform #toggleArea .selectList .selectMenu.slbtn {
	position: relative;
	border-radius: 2px;
	border: 2px solid #5b4f37;
	border-radius: 10px;
	background: #ffffff;
}

#contents #reform #toggleArea .selectList .selectMenu.slbtn::before {
	position: absolute;
	top: 2em;
	right: 2em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #4f9d00;
	pointer-events: none;
}

#contents #reform #toggleArea .selectList .selectMenu.slbtn select {
	padding: 8px 38px 8px 8px;
	color: #5b4f37;
}

/**/

#contents #reform #toggleArea #sum-topWrap {
	display: inline-block;
}

#contents #reform #toggleArea #sum-topWrap p {
	margin: 10px 0 20px 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #727171;
	text-align: right;
}

#contents #reform #toggleArea #sum {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	border: 5px solid #f4e400;
}

#contents #reform #toggleArea #sum .sumTitle {
	border-bottom: 5px solid #f4e400;
	padding: 4px 0 2px 0;
	background: #fbfaf0;
	font-size: 3.2rem;
	font-weight: bold;
	color: #413d3c;
	line-height: 1.2;
}

#contents #reform #toggleArea #sum .sumView {
	padding: 0;
	background: #fbf8d7;
	font-size: 6.8rem;
	font-weight: bold;
	color: #d55c4e;
	line-height: 1;
	text-align: left;
}

#contents #reform #toggleArea #sum .sumView .sumViewInbox {
	padding: 25px 25px 25px 130px;
	background: url(../images/common/hammer_red_icon.png) no-repeat 20px 25px;
	background-size: 92px 88px;
}

#contents #reform #toggleArea #sum .sumView .bottomline {
	min-width: 350px;
	display: inline-block;
	border-bottom: 6px solid #b5b6b6;
}

#contents #reform #toggleArea #sum .sumView .yen {
	font-size: 8rem;
}

#contents #reform #toggleArea #sum .sumView .tax {
	font-size: 2.4rem;
}

#contents #reform #toggleArea #sumTxt {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	color: #595556;
	line-height: 1.4;
}

#contents #reform #toggleArea #sumTxt #description {
	box-sizing: border-box;
	width: 680px;
	margin: 0 auto 25px auto;
	padding: 15px;
	background: #e3efc9;
	text-align: left;
}

#contents #reform #toggleArea #sumTxt #description p {
	margin: 0;
}

#contents #reform #toggleArea #sumTxt #description ul {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 3px solid #ffffff;
	font-size: 1.5rem;
	font-weight: normal;
}

#contents #reform #toggleArea #sumTxt #description ul li {
	padding-left: 1em;
	text-indent: -1em;
}

#contents #reform #toggleArea #reformForm {
	margin: 0 auto;
	padding: 0;
}

#contents #reform #toggleArea #reformForm li {
	display: inline-block;
	font-size: 2.8rem;
	vertical-align: middle;
	text-align: center;
}

#contents #reform #toggleArea #reformForm li a {
	display: block;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.15);
	padding: 38px 25px;
	background: #f7ee13;
	border-radius: 15px;
	border: 3px solid #ffffff;
	font-size: 3rem;
	font-weight: bold;
	color: #3f3a39;
	line-height: 1;
	text-decoration: none;
}

#contents #reform #toggleArea #reformForm li a:hover {
	opacity: 0.8;
}

#contents #reform #toggleArea #reformForm li:last-child {
	margin-left: 20px;
}

#contents #reform #toggleArea #reformForm li a .arrow {
	position: relative;
	padding-right: 25px;
}

#contents #reform #toggleArea #reformForm li a .arrow:before {
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	border-top: solid 4px #3f3a39;
	border-right: solid 4px #3f3a39;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 0;
	margin-top: -13px;
}

/*---------- 詳細見積もりフォーム ----------*/

#contents #reformEstimate {
	width: 100%;
	margin: 50px auto 25px auto;
	text-align: center;
}

#contents #reformEstimate .inner {
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #b5b6b6;
	width: 860px;
	margin: 0 auto;
	padding: 35px 35px 50px 35px;
	background: #fbfaf0;
	text-align: center;
	color: #595656;
}

#contents #reformEstimate .estimateAtt {
	width: 860px;
	margin: 0 auto 25px auto;
	font-size: 2rem;
	line-height: 1.4;
	text-align: left;
}

#contents #reformEstimate .estimateAtt span {
	padding-right: 0.2em;
	color: #e60012;
}

#contents #reformEstimate h4 {
	margin: 0 0 10px 0;
	text-align: left;
}

#contents #reformEstimate h4 img {
	width: auto;
	height: 48px;
}

#contents #reformEstimate .section {
	margin: 0 auto 35px auto;
}

#contents #reformEstimate .selectList {
	box-sizing: border-box;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
	background: #ffffff;
	border-left: 50px solid #c8a063;
	padding: 20px 25px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
}

#contents #reformEstimate #sum-topWrap {
	margin: 50px auto 0 auto;
}

#contents #reformEstimate #sum {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	border: 5px solid #f4e400;
}

#contents #reformEstimate #sum .sumTitle {
	border-bottom: 5px solid #f4e400;
	padding: 4px 0 2px 0;
	background: #ffffff;
	font-size: 3.2rem;
	font-weight: bold;
	color: #413d3c;
	line-height: 1.2;
}

#contents #reformEstimate #sum .sumView {
	padding: 0;
	background: #ffffff;
	font-size: 6.8rem;
	font-weight: bold;
	color: #d55c4e;
	line-height: 1;
	text-align: left;
}

#contents #reformEstimate #sum .sumView .sumViewInbox {
	padding: 25px 25px 25px 130px;
	background: url(../images/common/hammer_red_icon.png) no-repeat 20px 25px;
	background-size: 92px 88px;
}

#contents #reformEstimate #sum .sumView .bottomline {
	min-width: 350px;
	display: inline-block;
	border-bottom: 6px solid #b5b6b6;
}

#contents #reformEstimate #sum .sumView .yen {
	font-size: 8rem;
}

#contents #reformEstimate #sum .sumView .tax {
	font-size: 2.4rem;
}

#contents #reformEstimate #sumTxt {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	color: #595556;
	line-height: 1.4;
}

#contents #reformEstimate .estimateSection {
	padding-bottom: 100px;
	background: url(../images/common/toggle_arrow_02_icon.png) no-repeat center bottom 0;
	background-size: auto;
	background-size: 109px 70px;
}

#contents #estimateForm {
	width: 860px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {	
	#contents #reform .title {
		display: block;
	}

	.top #contents #reform .title h2 {
		position: relative;
		margin: 0 0 15px 0;
		padding: 0 0 0 30px;
		background: url(../images/top/star_g_icon.png) no-repeat left 1px;
		background-size: 23px auto;
		font-size: 2.2rem;
		line-height: 1.4;
	}

	#contents #reform .inner {
		width: auto;
		margin: 20px 10px 10px 10px;
		background: url(../images/common/reform_bg.png) no-repeat center 10px;
		background-size: 85% auto;
	}
	
	#contents #reform #toptxt {
		width: auto;
		margin: 0 auto 20px auto;
	}
	
	#contents #reform #toptxt .img {
		float: none;
		width: auto;
		margin: 0 15px;
	}
	
	#contents #reform #toptxt .img img {
		width: auto;
		height: 85px;
	}
	
	#contents #reform #toptxt .txt {
		float: none;
		width: auto;
		margin: 10px;
	}
	
	#contents #reform #toptxt .txt p {
		text-align: left;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.6;
		color: #0d6fb8;
	}

	#contents #reform #toptxt-sp {
		width: auto;
		margin: 0 auto 20px auto;
	}
	
	#contents #reform #toptxt-sp img {
		width: 100%;
		height: auto;
	}
	
	#contents #reform #renovationTitle {
		position: relative;
		margin: 40px 0 10px 0;
		font-weight: bold;
		font-size: 2rem;
		color: #3f3939;
		line-height: 1.4;
	}
	
	#contents #reform #renovationTitle .sub {
		display: block;
		font-size: 1.4rem;
	}
	
	#contents #reform #renovationTitle .balloon {
		top: -30px;
		left: 10px;
		width: 50px;
		height: 31px;
	}
	
	#contents #reform #renovationTitle .icon {
		padding-right: 30px;
		background: url(../images/common/hammer_red_icon.png) no-repeat 24px 3px;
		background-size: auto 1em;
	}
	
	#contents #reform #toggleBtn {
		margin: 0;
	}
	
	#contents #reform #toggleBtn .btn {
		border-radius: 10px;
		box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
		padding: 1.2em 0.5em;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	
	#contents #reform #toggleBtn .btn .icon {
		padding-right: 30px;
		background: url(../images/common/hammer_yellow_icon.png) no-repeat 20px 2px;
		background-size: auto 1.2em;
	}
	
	#contents #reform #toggleAreaTop {
		width: auto;
		background: url(../images/common/toggle_arrow_icon.png) no-repeat center 10px;
		background-size: auto 20px;
		margin: 0 auto;
		padding: 15px 0 20px 0;
		font-size: 1rem;
	}
	
	#contents #reform #toggleArea {}
	
	#contents #reform #toggleArea h4 {
		margin: 0 0 10px 0;
		text-align: left;
	}
	
	#contents #reform #toggleArea h4 img {
		width: auto;
		height: 30px;
	}
	
	#contents #reform #toggleArea #sectionWrap {
		padding-bottom: 40px;
		background: url(../images/common/toggle_arrow_02_icon.png) no-repeat center bottom 15px;
		background-size: auto 30px;
	}
	
	#contents #reform #toggleArea .section {
		width: auto;
		margin: 0 auto 25px auto;
	}
	
	/**/
	
	#contents #reform #toggleArea .selectList {
		box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
		border-left: 10px solid #c8a063;
		padding: 10px 8px 5px 8px;
		text-align: left;
	}
	
	/**/
	
	#contents #reform #toggleArea .selectList .multicheck li .radio-input + label {
		padding: 0.2em 1.8em 0.2em 1.8em;
		font-size: 1.4rem;
	}
	
	#contents #reform #toggleArea .selectList .multicheck li .radio-input + label::before {
		top: 4px;
		left: 0;
		width: 13px;
		height: 13px;
	}
	
	#contents #reform #toggleArea .selectList .multicheck li .radio-input:checked + label::after{
		top: 9px;
		left: 5px;
		width: 7px;
		height: 7px;
	}
	
	/**/
	
	#contents #reform #toggleArea .selectList.listRadio {
		padding-top: 12px;
	}
	
	#contents #reform #toggleArea .selectList .multicheck {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#contents #reform #toggleArea .selectList .multicheck li {
		margin: 0 0 5px 5px;
		padding: 0;
	}
	
	#contents #reform #toggleArea .selectList.list01 .multicheck-label {
		width: 4.5em;
	}
	
	#contents #reform #toggleArea .selectList.list02 .multicheck-label {
		min-width: 5em;
		max-width: 9em;
		padding: 0 5px;
	}
	
	#contents #reform #toggleArea .selectList.list03 .multicheck-label {
		width: 6em;
	}
	
	#contents #reform #toggleArea .selectList.list04 .multicheck-label {
		width: 9em;
		padding: 0 5px;
	}
	
	#contents #reform #toggleArea .selectList .multicheck-label {
		display: inline-block;
		width: auto;
		height: 30px;
		line-height: 30px;
		padding: 0;
		font-size: 1.4rem;
		border-radius: 4px;
	}
	
	#contents #reform #toggleArea .selectList .radio-label span,
	#contents #reform #toggleArea .selectList .multicheck-label span {
		font-size: 1rem;
	}
	
	#contents #reform #toggleArea .selectList .multicheck-label:hover {
		background-color: #ffffe8;
		border: 2px solid #5b4f37;
	}
	
	/* selectMenu */
	
	#contents #reform #toggleArea .selectList .selectMenu {
		width: 70%;
		margin: 5px;
	}
	
	#contents #reform #toggleArea .selectList .selectMenu select {
		padding-right: 1em;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	#contents #reform #toggleArea .selectList .selectMenu.slbtn {
		position: relative;
		border-radius: 2px;
		border: 2px solid #5b4f37;
		border-radius: 8px;
	}
	
	#contents #reform #toggleArea .selectList .selectMenu.slbtn::before {
		position: absolute;
		top: 1.5em;
		right: 1.5em;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #4f9d00;
	}
	
	#contents #reform #toggleArea .selectList .selectMenu.slbtn select {
		padding: 4px 38px 4px 6px;
		color: #5b4f37;
	}
	
	/**/
	
	#contents #reform #toggleArea #sum-topWrap p {
		margin: 8px 0 12px 0;
		font-size: 1.1rem;
	}
	
	#contents #reform #toggleArea #sum {
		width: auto;
		margin: 0 auto;
		border: 4px solid #f4e400;
	}
	
	#contents #reform #toggleArea #sum .sumTitle {
		border-bottom: 4px solid #f4e400;
		padding: 4px 0 2px 0;
		font-size: 1.6rem;
	}
	
	#contents #reform #toggleArea #sum .sumView {
		font-size: 3rem;
	}
	
	#contents #reform #toggleArea #sum .sumView .sumViewInbox {
		padding: 15px 15px 15px 55px;
		background: url(../images/common/hammer_red_icon.png) no-repeat 8px 13px;
		background-size: 36px 34px;
	}
	
	#contents #reform #toggleArea #sum .sumView .bottomline {
		min-width: 200px;
		border-bottom: 3px solid #b5b6b6;
	}
	
	#contents #reform #toggleArea #sum .sumView .yen {
		font-size: 3rem;
	}
	
	#contents #reform #toggleArea #sum .sumView .tax {
		font-size: 1.2rem;
	}
	
	#contents #reform #toggleArea #sumTxt {
		padding-bottom: 35px;
		font-size: 1.4rem;
	}
	
	#contents #reform #toggleArea #sumTxt #description {
		width: auto;
		margin: 0 auto 20px auto;
		padding: 10px;
	}
	
	#contents #reform #toggleArea #sumTxt #description p {
		margin: 0;
	}
	
	#contents #reform #toggleArea #sumTxt #description ul {
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
		border-top: 2px solid #ffffff;
		font-size: 1.1rem;
	}
	
	#contents #reform #toggleArea #sumTxt #description ul li {
		padding-left: 1em;
		text-indent: -1em;
	}
	
	#contents #reform #toggleArea #reformForm li {
		display: inline-block;
		font-size: 1.1rem;
		vertical-align: middle;
		text-align: left;
	}
	
	#contents #reform #toggleArea #reformForm li a {
		display: block;
		box-shadow: 8px 8px 8px rgba(0,0,0,0.15);
		padding: 18px 12px;
		background: #f7ee13;
		border-radius: 10px;
		border: 3px solid #ffffff;
		font-size: 1.4rem;
		font-weight: bold;
		color: #3f3a39;
		line-height: 1;
		text-decoration: none;
	}
	
	#contents #reform #toggleArea #reformForm li a:hover {
		opacity: 0.8;
	}
	
	#contents #reform #toggleArea #reformForm li:last-child {
		margin-left: 8px;
	}
	
	#contents #reform #toggleArea #reformForm li a .arrow {
		position: relative;
		padding-right: 8px;
	}
	
	#contents #reform #toggleArea #reformForm li a .arrow:before {
		position: absolute;
		content: '';
		width: 6px;
		height: 6px;
		border-top: solid 2px #3f3a39;
		border-right: solid 2px #3f3a39;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 0;
		margin-top: -4px;
	}

	/*---------- 詳細見積もりフォーム ----------*/

	#contents #reformEstimate {
		width: 100%;
		margin: 25px auto 15px auto;
		text-align: center;
	}

	#contents #reformEstimate .inner {
		box-sizing: border-box;
		border-radius: 8px;
		border: 1px solid #b5b6b6;
		width: auto;
		margin: 10px;
		padding: 15px 15px 30px 15px;
		background: #fbfaf0;
		text-align: center;
		color: #595656;
	}

	#contents #reformEstimate .estimateAtt {
		width: auto;
		margin: 15px 15px 25px 15px;
		font-size: 1.4rem;
		line-height: 1.4;
		text-align: left;
	}

	#contents #reformEstimate h4 {
		margin: 0 0 10px 0;
		text-align: left;
	}

	#contents #reformEstimate h4 img {
		width: auto;
		height: 30px;
	}

	#contents #reformEstimate .section {
		margin: 0 auto 35px auto;
	}

	#contents #reformEstimate .selectList {
		box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
		border-left: 10px solid #c8a063;
		padding: 10px 8px 5px 8px;
		font-size: 1.6rem;
		text-align: left;
	}

	#contents #reformEstimate #sum-topWrap {
		margin: 40px auto 0 auto;
	}

	#contents #reformEstimate #sum {
		display: inline-block;
		width: auto;
		margin: 0 auto;
		border: 5px solid #f4e400;
	}

	#contents #reformEstimate #sum .sumTitle {
		border-bottom: 4px solid #f4e400;
		padding: 4px 0 2px 0;
		font-size: 1.6rem;
	}

	#contents #reformEstimate #sum .sumView {
		font-size: 3rem;
	}

	#contents #reformEstimate #sum .sumView .sumViewInbox {
		padding: 15px 15px 15px 50px;
		background: url(../images/common/hammer_red_icon.png) no-repeat 8px 13px;
		background-size: 36px 34px;
	}

	#contents #reformEstimate #sum .sumView .bottomline {
		min-width: 200px;
		border-bottom: 3px solid #b5b6b6;
	}

	#contents #reformEstimate #sum .sumView .yen {
		font-size: 3rem;
	}

	#contents #reformEstimate #sum .sumView .tax {
		font-size: 1.2rem;
	}

	#contents #reformEstimate #sumTxt {
		font-size: 1.4rem;
	}

	#contents #reformEstimate .estimateSection {
		padding-bottom: 40px;
		background: url(../images/common/toggle_arrow_02_icon.png) no-repeat center bottom 0;
		background-size: auto 30px;
	}

	#contents #estimateForm {
		width: auto;
		margin: 0 auto;
	}
}

@media (orientation: landscape) and (max-width: 767px) {
	#contents #reform .inner {
		background: url(../images/common/reform_bg.png) no-repeat center 150px;
		background-size: 60% auto;
	}

	#contents #reform #renovationTitle .balloon {
		top: -30px;
		left: 25%;
		width: 50px;
		height: 31px;
	}

	/* selectMenu */
	#contents #reform #toggleArea .selectList .selectMenu {
		width: 50%;
	}
}

/*------------------------------------------------------------------------------
	.top-contact
------------------------------------------------------------------------------*/
.top .top-contact {
	margin: 0;
	padding: 60px 0 80px 0;
	background: #e1edf2;
}

.top .top-contact .top-contact__title {
	width: 765px;
	margin: 0 auto 45px auto;
}

.top .top-contact .top-contact__title img {
	width: 100%;
	height: auto;
}

.top .top-contact .top-contact__title img.sp {
	display: none;
}

.top .top-contact .top-contact__btn {
	display: flex;
	justify-content: center;
}

.top .top-contact  .top-contact__btn__tel {
	margin-right: 25px;
}

.top .top-contact .top-contact__btn__tel a {
	display: block;
	box-sizing: border-box;
	height: 105px;
	padding: 20px 12px;
	border-radius: 8px;
	background: #2e9cd0;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	color: #ffffff;
	transition: 0.2s ease-in-out;
  pointer-events: none;
}

.top .top-contact .top-contact__btn__tel a img {
	width: auto;
	height: 100%;
	flex-shrink: 0;
}

.top .top-contact .top-contact__btn__form a {
	display: block;
	box-sizing: border-box;
	height: 105px;
	padding: 20px 18px 20px 20px;
	border-radius: 8px;
	background: #152d79;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	color: #ffffff;
	transition: 0.2s ease-in-out;
}

.top .top-contact .top-contact__btn__form a img {
	width: auto;
	height: 100%;
	flex-shrink: 0;
}

.top .top-contact .top-contact__btn__tel a:hover,
.top .top-contact .top-contact__btn__form a:hover {
	opacity: 0.85;
}

/* other width */
@media only screen and (max-width: 949px) {
	.top .top-contact .top-contact__title {
		width: 700px;
		max-width: 765px;
	}
}

/*==================================
	.top-contact sp
==================================*/
@media only screen and (max-width: 767px) {
	.top .top-contact {
		margin: 0 0 40px 0;
		padding: 35px 0 40px 0;
		background: #e1edf2;
	}
	
	.top .top-contact .top-contact__title {
		width: auto;
		margin: 0 auto 25px auto;
		padding: 0 20px;
	}

	.top .top-contact .top-contact__title img.pc {
		display: none;
	}

	.top .top-contact .top-contact__title img.sp {
		display: block;
	}
	
	.top .top-contact .top-contact__title img {
		width: 100%;
		height: auto;
	}
	
	.top .top-contact .top-contact__btn {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 0 10px;
	}
	
	.top .top-contact  .top-contact__btn__tel {
		margin-right: 10px;
	}
	
	.top .top-contact .top-contact__btn__tel a {
		display: block;
		box-sizing: border-box;
		height: auto;
		padding: 12px 6px 12px 6px;
		border-radius: 8px;
		background: #2e9cd0;
		box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
		color: #ffffff;
		transition: 0.2s ease-in-out;
		pointer-events: auto;
	}
	
	.top .top-contact .top-contact__btn__tel a img {
		width: 90%;
		height: auto;
	}
	
	.top .top-contact .top-contact__btn__form a {
		display: block;
		box-sizing: border-box;
		height: auto;
		padding: 14px 6px 10px 6px;
		border-radius: 8px;
		background: #152d79;
		box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
		color: #ffffff;
		transition: 0.2s ease-in-out;
	}
	
	.top .top-contact .top-contact__btn__form a img {
		width: 90%;
		height: auto;
	}
	
	.top .top-contact .top-contact__btn__tel a:hover,
	.top .top-contact .top-contact__btn__form a:hover {
		opacity: 0.85;
	}
}

/*------------------------------------------------------------------------------
	spBukkenHead
------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	#contents #spBukkenHead {
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 12px 10px;
		border-top: none;
		border-bottom: 2px solid #3f3a39;
	}
	
	#contents #spBukkenHead .title {
		width: 60%;
	}
	
	#contents #spBukkenHead .title img {
		width: 100%;
		height: auto;
	}
	
	#contents #spBukkenHead .spBnrImg {
		width: 40%;
	}
	
	#contents #spBukkenHead .spBnrImg img {
		width: 100%;
		height: auto;
	}
	
	#contents #spBukkenHead .spBnrImg a {
		display: block;
		box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	}
	
	#contents #spBukkenHead .spBnrImg a:hover {
		opacity: 0.7;
	}
}

/*------------------------------------------------------------------------------
	bukkenName
------------------------------------------------------------------------------*/

#contents #bukkenName {
	margin: 25px 0 25px 0;
	padding: 8px 0;
	border-top: 20px solid #90c31f;
	border-bottom: 20px solid #90c31f;
}

#contents #bukkenName {
	display: flex;
	align-items: center;
	justify-content: center;
}

#contents #bukkenName .nameTxt {
	font-size: 4.2rem;
	font-weight: bold;
	color: #5c5d5d;
	text-align: center;
	line-height: 1.2;
}

#contents #bukkenName .nameTxt .sub {
	display: block;
	font-size: 3.4rem;
}

#contents #bukkenName .typeTag {
	padding: 25px 15px;
	background: #90c31f;
	font-weight: bold;
	font-size: 2.4rem;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	#contents #bukkenName {
		margin: 20px 0 15px 0;
		padding: 0.5em 0;
		border-top: 8px solid #90c31f;
		border-bottom: 8px solid #90c31f;
	}
	
	#contents #bukkenName {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#contents #bukkenName .nameTxt {
		font-size: 1.6rem;
	}
	
	#contents #bukkenName .nameTxt .sub {
		font-size: 1.2rem;
	}
	
	#contents #bukkenName .typeTag {
		padding: 1em 0.5em;
		font-size: 1.1rem;
	}
}

/*------------------------------------------------------------------------------
	photo
------------------------------------------------------------------------------*/

/* modal css */

.mfp-bg {
	z-index: 999996 !important;
}
.mfp-wrap {
	z-index: 999997 !important;
}
.mfp-content{
	z-index: 999998 !important;
}
.mfp-close,
.mfp-arrow {
	z-index: 999999 !important
}

.mfp-close {
	font-size: 50px !important;
	cursor: pointer !important;
}

.mfp-arrow-left {
	top: calc(50% + 0px) !important;
}

.mfp-title {
	padding-right: 0 !important;
	font-size: 1.6rem !important;
	text-align: center !important;
}

.mfp-counter {
	font-size: 0 !important;
}

@media (max-width: 767px) {
	.mfp-arrow-left {
		top: calc(50% + 14px) !important;
	}

	.mfp-title {
		font-size: 1.4rem !important;
	}
}

/* magnificPopup カスタム矢印用css */
.gallery-arrow{
  position: absolute;
	top: 50%;
	left: 50%;
  margin-top: -15px;
  background: rgba(255,255,255,0.7);
  display: block;
  width: 30px;
	height: 30px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
	cursor: pointer;
	z-index: 1000000;
}
.gallery-arrow-left{}
.gallery-arrow-left::before{
	margin-left: -2px;
	content:'\f104';
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bold;
  color: #000;
}
.gallery-arrow-right{}
.gallery-arrow-right::before{
	margin-right: -2px;
	content:'\f105';
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bold;
  color: #000;
}

.gallery-arrow:hover {
	background: rgba(255,255,255,0.9);
}

/* photoBox */

#contents #photoWrap {
	margin: 0 0 60px 0;
}

.photoBox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	width: 100%;
}

.photoBox .photoMain {
	position: relative;
  width: 627px;
	text-align: center;
}

.photoBox .photoMain img {
	width: auto;
	height: 100%;
	max-width: 627px;
	max-height: 471px;
	margin: 0;
	overflow: hidden;
}

.photoBox .photoSub {
		width: 274px;
}

.photoBox .photoSub .photoSub1 {
	margin: 0 0 20px 0;
}

.photoBox .photoSub .photoSub1,
.photoBox .photoSub .photoSub2 {
	width: 274px;
}

.photoBox .photoSub .photoSub1 .subBox1,
.photoBox .photoSub .photoSub2 .subBox1 {
	box-sizing: border-box;
	display: table-cell;
	width: 274px;
	height: 192px;
	background: #f6f7f7;
	border: 1px solid #595656;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.photoBox .photoSub .photoSub1 .subBox1 img,
.photoBox .photoSub .photoSub2 .subBox1 img {
	width: auto;
	max-width: 274px;
	height: auto;
	max-height: 192px;
}

.photoSub p{
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
  font-size: 2rem;
	color: #595656;
  line-height: 1.2;
  text-align: right;
}

.swiper-container {
    width: 100%;
    height: 100%;
    }

.swiper-slide {
    text-align: center;
    font-size: 1.8rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* viewOption */

#contents #photoWrap .viewOption {
	position: absolute;
	bottom: 36px;
	left: 16px;
	width: 595px;
	padding: 10px;
	background: rgba(255,255,255,0.7);
	z-index: 10000;
}

#contents #photoWrap .viewOption ul {
	display: flex;
	justify-content: center;
}

#contents #photoWrap .viewOption ul li {
	margin: 0 0 0 5px;
	padding: 0.35em 0.5em;
	border: 1px solid #ea5413;
	border-radius: 12px;
	font-weight: bold;
	font-size: 2.4rem;
	color: #ea5413;
	line-height: 1.2;
}

#contents #photoWrap .viewOption ul li:first-child {
	margin-left: 0;
}

/**/

#contents .photoBox .photoMain .swiper-container {
	box-sizing: border-box;
	padding: 15px 15px 35px 15px;
	background: #f6f7f7;
	border: 1px solid #595656;
}

#contents .photoBox .photoMain .swiper-container .swiper-slide {
		background: none;
		overflow: hidden;
		text-align: center;
}

#contents .photoBox .photoMain .swiper-container .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #dcdddd;
	opacity: 1;
}

#contents .photoBox .photoMain .swiper-container .swiper-pagination-bullet-active {
	background: #9fa0a0;
}

#contents .photoBox .photoMain .swiper-container .swiper-pagination-bullet {
	margin: 0 6px;
}

#contents .photoBox .photoMain .swiper-container .swiper-pagination {
    bottom: 8px;
}

#contents .photoBox .photoMain .swiper-container .swiper-button-next {
    background-image: url(../images/detail/mainphoto_page_next.png);
    right: 25px;
    left: auto;
}

#contents .photoBox .photoMain .swiper-container .swiper-button-prev {
    background-image: url(../images/detail/mainphoto_page_prev.png);
    left: 25px;
    right: auto;
}

#contents .photoBox .photoMain .swiper-container .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 37px;
    height: 37px;
    margin-top: -18.5px;
    z-index: 10;
    cursor: pointer;
    background-size: 37px 37px;
}

#contents .photoBox .photoMain .swiper-container .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 37px;
    height: 37px;
    margin-top: -18.5px;
    z-index: 10;
    cursor: pointer;
    background-size: 37px 37px;
}

#contents .photoBox .photoMain .swiper-container .swiper-button-next.swiper-button-disabled,
#contents .photoBox .photoMain .swiper-container .swiper-button-prev.swiper-button-disabled {
	opacity: 0.5;
}

@media (max-width: 767px) {	
	#contents #photoWrap {
		margin: 0 10px 30px 10px;
		overflow: hidden;
	}
	
	#contents .photoBox{
		display: block;
	}
	
	#contents .photoBox .photoMain {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#contents .photoBox .photoMain img {
		width: auto;
		height: auto;
		max-width: none;
		max-height: none;
		vertical-align: top;
	}
	
	#contents .photoBox .photoSub {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	
	#contents .photoSub .photoSub1,
	#contents .photoSub .photoSub2 {
		width: 49%;
		text-align: center;
    }
	
	#contents .photoBox .photoSub .photoSub1 {
		margin-bottom: 0;
	}
	
	#contents .photoBox .photoSub .photoSub1 .subBox1,
	#contents .photoBox .photoSub .photoSub2 .subBox1 {
		box-sizing: border-box;
		height: 112px;
		background: #f6f7f7;
		border: 1px solid #595656;
		text-align: center;
	}
	
	#contents .photoBox .photoSub .photoSub1 .subBox1 img,
	#contents .photoBox .photoSub .photoSub2 .subBox1 img {
		width: auto;
		max-width: 99%;
		height: auto;
		max-height: 112px;
	}
	
	#contents .photoSub p{
		font-size: 1.2rem;
		text-align: center;
	}
	
	/* viewOption */
	
	#contents #photoWrap .viewOption {
		bottom: 40px;
		left: 0;
		width: 100%;
		padding: 5px;
	}
	
	#contents #photoWrap .viewOption ul {
		display: flex;
		justify-content: center;
	}
	
	#contents #photoWrap .viewOption ul li {
		border-radius: 8px;
		font-size: 1.4rem;
	}

	/**/
	
	#contents .photoBox .photoMain .swiper-container {
		box-sizing: border-box;
		width: auto;
		height: 240px;
		margin: 0;
		padding: 0;
		background: #ffffff;
		border: none;
		overflow: inherit;
	}
	
	#contents .photoBox .photoMain .swiper-container img {
		width: auto;
		height: 200px;
		max-height: none;
	}
	
	#contents .swiper-slide {
		display: flex;
		align-items: stretch;
	}
	
	#contents .photoBox .photoMain .swiper-container .swiper-slide {
		background: #ffffff;
		width: auto;
		height: auto;
		max-height: none;
	}
	
	#contents .photoBox .photoMain .swiper-container .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	
	#contents .photoBox .photoMain .swiper-container .swiper-pagination-bullet-active {
		background: #9fa0a0;
	}
	
	#contents .photoBox .photoMain .swiper-container .swiper-pagination-bullet {
		margin: 0 4px;
	}
	
	#contents .photoBox .photoMain .swiper-container .swiper-pagination {
		bottom: 15px;
	}
	
	#contents .photoBox .photoMain .swiper-container .swiper-button-next {
		background-image: url(../images/detail/mainphoto_page_next.png);
		right: 8px;
		left: auto;
	}
	
	#contents .photoBox .photoMain .swiper-container .swiper-button-prev {
		background-image: url(../images/detail/mainphoto_page_prev.png);
		left: 8px;
		right: auto;
	}
	
	#contents .photoBox .photoMain .swiper-container .swiper-button-next {
		position: absolute;
		top: 50%;
		width: 24px;
		height: 24px;
		margin-top: -32px;
		z-index: 10;
		cursor: pointer;
		background-size: 24px 24px;
	}
	
	#contents .photoBox .photoMain .swiper-container .swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 24px;
		height: 24px;
		margin-top: -24px;
		z-index: 10;
		cursor: pointer;
		background-size: 24px 24px;
	}
}

@media (orientation: landscape) and (max-width: 767px){
	.photoBox .photoSub {
		justify-content: center !important;
		width: auto !important;
	}

	.photoBox .photoSub .photoSub1,
	.photoBox .photoSub .photoSub2 {
		margin: 0 10px;
		width: auto !important;
	}

	.photoBox .photoSub .photoSub1 .subBox1,
	.photoBox .photoSub .photoSub2 .subBox1 {
		width: 250px !important;
		height: 175px !important;
		min-width: 250px;
		min-height: 175px;
	}

	#contents .photoBox .photoSub .photoSub1 .subBox1 img,
	#contents .photoBox .photoSub .photoSub2 .subBox1 img {
		width: auto;
		height: 100%;
		max-height: 175px;
	}
}

/*------------------------------------------------------------------------------
	bukkenDetail
------------------------------------------------------------------------------*/

#contents #bukkenDetailWrap {
	margin: 0 auto;
	width:  950px;
}

#contents #bukkenDetailWrap > #favButtonBottom {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: rgba(0,0,0,0.7);
	z-index: 10000;
}

#contents #bukkenDetailWrap > #favButtonBottom > .favoButton {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 10001;
}

#contents #bukkenDetailWrap > #favButtonBottom > .favoButton:hover .favo_plusback span,
#contents #bukkenDetailWrap > #favButtonBottom > .favoButton:hover .favo_added span {
	opacity: 0.8;
}

#contents #bukkenDetailWrap > #favButtonBottom > .favoButton .favo_plusback {
	box-sizing: border-box;
	display: block;
	background: #ffffff;
	border-radius: 6px;
	border: 2px solid #f8b62b;
}

#contents #bukkenDetailWrap > #favButtonBottom > .favoButton .favo_plusback span {
	display: block;
	padding: 18px 20px 15px 68px;
	background: url(../images/detail/fav_plusback_icon.png) no-repeat left 15px top 10px;
	background-size: 43px auto;
	font-size: 2.8rem;
	font-weight: bold;
	color: #f8b62b;
	overflow: visible;
}

#contents #bukkenDetailWrap > #favButtonBottom > .favoButton .favo_added {
	box-sizing: border-box;
	display: block;
	background: #f8b62b;
	border-radius: 6px;
}

#contents #bukkenDetailWrap > #favButtonBottom > .favoButton .favo_added span {
	display: block;
	padding: 18px 20px 15px 68px;
	background: url(../images/detail/fav_added_icon.png) no-repeat left 18px top 10px;
	background-size: 36px auto;
	font-size: 2.8rem;
	font-weight: bold;
	color: #ffffff;
	overflow: visible;
}

#pagetop.detail-position {
	bottom: 108px;
}

/*----------------------------------------*/

#contents #bukkenDetail {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

#contents #bukkenDetail h4 {
	background: #90c31f;
	padding: 0.3em 0.8em;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.4;
	text-align: center;
}

/* basicInfo */

#contents #bukkenDetail .basicInfo {
	order: 1;
	box-sizing: border-box;
	width: 50%;
	border-right: 2px solid #90c31f;
}

#contents #bukkenDetail .basicInfo h4 {
	border-bottom: 10px solid #dcdddd;
}

#contents #bukkenDetail .basicInfo table {
	width: 100%;
	margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
	line-height: 1.4;
}

#contents #bukkenDetail .basicInfo table th {
	width: 24%;
	padding: 1em 0;
	background: #eeefef;
    border-bottom: 1px solid #90c31f;
	font-size: 1.4rem;
	font-weight: bold;
	color: #595656;
	text-align: center;
	vertical-align: middle;
}

#contents #bukkenDetail .basicInfo table th.smallTh {
	padding: 0.5em 0;
}

#contents #bukkenDetail .basicInfo table th span {
	display: block;
	font-size: 1.2rem;
}

#contents #bukkenDetail .basicInfo table td {
	min-width: 26%;
	padding: 1em;
  border-bottom: 1px solid #90c31f;
	font-size: 1.4rem;
	vertical-align: middle;
}

#contents #bukkenDetail .basicInfo table td.price {
	padding: 1em;
	font-weight: bold;
	font-size: 1.6rem;
	color: #e60012;
}

#contents #bukkenDetail .basicInfo table td.price .kousyouBtn {
	box-sizing: border-box;
	display: inline-block;
	width: 130px;
	margin-left: 15px;
}

#contents #bukkenDetail .basicInfo table td.price .kousyouBtn a {
	display: inline-block;
}

#contents #bukkenDetail .basicInfo table td.price .kousyouBtn a img {
	width: 100%;
	height: auto;
}

#contents #bukkenDetail .basicInfo table td.price .kousyouBtn a:hover {
	opacity: 0.7;
}

#contents #bukkenDetail .basicInfo table td.price .priceInfo {
	display: block;
	margin-top: 15px;
	padding: 10px;
	background: #fffef0;
	border-radius: 5px;
	border: 1px solid #f39800;;
	color: #101010;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.6;
}

#contents #bukkenDetail .basicInfo table td.price .priceInfo .marker {
	background: linear-gradient(transparent 40%, #fefc3c 40%);
	text-decoration: none;
	color: #5f1f00;
	font-weight: bold;
}

#contents #bukkenDetail .basicInfo table td.price .priceInfo a {
	font-weight: bold;
	text-decoration: underline;
	color: #101010;
}

/* point */

#contents #bukkenDetail .point {
	order: 3;
	box-sizing: border-box;
	width: 50%;
	border-right: 2px solid #90c31f;
}

#contents #bukkenDetail .point .inBox {
	padding: 1em;
	font-size: 1.2rem;
	line-height: 2;
}

/* area */

#contents #bukkenDetail .area {
	order: 2;
	box-sizing: border-box;
	width: 50%;
}

#contents #bukkenDetail .area h4 {
	border-bottom: 10px solid #dcdddd;
}

#contents #bukkenDetail .area .areaList {
	margin: 0;
	padding: 0;
	width: 100%;
}

#contents #bukkenDetail .area .areaList li {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 10px 10px 70px;
	border-bottom: 1px solid #90c31f;
}

#contents #bukkenDetail .area .areaList li:before {
	position: absolute;
	left: 15px;
	top: 50%;
	box-sizing: border-box;
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin-top: -20px;
	background: #90c31f;
}

#contents #bukkenDetail .area .areaList li a {
	display: block;
}

#contents #bukkenDetail .area .areaList li a:hover {
	opacity: 0.7;
}

#contents #bukkenDetail .area .areaList li .txt {
	margin-right: 5px;
}

#contents #bukkenDetail .area .areaList li .txt p {
	margin: 0 0 0.25em 0;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}

#contents #bukkenDetail .area .areaList li .txt span {
	font-size: 1.2rem;
	font-weight: bold;
	color: #e60012;
}

#contents #bukkenDetail .area .areaList li .txt span.placeName {
	font-size: 2rem;
	color: #000000;
}

#contents #bukkenDetail .area .areaList li .img {
	width: 110px;
}

#contents #bukkenDetail .area .areaList li .img img {
	width: 100%;
	min-width: 110px;
	height: auto;
}

/* map */

#contents #bukkenDetail .map {
	order: 4;
	box-sizing: border-box;
	width: 50%;
}

#contents #bukkenDetail .map p.sample {
	padding: 120px 0;
	text-align: center;
	background: #f0f0f0;
}

/* type */

#contents #bukkenDetail .type {
	order: 5;
	box-sizing: border-box;
	width: 100%;
}

#contents #bukkenDetail .type ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 15px 25px 25px 25px;
}

#contents #bukkenDetail .type ul li {
	box-sizing: border-box;
	display: block;
	width: 19%;
	padding: 0;
	margin-bottom: 12px;
	background: #fbd489;
	text-align: center;
}

#contents #bukkenDetail .type ul li img {
	width: 100%;
	height: auto;
}

/* simulation */

#contents #bukkenDetail .simulation {
	order: 6;
	box-sizing: border-box;
	width: 100%;
}

#contents #bukkenDetail .simulationBox {
	display: flex;
	margin: 25px 25px 60px 25px;
}

#contents #bukkenDetail .simulationBox .img {
	margin-right: 25px;
}

#contents #bukkenDetail .simulationBox .img img {
	width: 255px;
	height: auto;
}

#contents #bukkenDetail .simulationBox .img .simuResult {
	display: none;
}

#contents #bukkenDetail .simulationBox .simuResult {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

/* for IE11 */
@media screen and (-ms-high-contrast: none) {
	*::-ms-backdrop, #contents #bukkenDetail .simulation .simuResult {
		max-width: 620px;
	}
}

#contents #bukkenDetail .simulationBox .simuResult li {
	box-sizing: border-box;
	background: #c9caca;
	margin: 0;
	padding: 0.5em 0;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.4;
	text-align: center;
}

#contents #bukkenDetail .simulationBox .txt .simuResult li:nth-child(1) {
	width: 38%;
}

#contents #bukkenDetail .simulationBox .txt .simuResult li:nth-child(2) {
	width: 26%;
}

#contents #bukkenDetail .simulationBox .txt .simuResult li:nth-child(3) {
	width: 32%;
}

#contents #bukkenDetail .simulationBox .txt .simuResult li:last-child {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	background: none;
	color: #333333;
}

#contents #bukkenDetail .simulationBox .txt .simuResult li .simuSum {
	background: #52c3f1;
	border-radius: 5px;
	margin: 0 0 0.25em 0;
	padding: 0.8em;
	font-size: 2.8rem;
	color: #ffffff;
	text-align: center;
}

#contents #bukkenDetail .simulationBox .simuResult li .att {
	font-size: 1.6rem;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	#contents #bukkenDetailWrap {
		width: auto;
	}

	#contents #bukkenDetailWrap > #favButtonBottom {
		width: 100%;
		height: 65px;
	}

	#contents #bukkenDetailWrap > #favButtonBottom > .favoButton .favo_plusback span {
		display: block;
		padding: 12px 12px 10px 48px;
		background: url(../images/detail/fav_plusback_icon.png) no-repeat left 10px top 5px;
		background-size: 33px auto;
		font-size: 1.8rem;
		white-space: nowrap;
	}
	
	#contents #bukkenDetailWrap > #favButtonBottom > .favoButton .favo_added span {
		display: block;
		padding: 12px 12px 10px 48px;
		background: url(../images/detail/fav_added_icon.png) no-repeat left 12px top 5px;
		background-size: 28px auto;
		font-size: 1.8rem;
		white-space: nowrap;
	}

	#pagetop.detail-position {
		bottom: 75px;
	}

	#contents #bukkenDetail {
		width: 100%;
	}
	
	#contents #bukkenDetail h4 {
		padding: 0.4em 0.8em;
		font-size: 1.6rem;
	}

	#contents #bukkenDetailWrap #reform {
		margin-bottom: 30px;
		border-bottom: 5px solid #966135;
	}
	
	/* basicInfo */
	
	#contents #bukkenDetail .basicInfo {
		order: 1;
		width: 100%;
		border-right: none;
	}
	
	#contents #bukkenDetail .basicInfo table th {
		width: 20%;
		padding: 1em 0;
		font-size: 1.2rem;
	}
	
	#contents #bukkenDetail .basicInfo table td {
		min-width: 30%;
		padding: 1em;
		font-size: 1.2rem;
	}
	
	#contents #bukkenDetail .basicInfo table td.price {
		padding: 0.8em 1em;
		font-size: 1.4rem;
	}
	
	#contents #bukkenDetail .basicInfo table td.price .kousyouBtn {
		width: 100px;
		margin-left: 0.5em;
	}

	#contents #bukkenDetail .basicInfo table td.price .priceInfo {
		margin-top: 15px;
		padding: 6px 10px;
		font-size: 1.2rem;
	}
	
	/* point */
	
	#contents #bukkenDetail .point {
		order: 2;
		width: 100%;
		border-right: none;
	}
	
	#contents #bukkenDetail .point .inBox {
		padding: 1em;
		font-size: 1.2rem;
		line-height: 2;
	}
	
	/* area */
	
	#contents #bukkenDetail .area {
		order: 5;
		width: 100%;
	}
	
	#contents #bukkenDetail .area .areaList {
		width: 100%;
	}
	
	#contents #bukkenDetail .area .areaList li {
		padding: 10px 10px 10px 40px;
	}
	
	#contents #bukkenDetail .area .areaList li:before {
		left: 1em;
		width: 2em;
		height: 2em;
		border-radius: 1em;
		margin-top: -1em;
	}
	
	#contents #bukkenDetail .area .areaList li .txt {
		margin-right: 0;
		max-width: 68%;
	}
	
	#contents #bukkenDetail .area .areaList li .txt p {
		margin: 0 0 0.25em 0;
		font-size: 1.2rem;
	}
	
	#contents #bukkenDetail .area .areaList li .txt span {
		font-size: 1rem;
		line-height: 1.2;
	}

	#contents #bukkenDetail .area .areaList li .txt span.placeName {
		font-size: 1.6rem;
		line-height: 1.6;
		color: #000000;
	}
	
	#contents #bukkenDetail .area .areaList li .img {
		width: 30%;
	}
	
	#contents #bukkenDetail .area .areaList li .img img {
		width: 100%;
		min-width: auto;
		height: auto;
	}
	
	/* map */
	
	#contents #bukkenDetail .map {
		order: 6;
		width: 100%;
		margin-bottom: 30px;
		border-bottom: 5px solid #90c31f;
	}
	
	#contents #bukkenDetail .map p.sample {
		padding: 120px 0;
		text-align: center;
		background: #f0f0f0;
	}
	
	/* type */
	
	#contents #bukkenDetail .type {
		order: 3;
	}
	
	#contents #bukkenDetail .type ul {
		margin: 15px 10px 25px 10px;
	}
	
	#contents #bukkenDetail .type ul li {
		width: 49%;
		margin-bottom: 6px;
	}

	/* simulation */
	
	#contents #bukkenDetail .simulation {
		order: 4;
		box-sizing: border-box;
		width: 100%;
	}
	
	#contents #bukkenDetail .simulationBox {
		display: flex;
		flex-wrap: wrap;
		margin: 15px 10px 25px 10px;
	}
	
	#contents #bukkenDetail .simulationBox .img {
		width: 100%;
	}
	
	#contents #bukkenDetail .simulationBox .img img {
		width: 100%;
		height: auto;
	}

	#contents #bukkenDetail .simulationBox .txt {
		width: 100%;
	}
	
	#contents #bukkenDetail .simulationBox .simuResult li {
		margin: 0;
		padding: 0.5em 0.8em;
		font-size: 1.2rem;
	}
	
	#contents #bukkenDetail .simulationBox .simuResult li span {
		display: block;
	}
	
	#contents #bukkenDetail .simulationBox .txt .simuResult li:nth-child(1) {
		display: none;
		margin-bottom: 5px;
	}
	
	#contents #bukkenDetail .simulationBox .txt .simuResult li:nth-child(2) {
		display: none;
		margin-bottom: 5px;
	}
	
	#contents #bukkenDetail .simulationBox .txt .simuResult li:nth-child(3) {
		display: none;
	}

	#contents #bukkenDetail .simulationBox .txt .simuResult li:last-child {
		margin: 6px 0 0 0;
	}
	
	#contents #bukkenDetail .simulationBox .txt .simuResult li .simuSum {
		margin: 0 0 0.25em 0;
		padding: 0.8em;
		font-size: 1.6rem;
	}
	
	#contents #bukkenDetail .simulationBox .simuResult li .att {
		font-size: 1rem;
	}

	/* simuResult sp */

	#contents #bukkenDetail .simulationBox .img {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0;
	}

	#contents #bukkenDetail .simulationBox .img .imgBox {
		width: 62%;
		height: auto;
	}

	#contents #bukkenDetail .simulationBox .img .imgBox img {
		width: 100%;
		height: 100%;
	}

	#contents #bukkenDetail .simulationBox .img .simuResult {
		box-sizing: border-box;
		display: block;
		width: 38%;
		padding-left: 6px;
	}

	#contents #bukkenDetail .simulationBox .img .simuResult li {
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 6px 0;
	}
	#contents #bukkenDetail .simulationBox .img .simuResult li:last-child {
		margin: 0;
	}
}

@media (orientation: landscape) and (max-width: 767px){
	/* type */

	#contents #bukkenDetail .type ul li {
		width: 32%;
		margin-bottom: 6px;
	}

	/* simuResult sp */

	#contents #bukkenDetail .simulationBox .img .imgBox {
		width: 40%;
	}

	#contents #bukkenDetail .simulationBox .img .simuResult {
		width: 60%;
	}

	#contents #bukkenDetail .simulationBox .img .simuResult li span {
		display: inline;
	}

	#contents #bukkenDetail .simulationBox .simuResult li {
		padding: 1.2em 0.8em;
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------------------------
	koushou
------------------------------------------------------------------------------*/

#contents #koushou {
	width: 950px;
	margin: 50px auto 0 auto;
}

#contents #koushou > h3 {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	font-size: 3.4rem;
	color: #727171;
}

#contents #koushouBkModWrap {
	margin: 0;
	padding: 0;
	text-align: center;
}

#contents #koushouBkModWrap #bukkenListItem {
	margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
	#contents #koushou {
		width: auto;
		margin: 35px auto 0 auto;
	}
	
	#contents #koushou > h3 {
		width: auto;
		margin: 0 10px;
		font-size: 1.6rem;
	}
	
	#contents #koushouBkModWrap {
		margin: 0;
		padding: 0;
	}
	
	#contents #koushouBkModWrap #bukkenListItem {
		margin-top: 15px !important;
	}
}

/*------------------------------------------------------------------------------
	specialBnr
------------------------------------------------------------------------------*/

#contents .specialBnr {
	margin: 0 0 50px 0;
	padding: 50px 0 0 0;
	border-top: 18px solid #90c31f;
	text-align: center;
}

#contents .specialBnr .title {
	width: 700px;
	margin: 0 auto 18px auto;
}

#contents .specialBnr .bnrImg {
	width: 700px;
	margin: 0 auto;
}

#contents .specialBnr .bnrImg a {
	display: block;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.25);
}

#contents .specialBnr .bnrImg a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
	#contents .specialBnr {
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
		border-bottom: 5px solid #90c31f;
		border-top: none;
	}
	
	#contents .specialBnr .title {
		width: 70%;
		max-width: 380px;
		margin: 0 auto 15px auto;
	}
	
	#contents .specialBnr .title img {
		width: 100%;
		height: auto;
	}
	
	#contents .specialBnr .bnrImg {
		width: 70%;
		max-width: 380px;
		margin: 0 auto;
	}
	
	#contents .specialBnr .bnrImg img {
		width: 100%;
		height: auto;
	}
	
	#contents .specialBnr .bnrImg a {
		box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	}
}

/*------------------------------------------------------------------------------
	bukkenListModWrap
------------------------------------------------------------------------------*/

#contents #bukkenListModWrap {
	margin: 0 0 50px 0;
	padding: 50px 0 0 0;
	border-top: 18px solid #90c31f;
	text-align: center;
}

#contents #bukkenListModWrap .recommend {
	display: inline-block;
	margin: 0 auto;
}

#contents #bukkenListModWrap .recommend .title {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 90px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
}

#contents #bukkenListModWrap .recommend .title .sub {
	display: block;
	font-size: 2.2rem;
	color: #e60012;
}

#contents #bukkenListModWrap .recommend .title:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 85px;
	height: 75px;
	content: "";
	background: url(../images/detail/recommend_tit_bg.png) no-repeat left top;
	background-size: 85px 75px;
}

#contents #bukkenListModWrap .recommend .title:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 85px;
	height: 75px;
	content: "";
	background: url(../images/detail/recommend_tit_bg.png) no-repeat left top;
	background-size: 85px 75px;
}

#contents #bukkenListModWrap .recommend .infoBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #006835;
}

#contents #bukkenListModWrap .recommend .infoBox .box01 {
	padding: 0 30px 0 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
}

#contents #bukkenListModWrap .recommend .infoBox .box01 .line01,
#contents #bukkenListModWrap .recommend .infoBox .box01 .line02 {
	display: block;
}

#contents #bukkenListModWrap .recommend .infoBox .box01 .line02 .big {
	font-size: 2.6rem;
	color: #ea5413;
}

#contents #bukkenListModWrap .recommend .infoBox .box02 {
	padding: 8px 15px 6px 15px;
	background: #006835;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	vertical-align: middle;
	word-break: keep-all;
}

#contents #bukkenListModWrap .recommend .infoBox .box02 span {
	display: block;
}

@media only screen and (max-width: 767px) {
	#contents #bukkenListModWrap {
		margin: 0 0 30px 0;
		padding: 30px 0 0 0;
		border-top: 6px solid #90c31f;
	}
	
	#contents #bukkenListModWrap .recommend {
		box-sizing: border-box;
		display: block;
		max-width: 340px;
		margin: 0 auto;
	}
	
	#contents #bukkenListModWrap .recommend .title {
		position: relative;
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.4;
	}
	
	#contents #bukkenListModWrap .recommend .title .sub {
		display: block;
		font-size: 1.1rem;
	}
	
	#contents #bukkenListModWrap .recommend .title:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 27px;
		height: 24px;
		background-size: 27px 24px;
	}
	
	#contents #bukkenListModWrap .recommend .title:before {
		position: absolute;
		top: 0;
		right: 0;
		width: 27px;
		height: 24px;
		background-size: 27px 24px;
	}
	
	#contents #bukkenListModWrap .recommend .infoBox {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		border: 2px solid #006835;
	}
	
	#contents #bukkenListModWrap .recommend .infoBox .box01 {
		padding: 0.5em;
		font-size: 1.1rem;
		line-height: 1.2;
	}
	
	#contents #bukkenListModWrap .recommend .infoBox .box01 .line01,
	#contents #bukkenListModWrap .recommend .infoBox .box01 .line02 {
		display: block;
	}
	
	#contents #bukkenListModWrap .recommend .infoBox .box01 .line02 .big {
		font-size: 1.3rem;
	}
	
	#contents #bukkenListModWrap .recommend .infoBox .box02 {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		padding: 0;
		font-size: 1.2rem;
		line-height: 1.2;
		word-break: keep-all;
	}
	
	#contents #bukkenListModWrap .recommend .infoBox .box02 span {
		margin: 0.25em 0;
	}
}

/*------------------------------------------------------------------------------
	bukkenDetailFoot
------------------------------------------------------------------------------*/

#contents #bukkenDetailFoot h4 {
	background: #90c31f;
	border-bottom: 10px solid #dcdddd;
	padding: 0.2em 0.8em;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.4;
	text-align: center;
}

#contents #bukkenDetailFoot .tableBlock {
	display: flex;
	flex-wrap: wrap;
}

#contents #bukkenDetailFoot table {
	width: 50%;
	margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
	line-height: 1.4;
}

#contents #bukkenDetailFoot table th {
	width: 20%;
	padding: 1em 0;
	background: #eeefef;
    border-bottom: 1px solid #90c31f;
	font-size: 1.4rem;
	font-weight: bold;
	color: #595656;
	text-align: center;
	vertical-align: middle;
}

#contents #bukkenDetailFoot table td {
	width: 30%;
	padding: 1em;
    border-bottom: 1px solid #90c31f;
	font-size: 1.4rem;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	#contents #bukkenDetailFoot h4 {
		padding: 0.4em 0.8em;
		font-size: 1.6rem;
	}
	
	#contents #bukkenDetailFoot table {
		width: 100%;
	}
	
	#contents #bukkenDetailFoot table th {
		box-sizing: border-box;
		width: 35%;
		padding: 1em 0;
		font-size: 1.2rem;
	}
	
	#contents #bukkenDetailFoot table td {
		box-sizing: border-box;
		width: 65%;
		padding: 1em;
		font-size: 1.2rem;
	}
}

/*------------------------------------------------------------------------------
	contactBox
------------------------------------------------------------------------------*/

#contents .contactBox {
	margin: 0 0 50px 0;
	padding: 30px 20px 20px 20px;
	background: #f6f7f7;
	text-align: center;
}

#contents .contactBox h4 {
	margin: 0 0 15px 0;
	font-size: 2.4rem;
	color: #07913a;
	line-height: 1.2;
}

#contents .contactBox h4 .c01 {
	color: #e60012;
}

#contents .contactBox h4 .c02 {
	color: #ea5413;
}

#contents .contactBox .btnWrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 700px;
	margin: 0 auto;
}

#contents .contactBox .btnWrap .linkBtn {
	justify-content: center;
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.025;
}

#contents .contactBox .linkBtn a {
	display: block;
	box-sizing: border-box;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0.98em 0;
	border: 2px solid #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#contents .contactBox .linkBtn a:hover {
	opacity: 0.6;
}

#contents .contactBox .linkBtn a.nolink {
	pointer-events: none;
}

#contents .contactBox .shiryou a {
	background: #f39800;
}

#contents .contactBox .kengaku a {
	background: #e60012;
}

#contents .contactBox .shiryou a,
#contents .contactBox .kengaku a {
	padding: 0.72em 0;
}

#contents .contactBox .shiryou a span,
#contents .contactBox .kengaku a span {
	display: block;
	font-size: 1.8rem;
}

#contents .contactBox .line a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em 0;
	background: #27ad37;
}

#contents .contactBox .line a .label {
	margin-left: 0.5em;
}

#contents .contactBox .tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em 0;
	background: #00a0e9;
}

#contents .contactBox .tel a .label {
	margin-left: 0.5em;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	#contents .contactBox {
		margin: 0 0 30px 0;
		padding: 20px 5px 20px 5px;
	}
	
	#contents .contactBox h4 {
		margin: 0 0 5px 0;
		font-size: 1.4rem;
	}
	
	#contents .contactBox h4 .c02 {
		display: block;
	}
	
	#contents .contactBox .btnWrap {
		width: 100%;
	}
	
	#contents .contactBox .btnWrap .linkBtn {
		padding: 5px;
		font-size: 1.4rem;
	}
	
	#contents .contactBox .linkBtn a {
		box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
		padding: 1em 0;
	}

	#contents .contactBox .shiryou a,
	#contents .contactBox .kengaku a {
		padding: 0.7em 0;
}

	#contents .contactBox .shiryou a span,
	#contents .contactBox .kengaku a span {
		font-size: 1rem;
}
	
	#contents .contactBox .line a {
		padding: 0.8em 0;
	}
	
	#contents .contactBox .line a .icon {
		width: 1.5em;
	}
	
	#contents .contactBox .line a .icon img {
		width: 100%;
		height: auto;
	}
	
	#contents .contactBox .line a .label {
		margin-left: 0.3em;
	}
	
	#contents .contactBox .tel a {
		padding: 0.8em 0;
	}
	
	#contents .contactBox .tel a .icon {
		width: 1.5em;
	}
	
	#contents .contactBox .tel a .icon img {
		width: 100%;
		height: auto;
	}
	
	#contents .contactBox .tel a .label {
		margin-left: 0.3em;
	}
}

/*------------------------------------------------------------------------------
	bukkenList
------------------------------------------------------------------------------*/

#contents #bukkenList {
	margin: 0;
	padding: 0;
	text-align: center;
}

#contents #bukkenList.listonly {
	border-top: 20px solid #dddddd;
}

#contents #bukkenList .pager {
	margin: 20px auto;
	padding: 30px 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #727171;
	line-height: 1.4;
}

#contents #bukkenList .pager:last-child {
	margin-top: 35px;
}

#contents #bukkenList .pager .result {
	margin: 0 0 10px 0;
}

#contents #bukkenList .pager ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#contents #bukkenList .pager ul li {
	flex-basis: 1.5em;
	margin: 0 8px 0 0;
	vertical-align: middle;
	line-height: 1.4;
}

/* for IE11 */
@media screen and (-ms-high-contrast: none) {
	*::-ms-backdrop, #contents #bukkenList .pager ul li.prev,
	*::-ms-backdrop, #contents #bukkenList .pager ul li.next {
		flex-basis: 2.5em;
	}
}

#contents #bukkenList .pager ul li a {
	display: block;
	box-sizing: border-box;
	padding: 0.15em 0.25em;
	background: #90c31f;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#contents #bukkenList .pager ul li.prev a,
#contents #bukkenList .pager ul li.next a {
	display: block;
	padding: 0.2em 0.6em;
	background: #dddddd;
	font-size: 3rem;
	text-decoration: none;
	color: #333333;
	line-height: 1;
}

#contents #bukkenList .pager ul li.next {
	margin: 0;
}

#contents #bukkenList .pager ul li.on span {
	box-sizing: border-box;
	display: block;
	padding: 0.15em 0;
}

#contents #bukkenList .pager ul li a:hover {
	opacity: 0.7;
}

#contents #bukkenList #sort {
	padding: 12px 0 15px 0;
	background: #f6f7f7;
	border-top: 2px solid #90c31f;
	border-bottom: 2px solid #90c31f;
}

#contents #bukkenList #sort .sortTitle {
	font-size: 1.8rem;
	font-weight: bold;
	color: #90c31f;
	line-height: 1.4;
}

#contents #bukkenList #sort .sortTitle i {
	margin-right: 0.35em;
	font-size: 2.4rem;
	line-height: 1;
	vertical-align: top;
}

#contents #bukkenList #sort ul {
	margin: 1.2em 0 0 0;
}

#contents #bukkenList #sort ul li {
	position: relative;
	display: inline-block;
	margin: 0 0.35em;
	padding-left: 0.85em;
	font-size: 1.4rem;
}

#contents #bukkenList #sort ul li::after {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: "/";
	margin-top: -0.5em;
	color: #aeaeae;
}

#contents #bukkenList #sort ul li:first-child {
	padding-left: 0;
}

#contents #bukkenList #sort ul li:first-child:after {
	display: none;
}

#contents #bukkenList #sort ul li.on {
	font-weight: bold;
	color: #727171;
}

#contents #bukkenListItem {
	width: 950px;
	margin: 50px auto 0 auto;
	text-align: center;
}

#contents #bukkenListItem .bukkenItem {
	width: 800px;
	margin: 0 auto 50px auto;
}

#contents #bukkenListItem .bukkenItem:last-child {
	margin-bottom: 0;
}

#contents #bukkenListItem .bukkenItem a {
	display: block;
	border-left: 2px solid #90c31f;
	border-right: 2px solid #90c31f;
	border-bottom: 2px solid #90c31f;
	text-decoration: none;
}

#contents #bukkenListItem .bukkenItem a:hover {
	opacity: 0.85;
}

#contents #bukkenListItem .bukkenItem .titleBox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #90c31f;
}

#contents #bukkenListItem .bukkenItem h3 {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #90c31f;
	text-align: left;
}

#contents #bukkenListItem .bukkenItem h3 a {
	display: block;
	padding: 0.68em 1em 0.42em 1em;
	font-size: 2.6rem;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.4;
}

#contents #bukkenListItem .bukkenItem h3 a:hover {
	opacity: 1;
	text-decoration: underline;
}

#contents #bukkenListItem .bukkenItem .favoButton {
	box-sizing: border-box;
	display: block;
	align-self: stretch;
	width: 78px;
	border-right: 2px solid #90c31f;
	border-top: 2px solid #90c31f;
	border-bottom: 2px solid #90c31f;
	background: #a3d13f;
}

#contents #bukkenListItem .bukkenItem .favoButton .favo_added,
#contents #bukkenListItem .bukkenItem .favoButton .favo_plusBack {
	position: relative;
	display: block;
	width: 78px;
	height: 38px;
	cursor: pointer;
}

#contents #bukkenListItem .bukkenItem .favoButton .favo_del {
	position: relative;
	display: block;
	width: 78px;
	height: 38px;
	cursor: pointer;
}

#contents #bukkenListItem .bukkenItem .favoButton .favo_added:hover,
#contents #bukkenListItem .bukkenItem .favoButton .favo_plusBack:hover,
#contents #bukkenListItem .bukkenItem .favoButton .favo_del:hover {
	opacity: 0.8;
}

#contents #bukkenListItem .bukkenItem .favoButton .favo_added::before {
	position: absolute;
	left: 18px;
	top: 11px;
	display: block;
	content: "";
	width: 40px;
	height: 38px;
	background: url(../images/common/fav_star_on.png) no-repeat left top;
	background-size: 40px auto;
}

#contents #bukkenListItem .bukkenItem .favoButton .favo_plusBack::before {
	position: absolute;
	left: 17px;
	top: 11px;
	display: block;
	content: "";
	width: 40px;
	height: 38px;
	background: url(../images/common/fav_star_off.png) no-repeat left top;
	background-size: 40px auto;
}

#contents #bukkenListItem .bukkenItem .favoButton .favo_plusBack::after {
	position: absolute;
	top: 35px;
	right: 18px;
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/common/fav_add_icon.png) no-repeat left top;
	background-size: 18px auto;
}

#contents #bukkenListItem .bukkenItem .favoButton .favo_del::before {
	box-sizing: border-box;
	position: absolute;
	left: 18px;
	top: 12px;
	display: block;
	content: "";
	width: 42px;
	height: 42px;
	border-radius: 8px;
	border-bottom: 3px solid #dce0d1;
	background: #ffffff no-repeat left top;
	background-size: 41px auto;
}

#contents #bukkenListItem .bukkenItem .favoButton .favo_del::after {
	position: absolute;
	top: 16px;
	left: 27px;
	display: block;
	content: "";
	width: 22px;
	height: 29px;
	background: url(../images/common/fav_del_icon.png) no-repeat left top;
	background-size: 22px auto;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail {
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 0 10px;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .img {
	width: 42%;
	height: 245px;
	background: #f6f7f7;
	text-align: center;
	overflow: hidden;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .img a {
	display: block;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .img a:hover {
	opacity: 0.7;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .img img {
	width: auto;
	height: 100%;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt {
	width: 56%;
	text-align: left;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info {
	margin: 0;
	padding: 0;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li {
	display: inline-block;
	line-height: 1.2;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.subTitle {
	display: block;
	margin: 0 0 0.25em -0.6em;
	font-size: 2.4rem;
	font-weight: bold;
	color: #006835;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.station {
	display: block;
	margin: 0 0 0.3em 0;
	font-size: 2.6rem;
	font-weight: bold;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.station span {
	display: inline-block;
	padding: 0 0 0 0.8em;
	background: url(../images/common/train_icon.png) no-repeat left center;
	background-size: 24px auto;
	border-bottom: 1px solid #006835;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.price {
	display: block;
	margin: 0 0 0.3em 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #898989;
	line-height: 1;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.price .mini {
	display: inline-block;
	width: 2em;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.1;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.price .p {
	margin: 0 0.2em;
	font-size: 2.8rem;
	color: #e60012;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.room {
	display: block;
	margin: 0 0 0.2em 0;
	font-size: 2rem;
	font-weight: bold;
	color: #898989;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.ni {
	margin: 0 2em 0.2em 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #898989;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.ni span {
	font-size: 2rem;
	color: #333333;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.point {
	margin: 10px 0 0 0;
	display: flex;
	align-items: stretch;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.point li {
	flex-basis: 30%;
	align-self: center;
	box-sizing: border-box;
	display: block;
	margin: 0 0.25em 0 0;
	padding: 0.58em 0.3em 0.3em 0.3em;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.25);
	border-radius: 12px;
	border: 2px solid #e55b1a;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ea5413;
	line-height: 1;
	text-align: center;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.point li.schoolArea {
	width: auto;
	padding: 0.25em 0.6em 0.25em 3.3em;
	background: url(../images/common/school_icon.png) no-repeat 0.6em center;
	background-size: auto 1.8em;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
}

#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.point li.schoolArea .name {
	display: block !important;
}

#contents #bukkenListItem .bukkenItem .checkBox {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 35px;
	margin: 15px 15px 0 15px;
	text-align: left;
	line-height: 1.4;
}

#contents #bukkenListItem .bukkenItem .checkBox .checkIcon {
	width: 13%;
}

#contents #bukkenListItem .bukkenItem .checkBox .checkIcon img {
	width: 100%;
	margin-top: -3px;
	height: auto;
}

#contents #bukkenListItem .bukkenItem .checkBox .checkTxt {
	width: 87%;
}

#contents #bukkenListItem .bukkenItem .checkBox .checkTxt p {
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 1.6rem;
}

#contents #bukkenListItem .bukkenItem .presentTitle {
	position: relative;
	margin: 15px 30px 10px 30px;
	padding: 0 30px;
	background: #006835;
	font-size: 3rem;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	line-height: 48px;
}

#contents #bukkenListItem .bukkenItem .presentTitle:before,
#contents #bukkenListItem .bukkenItem .presentTitle:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

#contents #bukkenListItem .bukkenItem .presentTitle:before {
	top: 0;
	left: 0;
	border-width: 24px 0px 24px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}

#contents #bukkenListItem .bukkenItem .presentTitle:after {
	top: 0;
	right: 0;
	border-width: 24px 15px 24px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}

#contents #bukkenListItem .bukkenItem .presentTitle span {
	padding: 0 0.8em 0 0;
	background: url(../images/common/present_icon.png) no-repeat right 5px;
	background-size: 20px auto;
	color: #fff100;
}

@media only screen and (max-width: 767px) {
	
	#contents #bukkenList.listonly {
		border-top: 15px solid #dddddd;
	}
	
	#contents #bukkenList .pager {
		margin: 0 auto 35px auto;
		padding: 35px 0 0 0;
		font-size: 1.3rem;
	}
	
	#contents #bukkenList .pager .result {
		margin: 0 0 10px 0;
	}
	
	#contents #bukkenList .pager ul {
		width: auto;
	}
	
	#contents #bukkenList .pager ul li {
		margin: 0 5px 0 0;
	}
	
	#contents #bukkenList .pager ul li a {
		padding: 0.15em 0.2em;
		text-align: center;
	}
	
	#contents #bukkenList .pager ul li.prev a,
	#contents #bukkenList .pager ul li.next a {
		padding: 0.15em 0.5em;
		font-size: 2rem;
	}
	
	#contents #bukkenList #sort {
		padding: 10px 0 12px 0;
	}
	
	#contents #bukkenList #sort .sortTitle {
		font-size: 1.4rem;
	}
	
	#contents #bukkenList #sort .sortTitle i {
		margin-right: 0.35em;
		font-size: 1.8rem;
		vertical-align: top;
	}
	
	#contents #bukkenList #sort ul {
		margin: 1.2em 0 0 0;
	}
	
	#contents #bukkenList #sort ul li {
		display: inline-block;
		margin: 0 0.25em;
		font-size: 1.3rem;
	}
	
	#contents #bukkenListItem {
		width: auto;
		margin: 25px 5px 0 5px;
	}
	
	#contents #bukkenListItem .bukkenItem {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	
	#contents #bukkenListItem .bukkenItem:last-child {
		margin-bottom: 0;
	}
	
	#contents #bukkenListItem .bukkenItem h3 {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		background: #90c31f;
	}

	#contents #bukkenListItem .bukkenItem h3 a {
		display: block;
		padding: 0.65em 0.25em 0.4em 0.25em;
		font-size: 1.4rem;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		line-height: 1.4;
	}

	#contents #bukkenListItem .bukkenItem .favoButton {
		width: 39px;
	}
	
	#contents #bukkenListItem .bukkenItem .favoButton .favo_added,
	#contents #bukkenListItem .bukkenItem .favoButton .favo_plusBack {
		position: relative;
		display: block;
		width: 39px;
		height: 20px;
		cursor: pointer;
	}

	#contents #bukkenListItem .bukkenItem .favoButton .favo_del {
		position: relative;
		display: block;
		width: 39px;
		height: 20px;
		cursor: pointer;
	}
	
	#contents #bukkenListItem .bukkenItem .favoButton .favo_added::before {
		position: absolute;
		left: 5px;
		top: 2px;
		display: block;
		content: "";
		width: 28px;
		height: 28px;
		background-size: 28px auto;
	}
	
	#contents #bukkenListItem .bukkenItem .favoButton .favo_plusBack::before {
		position: absolute;
		left: 4px;
		top: 2px;
		display: block;
		content: "";
		width: 27px;
		height: 27px;
		background-size: 27px auto;
	}
	
	#contents #bukkenListItem .bukkenItem .favoButton .favo_plusBack::after {
		position: absolute;
		top: 17px;
		right: 6px;
		display: block;
		content: "";
		width: 13px;
		height: 13px;
		background-size: 13px auto;
	}

	#contents #bukkenListItem .bukkenItem .favoButton .favo_del::before {
		box-sizing: border-box;
		position: absolute;
		left: 5px;
		top: 2px;
		display: block;
		content: "";
		width: 28px;
		height: 28px;
		border-radius: 5px;
		border-bottom: 2px solid #dce0d1;
		background-size: 11px auto;
	}
	
	#contents #bukkenListItem .bukkenItem .favoButton .favo_del::after {
		position: absolute;
		top: 5px;
		left: 11px;
		display: block;
		content: "";
		width: 16px;
		height: 21px;
		background-size: 16px auto;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 5px;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .img {
		width: 40%;
		height: auto;
		background: #f6f7f7;
		text-align: center;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .img a {
		display: block;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .img a:hover {
		opacity: 0.7;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .img img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 112px;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt {
		width: 58%;
		text-align: left;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info {
		margin: 0;
		padding: 0;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li {
		line-height: 1.2;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.subTitle {
		margin: 0 0 0.25em -0.6em;
		font-size: 1.4rem;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.station {
		margin: 0 0 0.3em 0;
		font-size: 1.4rem;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.station span {
		padding: 0 0 0 0.8em;
		background: url(../images/common/train_icon.png) no-repeat left center;
		background-size: 0.8em auto;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.price {
		margin: 0 0 0.2em 0;
		font-size: 1.1rem;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.price .mini {
		width: 2em;
		font-size: 0.8rem;
		text-align: center;
		line-height: 1.1;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.price .p {
		margin: 0 0.2em;
		font-size: 1.6rem;
		color: #e60012;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.room {
		margin: 0 0 0.2em 0;
		font-size: 1.2rem;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.ni {
		margin: 0 1em 0.2em 0;
		font-size: 1rem;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.info li.ni span {
		font-size: 1.1rem;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.point {
		margin: 2px 0 0 0;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.point li {
		margin: 0 0.1em 0 0;
		padding: 0.5em 0.1em 0.4em 0.1em;
		border-radius: 8px;
		font-size: 1.2rem;
		line-height: 1;
	}
	
	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt ul.point li.schoolArea {
		padding: 0.15em 0.3em 0.1em 2.5em;
		background: url(../images/common/school_icon.png) no-repeat 0.5em center;
		background-size: auto 1.2em;
		font-size: 1rem;
	}
	
	#contents #bukkenListItem .bukkenItem .checkBox {
		margin: 0 5px;
		min-height: 2em;
		line-height: 1.3;
	}
	
	#contents #bukkenListItem .bukkenItem .checkBox .checkIcon {
		width: 13%;
	}
	
	#contents #bukkenListItem .bukkenItem .checkBox .checkIcon img {
		width: 100%;
		margin-top: -1px;
	}
	
	#contents #bukkenListItem .bukkenItem .checkBox .checkTxt {
		width: 87%;
	}
	
	#contents #bukkenListItem .bukkenItem .checkBox .checkTxt p {
		padding: 0 0 0 0.5em;
		font-size: 1.1rem;
	}
	
	#contents #bukkenListItem .bukkenItem .presentTitle {
		margin: 5px 10px 5px 10px;
		padding: 0 10px;
		font-size: 1.6rem;
		line-height: 30px;
		white-space: nowrap;
	}
	
	#contents #bukkenListItem .bukkenItem .presentTitle:before {
		border-width: 15px 0px 15px 5px;
	}
	
	#contents #bukkenListItem .bukkenItem .presentTitle:after {
		border-width: 15px 5px 15px 0px;
	}
	
	#contents #bukkenListItem .bukkenItem .presentTitle span {
		padding: 0 1em 0 0;
		background: url(../images/common/present_icon.png) no-repeat right center;
		background-size: 0.8em auto;
	}
}

@media (orientation: landscape) and (max-width: 767px){

	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .img {
		width: 28%;
		height: auto;
	}

	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .img img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 134px;
	}

	#contents #bukkenListItem .bukkenItem .bukkenItemDetail .txt {
		width: 70%;
		text-align: left;
	}
}

/* #useful
----------------------------------*/

#contents #usefulModWrap #useful {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
}

#contents #usefulModWrap #useful .title {
	background: #90c31f;
}

#contents #usefulModWrap #useful .title h2 {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
}

#contents #usefulModWrap #useful .title h2 span {
	color: #fff100;
}

#contents #usefulModWrap #useful .inner {
	width: 950px;
	margin: 30px auto;
}

#contents #usefulModWrap #useful h3 {
	margin: 0 0 15px 0;
	padding-left: 15px;
	border-left: 2px solid #333333;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}

#contents #usefulModWrap #useful #category {
	margin: 0 0 40px -20px;
	text-align: left;
}

#contents #usefulModWrap #useful #category li {
	display: inline-block;
	width: 215px;
	margin: 0 0 0 20px;
	line-height: 1.4;
	text-align: center;
}

#contents #usefulModWrap #useful #category li a {
	display: block;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	border-radius: 10px;
	border: 3px solid #749a73;
	padding: 30px 0;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

#contents #usefulModWrap #useful #category li a:hover {
	background: #eff8db;
	color: #237021;
}

#contents #usefulModWrap #useful #useful-list {
	margin: 0 0 30px -20px;
	text-align: left;
}

#contents #usefulModWrap #useful #useful-list li {
	display: inline-block;
	width: 465px;
	margin: 0 0 12px 20px;
	line-height: 1.4;
	text-align: center;
}

#contents #usefulModWrap #useful #useful-list li a {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #aaaaaa;
	background: #f8f8f8;
	padding: 10px;
	text-decoration: none;
}

#contents #usefulModWrap #useful #useful-list li a:hover {
	opacity: 0.8;
}

#contents #usefulModWrap #useful #useful-list li a .img {
	width: 42%;
	max-width: 200px;
	height: 135px;
	background: #ffffff;
	text-align: center;
	overflow: hidden;
}

#contents #usefulModWrap #useful #useful-list li a .img img {
	width: auto;
	height: 100%;
}

#contents #usefulModWrap #useful #useful-list li a .txt {
	width: 56%;
	margin: 0;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	#contents #usefulModWrap #useful {
		display: block;
		width: auto;
		min-width: auto;
		margin: 50px auto 30px auto;
	}
	
	#contents #usefulModWrap #useful .title h2 {
		width: auto;
		margin: 0 auto;
		padding: 0.5em 0;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	
	#contents #usefulModWrap #useful .title h2 span {
		color: #fff100;
	}
	
	#contents #usefulModWrap #useful .inner {
		width: auto;
		margin: 30px auto;
	}
	
	#contents #usefulModWrap #useful h3 {
		margin: 0 0 15px 15px;
		padding-left: 15px;
		border-left: 2px solid #333333;
		font-size: 1.8rem;
	}
	
	#contents #usefulModWrap #useful #category {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 10px 15px 10px;
	}
	
	#contents #usefulModWrap #useful #category li {
		display: inline-block;
		width: 49%;
		margin: 0 0 10px 0;
	}
	
	#contents #usefulModWrap #useful #category li a {
		display: block;
		border-radius: 10px;
		border: 2px solid #749a73;
		padding: 6px 0;
		font-size: 1.4rem;
	}
	
	/* useful-list */
	
	#contents #usefulModWrap #useful #useful-list {
		margin: 0 0 30px -20px;
		border-bottom: 1px solid #aaa;
	}
	
	#contents #usefulModWrap #useful #useful-list li {
		display: block;
		width: auto;
		margin: 0 0 0 20px;
		line-height: 1.4;
		text-align: center;
	}
	
	#contents #usefulModWrap #useful #useful-list li:nth-child(6),
	#contents #usefulModWrap #useful #useful-list li:nth-child(7),
	#contents #usefulModWrap #useful #useful-list li:nth-child(8) {
		display: none;
	}
	
	#contents #usefulModWrap #useful #useful-list li a {
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		border-left: none;
		border-right: none;
		border-bottom: none;
		padding: 10px;
	}
	
	#contents #usefulModWrap #useful #useful-list li a:hover {
		opacity: 0.8;
	}
	
	#contents #usefulModWrap #useful #useful-list li a:after {
		content: ""; 
		display: block; 
		clear: both;
	}
	
	#contents #usefulModWrap #useful #useful-list li a .img {
		float: none;
		width: 40%;
		height: auto;
	}
	
	#contents #usefulModWrap #useful #useful-list li a .img img {
		width: 100%;
		height: auto;
	}
	
	#contents #usefulModWrap #useful #useful-list li a .txt {
		float: none;
		width: 55%;
		align-items: center;
		padding-top: 0;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

/*------------------------------------------------------------------------------
	present
------------------------------------------------------------------------------*/

#contents #pageTitle.present {
	background: #0da9c0;
}

#contents #presentTopimg {
	padding: 55px 0;
	background: #f8f9d6;
	border-bottom: 40px solid #0da9c0;
	text-align: center;
}

#contents #presentTopimg .inner {
	box-sizing: border-box;
	width: 950px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
}

#contents #presentTopimg .inner img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#contents #presentTopimg .inner .i01 {
	margin-bottom: 50px;
}

#contents #presentTopimg .inner .i02 {
	margin-bottom: 50px;
}

#contents #presentTopimg .inner .i03 {
	margin-bottom: 0;
}

#contents #present {
	text-align: center;
}

#contents #present .arrow {
	margin: 55px auto 45px auto;
	width: 110px;
	height: 64px;
	background: url(../images/present/go_search_arrow_icon.png) no-repeat center center;
	background-size: 110px auto;
	text-align: center;
}

#contents #present .goSearchBtn {
	margin: 0;
	padding: 50px 0;
	border: none !important;
	background: #f8f9d6;
}

#contents #present .goSearchBtn a {
	box-sizing: border-box;
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	margin: 0 auto 0 auto;
	padding: 35px 35px 35px 70px;
	box-shadow: 8px 8px 10px rgba(0,0,0,0.35);
	border-radius: 8px;
	border: 2px solid #ffffff;
	background: #00a0e9;
	font-size: 4.2rem;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#contents #present .goSearchBtn a i {
	margin-left: 0.8em;
}

#contents #present .goSearchBtn a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
	#contents #presentTopimg {
		padding: 25px 0;
		border-bottom: 18px solid #0da9c0;
	}
	
	#contents #presentTopimg .inner {
		width: auto;
		margin: 0 auto;
		padding: 0 12px;
	}
	
	#contents #presentTopimg .inner img {
		width: 100%;
	}
	
	#contents #presentTopimg .inner .i01 {
		margin-bottom: 24px;
	}
	
	#contents #presentTopimg .inner .i02 {
		width: 90%;
		margin-bottom: 27px;
	}
	
	#contents #presentTopimg .inner .i03 {
		margin-bottom: 0;
	}
	
	#contents #present .arrow {
		margin: 25px auto 15px auto;
		width: 51px;
		height: 30px;
		background-size: 51px auto;
	}
	
	#contents #present .goSearchBtn {
		margin: 0;
		padding: 30px 0;
		border: none !important;
		background: #f8f9d6;
	}
	
	#contents #present .goSearchBtn a {
		display: inline-block;
		box-sizing: border-box;
		width: auto;
		margin: 0 auto 0 auto;
		padding: 0.8em 1.5em 0.8em 2em;
		font-size: 2rem;
	}
	
	#contents #present .goSearchBtn a i {
		margin-left: 0.8em;
	}
	
	#contents #present .goSearchBtn a:hover {
		opacity: 0.7;
	}
}

/*------------------------------------------------------------------------------
	search
------------------------------------------------------------------------------*/

#contents #searchBtn {
	width: 700px;
	margin: 35px auto 80px auto;
}

#contents #searchBtn h2 {
	margin: 0 0 25px 0;
	font-size: 3.4rem;
	font-weight: bold;
	color: #595656;
	text-align: center;
}

#contents #searchBtn #searchBtnBox {
	text-align: center;
}

#contents #searchBtn #searchBtnBox ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

#contents #searchBtn #searchBtnBox ul li {
	box-sizing: border-box;
	width: 27.5%;
	border-radius: 10px;
	border: 3px solid #a7a8a8;
	box-shadow: 3px 8px 8px rgba(0,0,0,0.15);
	text-align: center;
}

#contents #searchBtn #searchBtnBox ul li a {
	display: block;
	padding: 15px 12px;
	border-radius: 8px;
	background: #fafafa;
	background: -moz-linear-gradient(-45deg, #fafafa 35%, #d4d4d5 100%);
	background: -webkit-linear-gradient(-45deg, #fafafa 35%, #d4d4d5 100%);
	background: linear-gradient(135deg, #fafafa 35%, #d4d4d5 100%);
	border: 2px solid #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	color: #009944;
	text-align: center;
	text-decoration: none;
}

#contents #searchBtn #searchBtnBox ul li a img {
	width: 85%;
	height: auto;
}

#contents #searchBtn #searchBtnBox ul li:hover {
	opacity: 0.7;
}

#contents #searchFreeword {
	display: flex;
	justify-content: center;
	width: 700px;
	margin: 35px auto 0 auto;
	padding: 35px 0 0 0;
	border-top: 2px solid #888888;
}

#contents #searchFreeword .freewordInput {
	margin-right: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #595656;
	line-height: 1.2;
	text-align: right;
}

#contents #searchFreeword .freewordInput i {
	margin-left: 0.35em;
}

#contents #searchFreeword .freewordInputForm input[type=search] {
	box-sizing: border-box;
	-webkit-appearance: none;
	display: inline-block;
	width: 300px;
	height: 50px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #eeefef;
	font-size: 2rem;
	border-radius: 5px 0 0 5px;
	border: 1px solid #9fa0a0;	border-right: none;
}

#contents #searchFreeword .freewordInputForm input[type=submit] {
	box-sizing: border-box;
	-webkit-appearance: none;
	display: inline-block;
	width: auto;
	height: 50px;
	margin: 0;
	padding: 0 15px;
	border: 1px solid #9fa0a0;
	border-radius: 0 5px 5px 0;
	background: #dcdddd;
	font-size: 2.2rem;
	font-weight: bold;
	color: #595656;
	vertical-align: top;
}

#contents #searchFreeword .freewordInputForm .ex {
	font-size: 2rem;
	line-height: 1.2;
	color: #a5a6a6;
}

/*---------- searchStation ----------*/

#contents .searchSSTitle {
	padding: 12px 0 18px 0;
	background: #006835 url(../images/search/train_line_bg.png) repeat-x left bottom;
	background-size: 0.8em auto;
	font-size: 4.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

#contents .searchSSTitle h3 span {
	padding-right: 1.8em;
	background: url(../images/search/type_icon.png) no-repeat right center;
	background-size: 1.8em auto;
}

#contents .searchSSTitle02 {
	margin-top: 80px;
	padding: 10px 0;
	background: #006835;
	background-size: 0.8em auto;
	font-size: 4.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

#contents .searchSSTitle02 h3 span {
	padding-right: 1.8em;
	background: url(../images/search/type_icon.png) no-repeat right center;
	background-size: 1.8em auto;
}

#contents .searchStationTitAtt {
	padding: 6px 0;
	background: #dcdddd;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #595656;
}

#contents .searchStationTitAtt span {
	display: inline-block;
	margin-left: 0.2em;
	padding-left: 1.3em;
	background: url(../images/search/search_check_icon.png) no-repeat left 0.1em;
	background-size: 1.2em auto;
}

#contents #searchStation,
#contents #searchSchool {
	width: 700px;
	margin: 35px auto;
}

#contents #searchStation h3,
#contents #searchSchool h3 {
	position: relative;
	margin: 60px 0 35px 0;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.3);
	padding: 10px 20px 8px 20px;
	background: #90c31f;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
}

#contents #searchStation h3 .iconTrain {
	display: inline-block;
	padding-left: 1.5em;
	background: url(../images/search/train_icon.png) no-repeat left center;
	background-size: 0.9em auto;
}

#contents #searchStation h3 .iconWalk {
	display: inline-block;
	padding-left: 1.3em;
	background: url(../images/search/walk.png) no-repeat left center;
	background-size: 0.65em auto;
}

#contents #searchStation h3 .iconType,
#contents #searchSchool h3 .iconType {
	display: inline-block;
	padding-left: 2em;
	background: url(../images/search/type_icon.png) no-repeat left center;
	background-size: 1.8em auto;
}

#contents #searchStation h3 .subTxt,
#contents #searchSchool h3 .subTxt {
	position: absolute;
	right: 1.2em;
	top: 0.9em;
	font-size: 0.6em;
}

#contents #searchStation h4 {
	margin: 35px 0 20px 0;
	width: 60%;
}

#contents #searchStation h4 img {
	width: 100%;
}

#contents #searchStation h2.searchAddTitle,
#contents #searchSchool h2.searchAddTitle {
	margin: 25px 0 0 0;
	padding: 20px 20px 15px 20px;
	background: #4f9d00;
	border-radius: 9px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
}

#contents #searchStation .searchAdd,
#contents #searchSchool .searchAdd {
	position: relative;
	margin: 35px 0 50px 0;
	padding: 0 25px 35px 25px;
	border-radius: 18px;
	border: 6px solid #4f9d00;
	background: #f7fceb;
}

#contents #searchStation .searchAdd::before,
#contents #searchSchool .searchAdd::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 25%;
	margin-left: -12.5px;
	border: 25px solid transparent;
	border-top: 35px solid #4f9d00;
}

#contents #searchStation .searchAdd .searchAddBtn,
#contents #searchSchool .searchAdd .searchAddBtn {
	display: block;
	margin: 60px 0 25px 0;
	text-align: center;
}

#contents #searchStation .searchAdd .searchAddBtn a,
#contents #searchSchool .searchAdd .searchAddBtn a {
	display: inline-block;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.15);
	margin: 0 auto;
	padding: 30px 85px;
	background: #f7ee13;
	border-radius: 15px;
	border: 3px solid #ffffff;
	font-size: 3rem;
	font-weight: bold;
	color: #3f3a39;
	line-height: 1;
	text-decoration: none;
}

#contents #searchStation .searchAdd .searchAddBtn a .arrow,
#contents #searchSchool .searchAdd .searchAddBtn a .arrow {
	position: relative;
	padding-right: 25px;
}

#contents #searchStation .searchAdd .searchAddBtn a .arrow::before,
#contents #searchSchool .searchAdd .searchAddBtn a .arrow::before {
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	border-top: solid 4px #3f3a39;
	border-right: solid 4px #3f3a39;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 0;
	margin-top: -13px;
}

#contents #searchStation .searchAdd .searchAddBtn a:hover,
#contents #searchSchool .searchAdd .searchAddBtn a:hover {
	opacity: 0.7;
}

#contents #searchStation .stationSelectList,
#contents #searchSchool .typeSelectList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

#contents #searchStation .stationSelectList li,
#contents #searchSchool .typeSelectList li {
	width: auto;
	margin: 0 0 20px 0;
	padding-right: 2em;
	font-size: 2.6em;
	font-weight: bold;
	color: #595656;
	line-height: 1.2;
	white-space: nowrap;
}

#contents #searchStation .stationSelectList li:last-child,
#contents #searchSchool .typeSelectList li:last-child {
	padding-right: 0;
}

/*---------- searchSchool ----------*/

#contents #searchSchool h3 .iconSchool {
	display: inline-block;
	padding-left: 2em;
	background: url(../images/search/school_icon.png) no-repeat left center;
	background-size: 1.5em auto;
}

#contents #searchSchool h3 .subTxt {
	position: absolute;
	right: 1.2em;
	top: 0.8em;
	font-size: 0.6em;
}

#contents #searchSchool h4 {
	margin: 0 0 8px 0;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
	color: #595656;
}

#contents #searchSchool .schoolInputLine {
	margin: 0 30px 30px 30px;
}

#contents #searchSchool .schoolInputLine span.lSection {
	font-size: 2rem;
	font-weight: bold;
	color: #595656;
}

#contents #searchSchool .schoolInputLine span.lSection span {
	top: 1px;
}

#contents #searchSchool .schoolInputLine input[type="text"] {
	margin: 0 30px 0 0;
	padding: 6px 8px;
	border-radius: 10px;
	background: #dcdddd;
	border: 1px solid #9fa0a0;
	font-size: 2.8rem;
	line-height: 1.4;
}

#contents #searchSchool .schoolInputLine input:focus::placeholder,
#contents #searchSchool .schoolInputLine textarea:focus::placeholder {
	color: transparent;
  transition: 0.1s;
}

/*-------------------------
	for IE & Edge
-------------------------*/

#contents #searchSchool .schoolInputLine input:-ms-input-placeholder,
#contents #searchSchool .schoolInputLine textarea:-ms-input-placeholder {
	opacity: 1;
}

#contents #searchSchool .schoolInputLine input::-ms-input-placeholder,
#contents #searchSchool .schoolInputLine textarea::-ms-input-placeholder {
	opacity: 1;
}

#contents #searchSchool .schoolInputLine input:focus::-ms-input-placeholder,
#contents #searchSchool .schoolInputLine textarea:focus::-ms-input-placeholder {
	color: transparent;
	transition: 0.1s;
}

/* goSearchBtn */

#contents .goSearchBtn {
	padding: 20px 0 25px 0;
	background: #eeefef;
	border-top: 20px solid #dcdddd;
	border-bottom: 20px solid #dcdddd;
	text-align: center;
}

#contents .goSearchBtn ul {
	display: flex;
	justify-content: center;
	width: 700px;
	margin: 0 auto;
}

#contents .goSearchBtn ul li {
	width: 40%;
}

#contents .goSearchBtn ul li.addSearch {
	margin-right: 40px;
}

#contents .goSearchBtn ul li.addSearch a {
	display: block;
	padding: 25px 20px;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.3);
	background: #90c31f;
	font-size: 3.2rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	text-decoration: none;
}

#contents .goSearchBtn ul li.goSearch a {
	display: block;
	padding: 25px 20px;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.3);
	background: #00a0e9;
	font-size: 3.2rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	text-decoration: none;
}

#contents .goSearchBtn ul li.goSearch a span {
	display: inline-block;
	padding-right: 1.2em;
	background: url(../images/search/search_btn_icon.png) no-repeat right 2px;
	background-size: 1em auto;
}

#contents .goSearchBtn ul li.addSearch a:hover,
#contents .goSearchBtn ul li.goSearch a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
	#contents #searchBtn {
		width: auto;
		margin: 20px 20px 50px 20px;
	}
	
	#contents #searchBtn h2 {
		margin: 0 0 15px 0;
		font-size: 1.8rem;
	}
	
	#contents #searchBtn #searchBtnBox ul li {
		width: 28%;
		border-radius: 8px;
		border: 2px solid #a7a8a8;
	}
	
	#contents #searchBtn #searchBtnBox ul li a {
		padding: 10px;
		border-radius: 6px;
	}
	
	#contents #searchBtn #searchBtnBox ul li a img {
		width: 100%;
	}
	
	#contents #searchFreeword {
		width: auto;
		margin: 25px auto 0 auto;
		padding: 20px 0 0 0;
	}
	
	#contents #searchFreeword .freewordInput {
		width: 30%;
		font-size: 1.4rem;
		line-height: 1.2;
		white-space: nowrap;
	}
	
	#contents #searchFreeword .freewordInput i {
		margin-left: 0.35em;
	}
	
	#contents #searchFreeword .freewordInputForm {
		width: 68%;
	}
	
	#contents #searchFreeword .freewordInputForm input[type=search] {
		display: inline-block;
		width: 70%;
		height: 34px;
		margin-right: 0;
		margin-bottom: 5px;
		padding: 10px;
		font-size: 1.6rem;
	}
	
	#contents #searchFreeword .freewordInputForm input[type=submit] {
		display: inline-block;
		width: auto;
		height: 34px;
		padding: 0 10px;
		font-size: 1.4rem;
		vertical-align: top;
	}
	
	#contents #searchFreeword .freewordInputForm .ex {
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	
	/* searchStation */
	
	#contents .searchSSTitle {
		padding: 4px 0;
		background-size: 1.8em auto;
		font-size: inherit;
		line-height: 1.4;
	}
	
	#contents .searchSSTitle h3 span {
		padding-right: 1.8em;
		background-size: 1.8em auto;
	}
	
	#contents .searchSSTitle02 {
		margin-top: 50px;
		padding: 2px 0;
		background: #006835;
		background-size: 0.8em auto;
		font-size: inherit;
	}
	
	#contents .searchSSTitle02 h3 span {
		padding-right: 1.8em;
		background: url(../images/search/type_icon.png) no-repeat right center;
		background-size: 1.8em auto;
	}
	
	#contents .searchStationTitAtt {
		padding: 4px 0;
		font-size: 1.2rem;
	}
	
	#contents .searchStationTitAtt span {
		display: inline-block;
		margin-left: 0.2em;
		padding-left: 1.3em;
		background-size: 1.2em auto;
	}
	
	#contents #searchStation,
	#contents #searchSchool {
		width: auto;
		margin: 0 10px;
	}
	
	#contents #searchStation h3,
	#contents #searchSchool h3 {
		margin: 30px 0 18px 0;
		padding: 6px 12px 4px 12px;
		font-size: 2rem;
	}
	
	#contents #searchStation h3 .subTxt,
	#contents #searchSchool h3 .subTxt {
		display: none;
	}
	
	#contents #searchStation .spAtt,
	#contents #searchSchool .spAtt {
		margin: 0 0 15px 0;
		font-size: 1.2em;
		font-weight: bold;
		color: #e30113;
	}
	
	#contents #searchStation h4 {
		margin: 20px 0 15px 0;
		width: 70%;
	}

	#contents #searchStation h2.searchAddTitle,
	#contents #searchSchool h2.searchAddTitle {
		margin: 15px 0 0 0;
		padding: 12px 15px 10px 15px;
		background: #4f9d00;
		border-radius: 9px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
		color: #ffffff;
	}

	#contents #searchStation .searchAdd,
	#contents #searchSchool .searchAdd {
		position: relative;
		margin: 25px 0 25px 0;
		padding: 0 15px 25px 15px;
		border-radius: 18px;
		border: 3px solid #4f9d00;
		background: #f7fceb;
	}

	#contents #searchStation .searchAdd::before,
	#contents #searchSchool .searchAdd::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 25%;
		margin-left: -10px;
		border: 15px solid transparent;
		border-top: 20px solid #4f9d00;
	}

	#contents #searchStation .searchAdd .searchAddBtn,
	#contents #searchSchool .searchAdd .searchAddBtn {
		margin: 30px 0 12px 0;
	}

	#contents #searchStation .searchAdd .searchAddBtn a,
	#contents #searchSchool .searchAdd .searchAddBtn a {
		display: inline-block;
		box-shadow: 8px 8px 8px rgba(0,0,0,0.15);
		margin: 0 auto;
		padding: 18px 40px;
		background: #f7ee13;
		border-radius: 10px;
		border: 3px solid #ffffff;
		font-size: 1.6rem;
		font-weight: bold;
		color: #3f3a39;
		line-height: 1;
		text-decoration: none;
	}

	#contents #searchStation .searchAdd .searchAddBtn a .arrow,
	#contents #searchSchool .searchAdd .searchAddBtn a .arrow {
		position: relative;
		padding-right: 15px;
	}

	#contents #searchStation .searchAdd .searchAddBtn a .arrow::before,
	#contents #searchSchool .searchAdd .searchAddBtn a .arrow::before {
		position: absolute;
		content: '';
		width: 8px;
		height: 8px;
		border-top: solid 2px #3f3a39;
		border-right: solid 2px #3f3a39;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 0;
		margin-top: -6px;
	}
	
	#contents #searchStation .stationSelectList,
	#contents #searchSchool .typeSelectList {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: -10px;
	}
	
	#contents #searchStation .stationSelectList li,
	#contents #searchSchool .typeSelectList li {
		width: auto;
		margin: 0 0 10px 0;
		padding-right: 1.5em;
		font-size: 1.4em;
		white-space: nowrap;
	}

	/* searchSchool */
	
	#contents #searchSchool h3 .iconSchool {
		display: inline-block;
		padding-left: 2em;
		background: url(../images/search/school_icon.png) no-repeat left center;
		background-size: 1.5em auto;
	}
	
	#contents #searchSchool h3 .subTxt {
		position: absolute;
		right: 1.2em;
		top: 0.8em;
		font-size: 0.6em;
	}
	
	#contents #searchSchool h4 {
		margin: 0 0 8px 0;
		font-size: 1.6rem;
	}
	
	#contents #searchSchool .schoolInputLine {
		margin: 0 10px 20px 10px;
	}
	
	#contents #searchSchool .schoolInputLine span.lSection {
		font-size: 1.2rem;
		font-weight: bold;
		color: #595656;
	}

	#contents #searchSchool .schoolInputLine span.lSection span {
		top: -2px;
	}
	
	#contents #searchSchool .schoolInputLine input[type="text"] {
		display: block;
		width: 80%;
		margin: 0 30px 12px 0;
		padding: 6px 8px;
		border-radius: 10px;
		background: #dcdddd;
		border: 1px solid #9fa0a0;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	
	/* goSearchBtn */
	
	#contents .goSearchBtn {
		margin-top: 20px;
		padding: 10px 0 15px 0;
		background: #eeefef;
		border-top: 15px solid #dcdddd;
		border-bottom: 15px solid #dcdddd;
	}
	
	#contents .goSearchBtn ul {
		display: flex;
		justify-content: center;
		width: auto;
		margin: 0 auto;
	}
	
	#contents .goSearchBtn ul li {
		width: 40%;
	}
	
	#contents .goSearchBtn ul li.addSearch {
		margin-right: 15px;
	}
	
	#contents .goSearchBtn ul li.addSearch a {
		display: block;
		padding: 10px 10px;
		font-size: 1.8rem;
	}
	
	#contents .goSearchBtn ul li.goSearch a {
		display: block;
		padding: 10px 10px;
		font-size: 1.8rem;
	}
}

@media (orientation: landscape) and (max-width: 767px){
	#contents #searchBtn {
		width: 500px;
		margin: 20px auto 25px auto;
	}

	#contents #searchStation h4 img {
		width: 65%;
	}
}
/*---------- searchUser ----------*/

#contents #searchUserTopimg {
	background: #e3eff8;
	text-align: center;
}

#contents #searchUserTopimg img {
	margin: 0 auto;
}

#contents #searchUserTitAtt {
	padding: 6px 0;
	background: #dcdddd;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #595656;
}

#contents #searchUserTitAtt span {
	display: inline-block;
	margin-left: 0.2em;
	padding-left: 1.3em;
	background: url(../images/search/search_check_icon.png) no-repeat left 0.1em;
	background-size: 1.2em auto;
}

#contents #searchUser {
	width: 700px;
	margin: 35px auto;
}

#contents #searchUser h3 {
	position: relative;
	margin: 40px 0 35px 0;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.3);
	padding: 10px 20px 8px 20px;
	background: #90c31f;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
}

#contents #searchUser h3 .iconHouse {
	display: inline-block;
	padding-left: 1.6em;
	background: url(../images/search/house_icon.png) no-repeat left center;
	background-size: 1.3em auto;
}

#contents #searchUser h3 .iconType {
	display: inline-block;
	padding-left: 2em;
	background: url(../images/search/type_icon.png) no-repeat left center;
	background-size: 1.8em auto;
}

#contents #searchUser h3 .subTxt {
	position: absolute;
	right: 1.2em;
	top: 0.9em;
	font-size: 0.6em;
}

#contents #searchUser .attRedTxt {
	margin: -1em 0 1.5em 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	color: #e60012;
	text-align: right;
}

#contents #searchUser .attRedTxt.left {
	margin-top: 0.5em;
	margin-left: 9.5em;
	text-align: left;
}

#contents #searchUser .attRedTxt .textRight {
	display: inline-block;
	text-align: right;
}

#contents #searchUser .attRedTxt .br {
	display: inline-block;
}

#contents #searchUser h4 {
	margin: 35px 0 20px 0;
	width: 60%;
}

#contents #searchUser h4 img {
	width: 100%;
}

#contents #searchUser .typeSelectList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -0.8em;
}

#contents #searchUser .typeSelectList li {
	width: auto;
	margin: 0 0 0.8em 0;
	padding-right: 2em;
	font-size: 2.6em;
	font-weight: bold;
	color: #595656;
	white-space: nowrap;
}

/* for IE11 */
@media screen and (-ms-high-contrast: none) {
	*::-ms-backdrop, #contents #searchUser .typeSelectList li {}
}

/* inputLine */

#contents #searchUser .inputLine {
	margin: 0 0 30px 0;
}

#contents #searchUser .inputLine span.leftTitle {
	padding-right: 1em;
	font-size: 2.6rem;
	font-weight: bold;
	color: #595656;
}

#contents #searchUser .inputLine .inlineList {
	display: inline-block;
}

#contents #searchUser .inputLine .inlineList .typeSelectList li {
	padding-right: 1em;
	font-size: 2rem;
}

#contents #searchUser .inputLine input[type="text"] {
	margin: 0 30px 0 0;
	padding: 6px 8px;
	border-radius: 10px;
	background: #dcdddd;
	border: 1px solid #9fa0a0;
	font-size: 2.8rem;
	line-height: 1.4;
}

#contents #searchUser .inputLine input[type="text"].small {
	width: 8em;
}

#contents #searchUser .inputLine input[type="text"].small+.subTxt {
	display: inline-block;
	margin-left: -0.5em;
	margin-right: 1.2em;
	font-size: 2.8rem;
	color:  #595656;
}

#contents #searchUser .inputLine input:focus::placeholder,
#contents #searchUser .inputLine textarea:focus::placeholder {
	color: transparent;
  transition: 0.1s;
}

/*-------------------------
	for IE & Edge
-------------------------*/

#contents #searchUser .inputLine input:-ms-input-placeholder,
#contents #searchUser .inputLine textarea:-ms-input-placeholder {
	opacity: 1;
}

#contents #searchUser .inputLine input::-ms-input-placeholder,
#contents #searchUser .inputLine textarea::-ms-input-placeholder {
	opacity: 1;
}

#contents #searchUser .inputLine input:focus::-ms-input-placeholder,
#contents #searchUser .inputLine textarea:focus::-ms-input-placeholder {
	color: transparent;
	transition: 0.1s;
}

/* goUserSearchBtn */

#contents .goUserSearch {
	margin: 30px 0 50px 0;
	text-align: center;
}

#contents .goUserSearch .goUserSearchBtn a {
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	margin: 35px auto 0 auto;
	padding: 25px 25px 25px 60px;
	box-shadow: 8px 8px 10px rgba(0,0,0,0.35);
	border-radius: 8px;
	border: 2px solid #ffffff;
	background: #00a0e9;
	font-size: 3.4rem;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
}

#contents .goUserSearch .goUserSearchBtn a i {
	margin-left: 0.8em;
}

#contents .goUserSearch .goUserSearchBtn a:hover {
	opacity: 0.7;
}

#contents .goUserSearch .arrow {
	margin: 40px auto 35px auto;
	width: 80px;
	height: 47px;
	background: url(../images/search/go_search_user_arrow_icon.png) no-repeat center center;
	background-size: auto;
	background-size: 80px 47px;
	text-align: center;
}

#contents .goUserSearch .result {
	box-sizing: border-box;
	width: 700px;
	margin: 0 auto;
	border: 2px solid #9fa0a0;
}

#contents .goUserSearch .result .resultTitle {
	padding: 10px 0;
	background: #f8f9d6;
	border-bottom: 2px solid #9fa0a0;
	color: #727171;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.2;
}

#contents .goUserSearch .result .resultView ul {
	display: flex;
	justify-content: space-between;
	background: #00a0e9;
	color: #ffffff;
}

#contents .goUserSearch .result .resultView ul li {
	align-self: stretch;
	font-size: 3rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
}

#contents .goUserSearch .result .resultView ul .areaName {
	flex-grow: 2;
	box-sizing: border-box;
	padding: 0.8em 0 0.8em 3em;
	border-right: 2px solid #ffffff;
}

#contents .goUserSearch .result .resultView ul .view {
	flex-grow: 1.5;
	padding: 0.2em 0.2em 0 0.2em;
	font-size: 8rem;
	color: #eeee99;
	text-align: right;
}

#contents .goUserSearch .result .resultView ul .viewSub {
	flex-grow: 0.5;
	padding: 1em 0.2em 0 0.2em;
	border-left: 1px dashed #ffffff;
	font-size: 4rem;
	color: #ffffff;
	text-align: center;
}

#contents .goUserSearch .catch {
	width: 700px;
	margin: 50px auto 0 auto;
}

#contents .goUserSearch .catch img {
	width: 100%;
}

#contents #sell-satei {
	padding-bottom: 50px;
	border-bottom: 25px solid #90c31f;
	text-align: center;
}

#contents #sell-satei .catch {
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 3.8rem;
	color: #565656;
}

#contents #sell-satei h2 {
	margin: 0 0 50px 0;
	padding: 20px 0;
	background: #90c31f;
	font-size: 4rem;
	font-weight: bold;
	color: #ffffff;
}

#contents #sell-satei .catchImg {
	width: 900px;
	margin: 0 auto;
}

#contents #sell-satei .catchImg img {
	width: 100%;
	height: auto;
}

#contents #sell-satei .arrow {
	margin: 40px auto 35px auto;
	width: 80px;
	height: 47px;
	background: url(../images/search/go_search_user_arrow_icon.png) no-repeat center center;
	background-size: auto;
	background-size: 80px 47px;
	text-align: center;
}

#contents #sell-satei .goSateiBtn {
	margin: 0;
	padding: 50px 0;
	background: #f8f9d6;
}

#contents #sell-satei .goSateiBtn a {
	box-sizing: border-box;
	display: block;
	box-sizing: border-box;
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 35px 25px 35px 60px;
	box-shadow: 8px 8px 10px rgba(0,0,0,0.35);
	border-radius: 8px;
	border: 2px solid #ffffff;
	background: #00a0e9;
	font-size: 4.2rem;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#contents #sell-satei .goSateiBtn a i {
	margin-left: 0.8em;
}

#contents #sell-satei .goSateiBtn a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
	#contents #searchUserTopimg img {
		width: 100%;
	}
	
	#contents #searchUserTitAtt {
		padding: 4px 0;
		font-size: 1.2rem;
	}
	
	#contents #searchUserTitAtt span {
		display: inline-block;
		margin-left: 0.2em;
		padding-left: 1.3em;
		background-size: 1.2em auto;
	}
	
	#contents #searchUser {
		width: auto;
		margin: 35px 10px 0 10px;
	}
	
	#contents #searchUser h3 {
		margin: 30px 0 18px 0;
		padding: 6px 12px 4px 12px;
		font-size: 2rem;
	}

	#contents #searchUser h3 .subTxt {
		display: none;
	}
	
	#contents #searchUser .attRedTxt {
		margin: 0 0 15px 0;
		font-size: 1.2em;
		font-weight: bold;
		color: #e30113;
	}

	#contents #searchUser .attRedTxt.left {
		margin-top: 0;
		margin-left: 7.5em;
		text-align: left;
	}

	#contents #searchUser .attRedTxt .textRight {
		display: inline-block;
		text-align: right;
	}

	#contents #searchUser .attRedTxt .br {
		display: inline-block;
	}

	#contents #searchUser .spAtt {
		margin: 0 0 15px 0;
		font-size: 1.2em;
		font-weight: bold;
		color: #e30113;
	}
	
	#contents #searchUser h4 {
		margin: 20px 0 15px 0;
		width: 70%;
	}
	
	#contents #searchUser .typeSelectList {
		display: flex;
		flex-wrap: wrap;
	}
	
	#contents #searchUser .typeSelectList li {
		width: auto;
		margin: 0 0 10px 0;
		padding-right: 1.5em;
		font-size: 1.4em;
		white-space: nowrap;
		line-height: 1.2;
	}
	
	/* inputLine */
	
	#contents #searchUser .inputLine {
		margin: 0 0 20px 0;
	}
	
	#contents #searchUser .inputLine span.leftTitle {
		padding-right: 1em;
		font-size: 1.4rem;
		font-weight: bold;
		color: #595656;
	}
	
	#contents #searchUser .inputLine .inlineList {
		display: inline-block;
	}
	
	#contents #searchUser .inputLine .inlineList .typeSelectList li {
		padding-right: 1em;
		font-size: 1.2rem;
	}
	
	#contents #searchUser .inputLine input[type="text"] {
		display: inline-block;
		width: 60%;
		margin: 0 20px 8px 0;
		padding: 6px 8px;
		border-radius: 10px;
		background: #dcdddd;
		border: 1px solid #9fa0a0;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	
	#contents #searchUser .inputLine input[type="text"].small {
		width: 6em;
	}
	
	#contents #searchUser .inputLine input[type="text"].small+.subTxt {
		display: inline-block;
		margin-left: -0.5em;
		margin-right: 1.2em;
		font-size: 1.4rem;
	}
	
	/* goUserSearchBtn */
	
	#contents .goUserSearch {
		margin: 0 0 50px 0;
		text-align: center;
	}
	
	#contents .goUserSearch .goUserSearchBtn a {
		width: auto;
		margin: 35px auto 0 auto;
		padding: 0.85em 1em 0.85em 2.5em;
		font-size: 2rem;
	}
	
	#contents .goUserSearch .arrow {
		margin: 20px auto 12px auto;
		width: 48px;
		height: 28px;
		background-size: 48px 28px;
	}
	
	#contents .goUserSearch .result {
		width: auto;
		margin: 0 10px;
	}
	
	#contents .goUserSearch .result .resultTitle {
		padding: 10px 0;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	
	#contents .goUserSearch .result .resultView ul li {
		font-size: 1.8rem;
		line-height: 1.2;
	}
	
	#contents .goUserSearch .result .resultView ul .areaName {
		padding: 0.8em 0 0.8em 1.5em;
	}
	
	#contents .goUserSearch .result .resultView ul .view {
		padding: 0.2em 0.2em 0 0.2em;
		font-size: 5rem;
	}
	
	#contents .goUserSearch .result .resultView ul .viewSub {
		padding: 1em 0.2em 0 0.2em;
		font-size: 2.4rem;
	}
	
	#contents .goUserSearch .catch {
		width: auto;
		margin: 35px 10px 0 10px;
	}
	
	#contents .goUserSearch .catch img {
		width: 100%;
	}
	
	#contents #sell-satei {
		padding-bottom: 50px;
		border-bottom: 15px solid #90c31f;
	}
	
	#contents #sell-satei .catch {
		margin: 0 0 20px 0;
		font-size: 1.8rem;
	}
	
	#contents #sell-satei h2 {
		margin: 0 0 35px 0;
		padding: 10px 0;
		background: #90c31f;
		font-size: 2rem;
		font-weight: bold;
		color: #ffffff;
	}
	
	#contents #sell-satei .catchImg {
		width: auto;
		margin: 0 10px;
	}
	
	#contents #sell-satei .catchImg img {
		width: 100%;
		height: auto;
	}
	
	#contents #sell-satei .arrow {
		margin: 28px auto 20px auto;
		width: 48px;
		height: 28px;
		background-size: 48px 28px;
	}
	
	#contents #sell-satei .goSateiBtn {
		margin: 0;
		padding: 35px 0;
	}
	
	#contents #sell-satei .goSateiBtn a {
		display: inline-block;
		box-sizing: border-box;
		width: auto;
		margin: 0 auto 0 auto;
		padding: 0.8em 1.5em 0.8em 2em;
		font-size: 2rem;
	}
	
	#contents #sell-satei .goSateiBtn a i {
		margin-left: 0.8em;
	}
	
	#contents #sell-satei .goSateiBtn a:hover {
		opacity: 0.7;
	}
}

@media (orientation: landscape) and (max-width: 767px){
	#contents #searchUser .attRedTxt.left {
		margin-left: 6.5em;
	}
}

/*--------------------------------------------------
	search page common parts
--------------------------------------------------*/

/* ckeck */

#contents #searchStation .stationSelectList li .check-input,
#contents #searchSchool .typeSelectList li .check-input,
#contents #searchSchool .schoolInputLine .check-input,
#contents #searchUser .typeSelectList li .check-input {
	display: none;
}

#contents #searchStation .stationSelectList li .check-input + label,
#contents #searchSchool .typeSelectList li .check-input + label,
#contents #searchSchool .schoolInputLine .check-input + label,
#contents #searchUser .typeSelectList li .check-input + label {
	padding-left: 32px;
	position: relative;
	cursor: pointer;
}

#contents #searchStation .stationSelectList li .check-input + label span,
#contents #searchSchool .typeSelectList li .check-input + label span,
#contents #searchSchool .schoolInputLine .check-input + label span,
#contents #searchUser .typeSelectList li .check-input + label span {
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 25px;
	height: 25px;
	background: #c9caca;
	border: 1px solid #595656;
	border-radius: 4px;
}

#contents #searchStation .stationSelectList li .check-input:checked + label span,
#contents #searchSchool .typeSelectList li .check-input:checked + label span,
#contents #searchSchool .schoolInputLine .check-input:checked + label span,
#contents #searchUser .typeSelectList li .check-input:checked + label span {
	background: #90c31f;
	border: 1px solid #336600;
}

#contents #searchStation .stationSelectList li .check-input:checked + label span::before,
#contents #searchSchool .typeSelectList li .check-input:checked + label span::before,
#contents #searchSchool .schoolInputLine .check-input:checked + label span::before,
#contents #searchUser .typeSelectList li .check-input:checked + label span::before {
	position: absolute;
	left: 3px;
	top: 13px;
	display: block;
	content: "";
	width: 10px;
  height: 4px;
	background: #ffffff;
	transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#contents #searchStation .stationSelectList li .check-input:checked + label span::after,
#contents #searchSchool .typeSelectList li .check-input:checked + label span::after,
#contents #searchSchool .schoolInputLine .check-input:checked + label span::after,
#contents #searchUser .typeSelectList li .check-input:checked + label span::after {
	display: block;
	position: absolute;
	left: 6px;
	top: 10px;
	content: "";
	width: 16px;
	height: 4px;
	background: #ffffff;
	transform: rotate(-53deg);
	-webkit-transform: rotate(-53deg);
}

#contents #searchSchool .schoolInputLine .lSection .check-input + label span,
#contents #searchUser .inlineList .typeSelectList li .check-input + label span {
	top: 0px !important;
}

/* radio */

#contents #searchStation .stationSelectList li .radio-input,
#contents #searchSchool .typeSelectList li .radio-input,
#contents #searchUser .typeSelectList li .radio-input {
	display: none;
}

#contents #searchStation .stationSelectList li .radio-input + label,
#contents #searchSchool .typeSelectList li .radio-input + label,
#contents #searchUser .typeSelectList li .radio-input + label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

#contents #searchStation .stationSelectList li .radio-input + label::before,
#contents #searchSchool .typeSelectList li .radio-input + label::before,
#contents #searchUser .typeSelectList li .radio-input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 22px;
	height: 22px;
	background: #c9caca;
	border: 1px solid #595656;
	border-radius: 50%;
}

#contents #searchStation .stationSelectList li .radio-input:checked + label::before,
#contents #searchSchool .typeSelectList li .radio-input:checked + label::before
#contents #searchUser .typeSelectList li .radio-input:checked + label::before {
	background: #ffffff;
	border: 1px solid #336600;
}

#contents #searchStation .stationSelectList li .radio-input:checked + label::after,
#contents #searchSchool .typeSelectList li .radio-input:checked + label::after,
#contents #searchUser .typeSelectList li .radio-input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 5px;
	width: 14px;
	height: 14px;
	background: #4f9d00;
	border-radius: 50%;
}

#contents #searchUser .inlineList .typeSelectList li .radio-input + label::before {
	top: 0px !important;
}

#contents #searchUser .inlineList .typeSelectList li .radio-input + label::after {
	top: 5px !important;
}

/* selectMenu */

#contents #searchStation .selectMenuList,
#contents #searchSchool .selectMenuList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
}

#contents #searchStation .selectMenuList li.kara,
#contents #searchSchool .selectMenuList li.kara {
	margin: 0 15px;
	font-size: 2rem;
	font-weight: bold;
}

#contents #searchStation .selectMenu,
#contents #searchSchool .selectMenu {
	overflow: hidden;
	width: 200px;
	margin: 0;
	text-align: left;
}

#contents #searchStation .selectMenu select,
#contents #searchSchool .selectMenu select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	font-size: 2.4rem;
	font-weight: bold;
	-webkit-appearance: none;
	appearance: none;
}

#contents #searchStation .selectMenu select::-ms-expand,
#contents #searchSchool .selectMenu select::-ms-expand {
    display: none;
}

#contents #searchStation .selectMenu.slbtn,
#contents #searchSchool .selectMenu.slbtn {
	position: relative;
	border-radius: 2px;
	border: 2px solid #5b4f37;
	border-radius: 10px;
	background: #ffffff;
}

#contents #searchStation .selectMenu.slbtn::before,
#contents #searchSchool .selectMenu.slbtn::before {
	position: absolute;
	top: 2em;
	right: 2em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #4f9d00;
	pointer-events: none;
}

#contents #searchStation .selectMenu.slbtn select,
#contents #searchSchool .selectMenu.slbtn select {
	padding: 8px 38px 8px 8px;
	color: #5b4f37;
}

/*--------------------------------------------------
	search page common parts sp
--------------------------------------------------*/
@media only screen and (max-width: 767px) {
	/* ckeck */

	#contents #searchStation .stationSelectList li .check-input + label,
	#contents #searchSchool .typeSelectList li .check-input + label,
	#contents #searchSchool .schoolInputLine .check-input + label,
	#contents #searchUser .typeSelectList li .check-input + label {
		padding-left: 22px;
	}

	#contents #searchStation .stationSelectList li .check-input + label span,
	#contents #searchSchool .typeSelectList li .check-input + label span,
	#contents #searchSchool .schoolInputLine .check-input + label span,
	#contents #searchUser .typeSelectList li .check-input + label span {
		top: -1px;
		left: 0;
		width: 18px;
		height: 18px;
		border-radius: 2px;
	}

	#contents #searchStation .stationSelectList li .check-input:checked + label span::before,
	#contents #searchSchool .typeSelectList li .check-input:checked + label span::before,
	#contents #searchSchool .schoolInputLine .check-input:checked + label span::before,
	#contents #searchUser .typeSelectList li .check-input:checked + label span::before {
		left: 2px;
		top: 8px;
		width: 6px;
		height: 3px;
	}

	#contents #searchStation .stationSelectList li .check-input:checked + label span::after,
	#contents #searchSchool .typeSelectList li .check-input:checked + label span::after,
	#contents #searchSchool .schoolInputLine .check-input:checked + label span::after,
	#contents #searchUser .typeSelectList li .check-input:checked + label span::after {
		left: 4px;
		top: 7px;
		width: 11px;
		height: 3px;
	}

	/* radio */

	#contents #searchStation .stationSelectList li .radio-input + label,
	#contents #searchSchool .typeSelectList li .radio-input + label,
	#contents #searchUser .typeSelectList li .radio-input + label  {
		padding-left: 24px;
	}

	#contents #searchStation .stationSelectList li .radio-input + label::before,
	#contents #searchSchool .typeSelectList li .radio-input + label::before,
	#contents #searchUser .typeSelectList li .radio-input + label::before {
		top: -2px;
		left: 0;
		width: 17px;
		height: 17px;
	}

	#contents #searchStation .stationSelectList li .radio-input:checked + label::after,
	#contents #searchSchool .typeSelectList li .radio-input:checked + label::after,
	#contents #searchUser .typeSelectList li .radio-input:checked + label::after {
		top: 2px;
		left: 4px;
		width: 11px;
		height: 11px;
	}

	#contents #searchUser .inlineList .typeSelectList li .radio-input + label::after {
		top: 4px !important;
	}

	/* selectMenu */
	
	#contents #searchStation .selectMenuList li.kara,
	#contents #searchSchool .selectMenuList li.kara {
		margin: 0 5px;
		font-size: 1.4rem;
	}
	
	#contents #searchStation .selectMenu,
	#contents #searchSchool .selectMenu {
		width: 130px;
		margin: 5px;
	}
	
	#contents #searchStation .selectMenu select,
	#contents #searchSchool .selectMenu select {
		padding-right: 1em;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	#contents #searchStation .selectMenu.slbtn,
	#contents #searchSchool .selectMenu.slbtn {
		position: relative;
		border-radius: 2px;
		border: 1px solid #595656;
		border-radius: 8px;
	}
	
	#contents #searchStation .selectMenu.slbtn::before,
	#contents #searchSchool .selectMenu.slbtn::before {
		position: absolute;
		top: 1.5em;
		right: 1.2em;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #4f9d00;
	}
	
	#contents #searchStation .selectMenu.slbtn select,
	#contents #searchSchool .selectMenu.slbtn select {
		padding: 2px 38px 2px 4px;
		color: #5b4f37;
	}

}

/*------------------------------------------------------------------------------
	request form / sell form　/ estimate form
------------------------------------------------------------------------------*/

/*--------------------------------------------------
	common
--------------------------------------------------*/

#contents #requestFormTopimg,
#contents #sellFormTopimg {
	background: #e3eff8;
	border-bottom: 20px solid #dcdddd;
	text-align: center;
}

#contents #requestFormTopimg img {
	margin: 0 auto;
}

#contents #sellFormTopimg {
	border-top: 1px solid #5a5250;
}

#contents #sellFormTopimg .topimgBottom {
	background: #e3eff8;
	border-top: 20px solid #dcdddd;
	text-align: center;
}

#contents #sellFormTopimg .topimgStep {
	background: #f8f9d6;
	border-top: 20px solid #dcdddd;
	text-align: center;
}

#contents #requestForm,
#contents #sellForm {
	width: 860px;
	margin: 60px auto 50px auto;
}

#contents #requestForm .readAtt,
#contents #sellForm .readAtt {
	width: 860px;
	margin: 0 auto 25px auto;
	font-size: 2rem;
	line-height: 1.4;
	text-align: left;
}

#contents #requestForm .readAtt span,
#contents #sellForm .readAtt span {
	font-weight: bold;
	padding-right: 0.2em;
	color: #e60012;
}

#contents #sellFormCatchimg {
	position: relative;
	width: 100%;
	height: 422px;
	margin: 0 0 40px 0;
	background: url(../images/sell/sellform_catchimg_bg.png) repeat-x left top;
	border-bottom: 2px solid #584e2c;
}

#contents #sellFormCatchimg .innerimg {
	position: absolute;
	left: 50%;
	top: 0;
	width: 3840px;
	height: 420px;
	margin: 0 0 0 -1920px;
}

#contents #sellFormCatchimg .innerimg img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#contents #requestForm .start_txt,
#contents #sellForm .start_txt {
	margin: 0 0 50px 0;
	text-align: center;
}

#contents #requestForm .start_txt img,
#contents #sellForm .start_txt img {
	width: 140px;
}

/* scroll */
#contents #requestForm #scroll,
#contents #sellForm #scroll {
	margin: 50px 0 0 0;
	text-align: center;
}

#contents #requestForm #scroll .aBox,
#contents #sellForm #scroll .aBox {
	position: relative;
	display: inline-block;
	padding: 0 0 100px 0;
	font-size: 2.4rem;
	color: #888888;
}

#contents #requestForm #scroll .aBox span,
#contents #sellForm #scroll .aBox span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 18px;
	height: 18px;
	margin-left: -9px;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

#contents #requestForm #scroll .aBox span:nth-of-type(1),
#contents #sellForm #scroll .aBox span:nth-of-type(1) {
	top: 1em;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

#contents #requestForm #scroll .aBox span:nth-of-type(2),
#contents #sellForm #scroll .aBox span:nth-of-type(2) {
	top: 1.6em;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

#contents #requestForm #scroll .aBox span:nth-of-type(3),
#contents #sellForm #scroll .aBox span:nth-of-type(3) {
	top: 2.2em;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/**/

#contents .requestFormSection,
#contents .sellFormSection,
#contents #estimateForm {
	margin-bottom: 35px;
	border-radius: 5px;
	padding: 20px 20px 25px 20px;
	font-size: 2.8rem;
	color: #595656;
}

#contents .requestFormSection.noSpace,
#contents .sellFormSection.noSpace,
#contents #estimateForm.noSpace {
	padding: 0;
}

#contents .requestFormSection .sectionTitle,
#contents .sellFormSection .sectionTitle {
	margin-bottom: 15px;
	font-size: 3rem;
	line-height: 1.2;
	vertical-align: bottom;
}

#contents .requestFormSection .sectionTitle.centerTitle,
#contents .sellFormSection .sectionTitle.centerTitle {
	text-align: center;
}

#contents .requestFormSection .sectionTitle .titleTxt-nowrap,
#contents .sellFormSection .sectionTitle .titleTxt-nowrap {
	padding-left: 0.5em;
	font-weight: bold;
	line-height: 1.2;
}

#contents .requestFormSection .sectionTitle.centerTitle .titleTxt-nowrap,
#contents .sellFormSection .sectionTitle.centerTitle .titleTxt-nowrap {
	padding-left: 0;
}

#contents .requestFormSection .sectionTitle .titleTxt-nowrap .sub,
#contents .sellFormSection .sectionTitle .titleTxt-nowrap .sub {
	font-size: 2.4rem;
}

#contents .requestFormSection .sectionTitle .titleTxt-nowrap .blue,
#contents .sellFormSection .sectionTitle .titleTxt-nowrap .blue {
	color: #00a0e9;
}

#contents .requestFormSection .sectionTitleSub,
#contents .sellFormSection .sectionTitleSub {
	margin: 0 0 0.6em 0;
	font-weight: bold;
	line-height: 1.2;
}

#contents .requestFormSection .sectionTitleSub .br,
#contents .sellFormSection .sectionTitleSub .br {
	display: inline-block;
}

#contents .requestFormSection .sectionTitleSub .blue,
#contents .sellFormSection .sectionTitleSub .blue {
	color: #00a0e9;
}

#contents .requestFormSection .sectionTitle .hissu,
#contents .sellFormSection .sectionTitle .hissu {
	display: inline-block;
	margin-left: 0.8em;
	padding: 0.2em 0.4em 0.1em 0.4em;
	border-radius: 8px;
	background: #f39800;
	font-weight: bold;
	font-size:  1.8rem;
	color: #ffffff;
	line-height: 1.4;
	vertical-align: middle;
}

/*--------------------------------------------------
	request form
--------------------------------------------------*/

#contents .requestFormQ1 { background: #e7f2f0; }

#contents .requestFormQ2List {
	position: relative;
	margin-bottom: 70px; 
	background: #f4f1e0;
}

#contents .requestFormQ2List:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -50px;
	border: 50px solid transparent;
	border-top: 50px solid #f4f1e0;
}

#contents .requestFormQ2_1 { background: #f8edec; border: 1px solid #888888; }
#contents .requestFormQ2_2 { background: #f8edec; border: 1px solid #888888; }
#contents .requestFormQ2_3 { background: #f8edec; border: 1px solid #888888; }

#contents .requestFormQ3 { background: #f9f4e8; }
#contents .requestFormQ4 { background: #e4eff3; }
#contents .requestFormQ5 { background: #e7f2f0; }
#contents .requestFormQ6 { background: #f9f4e8; }
#contents .requestFormQ7 { background: #f8edec; }

#contents .requestFormQ8 { position: relative; margin-bottom: 70px; background: #f9f4e8; }

#contents .requestFormQ8:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -50px;
	border: 50px solid transparent;
	border-top: 50px solid #f9f4e8;
}

/*---------- Q1 ----------*/

#contents .requestFormQ1 {
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

#contents .requestFormQ1 .Q1Title {
	box-sizing: border-box;
	width: 20%;
}

#contents .requestFormQ1 .Q1Title .sectionTitleSub {
	padding-left: 1em;
}

#contents .requestFormQ1 .Q1-select {
	width: 79%;
}

#contents .requestFormQ1 .Q1-select .selectImgList {
	display: flex;
}

#contents .requestFormQ1 .Q1-select .selectImgList li {
	width: 33%;
}

/*---------- Q2 ----------*/

#contents .requestFormSection.requestFormQ2List .selectBtnList {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 20px 20px 20px;
	padding: 0;
}

#contents .requestFormSection.requestFormQ2List .selectBtnList li {
	display: block;
	box-sizing: border-box;
	border-radius: 8px;
}

#contents .requestFormSection.requestFormQ2List .selectBtnList li.listOR {
	margin: 0;
	padding: 0;
	font-size: 4.2rem;
}

#contents .requestFormSection .boxCol3 {
	margin: 0;
	padding: 0;
}

#contents .requestFormSection .boxCol3 li {
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px;
}

#contents .requestFormSection .boxCol3 li.listOR {
	align-self: center;
	width: 8%;
	font-weight: bold;
	font-size: 4.2rem;
	text-align: center;
}

/*---------- Q5 ----------*/

#contents .requestFormSection.requestFormQ5 {
	padding-bottom: 40px;
}

/*---------- Q6 ----------*/

#contents .requestFormSection.requestFormQ6List .formBox .selectList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin: 0 auto;
}

#contents .requestFormSection.requestFormQ6List .formBox .selectList li {
	align-self: flex-start;
	margin: 0 0 20px 0;
	width: 25%;
	font-weight: bold;
	line-height: 1.4;
	vertical-align: middle;
}

#contents .requestFormSection.requestFormQ6List .formBox .selectList li:last-child {
	width: 75%;
}

#contents .requestFormSection.requestFormQ6List .formBox .selectList li:last-child .brLine {
	display: inline-block;
}

#contents .requestFormSection.requestFormQ6List input[type="text"].small {
	margin: 0 10px;
}

/*---------- request formBox common ----------*/

#contents .requestFormSection .formBox {
	font-weight: bold;
	text-align: left;
}

#contents .requestFormSection .formBox .or {
	margin: 0 1.2em;
	font-size: 4.2rem;
}

#contents .requestFormSection .formBox .sideM {
	margin: 0;
	text-align: center;
}

#contents .requestFormSection .formBox .selectList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#contents .requestFormSection .formBox .selectList li {
	margin: 0 0 20px 0;
	width: 30%;
	font-weight: bold;
}

#contents .requestFormSection .formBox .att {
	margin: 15px 0 0 0;
	font-size: 2.4rem;
	text-align: right;
	line-height: 1.2;
}

#contents .requestFormSection .formBox .inputTitle {
	margin: 0 0 0.2em 0;
	font-size: 2.8rem;
	font-weight: bold;
}

#contents .requestFormSection .formBox .end_input {
	margin: 10px 0 0 0;
	font-weight: bold;
}

#contents .requestFormSection .formBox .end_input input[type="text"] {
	margin: 0 10px 0 0;
}

/*---------- request formBox table ----------*/

#contents .requestFormSection .formBox table {
	margin: 0 auto;
}

#contents .requestFormSection .formBox table th {
	padding: 0.8em 0 !important;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
}

#contents .requestFormSection .formBox table th span {
	display: block;
	padding-left: 0.8em;
	font-size: 2rem;
}

#contents .requestFormSection .formBox table td {
	padding: 0.8em 0 0.8em 1em !important;
	text-align: left;
}

#contents .requestFormSection .formBox table td .red {
	display: block;
	margin: 0.5em 0 0 0;
	font-weight: bold;
	font-size: 2rem;
	color: #e60012;
}

#contents .requestFormSection .formBox table td.end_select {
	padding: 0 0 1em 0;
}

#contents .requestFormSection .formBox table td .selectList {
	display: flex;
	justify-content: space-around;
}

#contents .requestFormSection .formBox table td .selectList li {
	width: 30%;
	font-weight: bold;
}

/*---------- goRequestBtn ----------*/

#contents #requestForm .goRequestBtn {
	margin: 35px auto 100px auto;
	text-align: center;
}

#contents #requestForm .goRequestBtn a {
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	margin: 0 auto;
	padding: 20px 115px 20px 50px;
	box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
	border-radius: 8px;
	border: 2px solid #ffffff;
	background: #00a0e9 url(../images/request/go_request_btn_bg.png) no-repeat right 30px bottom 0;
	background-size: 76px 100px;
	font-size: 3.4rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

#contents #requestForm .goRequestBtn a span {
	font-size: 2.8rem;
}


#contents #requestForm .goRequestBtn a:hover {
	opacity: 0.7;
}

#contents #requestForm .goRequestBtn a.send {
	margin-left: 1.5em;
	padding: 20px 50px;
	background: #00a0e9;
}

#contents #requestForm .goRequestBtn a.back {
	padding: 20px 50px;
	background: #dddddd;
	color: #777777;
}

/*--------------------------------------------------
	sell form
--------------------------------------------------*/

#contents .sellFormQ1 { background: #e7f2f0; }

#contents #type-kodate .sellFormQ2 { background: #f8edec; }
#contents #type-kodate .sellFormQ3 { background: #f9f4e8; }
#contents #type-kodate .sellFormQ4 { background: #e4eff3; }
#contents #type-kodate .sellFormQ5 { background: #f8edec; }
#contents #type-kodate .sellFormQ6 { background: #f9f4e8; }
#contents #type-kodate .sellFormQ7 { background: #e7f2f0; }
#contents #type-kodate .sellFormQ8 { background: #f8edec; }

#contents #type-tochi .sellFormQ2 { background: #f8edec; }
#contents #type-tochi .sellFormQ5 { background: #f9f4e8; }
#contents #type-tochi .sellFormQ6 { background: #f9f4e8; }
#contents #type-tochi .sellFormQ7 { background: #e7f2f0; }
#contents #type-tochi .sellFormQ8 { background: #f8edec; }

#contents #type-mansion .sellFormQ2 { background: #f8edec; }
#contents #type-mansion .sellFormQ3 { background: #f9f4e8; }
#contents #type-mansion .sellFormQ4 { background: #e4eff3; }
#contents #type-mansion .sellFormQ6 { background: #f9f4e8; }
#contents #type-mansion .sellFormQ7 { background: #e7f2f0; }
#contents #type-mansion .sellFormQ8 { background: #f8edec; }

#contents .sellForm-solidType { background: #e4eff3; }
#contents .sellForm-solidType.documents { background: #f9f6e8; }
#contents .sellForm-solidType.reserve { background: #f8edec; }

#contents .sellForm-normalType {
	position: relative;
	margin-bottom: 60px;
	background: #f9f4e8;
}

#contents .sellForm-normalType::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 35px solid #f9f4e8;
}

#contents .sellFormQ1 {
	position: relative;
	margin-bottom: 60px;
}

#contents .sellFormQ1::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 35px solid #e7f2f0;
}

/*---------- Q1 ----------*/

#contents .sellFormQ1 {
	display: block;
	height: 250px;
}

#contents .sellFormQ1 .Q1Title {
	box-sizing: border-box;
}

#contents .sellFormQ1 .Q1Title .sectionTitleSub {
	padding-left: 1em;
}

#contents .sellFormQ1 .Q1-select {
	width: auto;
}

#contents .sellFormQ1 .Q1-select .selectImgList {
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#contents .sellFormQ1 .Q1-select .selectImgList li {
	box-sizing: border-box;
	width: 180px;
}

/*---------- Q2(全表示時) ----------*/

#contents .sellFormSection.sellFormQ2 .sideM {
	text-align: center;
}

#contents .sellFormSection.sellFormQ2 .addressBox {
	display: flex;
	justify-content: center;
	text-align: left;
}

#contents .sellFormSection.sellFormQ2 .addressBox .addressTitle {
	margin: 0.8em 1em 0 0;
	white-space: nowrap;
	font-size: 4rem;
	text-shadow: 2px 2px 0 #fff,
	-2px 2px 0 #fff,
	2px -2px 0 #fff,
	-2px -2px 0 #fff;
	text-shadow: 2px 2px 1px #fff,
	-2px 2px 1px #fff,
	2px -2px 1px #fff,
	-2px -2px 1px #fff;
}

#contents .sellFormSection.sellFormQ2 .addressBox .addressInput {
	width: 60%;
}

#contents .sellFormSection.sellFormQ2List .selectList {
	margin: 0 auto -0.5em auto;
}

#contents .sellFormSection.sellFormQ2List .selectList li {
	display: inline-block !important;
	margin: 0 0.25em 0.5em 0;
	line-height: 1.2;
	text-align: left;
	vertical-align: bottom;
}

#contents .sellFormSection.sellFormQ2List .selectList li .title {
	display: block;
	font-size: 2.2rem;
}

#contents .sellFormSection.sellFormQ2List .selectList li .endtxt {
	font-size: 2.2rem;
}

#contents .sellFormSection.sellFormQ2List .selectList li input {
	margin: 0 0.25em 0 0;
}

#contents .sellFormSection.sellFormQ2List .selectList li .selectMenu {
	margin: 0 0.25em 0 0;
}

#contents .sellFormSection.sellFormQ2List .selectList li .selectMenu optgroup {
	background: #dcdedd !important;
	color: #271d1b;
}

#contents .sellFormSection.sellFormQ2List .selectList li .selectMenu optgroup option {
	background: #f6f8f7 !important;
	color: #271d1b;
}

/*---------- Q3(全表示時) ----------*/

#contents .sellFormSection.sellFormQ3 .sideM {
	margin: 0 75px;
	text-align: center;
}
/*
#contents .sellFormSection.sellFormQ3List .selectList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto -0.2em auto;
}

#contents .sellFormSection.sellFormQ3List .selectList li {
	margin: 0 0 0.6em 0;
	width: 25%;
	line-height: 1.2;
	text-align: left;
}

#contents .sellFormSection.sellFormQ3List .selectList li .sub {
	display: block;
	margin: 0 0 -0.3em 30px;
	font-size: 1.4rem;
}

/*---------- Q4(全表示時) ----------*/

#contents .sellFormSection.sellFormQ4 .sideM {
	margin: 0 65px;
	text-align: center;
}

#contents .sellFormSection.sellFormQ4List .selectList {
	display: block;
	margin: 0 auto;
}

#contents .sellFormSection.sellFormQ4List .selectList li {
	display: inline-block;
	margin: 0 0.25em;
	padding: 0;
	width: auto;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
}

/*---------- Q5(全表示時) ----------*/

#contents .sellFormSection.sellFormQ5 .sideM {
	margin: 0 65px;
	text-align: center;
}

#contents .sellFormSection.sellFormQ5List .selectList {
	display: block;
	margin: 0 auto;
}

#contents .sellFormSection.sellFormQ5List .selectList li {
	display: inline-block;
	margin: 0 0.25em;
	width: auto;
	line-height: 1.2;
	text-align: left;
}

/*---------- Q6(全表示時) ----------*/

#contents .sellFormSection.sellFormQ6 .sideM {
	margin: 0 65px;
	text-align: left;
}

#contents .sellFormSection.sellFormQ6List .selectList {
	display: block;
	margin: 0 auto;
}

#contents .sellFormSection.sellFormQ6List .selectList li {
	display: inline-block;
	margin: 0 0.25em;
	width: auto;
	line-height: 1.2;
	text-align: left;
	vertical-align: bottom;
}

/*---------- Q7(全表示時) ----------*/

#contents .sellFormSection.sellFormQ7 .sideM {
	margin: 0 65px;
	text-align: left;
}

#contents .sellFormSection.sellFormQ7List .selectList {
	display: block;
	margin: 0 auto;
}

#contents .sellFormSection.sellFormQ7List .selectList li {
	display: inline-block;
	margin: 0 0.5em;
	width: auto;
	line-height: 1.2;
	text-align: left;
}

/*---------- Q8(全表示時) ----------*/

#contents .sellFormSection.sellFormQ8 .sideM {
	margin: 0 65px;
	text-align: left;
}

#contents .sellFormSection.sellFormQ8List .selectList {
	display: block;
	margin: 0 auto -0.5em auto;
}

#contents .sellFormSection.sellFormQ8List .selectList li {
	display: inline-block;
	margin: 0 0.5em 0.5em 0.5em;
	width: auto;
	line-height: 1.2;
	text-align: left;
}

/*---------- sell formBox common ----------*/

#contents .sellFormSection .att .addressBox2 {
	display: block;
	text-align: center;
}

#contents .sellFormSection .att .addressBox2 .addressTitle {
	display: inline-block;
	width: auto;
	margin: 0 15px 0 0;
	white-space: nowrap;
	font-size: 2.2rem;
}

#contents .sellFormSection .att .addressBox2 .addressInput {
	display: inline-block;
	width: auto;
}

#contents .sellFormSection .att .addressBox2 .selectList {
	display: inline-block;
	margin: 0;
}

#contents .sellFormSection .att .addressBox2 .selectList li {
	display: inline-block !important;
	margin: 0 0.5em 0 0 !important;
	padding: 0 !important;
	width: auto !important;
	font-size: 2rem;
	line-height: 1.2;
	text-align: left;
	text-indent: 0 !important;
}

#contents .sellFormSection .formBox {
	font-weight: bold;
	text-align: left;
}

#contents .sellFormSection .formBox .red {
	display: block;
	margin-top: 15px;
	font-size: 2rem;
	font-weight: bold;
	color: #e60012;
}

#contents .sellFormSection .formBox .att {
	margin: 25px 0 0 0;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.2;
}

#contents .sellFormSection .formBox .att .check-input + label span {
	top: 3px;
}

#contents .sellFormSection .formBox .att .radio-input + label::before {
	top: 3px;
}

#contents .sellFormSection .formBox .att .radio-input + label::after {
	top: 8px;
}

#contents .sellFormSection .formBox .selectList li.att p {
	margin: 0 0 0 20px;
	padding: 0.4em 0.6em 0.2em 0.6em;
	border-radius: 8px;
	background: #ceebfb;
	border: 2px solid #00a0e9;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.2;
	color: #00a0e9;
}

#contents .sellFormSection .formBox .selectList li.att p i {
	margin-right: 0.2em;
}

/*---------- form solidType ----------*/

#contents .sellFormSection .formBox table.solidType {
	width: 100%;
	margin: 0 auto;
	border-top: 2px solid #8f9192;
	border-left: 2px solid #8f9192;
	border-bottom: 2px solid #8f9192;
}

#contents .sellFormSection .formBox table.solidType th {
	width: 25%;
	padding: 0.6em 0.4em;
	border-bottom: 1px solid #8f9192;
	border-right: 1px solid #8f9192;
	font-weight: bold;
	font-size:  2rem;
	text-align: left;
	vertical-align: top;
	line-height: 1.2;
}

#contents .sellFormSection .formBox table.solidType th.big {
	padding: 1em 0.4em;
	font-size: 2.6rem;
}

#contents .sellFormSection .formBox table.solidType th .sub {
	display: block;
	padding-left: 0.6em;
	font-size: 1.6rem;
}

#contents .sellFormSection .formBox table.solidType th .hissu {
	display: inline-block;
	margin: 0 0 0 0.8em;
	padding: 0.1em 0.4em 0.1em 0.4em;
	border-radius: 6px;
	background: #f39800;
	font-weight: bold;
	font-size:  1.4rem;
	color: #ffffff;
	line-height: 1.4;
	vertical-align: middle;
}

#contents .sellFormSection .formBox table.solidType td {
	width: 75%;
	max-width: 600px;
	padding: 0.6em 0.4em;
	border-bottom: 1px solid #8f9192;
	border-right: 2px solid #8f9192;
	text-align: left;
}

#contents .sellFormSection .formBox table.solidType td.big {
	padding: 1em 0.8em;
	font-size: 2.6rem;
	line-height: 1.2;
}

#contents .sellFormSection .formBox table.solidType td .solidAtt {
	margin-top: 1em;
	font-weight: normal;
	font-size: 2rem;
}

#contents .sellFormSection .formBox table.solidType td .selectList {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 -0.5em 0;
	padding: 0;
}

#contents .sellFormSection .formBox table.solidType td .selectList li {
	width: 50%;
	margin: 0 0 1em 0;
	font-weight: bold;
	font-size: 1.6rem;
	vertical-align: middle;
	line-height: 1.2;
}

#contents .sellFormSection .formBox table.solidType td .selectList li.mw {
	width: 100%;
}

#contents .sellFormSection .formBox table.solidType td .selectList li.ibw {
	display: inline-block;
	width: auto;
	margin-right: 2em;
}

#contents .sellFormSection .formBox table.solidType td .selectList li:last-child.ibw {
	margin-right: 0;
}

#contents .sellFormSection .formBox table.solidType td .selectList li.mw.fbig label,
#contents .sellFormSection .formBox table.solidType td .selectList li.ibw.fbig label {
	font-size: 2rem;
	text-decoration: underline;
}

#contents .sellFormSection .formBox table.solidType td .selectList li.ibw.fbig label {
	text-decoration: none;
}

#contents .sellFormSection .formBox table.solidType td .selectList li.ibw.fbig label span {
	top: 4px;
}

#contents .sellFormSection .formBox table.solidType td .selectList li .att {
	margin: 10px 0 0 25px;
	padding: 10px 10px 10px 1.5em;
	text-indent: -0.5em;
	background: #ceebfb;
	border: 1px solid #00a0e9;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.2;
}

#contents .sellFormSection .formBox table.solidType td .selectList li .att i {
	color: #00a0e9;
}

#contents .sellFormSection .formBox table.solidType td .selectList li .att .bold {
	font-weight: bold;
}

#contents .sellFormSection .formBox table.solidType td .inputLine {
	margin: 0 0 -0.5em 0;
	padding: 0;
}

#contents .sellFormSection .formBox table.solidType td .inputLine li {
	width: auto;
	margin: 0 0 1em 0;
	font-size: 1.6rem;
}

#contents .sellFormSection .formBox table.solidType td .miniSection {
	margin: 0 0 35px 0;
}

#contents .sellFormSection .formBox table.solidType td .miniSection .subTitle {
	display: block;
	margin-bottom: 0.8em;
	padding: 0.3em 0.45em;
	border-radius: 5px;
	background: rgba(255,255,255,0.85);
}

/*---------- form normalType ----------*/

#contents .sellForm-normalType {
	padding: 0 0 35px 0 !important;
	border-radius: 0 0 5px 5px !important;
}

#contents .sellForm-normalType .sectionTitle {
	margin-bottom: 35px !important;
	padding: 0.5em;
	border-radius: 5px 5px 0 0;
	background: #e2cca8;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
	text-align: center;
}

#contents .sellForm-normalType .sectionTitle02 {
	margin-bottom: 15px;
	padding: 20px 20px 25px 20px;
	font-size: 3rem;
	line-height: 1.2;
}

#contents .sellForm-normalType .sectionTitle02 .titleTxt-nowrap {
	padding-left: 0.5em;
	font-weight: bold;
	line-height: 1.2;
}

#contents .sellFormSection .formBox table.normalType {
	width: 90%;
	margin: 0 auto;
}

#contents .sellFormSection .formBox table.normalType th {
	width: 25%;
	padding: 5px 0 0 0;
	font-weight: bold;
	font-size:  2.8rem;
	text-align: left;
	vertical-align: top;
	line-height: 1.2;
}

#contents .sellFormSection .formBox table.normalType th.etc {
	text-indent: -1em;
	padding-left: 1em;
}

#contents .sellFormSection .formBox table.normalType th.etc,
#contents .sellFormSection .formBox table.normalType td.etc {
	padding-top: 1em;
}

#contents .sellFormSection .formBox table.normalType th.vPadding,
#contents .sellFormSection .formBox table.normalType td.vPadding {
	padding-top: 1em;
	padding-bottom: 1em;
}

#contents .sellFormSection .formBox table.normalType th.lineTitle,
#contents .sellFormSection .formBox table.normalType td.lineTitle {
	padding-top: 35px;
	text-align: center;
}

#contents .sellFormSection .formBox table.normalType td.vam {
	vertical-align: middle;
}

#contents .sellFormSection .formBox table.normalType th .br {
	display: inline-block;
	text-align: right;
}

#contents .sellFormSection .formBox table.normalType th .sub {
	display: block;
	font-size: 1.8rem;
}

#contents .sellFormSection .formBox table.normalType th .hissu {
	display: inline-block;
	margin: 0 0 0 0.8em;
	padding: 0.1em 0.4em 0.1em 0.4em;
	border-radius: 5px;
	background: #f39800;
	font-weight: bold;
	font-size:  1.4rem;
	color: #ffffff;
	line-height: 1.4;
	vertical-align: middle;
}

#contents .sellFormSection .formBox table.normalType td {
	padding: 0 20px 15px 20px;
	font-size: 1.6rem;
	text-align: left;
}

#contents .sellFormSection .formBox table.normalType td .inputLine {
	margin: 0 0 -0.5em 0;
	padding: 0;
}

#contents .sellFormSection .formBox table.normalType td .inputLine li {
	width: auto;
	margin: 0 0 1em 0;
}

#contents .sellFormSection .formBox table.normalType td .inputLine li .title {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 1.8rem;
}

#contents .sellFormSection .formBox table.normalType td .att {
	margin-top: 10px;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.2;
}

#contents .sellFormSection .formBox table.normalType td .selectList {
	box-sizing: border-box;
	display: block;
	margin: 0 0 -0.5em 0;
	padding: 0;
}

#contents .sellFormSection .formBox table.normalType td .selectList li {
	display: inline-block;
	width: auto;
	margin: 0 1em 1em 0;
	font-weight: bold;
	font-size: 2rem;
	vertical-align: middle;
	line-height: 1.2;
}

/* end_select */

#contents .sellFormSection .formBox table.normalType td.telSecPadding {
	padding-bottom: 30px;	
}

#contents .sellFormSection .formBox table.normalType td.end_select {
	padding: 1.5em 0 1em 0;
}

#contents .sellFormSection .formBox table.normalType td.end_select .selectList {
	display: flex;
	justify-content: center;
}

#contents .sellFormSection .formBox table.normalType td.end_select .selectList li {
	width: auto;
	padding: 0 1em;
	font-weight: bold;
	font-size: 2.6rem;
}

#contents .sellFormSection .formBox table.normalType td.end_select .selectList li .radio-input + label::before {
	top: 8px;
	left: 0;
	width: 19px;
	height: 19px;
	background: #ffffff;
	border: 2px solid #595651;
	border-radius: 50%;
}

#contents .sellFormSection .formBox table.normalType td.end_select .selectList li .radio-input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 5px;
	width: 13px;
	height: 13px;
	background: #4f9d00;
	border-radius: 50%;
}

/*---------- goSellBtn ----------*/

#contents #sellForm .goSellBtn {
	margin: 35px auto 100px auto;
	text-align: center;
}

#contents #sellForm .goSellBtn a {
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	margin: 0 auto;
	padding: 20px 25px;
	box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
	border-radius: 8px;
	border: 2px solid #ffffff;
	background: #00a0e9;
	font-size: 3.4rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

#contents #sellForm .goSellBtn a span {
	font-size: 2.8rem;
}


#contents #sellForm .goSellBtn a:hover {
	opacity: 0.7;
}

#contents #sellForm .goSellBtn a.send {
	margin-left: 1.5em;
	padding: 20px 50px;
	background: #00a0e9;
}

#contents #sellForm .goSellBtn a.back {
	padding: 20px 50px;
	background: #dddddd;
	color: #777777;
}

#contents #sellForm .goSellBtn a i {
	margin-left: 0.5em;
}

/*--------------------------------------------------
	estimate form
--------------------------------------------------*/

/*---------- estimateForm ----------*/

#contents #estimateForm {
	padding: 0 !important;
	border-radius: 0 0 5px 5px !important;
}

#contents #estimateForm .formBox {
	text-align: center;
}

#contents #estimateForm .red {
	display: block;
	margin-top: 15px;
	font-size: 2rem;
	font-weight: bold;
	color: #e60012;
}

#contents #estimateForm .formWrap {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 40px;
	background: #f9f4e8;
}

#contents #estimateForm .formWrap::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 35px solid #f9f4e8;
}

#contents #estimateForm .formWrap {
	position: relative;
	margin-bottom: 60px;
	background: #f9f4e8;
}

#contents #estimateForm .sectionTitle {
	margin-bottom: 35px !important;
	padding: 0.5em;
	border-radius: 5px 5px 0 0;
	background: #e2cca8;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
	text-align: center;
}

#contents #estimateForm table {
	margin: 0 auto;
}

#contents #estimateForm table th {
	width: 25%;
	padding: 5px 0 0 0;
	font-weight: bold;
	font-size:  2.8rem;
	text-align: left;
	vertical-align: top;
	line-height: 1.2;
}

#contents #estimateForm table th .br {
	display: inline-block;
	text-align: right;
}

#contents #estimateForm table th .sub {
	display: block;
	font-size: 1.8rem;
}

#contents #estimateForm table th .hissu {
	display: inline-block;
	margin: 0 0 0 0.8em;
	padding: 0.25em 0.4em 0.2em 0.4em;
	border-radius: 6px;
	background: #f39800;
	font-weight: bold;
	font-size:  1.4rem;
	color: #ffffff;
	line-height: 1.3;
}

#contents #estimateForm table td {
	padding: 0 20px 15px 20px;
	font-size: 1.6rem;
	text-align: left;
}

#contents #estimateForm table td .inputLine {
	margin: 0 0 -0.5em 0;
	padding: 0;
}

#contents #estimateForm table td .inputLine li {
	width: auto;
	margin: 0 0 1em 0;
}

#contents #estimateForm table td .inputLine li .title {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 1.8rem;
}

#contents #estimateForm table td .att {
	margin-top: 10px;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.2;
}

/*---------- goEstimateBtn ----------*/

#contents #estimateForm .goEstimateBtn {
	margin: 35px auto 100px auto;
	text-align: center;
}

#contents #estimateForm .goEstimateBtn a {
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	margin: 0 auto;
	padding: 20px 25px;
	box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
	border-radius: 8px;
	border: 2px solid #ffffff;
	background: #00a0e9;
	font-size: 3.4rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

#contents #estimateForm .goEstimateBtn a span {
	font-size: 2.8rem;
}


#contents #estimateForm .goEstimateBtn a:hover {
	opacity: 0.7;
}

#contents #estimateForm .goEstimateBtn a.send {
	margin-left: 1.5em;
	padding: 20px 50px;
	background: #00a0e9;
}

#contents #estimateForm .goEstimateBtn a.back {
	padding: 20px 50px;
	background: #dddddd;
	color: #777777;
}

#contents #estimateForm .goEstimateBtn a i {
	margin-left: 0.5em;
}

/*--------------------------------------------------
	フォームパーツ
--------------------------------------------------*/

#contents .requestFormSection input[type="text"],
#contents .requestFormSection input[type="email"],
#contents .requestFormSection input[type="number"],
#contents .requestFormSection input[type="tel"],
#contents .sellFormSection input[type="text"],
#contents .sellFormSection input[type="email"],
#contents .sellFormSection input[type="number"],
#contents .sellFormSection input[type="tel"],
#contents #estimateForm input[type="text"],
#contents #estimateForm input[type="email"],
#contents #estimateForm input[type="number"],
#contents #estimateForm input[type="tel"] {
	margin: 0 10px 0 0;
	padding: 2px 8px;
	border-radius: 6px;
	background: #ffffff;
	border: 2px solid #595651;
	font-size: 2.4rem;
	line-height: 1.4;
}

#contents .requestFormSection input[type="tel"] {
	margin-right: 0;
}

#contents .requestFormSection input[type="text"].big,
#contents .requestFormSection input[type="email"].big,
#contents .requestFormSection input[type="number"].big,
#contents .sellFormSection input[type="text"].big,
#contents .sellFormSection input[type="email"].big,
#contents .sellFormSection input[type="number"].big,
#contents #estimateForm input[type="text"].big,
#contents #estimateForm input[type="email"].big,
#contents #estimateForm input[type="number"].big {
	width: 90%;
}

#contents .requestFormSection input[type="text"].normal,
#contents .requestFormSection input[type="number"].normal,
#contents .sellFormSection input[type="number"].normal,
#contents .sellFormSection input[type="text"].normal,
#contents #estimateForm input[type="number"].normal,
#contents #estimateForm input[type="text"].normal {
	width: 8em;
}

#contents .requestFormSection input[type="text"].normal02,
#contents .requestFormSection input[type="number"].normal02,
#contents .sellFormSection input[type="text"].normal02,
#contents .sellFormSection input[type="number"].normal02,
#contents #estimateForm input[type="text"].normal02,
#contents #estimateForm input[type="number"].normal02  {
	width: 12em;
}

#contents .requestFormSection input[type="text"].small,
#contents .requestFormSection input[type="number"].small,
#contents .requestFormSection input[type="tel"].small,
#contents .sellFormSection input[type="text"].small,
#contents .sellFormSection input[type="number"].small,
#contents .sellFormSection input[type="tel"].small,
#contents #estimateForm input[type="text"].small,
#contents #estimateForm input[type="number"].small,
#contents #estimateForm input[type="tel"].small {
	width: 5em;
}

#contents .requestFormSection input[type="text"].small+.subTxt,
#contents .requestFormSection input[type="number"].small+.subTxt,
#contents .sellFormSection input[type="text"].small+.subTxt,
#contents .sellFormSection input[type="number"].small+.subTxt,
#contents #estimateForm input[type="text"].small+.subTxt,
#contents #estimateForm input[type="number"].small+.subTxt {
	display: inline-block;
	margin-left: -0.5em;
	margin-right: 1.2em;
	font-size: 2.4rem;
}

#contents .requestFormSection input[type="text"].small.postcode,
#contents .requestFormSection input[type="number"].small.postcode,
#contents .requestFormSection input[type="tel"].small.postcode,
#contents .sellFormSection input[type="text"].small.postcode,
#contents .sellFormSection input[type="number"].small.postcode,
#contents .sellFormSection input[type="tel"].small.postcode,
#contents #estimateForm input[type="text"].small.postcode,
#contents #estimateForm input[type="number"].small.postcode,
#contents #estimateForm input[type="tel"].small.postcode {
	width: 5.5em;
}

#contents .requestFormSection input[type="number"],
#contents .sellFormSection input[type="number"],
#contents #estimateForm input[type="number"] {
	-moz-appearance:textfield;
}

#contents .requestFormSection input[type="number"]::-webkit-outer-spin-button,
#contents .requestFormSection input[type="number"]::-webkit-inner-spin-button,
#contents .sellFormSection input[type="number"]::-webkit-outer-spin-button,
#contents .sellFormSection input[type="number"]::-webkit-inner-spin-button,
#contents #estimateForm input[type="number"]::-webkit-outer-spin-button,
#contents #estimateForm input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#contents .requestFormSection textarea,
#contents .sellFormSection textarea,
#contents #estimateForm textarea {
	width: 95%;
	height: 6em;
	margin: 0 15px 0 0;
	padding: 6px 8px;
	border-radius: 4px;
	border: none;
	background: #ffffff;
	border: 2px solid #595651;
	font-size: 2.4rem;
	line-height: 1.2;
}

/* for IE11 */
@media screen and (-ms-high-contrast: none) {
	*::-ms-backdrop, #contents .requestFormSection input,
	*::-ms-backdrop, #contents .requestFormSection textarea {
		font-family: Tahoma !important;
		font-size: 2.4rem !important;
		line-height: 1.2 !important;
	}
	*::-ms-backdrop, #contents .sellFormSection input,
	*::-ms-backdrop, #contents .sellFormSection textarea {
		font-family: Tahoma !important;
		font-size: 2.4rem !important;
		line-height: 1.2 !important;
	}
	*::-ms-backdrop, #contents #estimateForm input,
	*::-ms-backdrop, #contents #estimateForm textarea {
		font-family: Tahoma !important;
		font-size: 2.4rem !important;
		line-height: 1.2 !important;
	}
}

/*---------- placeholder ----------*/

#contents .requestFormSection input::placeholder,
#contents .requestFormSection textarea::placeholder,
#contents .sellFormSection input::placeholder,
#contents .sellFormSection textarea::placeholder,
#contents #estimateForm input::placeholder,
#contents #estimateForm textarea::placeholder {
	color: #cbcbcb;
	font-size: 2.4rem;
	font-weight: bold;
	opacity: 1;
}

#contents .requestFormSection textarea::placeholder,
#contents .sellFormSection textarea::placeholder,
#contents #estimateForm textarea::placeholder {
	line-height: 1;
}

#contents .requestFormSection input:focus::placeholder,
#contents .requestFormSection textarea:focus::placeholder,
#contents .sellFormSection input:focus::placeholder,
#contents .sellFormSection textarea:focus::placeholder,
#contents #estimateForm input:focus::placeholder,
#contents #estimateForm textarea:focus::placeholder {
	color: transparent;
  transition: 0.1s;
}

/*-------------------------
	for IE & Edge
-------------------------*/

#contents .requestFormSection input:-ms-input-placeholder,
#contents .requestFormSection textarea:-ms-input-placeholder,
#contents .sellFormSection input:-ms-input-placeholder,
#contents .sellFormSection textarea:-ms-input-placeholder,
#contents #estimateForm input:-ms-input-placeholder,
#contents #estimateForm textarea:-ms-input-placeholder {
	color: #b5b6b6;
	font-family: Tahoma;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.4;
	opacity: 1;
}

#contents .requestFormSection input::-ms-input-placeholder,
#contents .requestFormSection textarea::-ms-input-placeholder,
#contents .sellFormSection input::-ms-input-placeholder,
#contents .sellFormSection textarea::-ms-input-placeholder,
#contents #estimateForm input::-ms-input-placeholder,
#contents #estimateForm textarea::-ms-input-placeholder {
	color: #b5b6b6;
	font-family: Tahoma;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	opacity: 1;
}

#contents .requestFormSection input:focus::-ms-input-placeholder,
#contents .requestFormSection textarea:focus::-ms-input-placeholder,
#contents .sellFormSection input:focus::-ms-input-placeholder,
#contents .sellFormSection textarea:focus::-ms-input-placeholder,
#contents #estimateForm input:focus::-ms-input-placeholder,
#contents #estimateForm textarea:focus::-ms-input-placeholder {
	color: transparent;
	transition: 0.1s;
}

/*---------- チェックボックス ----------*/

#contents .requestFormSection .check-input,
#contents .sellFormSection .check-input {
	display: none;
}

#contents .requestFormSection .check-input + label,
#contents .sellFormSection .check-input + label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

#contents .requestFormSection .check-input + label span,
#contents .sellFormSection .check-input + label span {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 23px;
	height: 23px;
	background: #ffffff;
	border: 2px solid #595656;
}

#contents .requestFormSection .check-input:checked + label span,
#contents .sellFormSection .check-input:checked + label span {
	background: #ffffff
}

#contents .requestFormSection .check-input:checked + label span::before,
#contents .sellFormSection .check-input:checked + label span::before {
	position: absolute;
	left: 0px;
	top: 10px;
	display: block;
	content: "";
	width: 11px;
  height: 5px;
	background: #4f9d00;
	transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#contents .requestFormSection .check-input:checked + label span::after,
#contents .sellFormSection .check-input:checked + label span::after {
	display: block;
	position: absolute;
	left: 4px;
	top: 7px;
	content: "";
	width: 16px;
	height: 5px;
	background: #4f9d00;
	transform: rotate(-48deg);
	-webkit-transform: rotate(-48deg);
}

/*---------- ラジオボタン ----------*/

#contents .requestFormSection .radio-input,
#contents .sellFormSection .radio-input {
	display: none;
}

#contents .requestFormSection .radio-input + label,
#contents .sellFormSection .radio-input + label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

#contents .requestFormSection .radio-input + label::before,
#contents .sellFormSection .radio-input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 19px;
	height: 19px;
	background: #ffffff;
	border: 2px solid #595651;
	border-radius: 50%;
}

#contents .requestFormSection .radio-input:checked + label::after,
#contents .sellFormSection .radio-input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 5px;
	width: 13px;
	height: 13px;
	background: #4f9d00;
	border-radius: 50%;
}

/*---------- ラジオボタン（画像タイプ） ----------*/

#contents .requestFormSection .radio-input-img,
#contents .sellFormSection .radio-input-img {
	display: none;
}

#contents .requestFormSection .radio-input-img + label,
#contents .sellFormSection .radio-input-img + label {
	position: relative;
	cursor: pointer;
	font-size: 0;
}

#contents .requestFormSection .radio-input-img + label::before,
#contents .sellFormSection .radio-input-img + label::before {
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 142px;
	background: #ffffff;
}

#contents .requestFormSection .kodate .radio-input-img + label::before,
#contents .sellFormSection .kodate .radio-input-img + label::before {
	box-sizing: border-box;
	width: 180px;
	height: 142px;
	border-radius: 10px;
	background: #ffffff url(../images/request/list_img_01_bg.png) no-repeat center center;
	background-size: 160px 125px;
	border: 3px solid #595656;
	z-index: 100;
}

#contents .sellFormSection .kodate .radio-input-img + label::before {
	background: #ffffff url(../images/sell/list_img_01_bg.png) no-repeat center center;
	background-size: 160px 125px;
}

#contents .requestFormSection .mansion .radio-input-img + label::before,
#contents .sellFormSection .mansion .radio-input-img + label::before {
	box-sizing: border-box;
	width: 180px;
	height: 142px;
	border-radius: 10px;
	background: #ffffff url(../images/request/list_img_02_bg.png) no-repeat center center;
	background-size: 160px 129px;
	border: 3px solid #595656;
	z-index: 100;
}

#contents .sellFormSection .mansion .radio-input-img + label::before {
	background: #ffffff url(../images/sell/list_img_02_bg.png) no-repeat center center;
	background-size: 160px 129px;
}

#contents .requestFormSection .tochi .radio-input-img + label::before,
#contents .sellFormSection .tochi .radio-input-img + label::before {
	box-sizing: border-box;
	width: 180px;
	height: 142px;
	border-radius: 10px;
	background: #ffffff url(../images/request/list_img_03_bg.png) no-repeat center 2px;
	background-size: 140px auto;
	border: 3px solid #595656;
	z-index: 100;
}

#contents .requestFormSection .radio-input-img:checked + label::after,
#contents .sellFormSection .radio-input-img:checked + label::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 142px;
	border-radius: 10px;
	border: 3px solid #f39800;
	z-index: 1000;
}

/*---------- ラジオボタン（ボタンタイプ） ----------*/

#contents .requestFormSection .radio-input-btn,
#contents .sellFormSection .radio-input-btn {
	display: none;
}

#contents .requestFormSection .radio-input-btn + label,
#contents .sellFormSection .radio-input-btn + label {
	box-sizing: border-box;
	display: block;
	padding: 0.3em 1.2em 0.2em 1.2em;
	background: #ffffff;
	color: #595656;
	text-align: center;
	font-size: 4.6rem;
	border: 3px solid #595656;
	border-radius: 10px;
	line-height: 1;
	cursor: pointer;
}

#contents .requestFormSection .radio-input-btn:checked + label,
#contents .sellFormSection .radio-input-btn:checked + label {
	border: 3px solid #f39800;
}

/*---------- セレクトメニュー ----------*/

#contents .sellFormSection .selectMenu {
	overflow: hidden;
	width: 230px;
	margin: 0;
	text-align: left;
}

#contents .sellFormSection .selectMenu select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	font-size: 2rem;
	font-weight: bold;
	-webkit-appearance: none;
	appearance: none;
}

#contents .sellFormSection .selectMenu select::-ms-expand {
    display: none;
}

#contents .sellFormSection .selectMenu.slbtn {
	border-radius: 2px;
	border: 2px solid #5b4f37;
	border-radius: 6px;
	background: #ffffff;
}

#contents .sellFormSection .selectMenu.slbtn select {
	padding: 8px 38px 8px 8px;
	color: #5b4f37;
}

/*---------- その他フォームスタイル上書き ----------*/

/* リクエストフォーム ---------- */

#contents .requestFormSection .boxCol3 textarea {
	height: 7em;
}

/* .normalType ---------- */

#contents .requestFormSection table td input,
#contents .requestFormSection table td textarea,
#contents .sellFormSection .normalType input,
#contents .sellFormSection .normalType textarea,
#contents #estimateForm .normalType input,
#contents #estimateForm .normalType textarea {
	margin: 0;
	border: 1px solid #c9caca !important;
}

#contents .requestFormSection table td .inputLine input:nth-child(1),
#contents .sellFormSection .normalType .inputLine input:nth-child(1),
#contents #estimateForm .normalType .inputLine input:nth-child(1) {
	margin-right: 10px;
}

/* チェックボックス */

#contents .sellFormSection .normalType .check-input {
	display: none;
}

#contents .sellFormSection .normalType .check-input + label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

#contents .sellFormSection .normalType .check-input + label span {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 19px;
	height: 19px;
	background: #ffffff;
	border: 1px solid #595656;
}

#contents .sellFormSection .normalType .check-input:checked + label span {
	background: #ffffff
}

#contents .sellFormSection .normalType .check-input:checked + label span::before {
	position: absolute;
	left: 0px;
	top: 9px;
	display: block;
	content: "";
	width: 9px;
  height: 4px;
	background: #4f9d00;
	transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#contents .sellFormSection .normalType .check-input:checked + label span::after {
	display: block;
	position: absolute;
	left: 5px;
	top: 6px;
	content: "";
	width: 12px;
	height: 4px;
	background: #4f9d00;
	transform: rotate(-48deg);
	-webkit-transform: rotate(-48deg);
}

/* ラジオボタン */

#contents .sellFormSection .normalType .radio-input {
	display: none;
}

#contents .sellFormSection .normalType .radio-input + label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

#contents .sellFormSection .normalType .radio-input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 17px;
	height: 17px;
	background: #ffffff;
	border: 1px solid #595651;
	border-radius: 50%;
}

#contents .sellFormSection .normalType .radio-input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 4px;
	width: 11px;
	height: 11px;
	background: #4f9d00;
	border-radius: 50%;
}

/* セレクトメニュー */
#contents .sellFormSection  .normalType .selectMenu.slbtn {
	border-width: 1px;
}

/* .solidType ---------- */

#contents .sellFormSection .solidType input,
#contents .sellFormSection .solidType textarea {
	margin: 0 10px 0 0;
	padding: 3px 8px;
	border-radius: 3px;
	background: #ffffff;
	border: 1px solid #595651;
	font-size: 1.6rem;
	line-height: 1.4;
}

#contents .sellFormSection .solidType td.big input,
#contents .sellFormSection .solidType td.big textarea {
	font-size: 2.4rem;
}

#contents .sellFormSection .solidType .selectList input.grayText {
	width:  300px;
	margin-left: 10px;
	background: #c9cbca;
}

#contents .sellFormSection .solidType .selectList input.grayText:focus {
	background: #ffffff;
}

#contents .sellFormSection .solidType textarea {
	width: 95%;
	height: 8em;
}

/* placeholder */

#contents .sellFormSection .solidType input::placeholder,
#contents .sellFormSection .solidType textarea::placeholder {
	font-size: 1.6rem;
	line-height: 1.2;
}

#contents .sellFormSection .solidType .selectList input.grayText::placeholder {
	color: #ffffff;
}

#contents .sellFormSection .solidType .selectList input.grayText:-ms-input-placeholder {
	color: #ffffff;
}

#contents .sellFormSection .solidType .selectList input.grayText::-ms-input-placeholder {
	color: #ffffff;
}

/*-------------------------
	for IE & Edge
-------------------------*/

#contents .sellFormSection .solidType input:-ms-input-placeholder,
#contents .sellFormSection .solidType textarea:-ms-input-placeholder {
	font-size: 1.6rem;
	line-height: 1.2;
}

#contents .sellFormSection .solidType input::-ms-input-placeholder,
#contents .sellFormSection .solidType textarea::-ms-input-placeholder {
	font-size: 1.6rem;
	line-height: 1.2;
}

/* チェックボックス */

#contents .sellFormSection .solidType .check-input {
	display: none;
}

#contents .sellFormSection .solidType .check-input + label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

#contents .sellFormSection .solidType .check-input + label span {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 19px;
	height: 19px;
	background: #ffffff;
	border: 1px solid #595656;
}

#contents .sellFormSection .solidType .check-input:checked + label span {
	background: #ffffff
}

#contents .sellFormSection .solidType .check-input:checked + label span::before {
	position: absolute;
	left: 0px;
	top: 9px;
	display: block;
	content: "";
	width: 9px;
  height: 4px;
	background: #4f9d00;
	transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#contents .sellFormSection .solidType .check-input:checked + label span::after {
	display: block;
	position: absolute;
	left: 5px;
	top: 6px;
	content: "";
	width: 12px;
	height: 4px;
	background: #4f9d00;
	transform: rotate(-48deg);
	-webkit-transform: rotate(-48deg);
}

/* ラジオボタン */

#contents .sellFormSection .solidType .radio-input {
	display: none;
}

#contents .sellFormSection .solidType .radio-input + label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

#contents .sellFormSection .solidType .radio-input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 17px;
	height: 17px;
	background: #ffffff;
	border: 1px solid #595651;
	border-radius: 50%;
}

#contents .sellFormSection .solidType .radio-input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 4px;
	width: 11px;
	height: 11px;
	background: #4f9d00;
	border-radius: 50%;
}

/*---------- 確認画面 ----------*/

#contents #requestForm .confirm-attTxt,
#contents #sellForm .confirm-attTxt {
	margin: 0 auto 25px auto;
	font-size: 2rem;
	line-height: 1.6;
	text-align: left;
}

#contents #requestForm .confirm-attTxt span,
#contents #sellForm .confirm-attTxt span {
	padding-right: 0.2em;
	font-weight: bold;
	color: #e60012;
}

#contents .requestFormSection-confirm .confirm-view,
#contents .sellFormSection-confirm .confirm-view {
	text-align: left;
	font-size: 2.6rem;
}

#contents .requestFormSection-confirm .confirm-view img,
#contents .sellFormSection-confirm .confirm-view img {
	width: 150px;
	height: auto;
}

#contents .requestFormSection-confirm,
#contents .sellFormSection-confirm {
	margin-bottom: 25px;
	padding: 15px;
	border-radius: 8px;
	background: #f9f4e8;
	line-height: 1.2;
	color: #595656;
}

#contents .requestFormSection-confirm .sectionTitle,
#contents .sellFormSection-confirm .sectionTitle {
	margin-bottom: 20px;
	font-size: 3.2rem;
}

#contents .requestFormSection-confirm .sectionTitle .titleTxt-nowrap,
#contents .sellFormSection-confirm .sectionTitle .titleTxt-nowrap {
	padding-left: 0.8em;
	font-weight: bold;
	line-height: 1.2;
}

#contents .sellFormSection .formBox.solidType-confirm {}

#contents .sellFormSection .formBox.solidType-confirm table {
	border-top: 2px solid #8f9192;
	border-left: 2px solid #8f9192;
	border-bottom: 2px solid #8f9192;
	line-height: 1.2;
}

#contents .sellFormSection .formBox.solidType-confirm table th {
	border-bottom: 1px solid #8f9192;
	border-right: 1px solid #8f9192;
	padding: 0.5em 0.8em 0.5em 0.5em;
	font-size: 2.4rem;
	white-space: nowrap;
}

#contents .sellFormSection .formBox.solidType-confirm table td {
	border-bottom: 1px solid #8f9192;
	border-right: 2px solid #8f9192;
	padding: 0.7em 0.5em;
	font-size: 2rem;
	font-weight: normal;
}

#contents .requestFormSection .formBox table td.confirm,
#contents .sellFormSection .formBox table td.confirm {
	max-width: 22em;
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 1.4;
}

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

#contents #requestForm .completeBox,
#contents #sellForm .completeBox {
	border-radius: 8px;
	padding: 18px 15px;
	background: #e3eff8;
	color: #595656;
}

#contents #requestForm .completeBox p,
#contents #sellForm .completeBox p {
	margin: 2em 4em;
	font-size: 2.4rem;
	line-height: 1.6;
}

@media only screen and (max-width: 767px) {
	#contents #requestFormTopimg,
	#contents #sellFormTopimg {
		padding-bottom: 0px;
		border-bottom: 15px solid #dcdddd;
	}
	
	#contents #requestFormTopimg img,
	#contents #sellFormTopimg img {
		width: 100%;
		height: auto;
	}

	#contents #sellFormTopimg .topimgBottom {
		border-top: 15px solid #dcdddd;
	}

	#contents #sellFormTopimg .topimgStep {
		border-top: 15px solid #dcdddd;
	}
	
	#contents #requestForm,
	#contents #sellForm {
		width: auto;
		margin: 50px auto 30px auto;
		padding: 0 10px;
	}

	#contents #requestForm .readAtt,
	#contents #sellForm .readAtt {
		width: auto;
		margin: -15px auto 1.5em auto;
		font-size: 1.4rem;
	}

	#contents #sellFormCatchimg {
		position: initial;
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
		padding: 15px 0 0 0;
		background: url(../images/sell/sellform_catchimg_bg.png) repeat-x left top;
		background-size: auto 320px;
	}
	
	#contents #sellFormCatchimg .innerimg {
		position: static;
		left: auto;
		top: 0;
		width: 100%;
		height: auto;
		margin: 0;
	}
	
	#contents #sellFormCatchimg .innerimg img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	#contents #requestForm .start_txt,
	#contents #sellForm .start_txt {
		margin: 0 0 15px 0;
	}
	
	#contents #requestForm .start_txt img,
	#contents #sellForm .start_txt img {
		width: 110px;
	}

	/* scroll */
	#contents #requestForm #scroll,
	#contents #sellForm #scroll {
		margin: 30px 0 0 0;
		text-align: center;
	}

	#contents #requestForm #scroll .aBox,
	#contents #sellForm #scroll .aBox {
		position: relative;
		display: inline-block;
		padding: 0 0 80px 0;
		font-size: 1.8rem;
		color: #888888;
	}

	#contents #requestForm #scroll .aBox span,
	#contents #sellForm #scroll .aBox span {
		position: absolute;
		top: 0;
		left: 50%;
		width: 18px;
		height: 18px;
		margin-left: -9px;
		border-left: 1px solid #333333;
		border-bottom: 1px solid #333333;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: sdb 2s infinite;
		animation: sdb 2s infinite;
		opacity: 0;
		box-sizing: border-box;
	}
	
	#contents #requestForm #scroll .aBox span:nth-of-type(1),
	#contents #sellForm #scroll .aBox span:nth-of-type(1) {
		top: 1em;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}

	#contents #requestForm #scroll .aBox span:nth-of-type(2),
	#contents #sellForm #scroll .aBox span:nth-of-type(2) {
		top: 1.6em;
		-webkit-animation-delay: .15s;
		animation-delay: .15s;
	}

	#contents #requestForm #scroll .aBox span:nth-of-type(3),
	#contents #sellForm #scroll .aBox span:nth-of-type(3) {
		top: 2.2em;
		-webkit-animation-delay: .3s;
		animation-delay: .3s;
	}

	@-webkit-keyframes sdb {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	@keyframes sdb {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	/**/
	
	#contents .requestFormSection,
	#contents .sellFormSection {
		margin-bottom: 30px;
		border-radius: 6px;
		padding: 12px 10px;
		font-size: 1.6rem;
	}

	#contents .sellFormSection.sellForm-solidType {
		padding-bottom: 0;
	}
	
	#contents .requestFormSection .sectionTitle,
	#contents .sellFormSection .sectionTitle {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	
	#contents .requestFormSection .sectionTitle .titleTxt-nowrap,
	#contents .sellFormSection .sectionTitle .titleTxt-nowrap {
		padding-left: 0.5em;
		font-weight: bold;
		line-height: 1.2;
	}
	
	#contents .requestFormSection .sectionTitle .titleTxt-nowrap .sub,
	#contents .sellFormSection .sectionTitle .titleTxt-nowrap .sub {
		font-size: 1.2rem;
	}
	
	#contents .requestFormSection .sectionTitle .titleTxt-nowrap .blue,
	#contents .sellFormSection .sectionTitle .titleTxt-nowrap .blue {
		color: #00a0e9;
	}
	
	#contents .requestFormSection .sectionTitleSub,
	#contents .sellFormSection .sectionTitleSub {
		margin: 0 0 0.6em 0;
		font-weight: bold;
		line-height: 1.2;
	}
	
	#contents .requestFormSection .sectionTitleSub .br,
	#contents .sellFormSection .sectionTitleSub .br {
		display: inline-block;
	}
	
	#contents .requestFormSection .sectionTitleSub .blue,
	#contents .sellFormSection .sectionTitleSub .blue {
		color: #00a0e9;
	}

	#contents .requestFormSection .sectionTitle .hissu,
	#contents .sellFormSection .sectionTitle .hissu {
		margin-left: 0.8em;
		padding: 0.2em 0.4em 0.2em 0.4em;
		border-radius: 5px;
		font-size:  1rem;
		line-height: 1.4;
	}

/*--------------------------------------------------
	request form [sp]
--------------------------------------------------*/

	#contents .requestFormQ2List {
		position: relative;
		margin-bottom: 30px; 
		background: #f4f1e0;
	}
	
	#contents .requestFormQ2List:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -20px;
		border: 20px solid transparent;
		border-top: 20px solid #f4f1e0;
	}
	
	#contents .requestFormQ2_1 { background: #f8edec; }
	#contents .requestFormQ2_2 { background: #f8edec; }
	#contents .requestFormQ2_3 { background: #f8edec; }
	
	#contents .requestFormQ8 { margin-bottom: 30px; }
	
	#contents .requestFormQ8:before {
		margin-left: -20px;
		border: 20px solid transparent;
		border-top: 20px solid #f9f4e8;
	}
	
	/*---------- Q1 ----------*/
	
	#contents .requestFormQ1 {
		padding-bottom: 15px;
		display: block;
	}
	
	#contents .requestFormQ1 .Q1Title {
		position: relative;
		width: 100%;
	}
	
	#contents .requestFormQ1 .Q1Title .sectionTitleSub {
		position: absolute;
		top: 0;
		left: 30px;
		font-size: 1.6rem;
		padding-left: 0;
	}
	
	#contents .requestFormQ1 .Q1-select {
		width: 100%;
		margin-top: 0;
	}
	
	#contents .requestFormQ1 .Q1-select .selectImgList {
		display: flex;
		justify-content: space-around;
		margin: 15px 0 0 0;
	}
	
	#contents .requestFormQ1 .Q1-select .selectImgList li {
		width: 90px;
		height: 71px;
		margin: 0;
	}
	
	/*---------- Q2 ----------*/
	
	#contents .requestFormSection.requestFormQ2List .selectBtnList {
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	#contents .requestFormSection.requestFormQ2List .selectBtnList li {
		display: block;
		box-sizing: border-box;
		border-radius: 8px;
	}
	
	#contents .requestFormSection.requestFormQ2List .selectBtnList li.listOR {
		margin: 0;
		padding: 0;
		font-size: 2rem;
	}
	
	#contents .requestFormSection .boxCol3 {
		margin: 0;
		padding: 0;
	}
	
	#contents .requestFormSection .boxCol3 li {
		box-sizing: border-box;
		border-radius: 8px;
		padding: 10px;
	}
	
	#contents .requestFormSection .boxCol3 li.listOR {
		align-self: center;
		width: 8%;
		font-weight: bold;
		font-size: 2rem;
		text-align: center;
	}

	/*---------- Q4 ----------*/
	
	#contents .requestFormSection.requestFormQ4 .formBox .sideM input {
		width: 6em;
	}
	
	/*---------- Q5 ----------*/
	
	#contents .requestFormSection.requestFormQ5 {
		padding-bottom: 25px;
	}

	#contents .requestFormSection.requestFormQ5 .formBox .sideM input {
		width: 8em;
	}
	
	/*---------- Q6 ----------*/
	
	#contents .requestFormSection.requestFormQ6List .formBox .selectList {
		display: flex;
		justify-content: space-around !important;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	
	#contents .requestFormSection.requestFormQ6List .formBox .selectList li {
		align-self: flex-start;
		margin: 0;
		vertical-align: middle;
		text-align: left;
	}
	
	#contents .requestFormSection.requestFormQ6List .formBox .selectList li:nth-child(1) {
		width: 30% !important;
	}
	
	#contents .requestFormSection.requestFormQ6List .formBox .selectList li:nth-child(2) {
		width: 60% !important;
	}
	
	#contents .requestFormSection.requestFormQ6List .formBox .selectList li:last-child .brLine {
		display: inline-block;
		margin-top: 5px;
	}
	
	#contents .requestFormSection.requestFormQ6List .formBox input[type="text"].small,
	#contents .requestFormSection.requestFormQ6List .formBox input[type="tel"].small {
		margin: 0 5px;
		width: 4.5em;
	}
	
	/*---------- request formBox common ----------*/
	
	#contents .requestFormSection .formBox {
		font-weight: bold;
		text-align: left;
	}
	
	#contents .requestFormSection .formBox .or {
		margin: 0 0.5em;
		font-size: 1.8rem;
	}
	
	#contents .requestFormSection .formBox .sideM {
		margin: 0;
	}
	
	#contents .requestFormSection .formBox .selectList {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
	}
	
	#contents .requestFormSection .formBox .selectList li {
		margin: 0 0 10px 0;
		width: 50%;
		font-size: 1.6rem;
	}
	
	#contents .requestFormSection .formBox .att {
		margin: 15px 0 0 0;
		font-size: 1.2rem;
	}
	
	#contents .requestFormSection .formBox .inputTitle {
		margin: 0 0 0.2em 0;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	#contents .requestFormSection .formBox .end_input{
		margin: 10px 0 0 0;
		font-weight: bold;
	}
	
	/*---------- request formBox table ----------*/
	
	#contents .requestFormSection .formBox table {
		margin: 0 auto;
	}
	
	#contents .requestFormSection .formBox table th {
		max-width: 5em;
		padding: 0.8em 0;
		font-weight: bold;
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.2;
	}

	#contents .requestFormSection .formBox table th.lineTitle {
		font-size: 1.4rem;
	}
	
	#contents .requestFormSection .formBox table th span {
		display: block;
		padding-left: 0.8em;
		font-size: 1.2rem;
		text-align: right;
	}
	
	#contents .requestFormSection .formBox table td {
		padding: 0.8em 0 0.8em 1em;
		text-align: left;
	}
	
	#contents .requestFormSection .formBox table td .red {
		margin: 0.5em 0 0 0;
		font-size: 1.4rem;
	}
	
	#contents .requestFormSection .formBox table td.end_select {
		padding: 0 0 1em 0;
	}
	
	#contents .requestFormSection .formBox table td .selectList {
		display: flex;
		justify-content: space-around;
	}
	
	#contents .requestFormSection .formBox table td .selectList li {
		width: 30%;
		font-weight: bold;
		font-size: 1.4rem;
		text-align: center;
	}
	
	/*---------- goRequestBtn ----------*/
	
	#contents #requestForm .goRequestBtn {
		margin: 25px auto 35px auto;
	}
	
	#contents #requestForm .goRequestBtn a {
		padding: 15px 60px 15px 25px;
		background: #00a0e9 url(../images/request/go_request_btn_bg.png) no-repeat right 15px bottom 0;
		background-size: 46px 60px;
		font-size: 1.8rem;
	}
	
	#contents #requestForm .goRequestBtn a span {
		font-size: 1.4rem;
	}
	
	
	#contents #requestForm .goRequestBtn a:hover {
		opacity: 0.7;
	}
	
	#contents #requestForm .goRequestBtn a.send {
		margin-left: 15px;
		padding: 15px 20px;
		background: #00a0e9;
	}
	
	#contents #requestForm .goRequestBtn a.back {
		padding: 15px 20px;
		background: #dddddd;
		color: #777777;
	}

	/*--------------------------------------------------
		sell form [sp]
	--------------------------------------------------*/

	#contents .sellForm-normalType {
		margin-bottom: 35px;
	}

	#contents .sellForm-normalType::before {
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 25px solid #f9f4e8;
	}

	#contents .sellFormQ1 {
		margin-bottom: 35px;
	}

	#contents .sellFormQ1::before {
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 25px solid #e7f2f0;
	}

	/*---------- Q1 ----------*/

	#contents .sellFormQ1 {
		height: 130px;
	}

	#contents .sellFormQ1 .Q1Title .sectionTitleSub {
		padding-left: 0.5em;
	}

	#contents .sellFormQ1 .Q1-select {
		margin-top: 0;
	}

	#contents .sellFormQ1 .Q1-select .selectImgList {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	#contents .sellFormQ1 .Q1-select .selectImgList li {
		width: 90px;
	}

	/*---------- Q2(全表示時) ----------*/

	#contents .sellFormSection.sellFormQ2 .sideM {
		margin: 0;
	}

	#contents .sellFormSection.sellFormQ2 .addressBox {
		display: flex;
		justify-content: center;
		text-align: left;
	}
	
	#contents .sellFormSection.sellFormQ2 .addressBox .addressTitle {
		margin: 1.2em 1em 0 0;
		white-space: nowrap;
		font-size: 2rem;
	}
	
	#contents .sellFormSection.sellFormQ2 .addressBox .addressInput {
		width: 60%;
	}

	#contents .sellFormSection.sellFormQ2List .selectList {
		margin: 0 0 -0.5em 0;
	}

	#contents .sellFormSection.sellFormQ2List .selectList li {
		display: block;
		margin: 0 0.25em 0.5em 0.25em;
		width: auto;
		line-height: 1.2;
	}

	#contents .sellFormSection.sellFormQ2List .addressInput .selectList li:nth-child(4) {
		font-weight: normal;
	}

	#contents .sellFormSection.sellFormQ2List .selectList li.edogawa {
		font-size: 2rem;
	}

	#contents .sellFormSection.sellFormQ2List .selectList li .title {
		margin-bottom: 2px;
		font-size: 1.5rem;
		font-weight: normal;
	}

	#contents .sellFormSection.sellFormQ2List .att {}

	#contents .sellFormSection.sellFormQ2List .att .selectList {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}

	#contents .sellFormSection.sellFormQ2List .att .selectList li {
		margin: 0;
		align-content: center;
	}

	#contents .sellFormSection.sellFormQ2List .att .selectList li:nth-child(1) {
		width:  40%;
		text-indent: -1em;
		padding-left: 1.5em;
	}

	#contents .sellFormSection.sellFormQ2List .att .selectList li:nth-child(2),
	#contents .sellFormSection.sellFormQ2List .att .selectList li:nth-child(3) {
		margin-left: 5px;
	}

	/*---------- Q3(全表示時) ----------*/

	#contents .sellFormSection.sellFormQ3 .sideM {
		margin: 0 0.25em;
	}
/*
	#contents .sellFormSection.sellFormQ3List .selectList {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto -0.2em auto;
	}

	#contents .sellFormSection.sellFormQ3List .selectList li {
		margin: 0 0 0.6em 0;
		width: 26%;
		line-height: 1.2;
		text-align: left;
	}

	#contents .sellFormSection.sellFormQ3List .selectList li:nth-child(1),
	#contents .sellFormSection.sellFormQ3List .selectList li:nth-child(5),
	#contents .sellFormSection.sellFormQ3List .selectList li:nth-child(9),
	#contents .sellFormSection.sellFormQ3List .selectList li:nth-child(13) {
		width: 18%;
	}

	#contents .sellFormSection.sellFormQ3List .selectList li:nth-child(2),
	#contents .sellFormSection.sellFormQ3List .selectList li:nth-child(6),
	#contents .sellFormSection.sellFormQ3List .selectList li:nth-child(10),
	#contents .sellFormSection.sellFormQ3List .selectList li:nth-child(14) {
		width: 22%;
	}

	#contents .sellFormSection.sellFormQ3List .selectList li:nth-child(16) {
		width: 100%;
	}

	#contents .sellFormSection.sellFormQ3List .selectList li .sub {
		margin: 0 0 -0.3em 20px;
		font-size: 1rem;
	}

	/*---------- Q4(全表示時) ----------*/

	#contents .sellFormSection.sellFormQ4 .sideM {
		margin: 0;
		text-align: left;
	}

	#contents .sellFormSection.sellFormQ4List .selectList {
		display: block;
		margin: 0 auto;
	}

	#contents .sellFormSection.sellFormQ4List .selectList li {
		display: inline-block;
		margin: 0 0.25em;
		padding: 0;
		width: auto;
		line-height: 1.2;
		vertical-align: middle;
	}

	#contents .sellFormSection.sellFormQ4List .selectList li input {
		margin: 0;
		width:  5em;
	}

	/*---------- Q5(全表示時) ----------*/

	#contents .sellFormSection.sellFormQ5 .sideM {
		margin: 0;
		text-align: left;
	}

	#contents .sellFormSection.sellFormQ5List .selectList {
		display: block;
		margin: 0 auto;
	}

	#contents .sellFormSection.sellFormQ5List .selectList li {
		display: inline-block;
		margin: 0 0.25em;
		width: auto;
		line-height: 1.2;
		text-align: left;
	}

	#contents .sellFormSection.sellFormQ5List .selectList li input {
		margin: 0;
		width:  5em;
	}

	/*---------- Q6(全表示時) ----------*/

	#contents .sellFormSection.sellFormQ6 .sideM {
		margin: 0;
		text-align: left;
	}

	#contents .sellFormSection.sellFormQ6List .selectList {
		display: block;
		margin: 0 auto;
	}

	#contents .sellFormSection.sellFormQ6List .selectList li {
		display: inline-block;
		margin: 0 0.25em;
		width: auto;
		line-height: 1.2;
		vertical-align: bottom;
	}

	/*---------- Q7(全表示時) ----------*/

	#contents .sellFormSection.sellFormQ7 .sideM {
		margin: 0;
	}

	#contents .sellFormSection.sellFormQ7List .selectList {
		display: block;
		margin: 0 auto -0.5em auto;
	}

	#contents .sellFormSection.sellFormQ7List .selectList li {
		display: inline-block;
		margin: 0 0.5em 0.5em 0.5em;
		width: auto;
		line-height: 1.2;
		text-align: left;
	}

	/*---------- Q8(全表示時) ----------*/

	#contents .sellFormSection.sellFormQ8 .sideM {
		margin: 0;
		text-align: left;
	}

	#contents .sellFormSection.sellFormQ8List .selectList {
		display: block;
		margin: 0 auto -0.5em auto;
	}

	#contents .sellFormSection.sellFormQ8List .selectList li {
		display: inline-block;
		margin: 0 0.5em 0.5em 0.5em;
		width: auto;
		line-height: 1.2;
		text-align: left;
	}

	/*---------- sell formBox common ----------*/

	#contents .sellFormSection .att .addressBox2 {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		text-align: left;
	}
	
	#contents .sellFormSection .att .addressBox2 .addressTitle {
		box-sizing: border-box;
		width: 70%;
		margin: 0 15px 0 0;
		white-space: nowrap;
		font-size: 1.2rem;
		text-align: right;
	}
	
	#contents .sellFormSection .att .addressBox2 .addressInput {
		width: 30%;
	}

	#contents .sellFormSection .att .addressBox2 .selectList {
		display: block;
		margin: 0 0 -0.8em 0;
	}

	#contents .sellFormSection .att .addressBox2 .selectList li {
		display: block !important;
		margin: 0 0 0.8em 0 !important;
		padding: 0 !important;
		width: auto !important;
		font-size: 1.4rem;
		line-height: 1.2;
		text-align: left;
		text-indent: 0 !important;
	}

	#contents .sellFormSection .formBox {
		font-weight: bold;
		text-align: left;
	}

	#contents .sellFormSection .formBox .red {
		font-size: 1.4rem;
	}

	#contents .sellFormSection .formBox .att {
		margin: 25px 0 0 0;
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1.2;
	}

	#contents .sellFormSection .formBox .att .check-input + label span {
		top: 0px;
	}

	#contents .sellFormSection .formBox .att .radio-input + label::before {
		top: 0px;
	}

	#contents .sellFormSection .formBox .att .radio-input + label::after {
		top: 4px;
	}

	#contents .sellFormSection .formBox .selectList li.att p {
		margin: 0;
		padding: 0.4em 0.15em 0.2em 0.2em;
		border-radius: 6px;
		background: #ceebfb;
		border: 2px solid #00a0e9;
		font-weight: bold;
		font-size: 1.1rem;
		line-height: 1.2;
		color: #00a0e9;
		letter-spacing: -0.05em;
	}

	#contents .sellFormSection .formBox .selectList li.att p i {
		margin-right: 0.2em;
	}

	/*---------- form solidType ----------*/

	#contents .sellFormSection .formBox table.solidType {
		width: 100%;
		margin: 0 auto;
		border: none;
	}

	#contents .sellFormSection .formBox table.solidType th {
		display: block;
		width: auto;
		padding: 0;
		border: none;
		font-weight: bold;
		font-size:  1.6rem;
		text-align: left;
		line-height: 1.2;
	}

	#contents .sellFormSection .formBox table.solidType th.big {
		padding: 0;
		font-size: 1.6rem;
	}

	#contents .sellFormSection .formBox table.solidType th .sub {
		display: inline-block;
		padding-left: 0.2em;
		font-size: 1.2rem;
	}

	#contents .sellFormSection .formBox table.solidType th .hissu {
		margin-left: 0.8em;
		padding: 0.2em 0.4em 0.2em 0.4em;
		border-radius: 5px;
		font-size:  1rem;
		line-height: 1.4;
	}

	#contents .sellFormSection .formBox table.solidType td {
		display: block;
		width: auto;
		max-width: initial;
		padding: 0;
		border:none;
		text-align: left;
	}

	#contents .sellFormSection .formBox table.solidType td.big {
		padding: 0;
		font-size: 1.6rem;
	}

	#contents .sellFormSection .formBox table.solidType td .solidAtt {
		margin-top: 0.8em;
		font-weight: normal;
		font-size: 1.2rem;
	}

	#contents .sellFormSection .formBox table.solidType td .selectList {
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 -0.5em 0;
		padding: 0;
	}

	#contents .sellFormSection .formBox table.solidType td .selectList li {
		width: 100%;
		margin: 0 0 1em 0;
		font-weight: bold;
		font-size: 1.4rem;
		vertical-align: middle;
		line-height: 1.2;
	}

	#contents .sellFormSection .formBox table.solidType td .selectList li.mw {
		width: 100%;
	}

	#contents .sellFormSection .formBox table.solidType td .selectList li.ti {
		text-indent: -1.5em;
		padding-left: 1.5em;
	}

	#contents .sellFormSection .formBox table.solidType td .selectList li.mw.fbig label,
	#contents .sellFormSection .formBox table.solidType td .selectList li.ibw.fbig label {
		font-size: 1.6rem;
		text-decoration: underline;
	}

	#contents .sellFormSection .formBox table.solidType td .selectList li.ibw.fbig label {
		text-decoration: none;
	}

	#contents .sellFormSection .formBox table.solidType td .selectList li.ibw.fbig label span {
		top: 0px;
	}

	#contents .sellFormSection .formBox table.solidType td .selectList li .att {
		margin: 10px 0 0 20px;
		padding: 10px 10px 10px 1.5em;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	#contents .sellFormSection .formBox table.solidType td .selectList li .att i {
		font-size: 1.4rem;
	}

	#contents .sellFormSection .formBox table.solidType td .inputLine {
		margin: 0 0 -0.5em 0;
		padding: 0;
	}

	#contents .sellFormSection .formBox table.solidType td .inputLine li {
		width: auto;
		margin: 0 0 1em 0;
		font-size: 1.6rem;
	}

	#contents .sellFormSection .formBox table.solidType th .solidTitleBox {
		margin: 0;
		padding: 0.2em 0.4em;
		border-radius:  10px 10px 0 0;
		border-top: 2px solid #b7b7b9;
		border-left: 2px solid #b7b7b9;
		border-right: 2px solid #b7b7b9;
		border-bottom: 1px solid #b7b7b9;
	}

	#contents .sellFormSection .formBox table.solidType td .solidBox {
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0.6em 0.8em;
		border-radius: 0 0 10px 10px;
		border-left: 2px solid #b7b7b9;
		border-right: 2px solid #b7b7b9;
		border-bottom: 2px solid #b7b7b9;
	}

	#contents .sellFormSection .formBox table.solidType td .miniSection {
		margin: 0 0 23px 0;
	}
	
	#contents .sellFormSection .formBox table.solidType td .miniSection .subTitle {
		margin-bottom: 0.8em;
		padding: 0.3em 0.45em;
	}

	/*---------- form normalType ----------*/

	#contents .sellForm-normalType {
		padding: 0 0 35px 0 !important;
		border-radius: 0 0 5px 5px !important;
	}

	#contents .sellForm-normalType .sectionTitle {
		margin-bottom: 35px !important;
		padding: 0.5em;
		border-radius: 5px 5px 0 0;
		font-size: 1.6rem;
		color: #b38240;
	}

	#contents .sellForm-normalType .sectionTitle02 {
		margin-bottom: 10px;
		padding: 20px 10px 25px 10px;
		font-size: 1.6rem;
	}
	
	#contents .sellForm-normalType .sectionTitle02 .titleTxt-nowrap {
		padding-left: 0.5em;
		font-weight: bold;
		line-height: 1.2;
	}

	#contents .sellFormSection .formBox table.normalType {
		width: 95%;
		margin: 0 auto;
	}

	#contents .sellFormSection .formBox table.normalType th {
		width: 25%;
		padding: 5px 0 0 0;
		font-weight: bold;
		font-size:  1.6rem;
		text-align: left;
		vertical-align: top;
		line-height: 1.2;
	}

	#contents .sellFormSection .formBox table.normalType th .sub {
		display: block;
		font-size: 1.2rem;
	}

	#contents .sellFormSection .formBox table.normalType th .hissu {
		display: inline-block;
		margin: 0 0 0 0.8em;
		padding: 0.2em 0.4em 0.2em 0.4em;
		border-radius: 5px;
		font-size:  1rem;
		line-height: 1.4;
		vertical-align: middle;
	}

	#contents .sellFormSection .formBox table.normalType th.etc {
		font-size: 1.6rem;
		text-indent: -1em;
		padding-left: 1em;
	}

	#contents .sellFormSection .formBox table.normalType td {
		padding: 0 20px 15px 20px;
		font-size: 1.6rem;
		text-align: left;
	}

	#contents .sellFormSection .formBox table.normalType td .inputLine {
		margin: 0 0 -0.5em 0;
		padding: 0;
	}

	#contents .sellFormSection .formBox table.normalType td .inputLine li {
		width: auto;
		margin: 0 0 1em 0;
	}

	#contents .sellFormSection .formBox table.normalType td .inputLine li .title {
		display: block;
		margin-bottom: 5px;
		font-weight: normal;
		font-size: 1.4rem;
	}

	#contents .sellFormSection .formBox table.normalType td .att {
		margin-top: 10px;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	#contents .sellFormSection .formBox table.normalType td input.normal {
		width: 6em;
	}

	#contents .sellFormSection .formBox table.normalType td .selectList {
		box-sizing: border-box;
		display: block;
		margin: 0 0 -0.5em 0;
		padding: 0;
	}
	
	#contents .sellFormSection .formBox table.normalType td .selectList li {
		display: inline-block;
		width: auto;
		margin: 0 0.5em 1em 0;
		font-weight: bold;
		font-size: 1.4rem;
		vertical-align: middle;
		line-height: 1.2;
	}

	/* end_select */

	#contents .sellFormSection .formBox table.normalType td.telSecPadding {
		padding-bottom: 20px;	
	}

	#contents .sellFormSection .formBox table.normalType td.end_select {
		padding: 1em 0 0.5em 0;
	}

	#contents .sellFormSection .formBox table.normalType td.end_select .selectList {
		display: flex;
		justify-content: center;
	}

	#contents .sellFormSection .formBox table.normalType td.end_select .selectList li {
		width: auto;
		padding: 0 0.5em;
		font-weight: bold;
		font-size: 1.6rem;
	}

	#contents .sellFormSection .formBox table.normalType td.end_select .selectList li .radio-input + label::before {
		top: 1px;
		left: 0;
		width: 15px;
		height: 15px;
		background: #ffffff;
		border: 1px solid #595651;
		border-radius: 50%;
	}

	#contents .sellFormSection .formBox table.normalType td.end_select .selectList li .radio-input:checked + label::after {
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		left: 4px;
		width: 9px;
		height: 9px;
		background: #4f9d00;
		border-radius: 50%;
	}

	/*---------- goSellBtn ----------*/

	#contents #sellForm .goSellBtn {
		margin: 35px auto 50px auto;
	}

	#contents #sellForm .goSellBtn a {
		padding: 15px 25px;
		border-radius: 8px;
		font-size: 1.8rem;
	}

	#contents #sellForm .goSellBtn a span {
		font-size: 1.4rem;
	}


	#contents #sellForm .goSellBtn a:hover {
		opacity: 0.7;
	}

	#contents #sellForm .goSellBtn a.send {
		margin-left: 15px;
		padding: 15px 20px;
		background: #00a0e9;
	}

	#contents #sellForm .goSellBtn a.back {
		padding: 15px 20px;
		background: #dddddd;
		color: #777777;
	}

	#contents #sellForm .goSellBtn a i {
		margin-left: 0.5em;
	}

	/*--------------------------------------------------
		estimate form [sp]
	--------------------------------------------------*/

	/*---------- estimateForm ----------*/

	#contents #estimateForm {
		margin: 0 10px;
		padding: 0 !important;
		border-radius: 0 0 5px 5px !important;	
	}

	#contents #estimateForm .red {
		font-size: 1.4rem;
	}

	#contents #estimateForm .formWrap {
		position: relative;
		margin-bottom: 35px;
		background: #f9f4e8;
	}

	#contents #estimateForm .formWrap::before {
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 25px solid #f9f4e8;
	}

	#contents #estimateForm .formWrap {
		position: relative;
		margin-bottom: 0;
		background: #f9f4e8;
	}

	#contents #estimateForm .sectionTitle {
		margin-bottom: 35px !important;
		padding: 0.5em;
		border-radius: 5px 5px 0 0;
		font-size: 1.6rem;
		color: #b38240;
	}

	#contents #estimateForm table {
		width: 95%;
		margin: 0 auto;
	}

	#contents #estimateForm table th {
		width: 25%;
		padding: 5px 0 0 0;
		font-weight: bold;
		font-size:  1.6rem;
		text-align: left;
		vertical-align: top;
		line-height: 1.2;
	}

	#contents #estimateForm table th .sub {
		display: block;
		font-size: 1.2rem;
	}

	#contents #estimateForm table th .hissu {
		display: inline-block;
		margin: 0 0 0 0.8em;
		padding: 0.25em 0.4em 0.2em 0.4em;
		border-radius: 4px;
		font-size:  1.1rem;
		line-height: 1.2;
	}

	#contents #estimateForm table td {
		padding: 0 20px 15px 20px;
		font-size: 1.6rem;
		text-align: left;
	}

	#contents #estimateForm table td .inputLine {
		margin: 0 0 -0.5em 0;
		padding: 0;
	}

	#contents #estimateForm table td .inputLine li {
		width: auto;
		margin: 0 0 1em 0;
	}

	#contents #estimateForm table td .inputLine li .title {
		display: block;
		margin-bottom: 5px;
		font-weight: normal;
		font-size: 1.4rem;
	}

	#contents #estimateForm table td .att {
		margin-top: 10px;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	#contents #estimateForm table.normalType td input.normal {
		width: 6em;
	}

	/*---------- goEstimateBtn ----------*/

	#contents #estimateForm .goEstimateBtn {
		margin: 35px auto 50px auto;
	}

	#contents #estimateForm .goEstimateBtn a {
		padding: 15px 25px;
		border-radius: 8px;
		font-size: 1.8rem;
	}

	#contents #estimateForm .goEstimateBtn a span {
		font-size: 1.4rem;
	}


	#contents #estimateForm .goEstimateBtn a:hover {
		opacity: 0.7;
	}

	#contents #estimateForm .goEstimateBtn a.send {
		margin-left: 15px;
		padding: 15px 20px;
		background: #00a0e9;
	}

	#contents #estimateForm .goEstimateBtn a.back {
		padding: 15px 20px;
		background: #dddddd;
		color: #777777;
	}

	#contents #estimateForm .goEstimateBtn a i {
		margin-left: 0.5em;
	}

	/*--------------------------------------------------
		フォームパーツ [sp]
	--------------------------------------------------*/

	#contents .requestFormSection input[type="text"],
	#contents .requestFormSection input[type="email"],
	#contents .requestFormSection input[type="number"],
	#contents .requestFormSection input[type="tel"],
	#contents .sellFormSection input[type="text"],
	#contents .sellFormSection input[type="email"],
	#contents .sellFormSection input[type="number"],
	#contents .sellFormSection input[type="tel"],
	#contents #estimateForm input[type="text"],
	#contents #estimateForm input[type="email"],
	#contents #estimateForm input[type="number"],
	#contents #estimateForm input[type="tel"] {
		margin: 0 10px 0 0;
		padding: 2px 8px;
		border-radius: 4px;
		border: 1px solid #595651;
		font-size: 1.6rem;
		line-height: 1.4;
	}

	#contents .requestFormSection input[type="text"].big,
	#contents .requestFormSection input[type="email"].big,
	#contents .requestFormSection input[type="number"].big,
	#contents .sellFormSection input[type="text"].big,
	#contents .sellFormSection input[type="email"].big,
	#contents .sellFormSection input[type="number"].big,
	#contents #estimateForm input[type="text"].big,
	#contents #estimateForm input[type="email"].big,
	#contents #estimateForm input[type="number"].big {
		width: 90%;
	}

	#contents .requestFormSection input[type="text"].normal,
	#contents .requestFormSection input[type="number"].normal,
	#contents .sellFormSection input[type="number"].normal,
	#contents .sellFormSection input[type="text"].normal,
	#contents #estimateForm input[type="number"].normal,
	#contents #estimateForm input[type="text"].normal {
		width: 10em;
	}

	#contents .requestFormSection input[type="text"].normal02,
	#contents .requestFormSection input[type="number"].normal02,
	#contents .sellFormSection input[type="text"].normal02,
	#contents .sellFormSection input[type="number"].normal02,
	#contents #estimateForm input[type="text"].normal02,
	#contents #estimateForm input[type="number"].normal02 {
		width: 12em;
	}

	#contents .requestFormSection input[type="text"].small,
	#contents .requestFormSection input[type="number"].small,
	#contents .requestFormSection input[type="tel"].small,
	#contents .sellFormSection input[type="text"].small,
	#contents .sellFormSection input[type="number"].small,
	#contents .sellFormSection input[type="tel"].small,
	#contents #estimateForm input[type="text"].small,
	#contents #estimateForm input[type="number"].small,
	#contents #estimateForm input[type="tel"].small {
		width: 6em;
	}

	#contents .requestFormSection input[type="text"].small+.subTxt,
	#contents .requestFormSection input[type="number"].small+.subTxt,
	#contents .sellFormSection input[type="text"].small+.subTxt,
	#contents .sellFormSection input[type="number"].small+.subTxt,
	#contents #estimateForm input[type="text"].small+.subTxt,
	#contents #estimateForm input[type="number"].small+.subTxt {
		display: inline-block;
		margin-left: -0.5em;
		margin-right: 1.2em;
		font-size: 2.8rem;
	}

	#contents .requestFormSection input[type="number"],
	#contents .sellFormSection input[type="number"],
	#contents #estimateForm input[type="number"] {
		-moz-appearance:textfield;
	}

	#contents .requestFormSection input[type="number"]::-webkit-outer-spin-button,
	#contents .sellFormSection input[type="number"]::-webkit-outer-spin-button,
	#contents #estimateForm input[type="number"]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

	#contents .requestFormSection textarea,
	#contents .sellFormSection textarea,
	#contents #estimateForm textarea {
		height: 7em;
		padding: 6px 8px;
		border: 1px solid #595651;
		font-size: 1.6rem;
		line-height: 1.2;
	}

	/*---------- placeholder [sp] ----------*/

	#contents .requestFormSection input::placeholder,
	#contents .requestFormSection textarea::placeholder,
	#contents .sellFormSection input::placeholder,
	#contents .sellFormSection textarea::placeholder,
	#contents #estimateForm input::placeholder,
	#contents #estimateForm textarea::placeholder {
		font-size: 1.6rem;
	}

	#contents .requestFormSection textarea::placeholder,
	#contents .sellFormSection textarea::placeholder,
	#contents #estimateForm textarea::placeholder {
		line-height: 1.2;
	}

	/*---------- チェックボックス [sp] ----------*/

	#contents .requestFormSection .check-input + label,
	#contents .sellFormSection .check-input + label {
		padding-left: 20px;
	}

	#contents .requestFormSection .check-input + label span,
	#contents .sellFormSection .check-input + label span {
		top: 3px;
		left: 0;
		width: 16px;
		height: 16px;
		border: 1px solid #595651;
	}

	#contents .requestFormSection .check-input:checked + label span::before,
	#contents .sellFormSection .check-input:checked + label span::before {
		left: 1px;
		top: 7px;
		width: 7px;
		height: 3px;
	}

	#contents .requestFormSection .check-input:checked + label span::after,
	#contents .sellFormSection .check-input:checked + label span::after {
		left: 3px;
		top: 6px;
		width: 11px;
		height: 3px;
	}

	/*---------- ラジオボタン [sp] ----------*/

	#contents .requestFormSection .radio-input + label,
	#contents .sellFormSection .radio-input + label {
		padding-left: 20px;
	}

	#contents .requestFormSection .radio-input + label::before,
	#contents .sellFormSection .radio-input + label::before {
		top: 1px;
		left: 0;
		width: 15px;
		height: 15px;
		border: 1px solid #595651;
	}

	#contents .requestFormSection .radio-input:checked + label::after,
	#contents .sellFormSection .radio-input:checked + label::after {
		top: 5px;
		left: 4px;
		width: 9px;
		height: 9px;
	}

	/*---------- ラジオボタン（画像タイプ） [sp] ----------*/

	#contents .requestFormSection .radio-input-img + label,
	#contents .sellFormSection .radio-input-img + label {
		padding-left: 20px;
		font-size: 1.4rem;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}

	#contents .requestFormSection .radio-input-img + label::before,
	#contents .sellFormSection .radio-input-img + label::before {
		width: 90px;
		height: 71px;
	}

	#contents .requestFormSection .kodate .radio-input-img + label::before,
	#contents .sellFormSection .kodate .radio-input-img + label::before {
		width: 90px;
		height: 71px;
		border-radius: 6px;
		background-size: 80px 63px;
		border: 2px solid #595656;
	}

	#contents .requestFormSection .mansion .radio-input-img + label::before,
	#contents .sellFormSection .mansion .radio-input-img + label::before {
		width: 90px;
		height: 71px;
		border-radius: 6px;
		background-size: 80px 65px;
		border: 2px solid #595656;
	}

	#contents .requestFormSection .tochi .radio-input-img + label::before,
	#contents .sellFormSection .tochi .radio-input-img + label::before {
		width: 90px;
		height: 71px;
		border-radius: 6px;
		background-size: 70px auto;
		border: 2px solid #595656;
	}

	#contents .requestFormSection .radio-input-img:checked + label::after,
	#contents .sellFormSection .radio-input-img:checked + label::after {
		width: 90px;
		height: 71px;
		border-radius: 6px;
		border: 2px solid #f39800;
	}

	/*---------- ラジオボタン（ボタンタイプ） [sp] ----------*/

	#contents .requestFormSection .radio-input-btn + label,
	#contents .sellFormSection .radio-input-btn + label {
		padding: 0.2em 0.8em;
		font-size: 1.6rem;
		border: 2px solid #595656;
		border-radius: 6px;
	}

	#contents .requestFormSection .radio-input-btn:checked + label,
	#contents .sellFormSection .radio-input-btn:checked + label {
		border: 2px solid #f39800;
	}

	/*---------- セレクトメニュー [sp] ----------*/

	#contents .sellFormSection .selectMenu {
		width: 150px;
	}

	#contents .sellFormSection .selectMenu select {
		font-size: 1.6rem;
	}

	#contents .sellFormSection .selectMenu.slbtn {
		border-radius: 2px;
		border: 1px solid #5b4f37;
		border-radius: 4px;
	}

	#contents .sellFormSection .selectMenu.slbtn select {
		padding: 0px 19px 0px 4px;
		color: #5b4f37;
	}

	/*---------- その他フォームスタイル上書き [sp] ----------*/

	/* .normalType ---------- */

	#contents .requestFormSection table td input,
	#contents .requestFormSection table td textarea,
	#contents .sellFormSection .normalType input,
	#contents .sellFormSection .normalType textarea,
	#contents #estimateForm .normalType input,
	#contents #estimateForm .normalType textarea {
		border: 1px solid #c9caca !important;
	}

	#contents .requestFormSection table td input[name*="name1"],
	#contents .requestFormSection table td input[name*="name2"],
	#contents .requestFormSection table td input[name*="hurigana1"],
	#contents .requestFormSection table td input[name*="hurigana2"]   {
		width: 5em !important;
	}

	#contents .requestFormSection table td input[name*="address"],
	#contents .requestFormSection table td input[name*="email1"],
	#contents .requestFormSection table td input[name*="email2"] {
		width: 12em !important;
	}

	#contents .requestFormSection table td input[name*="tel1"],
	#contents .requestFormSection table td input[name*="tel2"],
	#contents .requestFormSection table td input[name*="tel3"] {
		width: 3.5em !important;
	}

	#contents .requestFormSection table td input.small,
	#contents .sellFormSection .normalType input.small,
	#contents #estimateForm .normalType input.small {
		margin-right: 0;
		width: 3.5em;
	}

	#contents .sellFormSection .normalType input.postcode,
	#contents #estimateForm .normalType input.postcode {
		width: 8em;
	}

	#contents .requestFormSection table td .inputLine input:nth-child(1),
	#contents .sellFormSection .normalType .inputLine input:nth-child(1),
	#contents #estimateForm .normalType .inputLine input:nth-child(1) {
		margin-right: 5px;
	}

	#contents .requestFormSection table input::placeholder,
	#contents .sellFormSection .normalType input::placeholder,
	#contents #estimateForm .normalType input::placeholder {
		font-size: 1.4rem !important;
		line-height: 1.4;
	}

	/* チェックボックス */

	#contents .sellFormSection .normalType .check-input + label {
		padding-left: 26px;
	}

	#contents .sellFormSection .normalType .check-input + label span {
		top: 2px;
		left: 0;
		width: 16px;
		height: 16px;
		border: 1px solid #595656;
	}

	#contents .sellFormSection .normalType .check-input:checked + label span::before {
		left: 1px;
		top: 7px;
		width: 7px;
		height: 3px;
	}

	#contents .sellFormSection .normalType .check-input:checked + label span::after {
		left: 3px;
		top: 6px;
		width: 11px;
		height: 3px;
	}

	/* ラジオボタン */

	#contents .sellFormSection .normalType .radio-input + label {
		padding-left: 23px;
	}

	#contents .sellFormSection .normalType .radio-input + label::before {
		top: 2px;
		left: 0;
		width: 15px;
		height: 15px;
	}

	#contents .sellFormSection .normalType .radio-input:checked + label::after {
		top: 6px;
		left: 4px;
		width: 9px;
		height: 9px;
	}

	/* .solidType ---------- */

	#contents .sellFormSection .solidType input,
	#contents .sellFormSection .solidType textarea {
		margin: 0 10px 0 0;
		padding: 3px 8px;
		border-radius: 3px;
		background: #ffffff;
		border: 1px solid #595651;
		font-size: 1.6rem;
		line-height: 1.4;
	}

	#contents .sellFormSection .solidType td.big input,
	#contents .sellFormSection .solidType td.big textarea {
		font-size: 1.4rem;
	}

	#contents .sellFormSection .solidType .selectList input.grayText {
		width:  200px;
		margin-left: 10px;
		background: #c9cbca;
	}

	#contents .sellFormSection .solidType .selectList input.grayText:focus {
		background: #ffffff;
	}

	#contents .sellFormSection .solidType textarea {
		width: 95%;
		height: 8em;
	}

	/* placeholder */

	#contents .sellFormSection .solidType input::placeholder,
	#contents .sellFormSection .solidType textarea::placeholder {
		font-size: 1.4rem;
		line-height: 1.4;
	}

	#contents .sellFormSection .solidType .selectList input.grayText::placeholder {
		color: #ffffff;
	}

	/* チェックボックス */

	#contents .sellFormSection .solidType .check-input + label {
		padding-left: 26px;
	}

	#contents .sellFormSection .solidType .check-input + label span {
		top: -1px;
		left: 0;
		width: 16px;
		height: 16px;
		border: 1px solid #595656;
	}

	#contents .sellFormSection .solidType .check-input:checked + label span::before {
		left: 1px;
		top: 7px;
		width: 7px;
		height: 3px;
	}

	#contents .sellFormSection .solidType .check-input:checked + label span::after {
		left: 3px;
		top: 6px;
		width: 11px;
		height: 3px;
	}

	/* ラジオボタン */

	#contents .sellFormSection .solidType .radio-input + label {
		padding-left: 23px;
	}

	#contents .sellFormSection .solidType .radio-input + label::before {
		top: 0px;
		left: 0;
		width: 15px;
		height: 15px;
	}

	#contents .sellFormSection .solidType .radio-input:checked + label::after {
		top: 4px;
		left: 4px;
		width: 9px;
		height: 9px;
	}
	
	/*---------- 確認画面 [sp] ----------*/
	
	#contents #requestForm .confirm-attTxt,
	#contents #sellForm .confirm-attTxt {
		margin: -15px auto 1.5em auto;
		font-size: 1.4rem;
	}
	
	#contents #requestForm .confirm-attTxt span,
	#contents #sellForm .confirm-attTxt span {
		padding-right: 0.2em;
		color: #e60012;
	}
	
	#contents .requestFormSection-confirm .confirm-view,
	#contents .sellFormSection-confirm .confirm-view {
		font-size: 1.6rem;
	}
	
	#contents .requestFormSection-confirm .confirm-view img,
	#contents .sellFormSection-confirm .confirm-view img {
		width: 100px;
		height: auto;
	}
	
	#contents .requestFormSection-confirm,
	#contents .sellFormSection-confirm {
		margin-bottom: 15px;
		padding: 10px;
	}
	
	#contents .requestFormSection-confirm .sectionTitle,
	#contents .sellFormSection-confirm .sectionTitle {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	
	#contents .requestFormSection-confirm .sectionTitle .titleTxt-nowrap,
	#contents .sellFormSection-confirm .sectionTitle .titleTxt-nowrap {
		font-size: 1.4rem;
	}

	#contents .sellFormSection .formBox.solidType-confirm {
		padding-bottom: 15px;
	}

	#contents .sellFormSection .formBox.solidType-confirm table {
		border: 2px solid #b7b7b9;
		border-top: none;
		line-height: 1.4;
	}

	#contents .sellFormSection .formBox.solidType-confirm table th {
		padding: 0.5em;
		border-top: 2px solid #b7b7b9;;
		border-bottom: 1px solid #b7b7b9;
		font-size: 1.4rem;
	}

	#contents .sellFormSection .formBox.solidType-confirm table td {
		padding: 0.5em;
		font-weight: normal;
		font-size: 1.4rem;
	}

	#contents .requestFormSection .formBox table td.confirm,
	#contents .sellFormSection .formBox table td.confirm {
		max-width: 14em;
		font-weight: normal;
		font-size: 1.4rem;
	}
	
	/*---------- 完了画面 [sp] ----------*/
	
	#contents #requestForm .completeBox,
	#contents #sellForm .completeBox {
		border-radius: 6px;
		padding: 18px 15px;
	}
	
	#contents #requestForm .completeBox p,
	#contents #sellForm .completeBox p {
		margin: 0;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

/*------------------------------------------------------------------------------
	bukkenFootPR
------------------------------------------------------------------------------*/

#contents #bukkenFootPR {
	margin: 80px auto 0 auto;
	padding: 0 0 80px 0;
	border-top: 20px solid #dddddd;
	text-align: center;
}

#contents #bukkenFootPR h2 {
	margin: 0 0 50px 0;
	padding: 20px 0;
	background: #07913a;
	font-size: 3.2rem;
	font-weight: bold;
	color: #ffffff;
}

#contents #bukkenFootPR h2 span {
	color: #fff100;
}

#contents #bukkenFootPR .title {
	margin: 0 0 20px 0;
}

#contents #bukkenFootPR .bnrImg {
	width: 700px;
	height: auto;
	margin: 0 auto;
}

#contents #bukkenFootPR .bnrImg a {
	display: block;
	box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
}

#contents #bukkenFootPR .bnrImg a:hover {
	opacity: 0.7;
}

#contents #bukkenFootPR .goEntryForm a {
	display: block;
	box-sizing:border-box;
	width: 700px;
	margin: 35px auto 0 auto;
	padding: 25px 0;
	box-shadow: 8px 8px 10px rgba(0,0,0,0.35);
	border-radius: 15px;
	border: 2px solid #ffffff;
	background: #ea5413;
	font-size: 2.6rem;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#contents #bukkenFootPR .goEntryForm a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
	#contents #bukkenFootPR {
		margin: 50px 0 0 0;
		padding: 0 0 12px 0;
		border-top: 15px solid #dddddd;
		border-bottom: 15px solid #006835;
	}
	
	#contents #bukkenFootPR h2 {
		margin: 0 0 12px 0;
		padding: 15px 0;
		background: #006835;
		font-size: 1.4rem;
	}
	
	#contents #bukkenFootPR h2 span {
		color: #fff100;
	}
	
	#contents #bukkenFootPR .title {
		margin: 0;
	}
	
	#contents #bukkenFootPR .bnrImg {
		width: 700px;
		height: auto;
		margin: 0 auto;
	}
	
	#contents #bukkenFootPR .bnrImg a {
		display: block;
		box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
	}
	
	#contents #bukkenFootPR .goEntryForm a:hover {
		opacity: 0.7;
	}
	
	#contents #bukkenFootPR .bnrWrap {
		display: flex;
		justify-content: space-between;
		margin: 0 10px;
	}

	#contents #bukkenFootPR .bnrWrap .title {
		width: 60%;
	}
	
	#contents #bukkenFootPR .bnrWrap .title img {
		width: 100%;
		height: auto;
	}
	
	#contents #bukkenFootPR .bnrWrap .bnrImg {
		width: 40%;
	}
	
	#contents #bukkenFootPR .bnrWrap .bnrImg img {
		width: 100%;
		height: auto;
	}
	
	#contents #bukkenFootPR .bnrWrap .bnrImg a {
		display: block;
		box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	}
	
	#contents #bukkenFootPR .bnrWrap .bnrImg a:hover {
		opacity: 0.7;
	}
}

/*------------------------------------------------------------------------------
	usefulModWrap
------------------------------------------------------------------------------*/

#contents #usefulModWrap {
	text-align: center;
}

/*------------------------------------------------------------------------------
	goHome
------------------------------------------------------------------------------*/

#contents .goHomeOutline {
	margin: 60px auto 0 auto;
	border-top: 25px solid #90c31f;
}

#contents .goBack.topMargin,
#contents .goHome.topMargin {
	margin-top: 50px;
}

#contents .goBack,
#contents .goHome {
	margin: 0 auto;
	border-top: 15px solid #dddddd;
	text-align: center;
}

#contents .goBack a,
#contents .goHome a {
	display: block;
	box-sizing:border-box;
	width: 9em;
	margin: 50px auto 60px auto;
	padding: 0;
	box-shadow: 10px 10px 15px rgba(0,0,0,0.25);
	border-radius: 15px;
	border: 2px solid #ffffff;
	background: #dddddd;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 60px;
	text-decoration: none;
}

#contents .goBack a:hover,
#contents .goHome a:hover {
	opacity: 0.75;
}

@media only screen and (max-width: 767px) {
	#contents .goHomeOutline {
		border-top: 15px solid #90c31f;
	}

	#contents .goBack.topMargin,
	#contents .goHome.topMargin {
		margin-top: 30px;
	}
	
	#contents .goBack,
	#contents .goHome {
		border-top: 12px solid #dddddd;
	}

	#contents .goHomeOutline > .goBack,
	#contents .goHomeOutline > .goHome {
		border-top: 8px solid #dddddd;
	}
	
	#contents .goBack a,
	#contents .goHome a {
		display: block;
		width: 9.5em;
		margin: 25px auto 35px auto;
		padding: 0;
		box-shadow: 8px 8px 12px rgba(0,0,0,0.25);
		border-radius: 18px;
		border: 2px solid #ffffff;
		background: #dddddd;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 36px;
		text-decoration: none;
	}
	
	#contents .goBack a:hover,
	#contents .goHome a:hover {
		opacity: 0.75;
	}
}

/*------------------------------------------------------------------------------
	table
------------------------------------------------------------------------------*/

table.normal {
	width: 100%;
	margin: 0 0 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
    font-size: 100%;
}

table.normal th {
	width: 25%;
	background: #f0f0f0;
	text-align: left;
	font-weight: normal;
}

table.normal th {
	padding: 20px;
    border-bottom: 1px solid #dddddd;
	font-weight: bold;
	vertical-align: top;
}

table.normal th .sub {
	font-weight: normal;
}

table.normal th.head {
	width: auto;
	background: #f8f8f8;
    border-left: 1px solid #dddddd;
}

table.normal td {
	padding: 15px 20px;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {	
	table.normal {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	
	table.normal th {
		padding: 15px;
		display: block;
		width: auto;
	}
	
	table.normal td {
		display: block;
		width: auto;
		border-left: none;
	}
}

/*------------------------------------------------------------------------------
	normalForm
------------------------------------------------------------------------------*/

.formStep {
	margin: 0;
	padding: 0;
	list-style: none;
}

.formStep li {
	display: inline-block;
	margin: 0 20px 30px 0;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #ff8523;
	font-weight: bold;
	color: #ff8523;
	font-size: 18px;
}

.formStep li span {
	display: block;
	padding: 20px 35px 20px 35px;
}

.formStep li.on {
	background: #ff8523;
	border: 1px solid #ff8523;
	color: #ffffff;
}

table.normalForm {
	width: 100%;
	margin: 0 0 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px dotted #888888;
    font-size: 100%;
}

table.normalForm th {
	width: 30%;
	background: #f2f2f2;
	text-align: left;
	font-weight: normal;
	padding: 20px;
    border-bottom: 1px dotted #888888;
	font-weight: bold;
	vertical-align: top;
}

table.normalForm th .q {
	margin-right: 10px;
	font-size: 2rem;
	font-weight: bold;
	font-family: 'Montserrat',sans-serif;
	color: #002548;
}

table.normalForm td {
	padding: 15px 20px;
  border-bottom: 1px dotted #888888;
}

table.normalForm th .hissu {
	display: inline-block;
	margin-left: 10px;
	padding: 0px 5px;
	background: #ff5153;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: normal;
}

table.normalForm td .formlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

table.normalForm td .formlist li {
	display: inline-block;
	margin: 4px 20px 4px 0;
}

table.normalForm td .formlist label {
	cursor: pointer;
}

table.normalForm td input {
	padding: 5px;
	background: #ffffff;
	border: 1px solid #ccc;
	font-size: 1.4rem;
}

table.normalForm td textarea.type01 {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #ccc;
	font-size: 1.4rem;
}

table.normalForm td textarea.type02 {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #ccc;
	font-size: 1.4rem;
}

table.normalForm td input.hissu,
table.normalForm td textarea.hissu {
	background: #fff7e2;
}

table.normalForm td input.hissu:focus,
table.normalForm td textarea.hissu:focus {
	background: #ffffff;
}

table.normalForm td input.small {
	width: 200px;
}

table.normalForm td input.big {
	width: 400px;
}

table.normalForm .error {
	display: block;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #e60012;
}

.sendBox {
	margin: 30px 0 0 0;
	text-align: center;
}

.sendBox form {
	display: inline;
}

.sendBox .edit {
	box-sizing: border-box;
	margin-right: 15px;
	padding: 15px 35px;
	border-radius: 8px;
	border: none;
	background: #edeff0;
	box-shadow: 0 4px 0 #adb5b9;
	color: #002548;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}

.sendBox .edit:hover {
	opacity: 0.7;
}

.sendBox .send {
	box-sizing: border-box;
	padding: 15px 35px;
	border-radius: 8px;
	border: none;
	background: #ff7c4e;
	box-shadow: 0 4px 0 #e04a17;
	color: #ffffff;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}

.sendBox .send:hover {
	opacity: 0.7;
}

.sendBox .edit i {
	padding-right: 10px;
}

.sendBox .send i {
	padding-left: 10px;
}

#thanksBox {
	padding: 80px 0;
	border: 14px solid #ededed;
	text-align: center;
}

#thanksBox p {
	font-size: 16px;
}

#thanksBox p span {
	font-weight: bold;
	font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
	.formStep {
		margin: 0 0 30px 0;
	}
	
	.formStep li {
		display: block;
		width: auto;
		margin: 0 0 15px 0;
		font-size: 1.4rem;
	}
	
	.formStep li span {
		width: auto;
		padding: 10px;
	}
	
	table.normalForm {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	
	table.normalForm th {
		padding: 15px;
		display: block;
		width: auto;
	}
	
	table.normalForm td {
		display: block;
		width: auto;
		border-left: none;
	}
	
	table.normalForm td textarea.type01,
	table.normalForm td textarea.type02 {
		width: auto;
	}
	
	table.normalForm td input.small {
		width: 50%;
	}
	
	table.normalForm td input.big {
		width: 70%;
	}
	
	table.normalForm td textarea.type02 {
		width: 90%;
	}
	
	table.normalForm .lineBlock {
		display: block;
		padding-top: 10px;
	}
	
	.sendBox .send,
	.sendBox .edit {
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------------------------
	checkList
------------------------------------------------------------------------------*/

#contents .checkList {
	box-sizing: border-box;
	margin: 0 auto 30px auto;
	width: 100%;
	background: #f5f2ed;
}

#contents .checkList ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#contents .checkList ul li {
	padding-left: 30px;
	font-size: 18px;
	color: #57473c;
	text-indent: -0.7em;
}

#contents .checkList ul li i {
	margin-right: 10px;
	color: #766052;
}

@media only screen and (max-width: 767px) {
	#contents .checkList {
		width: auto;
	}
}

/*------------------------------------------------------------------------------
	documents / reserve 
------------------------------------------------------------------------------*/

#form-favoSelect {
	margin: 0 0 50px 0;
}

#form-favoSelect h2 {
	margin: 0 0 25px 0;
	padding: 15px 0;
	border: 2px solid #f8b62b;
	font-size: 2.8rem;
	font-weight: bold;
	color: #f8b62b;
	text-align: center;
}

#form-favoSelect .favoItem {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 20px 0;
	padding: 12px 15px;
	border-radius: 10px;
	background: #f8b62b;
	text-align: left;
}

/*---------- チェックボックス ----------*/

#form-favoSelect .favoItem .detail-name .check-input {
	display: none;
}

#form-favoSelect .favoItem .detail-name .check-input + label {
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}

#form-favoSelect .favoItem .detail-name .check-input + label span {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background: #eeefef;
	border: 2px solid #595656;
}

#form-favoSelect .favoItem .detail-name .check-input:checked + label span {
	background: #eeefef
}

#form-favoSelect .favoItem .detail-name .check-input:checked + label span::before {
	position: absolute;
	left: 2px;
	top: 13px;
	display: block;
	content: "";
	width: 10px;
  height: 4px;
	background: #313131;
	transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#form-favoSelect .favoItem .detail-name .check-input:checked + label span::after {
	display: block;
	position: absolute;
	left: 6px;
	top: 10px;
	content: "";
	width: 16px;
	height: 4px;
	background: #313131;
	transform: rotate(-48deg);
	-webkit-transform: rotate(-48deg);
}

/* ------------------------ */

#form-favoSelect .favoItem .detail-name {
	text-indent: -1.5em;
	padding-left: 42px;
	padding-right: 150px;
}

#form-favoSelect.favoConfirm .favoItem .detail-name {
	text-indent: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#form-favoSelect .favoItem .detail-name input {
	display: none;
}

#form-favoSelect .favoItem .detail-name span {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 23px;
	height: 23px;
	background: #ffffff;
	border: 2px solid #595656;
}

#form-favoSelect .favoItem .detail-name {
	font-size: 2.6rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.4;
	text-align: left;
}

#form-favoSelect .favoItem .detail-name label {
	cursor: pointer;
}

#form-favoSelect .favoItem .detail-link {
	position: absolute;
	top: 15px;
	right: 15px;
}

#form-favoSelect .favoItem .detail-link a {
	display: block;
	padding: 8px 10px;
	border-radius: 4px;
	background: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	color: #f77c00;
	line-height: 1;
	text-decoration: none;
}

#form-favoSelect .favoItem .detail-link a:hover {
	opacity: 0.8;
}

#form-favoSelect .favoItem .detail-link a i {
	padding-left: 5px;
	color: #f77c00;
}

@media only screen and (max-width: 767px) {
	#form-favoSelect {
		margin: 0 0 30px 0;
	}
	
	#form-favoSelect h2 {
		margin: 0 0 20px 0;
		padding: 12px 0;
		border: 2px solid #f8b62b;
		font-size: 1.8rem;
		font-weight: bold;
		color: #f8b62b;
		text-align: center;
	}
	
	#form-favoSelect .favoItem {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 12px 0;
		padding: 8px 10px;
		border-radius: 10px;
		background: #f8b62b;
		text-align: left;
	}
	
	/*---------- チェックボックス ----------*/
	
	#form-favoSelect .favoItem .detail-name .check-input {
		display: none;
	}
	
	#form-favoSelect .favoItem .detail-name .check-input + label {
		padding-left: 2em;
		position: relative;
		cursor: pointer;
	}
	
	#form-favoSelect .favoItem .detail-name .check-input + label span {
		display: block;
		position: absolute;
		top: 0px;
		left: 0;
		width: 20px;
		height: 20px;
		border-radius: 4px;
		background: #eeefef;
		border: 1px solid #595656;
	}
	
	#form-favoSelect .favoItem .detail-name .check-input:checked + label span {
		background: #eeefef
	}
	
	#form-favoSelect .favoItem .detail-name .check-input:checked + label span::before {
		position: absolute;
		left: 2px;
		top: 10px;
		display: block;
		content: "";
		width: 8px;
		height: 3px;
		background: #313131;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	
	#form-favoSelect .favoItem .detail-name .check-input:checked + label span::after {
		display: block;
		position: absolute;
		left: 5px;
		top: 8px;
		content: "";
		width: 12px;
		height: 3px;
		background: #313131;
		transform: rotate(-48deg);
		-webkit-transform: rotate(-48deg);
	}
	
	/* ------------------------ */
	
	#form-favoSelect .favoItem .detail-name {
		text-indent: -2em;
		padding-left: 2em;
		padding-right: 85px;
	}

	#form-favoSelect.favoConfirm .favoItem .detail-name {
		text-indent: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	#form-favoSelect .favoItem .detail-name input {
		display: none;
	}
	
	#form-favoSelect .favoItem .detail-name span {
		display: block;
		position: absolute;
		top: 8px;
		left: 0;
		width: 23px;
		height: 23px;
		background: #ffffff;
		border: 2px solid #595656;
	}
	
	#form-favoSelect .favoItem .detail-name {
		font-size: 1.4rem;
		font-weight: bold;
		color: #ffffff;
		line-height: 1.4;
		text-align: left;
	}
	
	#form-favoSelect .favoItem .detail-name label {
		cursor: pointer;
	}
	
	#form-favoSelect .favoItem .detail-link {
		position: absolute;
		top: 8px;
		right: 10px;
	}
	
	#form-favoSelect .favoItem .detail-link a {
		display: block;
		padding: 4px 6px;
		border-radius: 4px;
		background: #ffffff;
		font-size: 1.1rem;
		font-weight: bold;
		color: #f77c00;
		line-height: 1;
		text-decoration: none;
	}
	
	#form-favoSelect .favoItem .detail-link a:hover {
		opacity: 0.8;
	}
	
	#form-favoSelect .favoItem .detail-link a i {
		padding-left: 5px;
		color: #f77c00;
	}

	#form-favoSelect .favoItem .detail-link a span {
		display: none;
	}
}

/*------------------------------------------------------------------------------
	favolist
------------------------------------------------------------------------------*/

.favolistFormlink {
	box-sizing: border-box;
	position: relative;
	width: 800px;
	margin: 0 auto 65px auto;
	padding: 38px 0 38px 0;
	border-radius: 8px;
	background: #e7f2f0;
	font-size: 2.8rem;
	color: #2e3434;
}

.favolistFormlink.topView::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 25px;
	border-top: 25px solid #e7f2f0;
}

.favolistFormlink.bottomView {
	margin-top: 65px;
}

.favolistFormlink.bottomView::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 25px;
	border-bottom: 25px solid #e7f2f0;
}

.favolistFormlink h3 {
	margin: 0 0 20px 0;
	font-size: 2.4rem;
	color: #2e3434;
}

.favolistFormlink h3 span {
	color: #00a0e9;
}

.favolistFormlink .btnWrap {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
}

.favolistFormlink .btnWrap .linkBtn {
	box-sizing: border-box;
	margin: 0 10px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.15;
}

.favolistFormlink .btnWrap .linkBtn a {
	display: block;
	box-sizing: border-box;
	box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
	width: 300px;
	height: auto;
	margin: 0;
	padding: 16px 0;
	border-radius: 8px;
	border: 2px solid #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.favolistFormlink .btnWrap .shiryou a {
	background: #f39800;
}

.favolistFormlink .btnWrap .kengaku a {
	background: #e60012;
}

.favolistFormlink .btnWrap .linkBtn a span {
	font-size: 2.2rem;
}

.favolistFormlink .btnWrap .linkBtn a:hover {
	opacity: 0.6;
}

.favolistNumber {
	margin: 50px auto 35px auto;
	font-size: 2.4rem;
	font-weight: bold;
	color: #727171;
}

.favolistNumber span {
	color: #ff5533;
	letter-spacing: 0.05em;
}

#favoModal {
	display: none;
	box-sizing: border-box;
	width: 400px;
	margin-top: -5%;
	margin-left: -200px;
	padding: 30px 0;
	border: 2px solid rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.78);
	border-radius: 13px;
	box-shadow: 8px 10px 10px rgba(0,0,0,0.38);
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 19999;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
}

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

	.favolistFormlink {
		box-sizing: border-box;
		position: relative;
		width: auto;
		margin: 0 5px 35px 5px;
		padding: 20px 0;
		border-radius: 8px;
	}
	
	.favolistFormlink.topView::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top-color: transparent;
		border-top-style: solid;
		border-top-width: 15px;
		border-top: 15px solid #e7f2f0;
	}
	
	.favolistFormlink.bottomView {
		margin-top: 35px;
	}
	
	.favolistFormlink.bottomView::before {
		content: "";
		position: absolute;
		bottom: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom-color: transparent;
		border-bottom-style: solid;
		border-bottom-width: 15px;
		border-bottom: 15px solid #e7f2f0;
	}
	
	.favolistFormlink h3 {
		margin: 0 0 15px 0;
		font-size: 1.4rem;
	}

	.favolistFormlink .btnWrap {
		margin: 0 auto;
	}
	
	.favolistFormlink .btnWrap .linkBtn {
		box-sizing: border-box;
		margin: 0 4px;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	
	.favolistFormlink .btnWrap .linkBtn a {
		display: block;
		box-sizing: border-box;
		box-shadow: 6px 6px 8px rgba(0,0,0,0.2);
		width: 9.2em;
		height: auto;
		margin: 0;
		padding: 8px 0;
		border-radius: 6px;
		border: 2px solid #ffffff;
	}
	
	.favolistFormlink .btnWrap .linkBtn a span {
		font-size: 1.1rem;
	}
	
	.favolistFormlink .btnWrap .linkBtn a:hover {
		opacity: 0.6;
	}
	
	.favolistNumber {
		margin: 30px auto 25px auto;
		font-size: 1.8rem;
	}
	
	.favolistNumber span {
		color: #ff5533;
		letter-spacing: 0.05em;
	}

	#favoModal {
		width: 200px;
		margin-top: -5%;
		margin-left: -100px;
		padding: 20px 0;
		top: 50%;
		left: 50%;
		font-size: 11px;
	}
}