/*--------------------------------------------------
  layput
--------------------------------------------------*/

.js-pc-header-panel { 
	display: none;
}


h2.midashi{
	font-size: 36px;
	letter-spacing: 3px;
	text-align: center;
	position:relative;
	margin-bottom: 40px;
}

h2.midashi::after{
	content:'';
	display:block;
	width: 40px;
	height: 3px;
	background: #ff6300;
	position: absolute;
	left: calc(50% - 20px);	
	bottom: -15%;
}



.gaiyouTxt {
	text-align: center;
	margin-bottom: 60px;
	font-size: 16px;
}

table#gaiyouTable {
	box-sizing: border-box;
	margin-bottom: 40px;
}

table#gaiyouTable th {
	box-sizing: border-box;
	background: #ffece0;
	font-weight: normal;
	width: 250px;
	padding-left: 1.6em;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 16px;
}

table#gaiyouTable td {
	box-sizing: border-box;
	background: #fff7f2;
	vertical-align: middle;
	padding-left: 1.6em;
	padding-right: 1.6em;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 16px;
}

table#gaiyouTable td p {
	font-size: 12px;
	margin-top:1em;
}

table#gaiyouTable td a {
	color: #666;
	text-decoration: underline;
}

table#gaiyouTable td ul {
	margin-top: 1em;
}

table#gaiyouTable td ul li {
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 0.6em;
}

table#gaiyouTable td ul li:last-child {
	padding-bottom: 0;
}

table#gaiyouTable dl {
	margin: 1em 0;
}

table#gaiyouTable dl dt {
	font-weight: bold;
}

table#gaiyouTable dl dd {
	padding-left: 1em;
	margin-bottom: 0.8em;
}

ul.kajyougaki {
	margin-bottom: 30px;
}

ul.kajyougaki li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: .2em;
}

div.oubonikanshite {
	border: 1px solid #ccc;
	padding: 1em;
	margin-bottom: 30px;
}

p.oubooyomi {
	text-align: center;
	margin-bottom: 30px;	
	font-size: 16px;
}

p.oubooyomi br {
	display: none;
}

p.oubodoui {
	text-align: center;
	margin-bottom: 30px;	
	font-size: 16px;
}

p.oubodoui input {
	width: 20px;
	height: 20px;	
}

p.oubokochira {
	text-align: center;
	margin-bottom: 50px;
}

p.oubokochira a {
	display: inline-block;
	background: #ff6300;
	color: #fff;
	width: 500px;
	border-radius: 4px;
	padding: 0.6em 0;
	font-size: 18px;
	position: relative;
}

p.oubokochira a:hover {
	opacity: 0.8;
}

p.oubokochira a::after {
	content: "";
	position: absolute;
	right: 20px;
	top : 18px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


p.oubokochira_mada {
	text-align: center;
	margin-bottom: 50px;
}

p.oubokochira_mada span {
	display: inline-block;
	background: #ccc;
	color: #fff;
	width: 500px;
	border-radius: 4px;
	padding: 0.6em 0;
	font-size: 18px;
	position: relative;
}

p.oubokochira_mada span::after {
	content: "";
	position: absolute;
	right: 20px;
	top : 18px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*201806*/
p.mainImg {
	text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	width: 1280px;
	margin: 0 auto;
	height: 520px;
	background:url(../img/main.jpg) no-repeat;
}


/*Thankyouページ*/
p.enqTitle { margin-bottom: 50px;}

p.enqTitle img { width: 100%;}

.finishCopy{
	text-align: center;
	font-size: 20px;
	margin: 0 0 80px;
}

.spshow { display:none;}



@media screen and (max-width: 736px) {
	h2.midashi{
		font-size: 8.125vw;
		margin-bottom: 10%;
	}
	
	h2.midashi::after{
		width: 8%;
		height: 2px;
		background: #ff6300;
		position: absolute;
		left: calc(50% - 8%);	
		bottom: -15%;
	}
	
	ul#oubo_monitor_houhou {
		width: 100%;
		margin: 0 auto 15%;
	}
	
	ul#oubo_monitor_houhou li {
		width: 100%;
		float: none;
		position: relative;
		height: auto;
	}
	
	ul#oubo_monitor_houhou li::before {
		content: "";
		display: block;
		padding-top: 50%;
	}
	
	ul#oubo_monitor_houhou li p:nth-child(1){
		width: 50%;
		height: auto;
		position: absolute;
		top:0;
		left: 1.7%;
		margin-bottom: 0;
	}
	
	ul#oubo_monitor_houhou li p:nth-child(2){
		font-size: 4vw;
		position: absolute;
		left: 58%;
		top:33%;
		margin-bottom: 0;
	}
	
	ul#oubo_monitor_houhou li p:nth-child(3){
		font-size: 3.6vw;
		position: absolute;
		left: 58%;
		top:56%;
		text-align:left;
	}
	
	ul#oubo_monitor_houhou li.arrow {
		display: block;
		width: 100%;
		height: 20px;
		margin: 20px 0;
		background:url(../img/sp_triangle.png) 24% bottom no-repeat;
	}

	.gaiyouTxt {
		text-align: left;
		margin-bottom: 10%;
		font-size: 4vw;
	}
	
	table#gaiyouTable {
		box-sizing: border-box;
		margin-bottom: 5%;
		width: 100%;
	}
	
	table#gaiyouTable th,
	table#gaiyouTable td {
		display: block;
	}

	table#gaiyouTable th {
		width: 100%;
		font-size: 4vw;
		padding: 0.6em 0.8em;
	}

	table#gaiyouTable td {
		background: #fff;
		font-size: 3.6vw;
		padding: 0.6em 0 1em 0;
	}
	
	div.oubonikanshite {
		font-size: 3.6vw;
	}

	table#gaiyouTable td p {
		font-size: 2.8vw;
	}
	
	p.oubooyomi {
		margin-bottom: 5%;
		font-size: 3.6vw;
	}

	p.oubooyomi br {
		display: inline;
	}
	
	p.oubodoui {
		margin-bottom: 5%;
		font-size: 4vw;
	}
	
	p.oubokochira,
	p.oubokochira_mada {
		margin-bottom: 8%;
	}

	p.oubokochira a,
	p.oubokochira_mada span {
		width: 100%;
		font-size: 5vw;
	}

	p.oubokochira a::after,
	p.oubokochira span::after {
		right: 5%;
		top : 40%;
	}
	
	p.enqTitle { margin-bottom: 10%;}

	.finishCopy{
		text-align: left;
		font-size: 4.6vw;
		margin: 0 0 5%;
	}
	
	.pcshow { display: none;}
	.spshow { display: block;}
}



/*個人情報に関して*/
.aboutPrivacy {
	border: 1px solid #cbd3d4;
	padding: 40px 30px;
	margin-bottom: 50px;
}

.aboutPrivacy a {
	color:#c00;
	text-decoration: underline;
}

.aboutPrivacy p.kanshite {
	text-align: center;
	font-size: 18px !important;
	margin-bottom: 30px;
}

.aboutPrivacy div{
	box-sizing: border-box;
	background: #eeeeee;
	padding: 30px;
	overflow: scroll;
	overflow-x: hidden;
	height: 300px;
}

.aboutPrivacy ::-webkit-scrollbar {
    width: 12px;
	background: #c3cdce;
}

.aboutPrivacy ::-webkit-scrollbar-thumb {
  background: #ff6300;
}

.aboutPrivacy div p{
	font-size: 14px !important;
	padding-bottom: 20px;
}





@media screen and (max-width: 736px) {
/*201806*/
p.mainImg {
	width: 100%;
	height: 0;
	padding-top: 92.21902%;
	background:url(../img/main_sp.jpg) no-repeat;
	background-size: cover;
}



.aboutPrivacy {
	width: 90%;
	margin: 0 5% 5%;
	box-sizing: border-box;
	border: 1px solid #cbd3d4;
	padding: 5%;
}

.aboutPrivacy p.kanshite {
	text-align: center;
	margin-bottom: 4%;
}

.aboutPrivacy div{
	box-sizing: border-box;
	background: #eeeeee;
	padding: 5%;
	overflow: scroll;
	overflow-x: hidden;
	height: 150px;
}

.aboutPrivacy ::-webkit-scrollbar {
    width: 10px;
	background: #c3cdce;
}

.aboutPrivacy ::-webkit-scrollbar-thumb {
  background: #ff6300;
}

.aboutPrivacy div p{
	font-size: 2.8vw !important;
}
}