/* CONTENTS
====================================================================*/



/*====================================================================
HEADER
====================================================================*/

body > header{
}
body > header h1{
	position:relative;
	padding:10px;
}
body > header h1 > img{
	margin:10px auto 0;
	width:60%;
	max-width:500px;
}
.main{
	margin:0 auto;
	position:relative;
}
.main .ttl{
	margin:0!important;
	padding:20px;
	background-color:#fff462;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.main .ttl img{
	width:650px;
}
.main .min1{
	display:block;
	padding:10px 50px;
	text-align:center;
}
/*PC -1280*/
@media screen and (max-width:1280px){
}
/*Tablet -960*/
@media screen and (max-width:960px){
}
/*Tablet -768*/
@media screen and (max-width:770px){
	
	body > header h1{
		padding-bottom:10vw;
	}
	body > header h1 > img{
		display:inline-block;
		margin:0 auto;
		width:60%;
	}
	body > header .pmarkIcon,
	body > header .pmarkIcon img{
		width:10vw;
	}
}
/*Smart Phone -480*/
@media screen and (max-width:480px){
}
/*Smart Phone -320*/
@media screen and (max-width:320px){
}



.bgc{
	background-color:#faee5e;
}
.main{
	background:#faee5e url(../img/main_bk.png) no-repeat center top;
}
.main .wrapper{
	min-height:300px;
	position:relative;
	background:transparent url(../img/main_img.png) no-repeat right bottom;
	background-size:contain;
}
.main .wrapper h2{
	padding:1em 0;
	text-align:center;
	min-height:300px;
}
.main .wrapper h2 .catch_01{
	width:400px;	
	position:absolute;
	top:20px;
	left:20px;
}
.main .wrapper h2 .catch_02{
	width:400px;
	position:absolute;
	bottom:20px;
	left:20px;
}
.main .wrapper h2 span{
	display:inline-block;
	border:1px solid #000;
	padding:0.5em 2em;
	margin:0 auto;
	position:absolute;
	top:calc( 50% - 0.5em );
	left:calc( 50% - 5em );
	font-size:32px;
	background-color:rgba(0,0,0,0.7);
	color:#fff;
}

@media screen and (max-width:1280px){
}
@media screen and (max-width:1199px){
}
@media screen and (max-width:960px){
	.bgc{
		background:#faee5e url(../img/main_bk.png) no-repeat center center;
	}
	.main .wrapper h2 .catch_01{
		width:40%;
		max-width:400px;
	}
	.main .wrapper h2 .catch_02{
		width:40%;
		max-width:400px;
	}
}
@media screen and (max-width:770px){
	.main{
		background:#faee5e url(../img/main_bk.png) no-repeat center center;
	}
	.main .wrapper h2{
		text-align:left;
		font-size:4vw;
	}
	.main .wrapper h2 .catch_01{
		width:45%;
		max-width:300px;
	}
	.main .wrapper h2 .catch_02{
		width:45%;
		max-width:300px;
	}
	.main .wrapper h2 span{
		display:block;
		width:45vw;
		left:0;
		box-sizing:border-box;
		font-size:4vw;
	}
}
@media screen and (max-width:480px){
	.main .wrapper{
		min-height:50vw;
	}
	.main .wrapper h2{
		min-height:50vw;
	}
}
@media screen and (max-width:320px){
}


/*SECTION.cont
====================================================================*/
.flow{
	margin:0;
	padding:1em;
	background-color:#fbef5f;
}
.flow h2{
	padding:0;
	font-size:32px;
	color:#000;
	text-align:center;
}
.flow ol{
	padding:0.25em;
	margin:1em 100px;
	border-radius:10px;
	background-color:#fff;
	box-sizing:border-box;
}
.flow ol li{
	margin:0.5em 0.5em 1em 2em;
	padding-left:0;
}

/*PC -1280*/
@media screen and (max-width:1280px){
}
/*Tablet -960*/
@media screen and (max-width:960px){
}
/*Tablet -768*/
@media screen and (max-width:770px){
	.flow h2{
		padding:0 0 1em;
		font-size:7vw;
		text-align:center;
	}
	.flow ol{
		width:auto;
		margin:1em;
		padding:0.25em;
		border-radius:10px;
		background-color:#fff;
		list-style-type:none;
		box-sizing:border-box;
	}
	.flow li{
		margin:0.5em 0.5em 1em;
		list-style-type:none;
		padding-left:40px;
	}
}
/*Smart Phone -480*/
@media screen and (max-width:480px){
}
/*Smart Phone -320*/
@media screen and (max-width:320px){
}


/*SECTION.cont
====================================================================*/
.row-eq-height {
}

.contact{
	margin-top:100px;
}
.contact > .wrapper > header h2{
	margin:10px 100px 50px;
	padding:0.34em 0.5em 0.5em;
	position:relative;
	border:5px solid #e95377;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	color:#e95377;
}
.contact .enq_block{
	margin: 0 100px;
}
.contact .enq_block > header h3{
	font-size:24px;
	margin-bottom:1em;
	padding:0.5em;
	background-color:#fbef5f;
	text-align:center;
}
.contact .enq_block .error{
	padding:1em;
	font-size:1.5rem;
	font-weight:bold;
	color:#f00;
	border:3px dotted #ccc;
}
.contact .customer_part {
	margin:50px 0;
}
.contact .customer_part > p{
	padding: 1em;
//	background-color: #fbef5f;
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.contact .customer_part dl,
.contact .customer_part dt,
.contact .customer_part dd {
	box-sizing: border-box;
}
.contact .customer_part dl {
	padding:1em;
	margin-bottom:0.5em;
	background:#fff url(../img/customer_bk.gif) repeat left top;
	border-bottom:1px solid #ccc;
}
.contact .customer_part dt,
.contact .customer_part dd {
	padding: 10px 10px 0 10px;
}
.contact .customer_part dt {
	width: 30%;
	float: left;
}
.contact span.nec{
	display:inline-block;
	padding:0.2em;
	float:right;
	border-radius:1em;
	background-color:#f00;
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
}
.contact .customer_part dd {
	margin-left: 30%;
	margin-bottom:0!important;
	padding-bottom: 10px;
}
.contact .customer_part dd:after {
	content: '';
	display: block;
	clear: both;
}
.contact .customer_part dd input{
	padding:0.2em;
	width:100%;
	border:1px solid #999;
	box-sizing:border-box;
}
.contact .customer_part dd input[type=radio]{
	width:auto;
	border:none;
}
.contact .customer_part dd .zip-code input:first-child{
	width:3.5em;
	margin-right:0.5em;
}
.contact .customer_part dd .zip-code input:last-child{
	width:4.5em;
	margin-left:0.5em;
}
.contact .customer_part dd .adrs input,
.contact .customer_part dd .adrs select{
	display:inline-block;
	margin-bottom:0.5em;
}
.contact .customer_part dd li{
	display:inline-block;
	width:30%;
	list-style-type:none;
}
.contact .customer_part dd li input{
	width:auto;
	margin-right:0.5em;
}
.contact .customer_part dd li label {
	cursor:pointer;
}
.contact .customer_part dd textarea{
	width:100%;
	height:7em;
}
.contact .privacy_block{
	margin: 50px 0;
}
.contact .privacy_block .nec{
	float:none;
	margin-right:1em;
}
.contact .privacy_block dt{
	padding:1em;
	color:#333;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}
.contact .privacy_block dd:nth-child(2){
	height:200px;
	overflow:auto;
	border:1px solid #ccc;
	background-color:#fff;
}
.contact .privacy_block dd:nth-child(2) > div{
	margin:1em;
}
.contact .privacy_block dd:nth-child(3){
	padding:1em;
	background-color:#eee;
	text-align:center;
}
.contact .privacy_block dd:nth-child(3) label{
	display:inline-block;
	padding:0.5em;
	margin-left:0.5em;
	background-color:#fff;
	border:1px solid #ccc;
}
.contact .privacy_block dd:nth-child(3) label input{
	display:inline-block;
	margin-right:0.5em;
}
.contact .submit_btn{
	margin:50px auto 100px;
	padding:1rem;
	text-align:center;
}
.contact .submit_btn input{
	padding:1rem 3rem;
	text-align:center;
	background-color:#ccc;
	cursor:pointer;
	border:2px solid #eee;
	border-radius:2rem;
	font-weight:bold;
	transition:.3s;
}
.contact .submit_btn input:hover,
.contact .submit_btn input:active{
	background-color:#f00;
	font-weight:bold;
	color:#fff;
	transition:.3s;
}
.contact .company_info {
	padding:1em 1em 3em;
	float:none;
	margin:30px auto 0;
	box-sizing: border-box;
	border-radius:10px;
	color:#000;
}
.contact .company_info h3{
	padding:1rem;
	text-align:center;
}
.contact .company_info h3 strong{
	display:block;
	font-size:0.8em;
}
.contact .company_info h3 span{
	display:block!important;
	font-size:0.5em;
}
.contact .company_info dl{
	text-align:center;
}
.contact .company_info p{
	margin-top:2rem;
	text-align:center;
}
.contact .company_info p a{
	padding:1rem 3rem;
	text-align:center;
	background-color:#fff;
	cursor:pointer;
	border:2px solid #eee;
	border-radius:2rem;
	font-weight:bold;
	color:#000;
}
.contact .company_info p a:hover,
.contact .company_info p a:active{
	background-color:#fbef5f;
	text-decoration:none;
	color:#000;
}

/*PC -1280*/
@media screen and (max-width:1280px){
}
/*Tablet -960*/
@media screen and (max-width:960px){
	section > .wrapper > header > h2{
		font-size:4vw;
	}
	section > .wrapper > header > h2 span{
		font-size:5vw;
	}
}
/*Tablet -768*/
@media screen and (max-width:770px){
	.row-eq-height {
			display: block;
	}
	.contact > .wrapper > header h2{
		margin:50px ;
		position:relative;
		text-align:center;
		font-size:4.5vw;
		font-weight:bold;
		color:#333;
	}
	.contact .enq_block{
		margin: 0 50px;
	}
	.contact .customer_part dl,
	.contact .customer_part dt,
	.contact .customer_part dd {
		box-sizing: border-box;
	}
	.contact .customer_part dl {
		padding:1em;
		background:#fff url(../img/customer_bk.gif) repeat left top;
	}
	.contact .customer_part dt,
	.contact .customer_part dd {
		padding: 10px 10px 0 10px;
	}
	.contact .customer_part dt {
		width: auto;
		float: none;
	}
	.contact .customer_part dd {
		margin-left: 0;
		margin-bottom:0!important;
		padding-bottom: 10px;
	}
	.contact .customer_part dd:after {
		content: '';
		display: block;
		clear: both;
	}
	.contact .customer_part dd input{
		padding:0.2em;
		width:100%;
		border:1px solid #999;
		box-sizing:border-box;
		border-radius:5px;
	}
	.contact .privacy_block .policyText{
		font-size:14px
	}
	.contact .privacy_block dt{
		font-size:1.25em;
	}
	.contact .privacy_block dd{
		font-size:4vw;
	}
	.contact .company_info {
		width:90%;
		max-width:600px;
		padding:1em 1em 3em;
	}
	.contact .company_info h3{
		padding:1rem;
		text-align:center;
		font-size:5vw;
	}
	.contact .company_info dl{
		text-align:center;
		font-size:3vw;
	}
}
/*Smart Phone -480*/
@media screen and (max-width:480px){

	.contact > .wrapper > header h2{
		margin:1em 1vw ;
	}
	.contact .enq_block{
		margin: 0 2vw;
	}
	.contact .company_info p{
		margin-top:2rem;
		text-align:center;
	}
	.contact .company_info p a{
		padding:1rem;
		font-size:3.5vw;
	}
	.contact .company_info p a:hover,
	.contact .company_info p a:active{
		background-color:#ff9;
		text-decoration:none;
		color:#000;
	}
}
/*Smart Phone -320*/
@media screen and (max-width:320px){
}


