@charset "utf-8";
/* CSS Document */
/* =====================
  common
===================== */





@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}




/* =====================
  content01
===================== */
.title-bg {
    background-color: #9ed1dd!important;
}
.text-wrap{
	margin-bottom: 55px;
}
.content01 {
	margin: 0 0 100px 0;
}
.content01 h3{
	display: block;
	font-size: 2.8rem;
	margin: 20px 0;
	font-weight: bold;
	border-left: 3px solid #cf0e0e;
	padding-left: 20px;
}
.sitemap {
	margin-bottom: 80px;
}
.table {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
	padding: 30px 0;
}
.table dl.list{
}
.table dl.list:nth-child(1){
}
.table dl.list dt{
	display: table-cell;
	width: 280px;
	font-weight: bold;
	vertical-align: top;
	padding: 11px 0 11px 30px;
	line-height: 3;
}
.table dl.list dt label{
	font-weight: bold;
}
.table dl.list dd{
	display: table-cell;
	width: 71%;
	padding: 18px 30px;
}
.table dl.list dd ul.mb{
	margin-bottom: 30px;
}
.table .radio input,
.table .time input{
	display: none;
}
.table .radio label,
.table .time label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
}
.table .time label{
	display: table;
}
.table .radio label:before,
.table .time label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: 2px solid #e3e3e3;
	border-radius: 50%;
}
.table .radio input[type="radio"]:checked + label:after,
.table .time input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #00458f;
}

.table input[type="text"], 
.table input[type="email"], 
.table input[type="tel"], 
.table textarea {
    background-color: #eee;
    padding: 6px;
	width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.table input[type="text"].name,
.table input[type="text"].addr01,
.table input[type="text"].addr02,
.table input[type="email"],
.table input[type="text"].job{
	width: 50%;
	margin-right: 10px;
}
.table input[type="text"].zip,
.table input[type="tel"]{
	width: 30%;
}
.table textarea {
	height: 165px!important;
	width: 100% !important;
}

/* css checkbox01 */

.must{
	color: #cf0e0e;
	margin-left: 10px;
}
.form-shurui label{
	/*display: block;*/
}
/*css radio02*/
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 34px!important;
  position:relative!important;
  margin-right: 20px!important;
}
.radio02-input + label::before{
  content: ""!important;
  display: block!important;
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 20px!important;
  height: 20px!important;
  border: 1px solid #eeeeee!important;
  border-radius: 50%!important;
	margin-top: 4px!important;
	background-color: #eee;
}

.radio02-input:checked + label::after{
  content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: #cf0e0e;
	border-radius: 50%;
}
.inquiry-opt {
	overflow: hidden;
	width: 55%;
	text-align: center;
}
.inquiry-opt 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;
	-webkit-appearance: none;
	appearance: none;
}
.inquiry-opt select::-ms-expand {
    display: none;
}
.inquiry-opt.option-class {
	position: relative;
	border-radius: 2px;
	background: #eeeeee;
}
.inquiry-opt.option-class::before {
	position: absolute;
	top: 1.2em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #cf0e0e;
	pointer-events: none;
}
.inquiry-opt.option-class select {
	padding: 8px 10px 8px 0px;
	color: #666666;
}
.button-wrap .mfp_element_submit {
     width: 100%;
	max-width: 370px;
	height: 59px;
	padding: 16px 40px;
	box-sizing: border-box;
	position: relative;
	vertical-align: text-top;
	text-align: center;
	color: #fff;
	background-color: #cf0e0e;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	border: none;
}
.button-wrap .mfp_element_submit:hover{
	opacity: 0.8;
}
.privacy{
	padding: 0 80px;
}
.privacy a{
	text-decoration: underline;
}
div.mfp_buttons {
    clear: both;
    padding: 10px 0px;
    text-align: center;
	margin-top: 40px;
}

.thanks{
	text-align: center;
	margin: 30px 0;
}
.backtohome{
	display: table;
	margin: 0 auto;
}
.mt30{
	margin-top: 30px!important;
}
.r-border{
	border-left: 3px solid #cf0e0e;
	padding-left: 16px;
}
.g-border{
	border-left: 3px solid #eeeeee;
	padding-left: 16px;
}
.wrap span{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.wrap {
	margin: 20px 0;
}
p.first{
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

/* ====================================================================================
         ipad時
  ==================================================================================== */
/* 縦 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}
/* 横 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
}


/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {

	
	/* =====================
	  content01
	===================== */
	.text-wrap {
		margin-bottom: 30px;
	}
	.content01 h3,
	.content02 h3,
	.content03 h3{
		font-size: 2rem;
		margin: 20px 0 15px;
	}
	.table{
		margin: 0px 0 20px;
	}
	.table p,
	.table span{
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.table dl.list dd{
			display: block;
			width: 100%;
	}
	.table dl.list dt label {
		padding-left: 12px;
		font-size: 1.4rem!important;
	}
	.table dl.list dt {
		width: 100%;
		vertical-align: middle;
		text-align: left;
		font-size: 1.4rem;
		padding: 0px 5px;
		display: block;
	}
	.table dl.list dd{
		max-width: 100%;
		padding: 15px 15px;
	}
	.table input[type="text"].name,
	.table input[type="text"].addr01,
	.table input[type="text"].addr02,
	.table input[type="text"].email,
	.table input[type="text"].job{
		width: 100%;
		padding: 11px 10px;
	}
	.table input[type="text"].zip,
	.table input[type="tel"].phone,
	.table input[type="email"]{
		width: 100%;
		margin-bottom: 10px;
		padding: 11px 10px;
	}
	.table .radio label, .table .time label {
		margin-left: 10px;
		font-size: 1.4rem;
		line-height: 1;
		text-align: left;
	}
	.checkbox01-parts {
		font-size: 1.4rem;
	}
	.inquiry-opt.option-class{
		width: 100%;
	}
	.mfp_element_all {
		max-width: 100%!important;
	}
	.radio02-input + label {
		font-size: 1.6rem;
	}
}/*  SP // */



/* ====================================================================================
	 調整
  ==================================================================================== */
@media screen and (min-width: 1920px) {

}



