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

#gHeader {
}
.mainVisual.submain {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	box-sizing: border-box;
	height: 700px !important;
	position: relative;
}
.mainVisual.submain .txt {
	display: block;
}
.mainVisual.submain h1 {
	position:relative;
	right: auto;
	left: auto;
	top: 0px;
	z-index: 100;
	color: #FFF;
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 52.8px */
	letter-spacing: 9.2px;
}
.mainVisual.submain h1 span {
	position: relative;
	z-index: 5;
	padding-top: 45px;
}
.mainVisual.submain h1::after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	background: url("../images/productlist/mv-logo.png") center center no-repeat;
	background-size: 100% auto;
	width: 300px;
	height: 304px;
}
.sub-mainVisual .imgs {
	display: block;
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sub-mainVisual .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media all and (max-width: 768px) {
	.mainVisual.submain {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		box-sizing: border-box;
		height: 260px !important;
		min-height: 260px;
		position: relative;
	}
	.mainVisual.submain .txt {
		display: block;
	}
	.mainVisual.submain h1 {
		position:relative;
		right: auto;
		left: auto;
		top: 0px;
		z-index: 100;
		color: #FFF;
		font-size: 26px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%; /* 52.8px */
		letter-spacing: 9.2px;
	}
	.mainVisual.submain h1 span {
		position: relative;
		z-index: 5;
		display: block;
		padding-top: 25px;
	}
	.mainVisual.submain h1::after {
		position: absolute;
		left: 0%;
		top: 20px;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		background: url("../images/productlist/mv-logo.png") center center no-repeat;
		background-size: 100% auto;
		width: 150px;
		height: 154px;
	}
	.sub-mainVisual .imgs {
		display: block;
		position:absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.sub-mainVisual .imgs img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}




.branch {
	display: block;
	padding: 60px 0 30px 0;
	position: relative;
	z-index: 20;
}
.fix-1500 {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 1550px) {
	.fix-1500 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
.branch ul {
	display: flex;
	justify-content: flex-end;
}
.branch ul li {
	display: block;
	position: relative;
	margin-left: 27px;
	color: #12183A;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 22.4px */
	letter-spacing: 0.8px;
}
.branch ul li a {
	color: #757575;
}
.branch ul li::before {
	position: absolute;
	left: -15px;
	top: 0;
	content: "";
	width: 1px;
	height: 100%;
	background: #12183A;
}
.branch ul li:nth-child(1) {
	margin-left: 0px;
}
.branch ul li:nth-child(1)::before {
	display: none;
}
@media all and (min-width: 769px) {
	.branch ul li a:hover {
		color:#12183A;
	}
}
@media all and (max-width: 768px) {
	.branch {
		display: none;
	}
}


.subcontent {
	position: relative;
	background:url("../images/productlist/pattern.png") top center #F5F5F5;
	padding-bottom: 160px;
}
.subcontent::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url("../images/tp1-deco.png") top center no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 400px;
}
.subcontent::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background:url("../images/productlist/subcont-bottom.png") bottom center no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 400px;
}
.subcont-catch {
	display: block;
	text-align: center;
	padding-bottom: 70px;
}
.subcont-catch h2 {
	display: block;
	text-align: center;
	color: #12183A;
	font-family: "Crimson Pro", serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 80px */
	letter-spacing: 4px;
	margin-bottom: 70px;
}
.subcont-catch span {
	position: relative;
	border-bottom: #12183A solid 1px;
	padding: 0 10px 
}
.subcont-catch .imgs {
	display: block;
	text-align: center;
}
.subcont-catch .imgs img {
	display: inline-block;
	max-width: 395px;
}

@media all and (max-width: 768px) {
	.subcontent {
		position: relative;
		background:url("../images/productlist/pattern.png") top center #F5F5F5;
		padding-bottom: 80px;
	}
	.subcontent::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../images/tp1-deco.png") top right no-repeat;
		background-size: 170% auto;
		width: 100%;
		height: 400px;
	}
	.subcontent::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		background:url("../images/productlist/subcont-bottom.png") bottom center no-repeat;
		background-size: 170% auto;
		width: 100%;
		height: 400px;
	}
	.subcont-catch {
		display: block;
		text-align: center;
		padding-top: 45px;
		padding-bottom: 60px;
	}
	.subcont-catch h2 {
		display: block;
		text-align: center;
		color: #12183A;
		font-family: "Crimson Pro", serif;
		font-size: 40px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%; /* 80px */
		letter-spacing: 4px;
		margin-bottom: 30px;
	}
	.subcont-catch span {
		position: relative;
		border-bottom: #12183A solid 1px;
		padding: 0 10px 
	}
	.subcont-catch .imgs {
		display: block;
		text-align: center;
	}
	.subcont-catch .imgs img {
		display: inline-block;
		max-width: 125px;
	}
}


/* product----------------------------------------------- */
.subpage-contents {
	color: #12183A;
}
.subpage-contents p {
	color: #12183A;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
}
.product-items {
	display: block;
	padding: 30px 0 40px 0;
}
.product-items .one {
	display: flex;
	justify-content: space-between;
	border-bottom: #12183A solid 1px;
	padding-bottom: 40px;
	margin-bottom: 100px;
}
.product-items .one .imgs {
	display: block;
	flex-basis: 27%;
	min-width: 27%;
}
.product-items .one .imgs span {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	overflow: hidden;
}
.product-items .one .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-items .one .txt {
	display: block;
	flex-basis: 70%;
	position: relative;
	box-sizing: border-box;
	padding-top: 130px;
	padding-left: 55px;
	padding-bottom: 40px;
}
.product-items .one .txt::before {
	position: absolute;
	left: 0;
	top: 50px;
	content: "";
	width: 100%;
	height: 1px;
	background: #12183A;
}
.product-items .one h3 {
	display: block;
	color: #12183A;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7; /* 83.333% */
	letter-spacing: 1.8px;
	
}
@media all and (min-width: 769px) {
	.product-items .one h3 {
		margin-bottom: 14px;
	}
}
.product-items .one .txt_01 {
	display: block;
	color: #12183A;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
	padding: 20px 0;
}
.item-price {
	display: flex;
	justify-content: flex-end;
	padding-top: 15px;
}
.item-price table {
	border-collapse: collapse;
}
.item-price table th {
	text-align: left;
	vertical-align: top;
	color: #12183A;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 187.5% */
	letter-spacing: 1.6px;
	padding-bottom: 5px;
}
.item-price table td {
	text-align: right;
	vertical-align: top;
	color: #12183A;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 187.5% */
	letter-spacing: 1.6px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.item-price table td b {
	font-size: 30px;
}

@media all and (max-width: 768px) {
	.subpage-contents p {
		color: #12183A;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 25.6px */
		letter-spacing: 1.6px;
	}
	.product-items {
		display: block;
		padding: 30px 0 40px 0;
	}
	.product-items .one {
		display: block;
		border-bottom: #12183A solid 1px;
		padding-bottom: 24px;
		margin-bottom: 74px;
	}
	.product-items .one .imgs {
		display: block;
		flex-basis: 100%;
		min-width: 100%;
		margin-bottom: 22px;
	}
	.product-items .one .imgs span {
		display: block;
		width: 100%;
		aspect-ratio: 1 / 1;
		border-radius: 20px;
		overflow: hidden;
	}
	.product-items .one .imgs img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.product-items .one .txt {
		display: block;
		flex-basis: 70%;
		position: relative;
		box-sizing: border-box;
		padding-top: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
	}
	.product-items .one .txt::before {
		display: none;
	}
	.product-items .one h3 {
		display: block;
		color: #12183A;
		font-size: 21px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.7; /* 83.333% */
		letter-spacing: 1.8px;
	}
	.product-items .one .txt_01 {
		display: block;
		color: #12183A;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 25.6px */
		letter-spacing: 1.6px;
		padding: 15px 0;
	}
	.item-price {
		display: block;
		padding-top: 15px;
	}
	.item-price table {
		display: block;
		width: 100%;
	}
	.item-price table tbody,
	.item-price table tr{
		display: block;
	}
	.item-price table th {
		display: block !important;
		background: #EFEFEF;
		box-sizing: border-box;
		width: 100%;
		border: #12183A solid 1px;
		padding: 7px 14px 14px 14px ;
		text-align: left;
		vertical-align: top;
		color: #12183A;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 1,6; /* 187.5% */
		letter-spacing: 1.6px;
		padding-bottom: 5px;
	}
	.item-price table td {
		text-align: right;
		vertical-align: top;
		color: #12183A;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 2; /* 187.5% */
		letter-spacing: 1.6px;
		padding-left: 14px;
		padding-bottom: 14px;
		display: block !important;
		box-sizing: border-box;
		width: 100%;
		padding: 14px ;
	}
	.item-price table td b {
		font-size: 20px;
	}
}



/* recomment----------------------------------------------- */

.recomment01 {
	padding-bottom: 0 !important;
}
.red001 {
	display: block;
	padding-bottom: 160px;
	padding-top: 40px;
}
.tit4 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.tit4 h2 {
	display: block;
	color: #12183A;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 83.333% */
	letter-spacing: 1.8px;
	padding: 0 13px;
}
.tit4 span {
	display: block;
	color: #12183A;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 16px */
	letter-spacing: 0.8px;
	padding: 16px 10px;
}
.center-t {
	text-align: center;
}
.red001 .one {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	margin-top: 40px;
	border-bottom: #12183A solid 1px;
}
.red001 .one:nth-child(1) {
	border-top: #12183A solid 1px;
}
.red001 .one .lef {
	display: block;
	flex-basis: 50%;
	padding: 45px 0;
}
.red001 .one h3 {
	display: block;
	position: relative;
	color: #12183A;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 40px */
	letter-spacing: 2px;
	margin-bottom: 30px;
	padding-left: 75px;
}
.red001 .one h3::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "一、";
	font-size: 30px;
}
.red001 .one:nth-child(2) h3::before {
	content: "二、";
}
.red001 .one:nth-child(3) h3::before {
	content: "三、";
}
.red001 .one:nth-child(4) h3::before {
	content: "四、";
}
.red001 .one:nth-child(5) h3::before {
	content: "五、";
}
.red001 .one:nth-child(6) h3::before {
	content: "六、";
}
.red001 .one:nth-child(7) h3::before {
	content: "七、";
}
.red001 .one:nth-child(8) h3::before {
	content: "八、";
}
.red001 .one:nth-child(9) h3::before {
	content: "九、";
}
.red001 .one:nth-child(10) h3::before {
	content: "十、";
}
.red001 .one p {
	display: block;
	color: #12183A;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
	padding-left: 75px;
}
.red001 .one .imgs {
	display: block;
	flex-basis: 45%;
}
.red001 .one .imgs span {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 600 / 300;
}
.red001 .one .imgs img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: contain;
}


.red002 {
	background: #12183A url("../images/recommendation/pattern.png") top center;
	background-attachment: fixed;
	padding: 160px 0;
	position: relative;
}
.red002 .tit4 {
	margin-bottom: 70px;
}
.red002 .tit4 h2,
.red002 .tit4 span {
	color: #FFF;
}
.red002 .tit4 h2 small {
	display: block;
	font-size: 28px;
	margin-bottom: 14px;
}
.red002 .tit4 span {
	padding-top: 60px;
}

.recomment002 {
	display: block;
	position: relative;
}
.cats-base {
	position: absolute;
	left: 0;
	/*top: -160px;*/
	max-width: 330px;
	width: 15%;
}
@media all and (min-width: 769px) {
	.cats-base.js-fixed-elm.is-fixed {
		top: 140px !important;
	}
}
.cats-base ul {
	display: block;
}
.cats-base p {
	display: block;
}
.cats-base p.m1 {
}
.cats-base p a {
	display: block;
	color: #FFF;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 320%; /* 73.6px */
	letter-spacing: 1.15px;
	padding: 26px 9%;
	border-bottom: #FFF dotted 1px;
}

.recomment002 .inner {
	display: block;
	margin-left: 190px;
	border-top: #FFF solid 1px;
}
.recomment002 .one {
	display: flex;
	justify-content: space-between;
	padding: 100px 0;
	border-bottom: #fff solid 1px;
}
.recomment002 .one .txt {
	display: block;
	flex-basis: 55%;
}
.recomment002 .one .txt h3 {
	display: block;
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 60px */
	letter-spacing: 3px;
	border-bottom: #FFF dotted 1px;
}
.roop1 {
	display: block;
	padding: 30px 0;
	border-top: #FFF dotted 1px;
}
.recomment002 .one .roop1:nth-child(1) {
	border-top: 0;
}
.roop1 h4 {
	display: block;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 32px */
	letter-spacing: 2px;
	margin-bottom: 13px;
}
.roop1 p {
	display: block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
	margin-bottom: 10px;
}
.roop1 ul {
	display:block;
	counter-reset: number 0;
}
.roop1 li {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
	margin-bottom: 9px;
	padding-left: 36px;
}
.roop1 li::before {
	position: absolute;
	left: 0;
	top: 0;
	counter-increment: number 1;
	content: counter(number,cjk-ideographic) "、";
}
.recomment002 .one .imgs {
	display: block;
	flex-basis: 40%;
}
.recomment002 .one .imgs span {
	display: block;
	border-radius: 24px;
}
.recomment002 .one .imgs span img {
	width: 100%;
	border-radius: 24px;
}




@media all and (min-width: 769px) and (max-width: 1460px) {
	.cats-base {
		position: absolute;
		left: 0;
		top: -30px;
		max-width: 330px;
		width: 15%;
	}
	.cats-base p a {
		display: block;
		color: #FFF;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 320%; /* 73.6px */
		letter-spacing: 1.15px;
		padding: 20px 4%;
		border-bottom: #FFF dotted 1px;
	}
}
@media all and (min-width: 769px) and (max-width: 1000px) {
	.cats-base {
		position: absolute;
		left: 0;
		top: -30px;
		max-width: 330px;
		width: 18%;
	}
	.cats-base p a {
		display: block;
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 320%; /* 73.6px */
		letter-spacing: 1.15px;
		padding: 13px 2%;
		border-bottom: #FFF dotted 1px;
	}
}

@media all and (max-width: 768px) {
	.recomment01 .subcont-catch h2 span  {
		font-size: 22px;
	}
	.recomment01 {
		padding-bottom: 0 !important;
	}
	.red001 {
		display: block;
		padding-bottom: 70px;
		padding-top: 30px;
	}
	.tit4 {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}
	.tit4 h2 {
		display: block;
		color: #12183A;
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 30px; /* 83.333% */
		letter-spacing: 1.8px;
		padding: 0 13px;
	}
	.tit4 span {
		display: block;
		color: #12183A;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%; /* 16px */
		letter-spacing: 0.8px;
		padding: 16px 10px;
	}
	.center-t {
		text-align: center;
	}
	.red001 .one {
		display:block;
		padding: 24px 0;
		margin-top: 24px;
		border-bottom: #12183A solid 1px;
	}
	.red001 .one:nth-child(1) {
		border-top: #12183A solid 1px;
	}
	.red001 .one .lef {
		display: block;
		flex-basis: 50%;
		padding: 0px 0 24px 0;
	}
	.red001 .one h3 {
		display: block;
		position: relative;
		color: #12183A;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 40px */
		letter-spacing: 2px;
		margin-bottom: 30px;
		padding-left: 75px;
	}
	.red001 .one h3::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "一、";
		font-size: 30px;
	}
	.red001 .one:nth-child(2) h3::before {
		content: "二、";
	}
	.red001 .one:nth-child(3) h3::before {
		content: "三、";
	}
	.red001 .one:nth-child(4) h3::before {
		content: "四、";
	}
	.red001 .one:nth-child(5) h3::before {
		content: "五、";
	}
	.red001 .one:nth-child(6) h3::before {
		content: "六、";
	}
	.red001 .one:nth-child(7) h3::before {
		content: "七、";
	}
	.red001 .one:nth-child(8) h3::before {
		content: "八、";
	}
	.red001 .one:nth-child(9) h3::before {
		content: "九、";
	}
	.red001 .one:nth-child(10) h3::before {
		content: "十、";
	}
	.red001 .one p {
		display: block;
		color: #12183A;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 25.6px */
		letter-spacing: 1.6px;
		padding-left: 75px;
	}
	.red001 .one .imgs {
		display: block;
		flex-basis: 45%;
	}
	.red001 .one .imgs span {
		display: block;
		overflow: hidden;
		border-radius: 20px;
		width: 100%;
		aspect-ratio: 600 / 300;
	}
	.red001 .one .imgs img {
		width: 100%;
		height: 100%;
		border-radius: 20px;
		object-fit: contain;
	}


	.red002 {
		background: #12183A url("../images/recommendation/pattern.png") top center;
		padding: 70px 0;
		position: relative;
	}
	.red002 .tit4 {
		margin-bottom: 30px;
	}
	.red002 .tit4 h2,
	.red002 .tit4 span {
		color: #FFF;
	}
	.red002 .tit4 h2 small {
		display: block;
		font-size: 14px;
		margin-bottom: 4px;
	}
	.red002 .tit4 span {
		padding-top: 10px;
	}

	.recomment002 {
		display: block;
		position: relative;
	}
	.cats-base {
		position:relative;
		left: 0;
		top: 0px;
		margin-left: 4%;
		margin-right: 4%;
		max-width: 100%;
		width: calc(100% - 8%);
	}
	.cats-base ul {
		display: block;
		
	}
	.cats-base p {
		display: block;
	}
	.cats-base p a {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 320%; /* 73.6px */
		letter-spacing: 1.15px;
		padding: 10px 2%;
		border-bottom: #FFF dotted 1px;
	}

	.recomment002 .inner {
		display: block;
		margin-left: 0px;
		border-top: #FFF solid 0px;
		margin-top: 45px;
	}
	.recomment002 .one {
		display: block;
		padding: 24px 0;
		border-bottom: #fff solid 1px;
		margin-bottom: 55px;
	}
	.recomment002 .one .txt {
		display: block;
		flex-basis: 55%;
		margin-bottom: 20px;
	}
	.recomment002 .one .txt h3 {
		display: block;
		color: #FFF;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 60px */
		letter-spacing: 3px;
		border-bottom: #FFF dotted 1px;
	}
	.roop1 {
		display: block;
		padding: 16px 0;
		border-top: #FFF dotted 1px;
	}
	.recomment002 .one .roop1:nth-child(1) {
		border-top: 0;
	}
	.roop1 h4 {
		display: block;
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%; /* 32px */
		letter-spacing: 2px;
		margin-bottom: 7px;
	}
	.roop1 p {
		display: block;
		color: #FFF;
		font-size: 15px;
		font-style: normal;

		font-weight: 500;
		line-height: 2; /* 25.6px */
		letter-spacing: 1.6px;
		margin-bottom: 10px;
	}
	.roop1 ul {
		display:block;
		counter-reset: number 0;
	}
	.roop1 li {
		display: block;
		position: relative;
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 25.6px */
		letter-spacing: 1.6px;
		margin-bottom: 9px;
		padding-left: 36px;
	}
	.roop1 li::before {
		position: absolute;
		left: 0;
		top: 0;
		counter-increment: number 1;
		content: counter(number,cjk-ideographic) "、";
	}
	.recomment002 .one .imgs {
		display: block;
		flex-basis: 40%;
	}
	.recomment002 .one .imgs span {
		display: block;
		border-radius: 20px;
	}
	.recomment002 .one .imgs span img {
		width: 100%;
		border-radius: 22px;
	}
}


/* company----------------------------------------------- */

.companybases {
	padding-bottom: 0;
}
.companybases::after {
	display: none !important;
}

.company {
	display: block;
}
.company-bg {
	position: relative;
	padding-bottom: 600px;
}
.company-bg .fix-1350 {
	position: relative;
	z-index: 10;
}
.company-bg::before {
	position: absolute;
	left: 0;
	bottom: 45px;
	content: "";
	background: url("../images/company/ill.png") left bottom no-repeat;
	width: 620px;
	height: 573px;
}
.company-bg::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 40%;
	background:url("../images/company/bg1.png") bottom center no-repeat;
	background-size: 100% auto;
}
.company-bg .flx {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.company-bg .txt {
	display: block;
	flex-basis: 45%;
	padding-top: 50px;
}
.company-bg .txt .tit4 {
	justify-content: flex-start;
}
.company-bg .txt .tit4 h2 {
	padding: 0;
}
.company-bg .txt .txt_03 {
	display: block;
	color: #12183A;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 40px */
	letter-spacing: 2px;
	margin-bottom: 45px;
}
.company-bg .txt .txt_01 {
	color: #12183A;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 220%; /* 35.2px */
	letter-spacing: 1.6px;
}
.names-right {
	display: block;
	text-align: right;
	color: #12183A;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 32px */
	letter-spacing: 1.6px;
	margin-top: 45px;
}
.names-right span {
	font-size: 20px;
	margin-left: 20px;
}
.company-bg .imgs {
	display: block;
	flex-basis: 49%;
}
.company-bg .imgs img {
	width: 100%;
	border-radius: 22px;
}
.company002 {
	display: block;
	background: #12183A url("../images/recommendation/pattern.png") top center;
	background-attachment: fixed;
	padding: 160px 0;
	position: relative;
}
.company002 .tit4 {
	justify-content: flex-start;
}
.company002 .tit4 h2{
	padding-left: 0;
	color: #FFF;
}
.company002 .tit4 span {
	color: #FFF;
}
.comps-tab {
	display: block;
	padding-top: 40px;
	padding-bottom: 250px;
}
.comps-tab table {
	width: 100%;
	border-collapse: collapse;
	border-top: #FFF solid 1px;
}
.comps-tab table th {
	text-align: left;
	vertical-align: top;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
	padding: 30px 25px;
	width: 18%;
	border-bottom: #FFF solid 1px;
}
.comps-tab table td {
	text-align: left;
	vertical-align: top;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
	padding: 30px 25px;
	border-bottom: #FFF solid 1px;
}
.add1 {
	display: block;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 36px */
	letter-spacing: 2px;
	padding-bottom: 34px;
}
.add2 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.add2 li {
	display: block;
	flex-basis: 50%;
}
.add2 b {
	display: block;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 32.4px */
	letter-spacing: 1.8px;
}
.add2 p {
	display: block;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 32.4px */
	letter-spacing: 1.8px;
}
.ifr {
	display: block;
}
.ifr iframe {
	width: 100%;
	aspect-ratio: 1340 / 575;
	border-radius: 22px;
}
.photo-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 120px;
}
.photo-list li {
	display: block;
	flex-basis: 48%;
	margin-top: 45px;
}
.photo-list li img {
	width: 100%;
	object-fit: cover;
	border-radius: 22px;
	aspect-ratio: 649 / 463;
}

@media all and (max-width: 768px) {
	.company {
		display: block;
	}
	.company-bg {
		position: relative;
		padding-bottom: 200px;
	}
	.company-bg .fix-1350 {
		position: relative;
		z-index: 10;
	}
	.company-bg::before {
		position: absolute;
		left: 0;
		bottom: 45px;
		content: "";
		background: url("../images/company/ill.png") left bottom no-repeat;
		background-size: 100% auto;
		width: 170px;
		height: 273px;
	}
	.company-bg::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 100%;
		height: 40%;
		background:url("../images/company/bg1.png") bottom right no-repeat;
		background-size: 180% auto;
	}
	.company-bg .flx {
		display: block;
	}
	.company-bg .txt {
		display: block;
		flex-basis: 45%;
		padding-top: 20px;
		padding-bottom: 24px;
	}
	.company-bg .txt .tit4 {
		justify-content: flex-start;
	}
	.company-bg .txt .tit4 h2 {
		padding: 0;
	}
	.company-bg .txt .txt_03 {
		display: block;
		color: #12183A;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 40px */
		letter-spacing: 2px;
		margin-bottom: 25px;
	}
	.company-bg .txt .txt_01 {
		color: #12183A;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 35.2px */
		letter-spacing: 1.6px;
	}
	.names-right {
		display: block;
		text-align: right;
		color: #12183A;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 32px */
		letter-spacing: 1.6px;
		margin-top: 45px;
	}
	.names-right span {
		font-size: 20px;
		margin-left: 20px;
	}
	.company-bg .imgs {
		display: block;
		flex-basis: 49%;
	}
	.company-bg .imgs img {
		width: 100%;
		border-radius: 22px;
	}
	.company002 {
		display: block;
		background: #12183A url("../images/recommendation/pattern.png") top center;
		padding: 70px 0;
		position: relative;
	}
	.comps-tab {
		display: block;
		padding-top: 10px;
		padding-bottom: 80px;
	}
	.comps-tab table {
		width: 100%;
		border-collapse: collapse;
		border-top: #FFF solid 1px;
	}
	.comps-tab table th {
		display: block;
		background: #FFF;
		text-align: left;
		vertical-align: top;
		color: #12183A;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 2; /* 25.6px */
		letter-spacing: 1.6px;
		padding: 10px 15px;
		width: auto;
		border-bottom: #FFF solid 1px;
	}
	.comps-tab table td {
		display: block;
		text-align: left;
		vertical-align: top;
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 25.6px */
		letter-spacing: 1.6px;
		padding: 10px 15px;
		border-bottom: #FFF solid 1px;
	}
	.add1 {
		display: block;
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 180%; /* 36px */
		letter-spacing: 1px;
		padding-bottom: 20px;
	}
	.add2 {
		display: block;
		padding-bottom: 40px;
	}
	.add2 li {
		display: block;
		flex-basis: 50%;
		margin-bottom: 13px;
	}
	.add2 b {
		display: block;
		color: #FFF;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 32.4px */
		letter-spacing: 1.8px;
	}
	.add2 p {
		display: block;
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 1.9; /* 32.4px */
		letter-spacing: 1.8px;
	}
	.ifr {
		display: block;
	}
	.ifr iframe {
		width: 100%;
		aspect-ratio: 1340 / 575;
		border-radius: 22px;
	}
	.photo-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-bottom: 70px;
	}
	.photo-list li {
		display: block;
		flex-basis: 49%;
		margin-top: 15px;
	}
	.photo-list li img {
		width: 100%;
		border-radius: 22px;
		aspect-ratio: 649 / 463;
	}
}




/*pagenav*/
@media screen and (max-width:768px) {
	.wp-pagenavi {
		display:flex;
		justify-content: center;
		text-align: center;
		margin: 0px 0;
		padding-bottom: 0px;
		padding-top: 30px;
	}
	.wp-pagenavi li {
		display: inline-block;
		margin: 8px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 4px;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items:center;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background: #FFC939;
		border:#FFC939 solid 2px;
		color: #FFF;
		font-size: 12px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		letter-spacing: .2px;
		font-family: "Nanum Gothic", sans-serif;
	}
	.wp-pagenavi a.page {
		color: #464646;
		text-align: center;
		font-family: "Nanum Gothic", sans-serif;
		border:#fff solid 2px;
		background: #FFF;
		font-size: 12px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		letter-spacing: .2px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		display: none;
	}
	.wp-pagenavi .previouspostslink {
		margin-right: 35px;
	}
	.wp-pagenavi .nextpostslink {
		margin-left: 35px;
	}
	.wp-pagenavi a:hover {
		background: #FFF;
		color: #E26D00;
		border:#FFC939 solid 2px;
	}
	.wp-pagenavi span {
		background: #FFF;
		color: #E26D00;
	}
}
@media screen and (min-width:769px) {
	.wp-pagenavi {
		display:flex;
		justify-content: center;
		text-align: center;
		margin: 0px 0;
		padding-bottom: 0px;
		padding-top: 50px;
	}
	.wp-pagenavi li {
		display: inline-block;
		margin: 8px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 6px;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items:center;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background: #FFC939;
		border:#FFC939 solid 2px;
		color: #FFF;
		font-size: 22px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		letter-spacing: .2px;
		font-family: "Nanum Gothic", sans-serif;
	}
	.wp-pagenavi a.page {
		color: #464646;
		text-align: center;
		font-family: "Nanum Gothic", sans-serif;
		border:#fff solid 2px;
		background: #FFF;
		font-size: 22px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		letter-spacing: .2px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		font-size: 16px;
	}
	.wp-pagenavi .previouspostslink {
		margin-right: 35px;
	}
	.wp-pagenavi .nextpostslink {
		margin-left: 35px;
	}
	.wp-pagenavi a:hover {
		background: #FFF;
		color: #E26D00;
		border:#FFC939 solid 2px;
	}
	.wp-pagenavi span {
		background: #FFF;
		color: #E26D00;
	}
	
	
}






/* privacy----------------------------------------------- */
.privacy1 {
	display: block;
	padding-top: 140px;
}
.privacy1 dl {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
	padding-top: 45px;
	counter-reset: number 0; 
}
.privacy1 dl dd {
	display: block;
	position: relative;
	font: normal normal bold 16px/32px Yu Gothic;
	letter-spacing: 0.8px;
	color: #757067;
	margin-bottom: 45px;
	padding-left: 30px;
}
.privacy1 dl dd::before {
	position:absolute;
	left: 0;
	top: 0;
	font: normal normal bold 23px/28px Montserrat;
	letter-spacing: 0px;
	color: #7890A0;
	counter-increment: number 1;      /* number カウンタを増加 */
  	content: "" counter(number) ".";
}
.privacy2 {
	display: block;
	background: url("../images/survey/gradient_bg.png") center center no-repeat;
	background-size: 100% 100%;
	padding: 110px 0;
	margin-top: 70px;
	margin-bottom: 140px;
}
.privacy2 small {
	display: block;
	font: normal normal bold 16px/32px Yu Gothic;
	letter-spacing: 0.8px;
	color: #757067;
	margin-bottom: 50px;
}
.privacy2 h3 {
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font: normal normal bold 40px/32px Yu Gothic;
	letter-spacing: 2px;
	color: #1C72D4;
	margin-bottom: 30px;
}
.privacy2 .fix {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	font: normal normal bold 23px/50px Yu Gothic;
	letter-spacing: 1.15px;
	color: #757067;
	margin-bottom: 25px;
}
.privacy2 .btn {
	width: 320px !important;
	margin-left: auto;
	margin-right: auto;
}
.privacy2 .btn a span {
	position: relative;
	padding-right: 30px;
}
.privacy2 .btn a span::after {
	background:url("../images/send1.png") center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 24px;
	height: 21px;
	right: -6px;
}
@media all and (max-width: 768px) {
	.privacy1 {
		display: block;
		padding-top: 40px;
	}
	.privacy1 dl {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 1020px;
		padding-top: 0px;
		counter-reset: number 0; 
	}
	.privacy1 dl dd {
		display: block;
		position: relative;
		font: normal normal bold 14px/22px Yu Gothic;
		letter-spacing: 0.8px;
		color: #757067;
		margin-bottom: 20px;
		padding-left: 30px;
	}
	.privacy2 {
		display: block;
		background: url("../images/survey/gradient_bg.png") center center no-repeat;
		background-size: 100% 100%;
		padding: 40px 0;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.privacy2 small {
		display: block;
		font: normal normal bold 13px/18px Yu Gothic;
		letter-spacing: 0.8px;
		color: #757067;
		margin-bottom: 20px;
	}
	.privacy2 h3 {
		display: block;
		text-align: center;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		font: normal normal bold 24px/30px Yu Gothic;
		letter-spacing: 2px;
		color: #1C72D4;
		margin-bottom: 15px;
	}
	.privacy2 .fix {
		margin-left: auto;
		margin-right: auto;
		max-width: 700px;
		font: normal normal bold 17px/32px Yu Gothic;
		letter-spacing: 1.15px;
		color: #757067;
		margin-bottom: 25px;
	}
	.privacy2 .btn {
		width: 270px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.privacy2 .btn a span {
		position: relative;
		padding-right: 30px;
	}
}


/* contact-top----------------------------------------------- */

.contact1 {
	display: block;
	background: url("../images/contact/ill.png") right 70px bottom 40px no-repeat;
	padding: 40px 0 460px 0
}
.contact1 .tit4 {
	justify-content: flex-start;
}
.contact1 .tit4 h2 {
	padding-left: 0;
}
.contact1::before,
.contact1::after {
	display: none;
}
.contact1 .fix-1350 {
	max-width: 1000px;
}
.telsbase {
	display: block;
	margin-top: 50px;
	max-width: 500px;
	
	
}
.telsbase b,
.telsbase a {
	display: block;
	position: relative;
	color: #12183A;
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 75.6px */
	letter-spacing: 5.4px;
	padding-left: 58px;
}
.telsbase b::before,
.telsbase a::before {
	position: absolute;
	left: 0;
	top: 20px;
	content: "";
	background: url("../images/contact/call.png") center center no-repeat;
	background-size: 100% auto;
	width: 44px;
	height: 44px;
}
.telsbase b.faxs {
	margin-top: 14px;
}
.telsbase b.faxs::before {
	background: url("../images/contact/fax.png") center center no-repeat;
	background-size: 100% auto;
}
.telsbase small {
	display: block;
	text-align: right;
	color: #12183A;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 28px */
}

.fix-1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 1100px) {
	.fix-1100 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 768px) {
	.contact1 {
		display: block;
		background: url("../images/contact/ill.png") right 20px bottom 10px no-repeat;
		background-size: 40% auto;
		padding: 40px 0 180px 0
	}
	.contact1 .tit4 {
		justify-content: flex-start;
	}
	.contact1 .tit4 h2 {
		padding-left: 0;
	}
	.contact1::before,
	.contact1::after {
		display: none;
	}
	.telsbase {
		display: block;
		margin-top: 50px;
		max-width: 500px;
		text-align: center;

	}
	.telsbase b,
	.telsbase a {
		display:inline-block;
		position: relative;
		color: #12183A;
		font-size: 23px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%; /* 75.6px */
		letter-spacing: 5.4px;
		padding-left: 30px;
	}
	.telsbase b::before,
	.telsbase a::before {
		position: absolute;
		left: 0;
		top: 9px;
		content: "";
		background: url("../images/contact/call.png") center center no-repeat;
		background-size: 100% auto;
		width: 21px;
		height: 21px;
	}
	.telsbase small {
		display: block;
		text-align:center;
		color: #12183A;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%; /* 28px */
		padding-top: 5px;
		padding-left: 0px;
	}
}


/* estimate----------------------------------------------- */
.mcont {
	color: #FFF !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 220%; /* 35.2px */
	letter-spacing: 1.6px !important;
}
.forms-base {
	display: block;
	padding-top: 90px;
	margin-left: 4%;
	margin-right: 4%;
	padding-bottom: 90px;
}
.forms-base .title01 {
	margin-bottom: 40px;
}
.form-wraps {
	margin-top: 65px;
	border-radius: 10px;
}
.form-wraps .txt_01 {
	padding-top: 45px;
	text-align: center;
	margin-bottom: 50px;
}
.forms-table {
	width: 100%;
	border-collapse: collapse;
}
.forms-table th {
	display: block;
	text-align: left;
	vertical-align: top;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 130% */
	letter-spacing: 1.6px;
	padding: 50px 0 20px 0;
}
.forms-table th.requier::after {
	margin-left: 25px;
	content: "*必須";
	color: #E94348;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px; /* 150% */
	letter-spacing: 1.8px;
	padding: 1px 11px 3px 5px;
	border-radius: 0px;
}
.forms-table td {
	display: block;
	text-align: left;
	vertical-align: top;	
}
.bl-labs {
	background: none;
	padding-left: 0px;
	padding-right: 0px;
}
.n001 {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 0;
	border-right: 0;
	background: rgba(255, 255, 255, 0.10);
	padding: 20px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
}
.n002 {
	width: 60%;
	box-sizing: border-box;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 0;
	border-right: 0;
	background: rgba(255, 255, 255, 0.10);
	padding: 20px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
}
.txer {
	width: 100%;
	height: 240px;
	box-sizing: border-box;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 0;
	border-right: 0;
	background: rgba(255, 255, 255, 0.10);
	padding: 20px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
}
::placeholder {
	color: rgba(255, 255, 255, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
}
.form-in {
	margin-bottom: 10px;
}
.select-over {
	display: block;
	width: 34%;
	position: relative;
}
.select-over::after {
	position: absolute;
	right:20px;
	top: -4px;
	bottom: 0;
	margin: auto;
	content: "";
	width: 13px;
	height: 13px;
	border-right: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mw_wp_form_confirm .select-over::after {
	display: none !important;
}
.select-over select {
	width: 100%;
	height: 70px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 0;
	border-right: 0;
	background: rgba(255, 255, 255, 0.10);
	padding: 20px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
}
.select-over select option:nth-child(1) {
	
}
select:invalid {
    color: #FFF !important;
}
select option:first-child {
    color: #333 !important;
}

select:invalid {
    color: #333;
}

select option {
    color: #333;
}
/* radioBtn */
.blocks-label {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.10);
	padding: 20px;
	color: #FFF;
}
.radio__list {
	border: 0px !important;
}
label {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.8px;
}
input.radioBtn {
	top: 3px;
	block-size: 2rem;
	inline-size: 2rem;
	position: relative;
	z-index: 1;
	margin-left: 5px;
	margin-right: 8px;
	border: 0px !important;
}
input.radioBtn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
	background: #fff;
	border: 5px solid #FFF;
}

input.radioBtn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #E94348;
  border-radius: 50%;
  opacity: 0;
}
input.radioBtn[type="radio"]:checked::after {
  opacity: 1;
}
label {
  cursor: pointer;
}
.blocks-label label {
	display: inline-block;
	margin-bottom: 10px;
	width: auto !important;
	font-weight: 600;
}
label.radio__list {
	margin-right: 30px;
}
.cbtn {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	padding: 30px 0 40px 0;
}
.sbt {
	width: 150px;
	height: 65px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: #fff dotted 1px;
	color: #FFF;
	cursor: pointer;
	font-size: 17px;
	background: none;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.sbt.v2 {
	color: #999;
	border-bottom: #999 dotted 1px;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.addf {
	margin-top: 14px;
}
@media all and (min-width: 769px) {
	.sbt:hover {
		background: #E94348;
		color: #fff;
	}
}

.n001,
.n002,
textarea,
select {
	border-radius: 0 !important;
}


/* privacy__policy */
.privacy__policy--area {
	margin-top: 50px;
  padding: 0px 0;
	
  
}
.privacy__policy {
  padding: 20px 0px 40px 0px;
	background: rgba(255, 255, 255, 0.10);
	padding: 20px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
	border-top: #FFF solid 1px;
	border-bottom: #fff solid 1px;
}
.privacy__policy .scr {
	height: 325px;
	padding-right: 30px;
	padding: 0px 25px 0 0;
	margin-right: 26px;
  overflow-y: scroll;
	
}


.privacy__policy .scr::-webkit-scrollbar {
  width: 8px;  
  margin-top: 41px;
	background: #FFF;
}
.privacy__policy .scr::-webkit-scrollbar-track {
	background-size: auto 5px;
}
.privacy__policy .scr::-webkit-scrollbar-thumb {
  background: #c82b16;
  height: 100px;
}

.privacy__policy p:first-of-type {
  font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
}
.privacy__policy p.s-mt {
  color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px; /* 108.333% */
	letter-spacing: 1.92px;
  margin-bottom: 15px;
}
.privacy__policy p.s-mt b {
	color: #FFF !important;
}
.privacy__policy p.p-tt {
	font-size: 18px !important;
}
.privacy__policy p.mp-ti {
	font-size: 17px !important;
}
.privacy__policy p span {
  font-size: 17px;
  margin-bottom: 5px;
  display: block;
}
.privacy__policy ul {
  margin-bottom: 16px;
}
.privacy__policy ul li {
  list-style: disc;
  margin-left: 20px;
}
.form_consent_txt {
  text-align: center;
  color: #3F3B3A;
	font-size: 20px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	letter-spacing: 2.2px;
  padding: 50px 5px 0;
	position: relative;
	z-index: 200;
}
.form_consent_txt label {
	position: relative;
	font-weight: 700 !important;
}
input[type="checkbox"] {
  position: relative;
	top: 6px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
	background: #FFF;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: -3px;
  left: 7px;
  transform: rotate(50deg);
  width: 11px;
  height: 20px;
  border-right: 3px solid #c82b16;
  border-bottom: 3px solid #c82b16;
  content: '';
}
select {
	cursor: pointer;
}

.center-txt1 {
	color: #464646;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.8px;
}

@media all and (max-width: 768px) {
	.mcont {
		color: #FFF !important;
		font-size: 15px !important;
		font-style: normal !important;
		font-weight: 500 !important;
		line-height: 2; /* 35.2px */
		letter-spacing: 1.6px !important;
	}
	.forms-base {
		display: block;
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.form-wraps {
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
		padding: 15px 0;
	}
	.form-wraps .txt_01 {
		text-align: left;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.forms-base .center-txt1 {
		text-align: left;
		font-size: 16px;
		line-height: 1.9;
		margin-left: 4%;
		margin-right: 4%;
	}
	.forms-table {
		width: 100%;
		border-collapse: collapse;
	}
	.forms-table th {
		display: block;
		text-align: left;
		vertical-align: top;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		font-size: 15px;
		letter-spacing: 0px;
		padding: 40px 0px 20px 0px;
	}
	.forms-table th.requier::after {
		position:relative;
		right: 15px;
		top: 0px;
		content: "*必須";
		font-size: 14px;
		letter-spacing: 0px;
		padding: 3px 10px;
	}
	.forms-table td {
		display: block;
		text-align: left;
		vertical-align: top;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.bl-labs {
		padding-top: 1px !important;
		padding-bottom: 15px !important;
	}
	.bl-labs label {
		padding-bottom: 10px;
		margin-bottom: 0px;
	}
	.n001 {
		width: 100%;
		box-sizing: border-box;
		font-size: 15px;
	}
	.n002 {
		width: 100%;
		box-sizing: border-box;
		font-size: 15px;
	}
	.txer {
		width: 100%;
		height: 180px;
		box-sizing: border-box;
		padding: 15px;
		font-size: 15px;
		border: 0px;
		border: #EFEFEF solid 1px;
	}
	::placeholder {
		font-size: 15px;
	}
	.form-in {
		margin-bottom: 10px;
	}
	.select-over {
		display: block;
		width: 100%;
	}
	.select-over select {
		width: 100%;
		height: 62px;
		font-size: 15px;
		letter-spacing: 0px;
	}
	.select-over select option:nth-child(1) {

	}

	select option {
		color: #333;
	}
	/* radioBtn */
	.radio__list {
		border: 0px !important;
		padding-top: 9px;
	}
	label {
		font-size: 15px;
		letter-spacing: 0px;
	}
	input.radioBtn[type="radio"]:checked::after {
	  opacity: 1;
	}
	label {
	  cursor: pointer;
	}
	.blocks-label label {
		display: block;
		width: auto !important;
	}
	label.radio__list {
		margin-right: 30px;
	}
	.cbtn {
		display: block;
		text-align: center;
		padding: 30px 0 40px 0;
	}
	.privacy__policy--area {
	  padding-top: 25px;
	  padding: 15px 0;
		margin-top: 20px;
		margin-right: 0px !important;
	}
	.privacy__policy {
	  padding: 20px 0px 20px 0px !important;
	}
	.privacy__policy .scr {
		height: 245px;
		padding-right: 20px;
		padding: 15px;
		margin-right: 0px;
	  overflow-y: scroll;
	}
	.privacy__policy .scr::-webkit-scrollbar {
	  width: 6px;
	  margin-top: 41px;
	}
	.privacy__policy .scr::-webkit-scrollbar-track {
	  background-color: #fff;
	}
	.privacy__policy .scr::-webkit-scrollbar-thumb {
	  height: 100px;
	}
	.privacy__policy p:first-of-type {
	  font-size: 17px;
		font-weight: 700;
		margin-bottom: 14px;
	}
	.privacy__policy p.s-mt {
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 21px; /* 108.333% */
		letter-spacing: 1.92px;
	  margin-bottom: 16px;
	}
	.privacy__policy p span {
	  font-size: 15px;
	  margin-bottom: 5px;
	  display: block;
	}
	.privacy__policy ul {
	  margin-bottom: 16px;
	}
	.privacy__policy ul li {
	  list-style: disc;
	  margin-left: 20px;
	}
	.sbt {
		width: 270px;
		height: 55px;
		cursor: pointer;
		font-size: 15px;
		margin-bottom: 15px;
	}
	.form_consent_txt {
		background: none !important;
	}
}




.fl100p {
	flex-basis: 100% !important;
}
.no-ims {
	display: block !important;
	text-align: right !important;
	padding-top: 35px;
	flex-basis: 100% !important;
}
.no-ims span {
	display: block;
	font-size: 18px;
	text-align: right !important;
}
.mw_wp_form_confirm .privacy__policy--area {
	display: none !important;
}
.mw_wp_form_confirm  .bl-labs {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.mx-1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.mx-1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 999px) {
	.mx-1000 {

	}
}




.cols001 {
	text-align: center;
	font-weight: 900;
	background: #EFEFEF;
	padding: 22px 0 !important;
	font-size: 18px !important;
}
.mb35 {
	margin-bottom: 35px;
}
.bge2 {
	background: #fbeedf !important;
}
.bge2.go {
	padding-left: 2%;
	padding-right: 2%;
	font-size: 22px !important;
}
.bg-fff {
	background: #FFF;
}
.bg-fff .rectitle {
	background: #efefef;
}
.pt-01 {
	padding: 90px 0 40px 0!important;
}
.mb100 {
	margin-bottom: 100px;
}
@media all and (max-width:768px) {
	.cols001 {
		text-align: center;
		font-weight: 900;
		background: #eafce8 !important;
		padding: 14px 0 !important;
		font-size: 17px !important;
	}
	.table01.prices .bge2 {
		padding-left: 2%;
		padding-right: 2%;
		text-align: center !important;
		font-size: 20px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}



.flx-03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flx-03 .txt {
	display: block;
	flex-basis: 55%;
}
.flx-03 .txt h3 {
	display: block;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-bottom: 35px;
}
.flx-03 .imgs {
	display: block;
	flex-basis: 38%;
}
.flx-03 .imgs img {
	width: 100%;
}
@media all and (max-width:768px) {
	.flx-03 {
		display: block;
	}
	.flx-03 .txt {
		display: block;
		flex-basis: 55%;
		margin-bottom: 22px;
	}
	.flx-03 .txt h3 {
		display: block;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
}


.mw_wp_form_confirm .blocks-label {
	padding: 0px 0px;
	background: none !important;
	border: none !important;
}
.mw_wp_form_confirm td {
	padding: 20px 35px;
	color: #FFF;
}
.mw_wp_form .error {
	color: #E94348 !important;
}

select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
}