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

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

.bannerBlock01 {
	padding: 40px 0px 30px;
}

.bannerBox01 {
	margin: 50px auto auto;
}

.contH201 {
	text-align: center;
	margin-bottom: 30px;
}

.contH201 .s01 {
	color: #B60081;
	font-size: 44px;
	line-height: 1.5em;
}

.contH201 .s01::before {
	content: "";
	display: inline-block;
	background-image: url("../img/tit_deco01_left.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px auto;
	width: 21px;
	height: 44px;
	vertical-align: middle;
	margin-right: 10px;
}

.contH201 .s01::after {
	content: "";
	display: inline-block;
	background-image: url("../img/tit_deco01_right.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px auto;
	width: 21px;
	height: 44px;
	vertical-align: middle;
	margin-left: 10px;
}

.contH201 .s02 {
	display: block;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
}

.bannerBox02 {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	gap: 20px;
	margin-top: 20px;
}

.bannerBox02 li {
	width: 48.5%;
}

.campaignBtn01 {
	text-align: center;
	margin-top: 30px;
}

.campaignBtn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 20px;
	width: 500px;
	height: 64px;
	margin: auto;
	background-color: #ffffff;
	border: 1px solid #EBEBEB;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
}

/*-----------------------*/
.arrow {
	position: relative;
	display: inline-block;
	width: 7.9px;
	height: 12.9px;
}

.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 1.5px);
	right: 0;
	width: 10px;
	height: 3px;
	border-radius: 9999px;
	background-color: #b60081;
	transform-origin: calc(100% - 1.5px) 50%;
}

.arrow::before {
	transform: rotate(45deg);
}

.arrow::after {
	transform: rotate(-45deg);
}

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

.arrow01 {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.contBtn02 .arrow::before,
.contBtn02 .arrow::after {
	background-color: #ffffff;
}

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

.contactBlock01 {
	margin-top: 100px;
	position: relative;
	padding: 30px 0px 180px;
	background-image: url("../img/cont_bg01_02.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100px;
	background-color: #CFE9F3;
	overflow-x: clip;
}

.contactBlock01::before {
	content: "";
	background-image: url("../img/cont_bg01_01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	top: -100px;
}

.contH202 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}

.contH202::before {
	content: "";
	display: inline-block;
	background-image: url("../img/tit_deco02_left.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	width: 25px;
	height: 50px;
	vertical-align: middle;
	margin-right: 5px;
}

.contH202::after {
	content: "";
	display: inline-block;
	background-image: url("../img/tit_deco02_right.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 43px;
	vertical-align: middle;
	margin-left: 5px;
}

.contactFlex01 {
	display: flex;
	justify-content: space-between;
}

.bgDeco01 {
	width: 199px;
	position: absolute;
	right: -96px;
	top: 50%;
	transform: translateY(-30%);
}

.bgDeco02 {
	width: 199px;
	position: absolute;
	left: -96px;
	bottom: -76px;
}

.bgDeco03_01 {
	width: 92px;
	position: absolute;
	top: -20px;
	right: 58px;
}

.bgDeco03_02 {
	width: 67px;
	position: absolute;
	left: -32px;
	top: 205px;
}

.bgDeco03_03 {
	width: 93px;
	position: absolute;
	right: 136px;
	bottom: -26px;
}

.bgDeco03_04 {
	width: 51px;
	position: absolute;
	right: 245px;
	bottom: -66px;
}

.bgDeco03_05 {
	width: 93px;
	position: absolute;
	left: 138px;
	bottom: -136px;
}

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

.contBlock01 {
	padding: 20px 0px 65px;
}

.contBlock01.faq {
	padding: 20px 0px 65px;
}

.h2Wrap01 .contH202 {
	display: inline-block;
	margin-bottom: auto;
	vertical-align: middle;
}

.h2Wrap01 {
	text-align: center;
	margin-bottom: 18px;
}

.h2Wrap01::before {
	content: "";
	display: inline-block;
	background-image: url("../img/tit_deco03_left.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70px auto;
	width: 70px;
	height: 84px;
	vertical-align: middle;
	margin-right: 14px;
}

.h2Wrap01::after {
	content: "";
	display: inline-block;
	background-image: url("../img/tit_deco03_right.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 73px auto;
	width: 73px;
	height: 84px;
	vertical-align: middle;
	margin-left: 14px;
}

.contBtnFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0px;
}

.contBtnFlex01 li {
	width: 328px;
}

/* ------------------------- */
/* タブ */
/* ------------------------- */
.tab-area {
	display: flex;
	gap: 0px 10px;
	/*border: 1px solid #333;*/
	cursor: pointer;
	/*max-width: 500px; 
  width: 100%;
  margin: 50px auto 0;*/
	position: relative;
	z-index: 1;
	transform: translateY(1px);
}

.tab {
	width: 50%;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}

.tab .tabIn01 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E9E9E9;
	box-sizing: border-box;
	width: 100%;
	height: 72px;
	padding: 10px;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	/*width: calc(100%/3);
  padding: 10px;
  background-color: #cccccc;*/
	border-bottom: 1px solid #B60081;
	border-radius: 10px 10px 0 0;
}

.tab.active {}

.tab.active .tabIn01 {
	background-color: #ffffff;
	border-top: 3px solid #B60081;
	border-left: 1px solid #B60081;
	border-right: 1px solid #B60081;
	border-bottom: 1px solid #fff;
}

/* ------------------------- */
/* タブの中身 */
/* ------------------------- */
.panel,
.panel-notab {
	display: none;
	background-color: #ffffff;
	padding: 30px 50px 50px;
	border-radius: 0px 0px 30px 30px;
}

.panel.active,
.panel-notab {
	display: block;
	border: 1px solid #B60081;
}

.equipmentFlex01 .panel.active {
	border: 1px solid #B60081;
}

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

.tabWrap01 {
	position: relative;
}

.tabContFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
	margin-top: 20px;
}

.tabContFlex01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	height: 130px;
	border: 1px solid #cccccc;
	border-radius: 12px;
	width: 23.5%;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	transition-duration: 0.3s;
	background-color: #ffffff;
}

.tabContFlex01 a.a01 {
	width: 32%;
}

.tabContFlex01 a:hover {
	border: 1px solid #B60081;
	background-color: #F9EFF6;
	transition-duration: 0.3s;
}

.tabContFlex01 a .icon01 {
	margin-bottom: 6px;
}

.tabContFlex01 a .icon01 img {
	width: 50px;
	height: auto;
}

.contObi01 {
	background-color: #F30D11;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: bold;
	padding: 3px 6px;
	position: absolute;
	top: -13px;
	left: -9px;
}

.contObi01::after {
	content: "";
	background-image: url("../img/list_band_deco01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 6px auto;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0px;
	bottom: -6px;
}

.tabIcon01 img {
	width: 67px;
	height: auto;
}

.contBlock02 {
	position: relative;
	padding: 0px 0px 80px;
}

.contBlockWrap01 {
	position: relative;
}

.contBlockWrap01::before {
	content: "";
	width: 100%;
	height: 600px;
	background-image: url("../img/bestprice_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 14px auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.contH203 {
	margin-bottom: 20px;
}

.contH203 img {
	width: 381px;
	height: auto;
}

.contFlex01 {
	display: flex;
	gap: 30px;
}

.contFlex01 a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0px 24px;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 30px;
	width: 50%;
	height: 150px;
	background-color: #ffffff;
	border-radius: 20px;
	border: 3px solid #FFF353;
}

.contFlex01 a .box01 img {
	width: 66px;
	height: auto;
}

.conttext01 {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
}

.conttext01 .s01 {
	display: inline-block;
	background-color: #FFF353;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
	padding: 0px 5px;
	margin-top: 10px;
}

.contBlock03 {
	position: relative;
}

.contBlock03::before {
	content: "";
	width: 100%;
	height: 100px;
	background-image: url("../img/bestprice_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 14px auto;
	position: absolute;
	left: 0px;
	top: 0px;
}

.contBox01 {
	background-color: #ffffff;
	border-radius: 30px;
	padding: 50px 50px 60px;
}

.contFlex02 {
	display: flex;
	gap: 20px;
}

.contFlex02 li {}

.contBlock04 {
	padding: 80px 0px;
	overflow: hidden;
}

@media screen and (min-width:768px) {
	.contBlock04.befoaf {
		padding: 30px 0px 80px;
	}
}

.contBlock04.case {
	padding: 80px 0px 40px;
}

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

.contBlock05 {
	background-image: url("../img/comparison_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	border-radius: 50px;
	padding: 120px 0px 80px;
	margin-top: 140px;
	position: relative;
}

.contH204 {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: -120px;
}

.contH204 img {
	width: 342px;
	height: auto;
}

.block05Box01 {
	background-color: #FFFDE7;
	border-radius: 30px;
	padding: 40px 60px;
	margin-top: 30px;
}

.contH301 {
	text-align: right;
	padding-right: 45px;
	margin: -50px auto 10px;
}

.contH301 img {
	width: 685px;
	height: auto;
}

.block05Ul01 {
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	margin: 30px auto 20px;
}

.block05Ul01 li {
	text-indent: -1.75em;
	padding-left: 1.75em;
}

.contBtn01 a,
.area_check>a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	width: 400px;
	height: 64px;
	margin: auto;
	background-color: #F9EFF6;
	border: 1px solid #B60081;
	border-radius: 10px;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
}

@media screen and (max-width:768px) {
	.area_check>a {
		font-size: 15px;
		width: 100%;
		height: 3.5em;
	}
}

.contBtn01 a:link,
.area_check>a:link {
	color: #B60081;
	text-decoration: none;
}

.contBtn01 a:visited,
.area_check>a:visited {
	color: #B60081;
	text-decoration: none;
}

.contBtn01 a:hover,
.area_check>a:hover {
	color: #B60081;
	text-decoration: none;
}

.contBtn01 a:active,
.area_check>a:active {
	color: #B60081;
	text-decoration: none;
}

.contH302 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 50px;
}

.contH302 span {
	color: #B60081;
}

.block05Flex01 {
	display: flex;
	gap: 20px;
	margin-top: 30px;
}

.block05Flex01 li {
	text-align: left;
	box-sizing: border-box;
	width: 25%;
	padding: 15px;
	border: 1px solid #F2EDAB;
	border-radius: 15px;
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.block05Flex02 {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.block05Flex02 .flexBox01 {
	flex-shrink: 0;
}

.block05Num01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 2px 5px;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background-color: #B60081;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
}

.text16_15_b {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}

.text11_15_n {
	font-size: 11px;
	line-height: 1.5em;
}

.block05Flex03 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 30px;
	margin-top: -30px;
}

.block05Flex03 .box01 {
	flex-shrink: 0;
}

.block05Flex03 .box01 img {
	width: 300px;
	height: auto;
}

.block05Flex03 .box02 .text01 {
	color: #B60081;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}

.text16_15_m {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}

.movieWrap01 {
	width: 750px;
	margin: auto;
}

.movieWrap01 video,
.movieWrap01 iframe {
	width: 100%;
	height: 422px;
}

.contBtn02 {
	margin-top: 40px;
}

.contBtn02 a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	width: 400px;
	height: 64px;
	margin: auto;
	border-radius: 10px;
	background-color: #00233A;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
}

.contBtn02 a:link {
	color: #ffffff;
	text-decoration: none;
}

.contBtn02 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.contBtn02 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.contBtn02 a:active {
	color: #ffffff;
	text-decoration: none;
}

.contBtn03 {
	text-align: center;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: auto;
}

@media screen and (min-width:768px) {
	.contBtn03 {
		gap: 15px;
	}
}

.contBtn03>p {
	padding: 0 15px;
	width: 100%;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
}

.contBtn03 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 20px;
	width: 320px;
	height: 40px;
	margin: 10px auto 0;
	background-color: #ffffff;
	border: 1px solid #EBEBEB;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}

@media screen and (min-width:768px) {
	.contBtn03 a {
		width: 350px;
	}
}

.contBtn03 a.long {
	width: 400px;
}


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

.contBlock06 {
	position: relative;
	background-color: #B60081;
	padding: 80px 0px;
	margin-top: 80px;
	overflow-x: clip;
}

.contBlock06::before {
	content: "";
	background-image: url("../img/cont_bg02_01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	top: -100px;
}

.block06Box01 {
	position: relative;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 60px;
}

.contH205 {
	margin-top: -84px;
}

.contH205 img {
	width: 449px;
	height: auto;
}


.block06Flex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0px;
	margin-top: 30px;
	position: relative;
}

.block06Flex01 .box01 {
	width: 436px;
	background-color: #F5F7F7;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 15px;
}

.rankingH301 {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rankingH301 .p01 {
	flex-shrink: 0;
	width: 50px;
}

.rankingH301 .h301 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
}

.block06Ul01 li {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	gap: 0px 15px;
	padding: 10px 15px;
	width: 100%;
	min-height: 60px;
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: 10px;
	text-align: left;
}

.block06Ul01 li.li01 {
	background-color: #FFFCDE;
}

.block06Ul01 li .p01 {
	flex-shrink: 0;
	width: 28px;
}

.block06Ul01 li .p02 {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 500;
}

.block06Ul01 li.li01 .p02 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}

.block06Ul01 li.li01 .p02 .s01 {
	background-image: url("../img/ranking_text_line01.png");
	background-repeat: repeat-x;
	background-position: center bottom;
}

.linkWrap01 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}

.linkWrap01 a:link {
	color: #00233A;
	text-decoration: underline;
}

.linkWrap01 a:visited {
	color: #00233A;
	text-decoration: underline;
}

.linkWrap01 a:hover {
	color: #00233A;
	text-decoration: none;
}

.linkWrap01 a:active {
	color: #00233A;
	text-decoration: none;
}

.arrow02 {
	/*vertical-align: middle;*/
	margin-left: 10px;
}

.bgDeco07 {
	width: 88px;
	position: absolute;
	top: -170px;
	right: 148px;
}

.bgDeco08 {
	width: 40px;
	position: absolute;
	top: -86px;
	right: 78px;
}

.bgDeco09 {
	width: 52px;
	position: absolute;
	top: -31px;
	left: 176px;
}

.bgDeco10 {
	width: 93px;
	position: absolute;
	bottom: -28px;
	left: 74px;
}

.bgDeco11 {
	width: 188px;
	position: absolute;
	top: -22px;
	left: -88px;
}

.bgDeco12 {
	width: 188px;
	position: absolute;
	bottom: 196px;
	right: -103px;
}

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

.jireiFlex01 {
	display: flex;
	overflow: hidden;
	border-radius: 10px;
	margin: 20px auto;
}

.jireiFlex01 li {
	width: 50%;
	position: relative;
}

.jireiFlex01 li .p01 {
	width: 103px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.jireiFlex01 li .p02 {
	width: 87px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.contH303 {
	color: #B60081;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
}

.contH303 .h303In {
	border-bottom: 2px dotted #B60081;
}

.obiNum01 {
	background-image: url("../img/case_num_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	box-sizing: border-box;
	width: 50px;
	height: 46px;
	padding-right: 8px;
	padding-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.0em;
	font-weight: bold;
	position: absolute;
	top: -11px;
	left: 20px;
}

.slideBox01 {
	background-image: url("../img/case_box_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 33px auto;
	border-radius: 15px;
	padding: 15px;
	margin-top: 20px;
}

.slideBox01 dt {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 16px;
	position: relative;
}

.slideBox01 dt::before {
	content: "";
	background-image: url("../img/case_tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150px auto;
	width: 150px;
	height: 36px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
}

.slideBox01 dd {
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
}

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

.contBlock07 {
	margin: 20px auto 80px;
}

.card04 .swiper-slide a {
	display: block;
	text-align: left;
}

.contFlex03 {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 26px;
}

.contFlex03 li {
	width: 315px;
}

.contFlex03 li .p01 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: left;
}

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

.contBlock08 {
	background-color: #B60081;
	padding: 80px 0px;
}


.block08H2Wrap01 .contH202 {
	color: #ffffff;
}

.block08H2Wrap01 .contH202::before {
	background-image: url("../img/tit_deco02_left_wh.png");
}

.block08H2Wrap01 .contH202::after {
	background-image: url("../img/tit_deco02_right_wh.png");
}

.tabWrap02 .tab.active .tabIn01 {
	border-top: none;
}

.tabContFlex02 {
	display: flex;
	gap: 0px 40px;
}

.tabContFlex02 .flex02Box01 {
	width: 430px;
}

.flex02ContBox01 {
	margin-top: 10px;
}

.flex02ContBox01 .h301 {
	position: relative;
	color: #B60081;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 0px 50px;
	padding: 0px 0px 0px 20px;
}

.flex02ContBox01 .h301 .s01 {}

.flex02ContBox01 .h301 .s01 img {
	width: 86px;
	height: auto;
}

/*---*/

.contH304 {
	position: relative;
	color: #B60081;
	font-size: 21px;
	line-height: 1.5em;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 0px 15px;
	padding: 0px 0px 0px 20px;
}

.contH304 .s01 {}

.contH304 .s01 img {
	width: 86px;
	height: auto;
}

.contLine01 {
	height: 35px;
	position: relative;
}

.contLine01::before {
	content: "";
	width: 1px;
	height: 120%;
	border-left: 3px dotted #E6BAD9;
	position: absolute;
	top: -10%;
	left: 50%;
}

.contLine01.line02 {
	height: 25px;
}

/*---*/

.flex02ContBoxIn01 {
	background-color: #F5E8F1;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 25px 20px 20px;
	margin-top: -12px;
}

.contUl01 {
	position: relative;
}

.contUl01 li {
	display: flex;
	gap: 0px 8px;
	text-align: left;
}

.contUl01 li .liBox01 {
	position: relative;
	width: 26px;
	flex-shrink: 0;
}

.contUl01 li .liBox01::before {
	content: "";
	width: 1px;
	height: 100%;
	border-left: 2px dotted #B60081;
	position: absolute;
	left: 13px;
	top: 0px;
	z-index: 0;
}

.contUl01 li:last-child .liBox01::before {
	display: none;
}

.contUl01 li .liBox01 .p01 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 26px;
	background-color: #B60081;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.contUl01 li .liBox02 {
	box-sizing: border-box;
	padding-bottom: 16px;
	min-height: 62px;
}

.flex02Box02 .contUl01 li .liBox02 {
	min-height: 0px;
}

.contUl01 li:last-child .liBox02 {
	min-height: 10px;
}

.contUl01 li .liBox02 .p02 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}

.contBtn02.btn02 {
	margin-top: 0px;
}

.contBtn02.btn02 a {
	width: 190px;
	height: 48px;
	border-radius: 10px;
	font-size: 16px;
	padding-right: 20px;
}

.contBtn02.btn02 .arrow {
	right: 13px;
}

.contDl01 {
	text-align: left;
	margin-bottom: 15px;
}

.contDl01 dt {
	color: #B60081;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 8px;
}

.contDl01 dd {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}

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

.acFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.acFlex01 li {
	width: 100%;
	background-color: #ffffff;
	border-radius: 12px;
	padding: 0 20px;
	text-align: left;

	display: flex;
	flex-direction: column;
}

.acWrap01 {
	position: relative;
	display: flex;
	gap: 15px;
	cursor: pointer;
	padding: 20px 0;
}

.acWrap01::after {
	content: "";
	background-image: url("../img/faq_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px auto;
	width: 17px;
	height: 11px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.acWrap01.open::after {
	background-image: url("../img/faq_ar01_on.png");
}

.acWrap01 .box01 {
	flex-shrink: 0;
}

.acWrap01 .box01 p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #B60081;
	border-radius: 50px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
}

.acWrap01 .box02 {
	display: flex;
	align-items: center;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 500;
}

.acContWrap01 {
	display: none;
}

.acContWrap01In {
	display: flex;
	gap: 15px;
	padding: 20px 0;
}

.acContWrap01 .box01 {
	flex-shrink: 0;
}

.acContWrap01 .box01 p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #B60081;
	border-radius: 50px;
	color: #B60081;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
}

.acContWrap01 .box02 {
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
}

.acContWrap01 .box02 dl {
	margin-bottom: 1.5em;
}

.acContWrap01 .box02 dt {
	font-weight: bold;
}

.acContWrap01 .box02 dd {
	font-weight: 500;
}

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

.contBlock009 {
	margin-top: 80px;
}

.contBox02 {
	background-color: #FFFCDE;
	border-radius: 30px;
	padding: 50px 80px 60px;
}

.contSearchFlex01 {
	display: flex;
	gap: 20px 15px;
	width: 100%;
}

.inputText01 {
	box-sizing: border-box;
	border: 1px solid #E7E4C3;
	border-radius: 8px;
	width: 100%;
	height: 60px;
	padding: 15px 20px;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
}

.button01 {
	position: relative;
	background-color: #00233A;
	box-sizing: border-box;
	border-radius: 8px;
	width: 150px;
	height: 60px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	flex-shrink: 0;
	cursor: pointer;
}

.button01 .arrow::before,
.button01 .arrow::after {
	background-color: #ffffff;
}


.contBtn02.btn03 {
	margin-top: 20px;
}

.contBtn02.btn03 a {
	background-color: #EFE57E;
	width: 100%;
	height: 64px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00233A;
}

.contBtn02.btn03 .arrow {
	right: 13px;
}

.contBtn02.btn03 .arrow::before,
.contBtn02.btn03 .arrow::after {
	background-color: #00233A;
}

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

.popUpBlock01 {
	position: relative;
	box-sizing: border-box;
	width: 700px;
	margin: auto;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 30px 20px;
}

.popUpBox01 {
	height: 644px;
	overflow-y: auto;
}

.popUpTit01 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 8px 15px;
	height: 46px;
	background-color: #F4F4F4;
	border-left: 4px solid #00233A;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}

.popUpUl01 li a {
	border-top: 1px solid #EBEBEB;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 10px 20px 10px 10px;
	height: 54px;
	position: relative;
	text-align: left;
}

.popUpUl01 li:first-child a {
	border-top: none;
}

.popUpUl01 li a::after {
	content: "";
	background-image: url("../img/popup_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	width: 9px;
	height: 14px;
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
}

.popUpUl01 li .box01 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}

.popUpUl01 li .box01 .p01 img {
	width: 32px;
	height: auto;
}

.popUpUl01 li .box02 {
	color: #B60081;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: 500;
	padding-right: 18px;
}

.popup-modal-dismiss {
	margin-top: 10px;
}

.popup-modal-dismiss a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	width: 90px;
	height: 36px;
	margin: auto;
	background-color: #F4F4F4;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
}

.mfp-close {
	font-size: 0px;
	text-indent: -9999px;
	background-image: url("../img/popup_close01.png") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 30px auto !important;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
}

.mfp-content {
	text-align: center;
}



#inline-wrap {
	position: relative;
	display: inline-block;
}

.top_h1 {
	background: #AE0479;
	color: #fff;
	font-size: 12px;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.bannerBlock01 {
		padding: 10px 0px 0;
	}

	.bannerBox01 {
		margin: 20px auto auto;
		padding: 0px 15px;
	}

	.contH201 {
		text-align: center;
		margin-bottom: 20px;
	}

	.contH201 .s01 {
		color: #B60081;
		font-size: 32px;
		line-height: 1.5em;
	}

	.contH201 .s01::before {
		content: "";
		display: inline-block;
		background-image: url("../img/tit_deco01_left.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 12px auto;
		width: 12px;
		height: 30px;
		vertical-align: middle;
		margin-right: 10px;
	}

	.contH201 .s01::after {
		content: "";
		display: inline-block;
		background-image: url("../img/tit_deco01_right.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 12px auto;
		width: 12px;
		height: 30px;
		vertical-align: middle;
		margin-left: 10px;
	}

	.contH201 .s02 {
		display: block;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.bannerBox02 {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 3%;
		margin-top: 10px;
	}

	.campaignBtn01 {
		text-align: center;
		margin-top: 30px;
	}

	.campaignBtn01 a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 10px 20px;
		width: 300px;
		height: 54px;
		margin: auto;
		background-color: #ffffff;
		border: 1px solid #EBEBEB;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.contBtn03 {
		text-align: center;
	}

	.contBtn03.parent_links {
		margin-top: 10px;
	}

	.contBtn03 a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 10px 20px;
		width: 300px;
		height: 40px;
		margin: 7px auto 0;
		background-color: #ffffff;
		border: 1px solid #EBEBEB;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;

		width: 47%;
		text-align: left;
		font-size: 13px;
		padding: 10px 15px 10px 5px;
		line-height: 1.3;
		justify-content: flex-start;
	}

	.contBtn03 a.long {
		width: 80%;
	}

	/*-----------------------*/
	.arrow {
		position: relative;
		display: inline-block;
		width: 7.9px;
		height: 12.9px;
	}

	.arrow::before,
	.arrow::after {
		content: "";
		position: absolute;
		top: calc(50% - 1.5px);
		right: 0;
		width: 10px;
		height: 3px;
		border-radius: 9999px;
		background-color: #b60081;
		transform-origin: calc(100% - 1.5px) 50%;
	}

	.arrow::before {
		transform: rotate(45deg);
	}

	.arrow::after {
		transform: rotate(-45deg);
	}

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

	.arrow01 {
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
	}

	.contBtn02 .arrow::before,
	.contBtn02 .arrow::after {
		background-color: #ffffff;
	}

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

	.contactBlock01 {
		margin-top: 60px;
		position: relative;
		padding: 30px 0px 80px;
		background-image: url("../img/cont_bg01_02.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% 30px;
		background-color: #CFE9F3;
	}

	.contactBlock01::before {
		content: "";
		background-image: url("../img/cont_bg01_01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		width: 100%;
		height: 30px;
		position: absolute;
		left: 0px;
		top: -30px;
	}

	.contH202 {
		font-size: 22px;
		line-height: 1.5em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 14px;
	}

	.contH202::before {
		content: "";
		display: inline-block;
		background-image: url("../img/tit_deco02_left.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 21px auto;
		width: 21px;
		height: 42px;
		vertical-align: middle;
		margin-right: 5px;
	}

	.contH202::after {
		content: "";
		display: inline-block;
		background-image: url("../img/tit_deco02_right.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 15px auto;
		width: 15px;
		height: 35px;
		vertical-align: middle;
		margin-left: 5px;
	}

	.contactFlex01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.contactFlex01 li {
		width: 50%;
	}

	.contactFlex01 li.li01 {
		width: 100%;
	}

	.bgDeco01 {
		width: 199px;
		position: absolute;
		right: -96px;
		top: 50%;
		transform: translateY(-30%);
	}

	.bgDeco02 {
		width: 199px;
		position: absolute;
		left: -96px;
		bottom: -76px;
	}

	.bgDeco03_01 {
		width: 60px;
		position: absolute;
		top: -56px;
		right: 25px;
	}

	.bgDeco03_02 {
		width: 40px;
		position: absolute;
		left: -4px;
		top: 254px;
	}

	.bgDeco03_03 {
		width: 66px;
		position: absolute;
		right: 40px;
		bottom: -30px;
	}

	.bgDeco03_04 {
		width: 36px;
		position: absolute;
		right: 20px;
		bottom: -40px;
	}

	.bgDeco03_05 {
		width: 66px;
		position: absolute;
		left: 84px;
		bottom: -80px;
	}

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

	.contBlock01 {
		padding: 0 0px 30px;
	}

	.h2Wrap01 .contH202 {
		display: inline-block;
		margin-bottom: auto;
		vertical-align: middle;
	}

	.h2Wrap01 {
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
		position: relative;
		display: inline-block;
	}

	.h2Wrap01::before {
		content: "";
		display: inline-block;
		background-image: url("../img/tit_deco03_left.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 70px auto;
		width: 70px;
		height: 84px;
		vertical-align: middle;
		margin-right: 14px;
		position: absolute;
		left: -70px;
		top: 50%;
		transform: translateY(-50%);
	}

	.h2Wrap01::after {
		content: "";
		display: inline-block;
		background-image: url("../img/tit_deco03_right.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 73px auto;
		width: 73px;
		height: 84px;
		vertical-align: middle;
		margin-left: 14px;
		position: absolute;
		right: -70px;
		top: 50%;
		transform: translateY(-50%);
	}

	.contBtnFlex01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 20px 0px;
	}

	.contBtnFlex01 li {
		width: 280px;
	}

	/* ------------------------- */
	/* タブ */
	/* ------------------------- */
	.tab-area {
		display: flex;
		gap: 0px 10px;
		/*border: 1px solid #333;*/
		cursor: pointer;
		/*max-width: 500px; 
		width: 100%;
		margin: 50px auto 0;*/
	}

	.tab {
		width: 50%;
		border-radius: 10px 10px 0px 0px;
		overflow: hidden;
	}

	.tab .tabIn01 {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #E9E9E9;
		box-sizing: border-box;
		width: 100%;
		height: 68px;
		padding: 10px;
		font-size: 15px;
		line-height: 1.4em;
		font-weight: bold;
		/*width: calc(100%/3);
		padding: 10px;
		background-color: #cccccc;*/
		border-radius: 10px 10px 0 0;
	}

	.tab.active {}

	.tab.active .tabIn01 {
		background-color: #ffffff;
		border-top: 3px solid #B60081;
	}

	/* ------------------------- */
	/* タブの中身 */
	/* ------------------------- */
	.panel {
		display: none;
		background-color: #ffffff;
		padding: 15px;
		/*border-radius: 0px 0px 25px 25px;*/
		border-radius: 25px;
	}

	.panel.active {
		display: block;
	}


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

	.tabWrap01 {}

	.tabContFlex01 {
		display: flex;
		gap: 15px 5.6%;
		margin-top: 0px;
	}

	.tabContFlex01 a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 10px;
		height: 130px;
		border: 1px solid #CCC;
		border-radius: 12px;
		width: 47.2%;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: bold;
		transition-duration: 0.3s;
	}

	.tabContFlex01 a.a01 {
		width: 47.2%;
	}

	.tabContFlex01 a:hover {
		border: 1px solid #B60081;
		background-color: #F9EFF6;
		transition-duration: 0.3s;
	}

	.tabContFlex01 a .icon01 {
		margin-bottom: 6px;
	}

	.tabContFlex01 a .icon01 img {
		width: 50px;
		height: auto;
	}

	.contObi01 {
		background-color: #F30D11;
		color: #ffffff;
		font-size: 13px;
		line-height: 1.0em;
		font-weight: bold;
		padding: 3px 6px;
		position: absolute;
		top: -10px;
		left: -6px;
	}

	.contObi01::after {
		content: "";
		background-image: url("../img/list_band_deco01.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 6px auto;
		width: 6px;
		height: 6px;
		position: absolute;
		left: 0px;
		bottom: -6px;
	}

	.tabIcon01 img {
		width: 48px;
		height: auto;
	}

	.contBlock02 {
		position: relative;
		padding: 0px 0px 50px;
	}

	.contBlockWrap01 {
		position: relative;
		padding: 0px 15px;
		overflow-x: clip;
	}

	.contBlockWrap01::before {
		content: "";
		width: 100%;
		height: 600px;
		background-image: url("../img/bestprice_bg01.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: 14px auto;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}

	.contH203 {
		margin-bottom: 20px;
	}

	.contH203 img {
		width: 381px;
		height: auto;
	}

	.contFlex01 {
		display: flex;
		gap: 15px;
	}

	.contFlex01 a {
		position: relative;
		display: block;
		align-items: center;
		text-align: left;
		box-sizing: border-box;
		padding: 15px 12px;
		width: 50%;
		height: auto;
		background-color: #ffffff;
		border-radius: 20px;
	}

	.contFlex01 a .box01 {
		text-align: center;
		margin-bottom: 5px;
	}

	.contFlex01 a .box01 img {
		width: 55px;
		height: auto;
	}

	.conttext01 {
		font-size: 16px;
		line-height: 1.4em;
		font-weight: bold;
		letter-spacing: -0.05em;
	}

	.conttext01 .s01 {
		display: inline-block;
		background-color: #FFF353;
		font-size: 13px;
		line-height: 1.6em;
		font-weight: 500;
		padding: 0px 5px;
		margin-top: 6px;
	}

	.contBlock03 {
		position: relative;
		padding: 0px 15px;
	}

	.contBlock03::before {
		content: "";
		width: 100%;
		height: 100px;
		background-image: url("../img/bestprice_bg01.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: 14px auto;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.contBox01 {
		background-color: #ffffff;
		border-radius: 30px;
		padding: 30px 15px;
	}

	.contFlex02 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 5%;
	}

	.contFlex02 li {
		width: 47.5%;
	}

	.contBlock04 {
		padding: 10px 0px;
	}

	.contPd15 {
		padding: 0px 15px;
		position: relative;
	}

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

	.contBlock05 {
		background-image: url("../img/comparison_bg01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		border-radius: 50px;
		padding: 80px 15px 50px;
		margin-top: 120px;
		position: relative;
	}

	.contH204 {
		width: 100%;
		text-align: center;
		position: absolute;
		left: 0px;
		top: -88px;
	}

	.contH204 img {
		width: 242px;
		height: auto;
	}

	.block05Box01 {
		background-color: #FFFDE7;
		border-radius: 30px;
		padding: 40px 15px 30px;
		margin-top: 20px;
	}

	.contH301 {
		text-align: right;
		padding-right: 0px;
		margin: -50px auto 10px;
	}

	.contH301 img {
		width: 685px;
		height: auto;
		margin-right: -20px;
	}

	.block05Ul01 {
		text-align: left;
		font-size: 11px;
		line-height: 1.5em;
		margin: 30px auto 20px;
	}

	.block05Ul01 li {
		text-indent: -1.75em;
		padding-left: 1.75em;
	}

	.contBtn01 a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		height: 48px;
		margin: auto;
		background-color: #F9EFF6;
		border: 1px solid #B60081;
		border-radius: 10px;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.contBtn01 a:link {
		color: #B60081;
		text-decoration: none;
	}

	.contBtn01 a:visited {
		color: #B60081;
		text-decoration: none;
	}

	.contBtn01 a:hover {
		color: #B60081;
		text-decoration: none;
	}

	.contBtn01 a:active {
		color: #B60081;
		text-decoration: none;
	}

	.contH302 {
		font-size: 22px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.block05Flex01 {
		display: flex;
		flex-wrap: wrap;
		gap: 25px;
		margin-top: 30px;
	}

	.block05Flex01 li {
		text-align: left;
		box-sizing: border-box;
		width: 100%;
		padding: 15px;
		border: 1px solid #F2EDAB;
		border-radius: 15px;
		background-color: #ffffff;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}

	.block05Flex02 {
		display: flex;
		gap: 10px;
		margin-bottom: 15px;
	}

	.block05Flex02 .flexBox01 {
		flex-shrink: 0;
	}

	.block05Num01 {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 2px 5px;
		width: 24px;
		height: 24px;
		border-radius: 2px;
		background-color: #B60081;
		color: #ffffff;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.text16_15_b {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.text11_15_n {
		font-size: 11px;
		line-height: 1.5em;
	}

	.block05Flex03 {
		display: block;
		text-align: center;
		margin-top: -15px;
	}

	.block05Flex03 .box01 {
		flex-shrink: 0;
	}

	.block05Flex03 .box01 img {
		width: 244px;
		height: auto;
	}

	.block05Flex03 .box02 {
		margin-bottom: 20px;
	}

	.block05Flex03 .box02 .text01 {
		color: #B60081;
		font-size: 18px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.text16_15_m {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.movieWrap01 {
		width: auto;
		margin: auto;
		padding: 0px 15px;
	}

	.movieWrap01 video,
	.movieWrap01 iframe {
		width: 100%;
		height: 202px;
	}

	.contBtn02 {
		margin-top: 30px;
		padding: 0px 15px;
	}

	.contBtn02 a {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		box-sizing: border-box;
		padding: 10px 15px 10px 5px;
		width: 300px;
		height: 54px;
		margin: auto;
		border-radius: 10px;
		background-color: #00233A;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.contBtn02 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.contBtn02 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.contBtn02 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	.contBtn02 a:active {
		color: #ffffff;
		text-decoration: none;
	}

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

	.contBlock06 {
		position: relative;
		background-color: #B60081;
		padding: 50px 15px;
		margin-top: 60px;
	}

	.contBlock06::before {
		content: "";
		background-image: url("../img/cont_bg02_01.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% 100%;
		width: 100%;
		height: 30px;
		position: absolute;
		left: 0px;
		top: -30px;
	}

	.block06Box01 {
		position: relative;
		background-color: #ffffff;
		border-radius: 25px;
		padding: 60px 15px 30px;
	}

	.contH205 {
		margin-top: -84px;
	}

	.contH205 img {
		width: 449px;
		height: auto;
	}


	.block06Flex01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 15px 0px;
		margin-top: 30px;
		position: relative;
	}

	.block06Flex01 .box01 {
		width: 100%;
		background-color: #F5F7F7;
		border-radius: 15px;
		box-sizing: border-box;
		padding: 15px;
	}

	.rankingH301 {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.rankingH301 .p01 {
		flex-shrink: 0;
		width: 36px;
	}

	.rankingH301 .h301 {
		font-size: 18px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.block06Ul01 li {
		display: flex;
		align-items: center;
		box-sizing: border-box;
		gap: 0px 15px;
		padding: 10px 15px;
		width: 100%;
		min-height: 60px;
		background-color: #ffffff;
		border-radius: 10px;
		margin-top: 10px;
		text-align: left;
	}

	.block06Ul01 li.li01 {
		background-color: #FFFCDE;
	}

	.block06Ul01 li .p01 {
		flex-shrink: 0;
		width: 28px;
	}

	.block06Ul01 li .p02 {
		font-size: 15px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.block06Ul01 li.li01 .p02 {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.block06Ul01 li.li01 .p02 .s01 {
		background-image: url("../img/ranking_text_line01.png");
		background-repeat: repeat-x;
		background-position: center bottom;
	}

	.linkWrap01 {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: bold;
		text-align: right;
		margin-top: 10px;
	}

	.linkWrap01 a:link {
		color: #00233A;
		text-decoration: underline;
	}

	.linkWrap01 a:visited {
		color: #00233A;
		text-decoration: underline;
	}

	.linkWrap01 a:hover {
		color: #00233A;
		text-decoration: none;
	}

	.linkWrap01 a:active {
		color: #00233A;
		text-decoration: none;
	}

	.arrow02 {
		/*vertical-align: middle;*/
		margin-left: 10px;
	}

	.bgDeco07 {
		width: 65px;
		position: absolute;
		top: -100px;
		right: 44px;
	}

	.bgDeco08 {
		width: 30px;
		position: absolute;
		top: -40px;
		right: 10px;
	}

	.bgDeco09 {
		width: 40px;
		position: absolute;
		top: -10px;
		left: 30px;
	}

	.bgDeco10 {
		width: 65px;
		position: absolute;
		bottom: -70px;
		left: 50px;
	}

	.bgDeco11 {
		width: 136px;
		position: absolute;
		top: -22px;
		left: -88px;
	}

	.bgDeco12 {
		width: 136px;
		position: absolute;
		bottom: 110px;
		right: -103px;
	}

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

	.jireiFlex01 {
		display: flex;
		overflow: hidden;
		border-radius: 10px;
		margin: 20px auto;
	}

	.jireiFlex01 li {
		width: 50%;
		position: relative;
	}

	.jireiFlex01 li .p01 {
		width: 90px;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.jireiFlex01 li .p02 {
		width: 77px;
		position: absolute;
		top: 0px;
		right: 0px;
	}

	.contH303 {
		color: #B60081;
		font-size: 20px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.contH303 .h303In {
		border-bottom: 2px dotted #B60081;
	}

	.obiNum01 {
		background-image: url("../img/case_num_bg01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 50px auto;
		box-sizing: border-box;
		width: 50px;
		height: 46px;
		padding-right: 8px;
		padding-bottom: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #ffffff;
		font-size: 18px;
		line-height: 1.0em;
		font-weight: bold;
		position: absolute;
		top: -11px;
		left: 20px;
	}

	.slideBox01 {
		background-image: url("../img/case_box_bg01.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: 33px auto;
		border-radius: 15px;
		padding: 15px;
		margin-top: 20px;
	}

	.slideBox01 dt {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 16px;
		position: relative;
	}

	.slideBox01 dt::before {
		content: "";
		background-image: url("../img/case_tit_deco01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 150px auto;
		width: 150px;
		height: 36px;
		position: absolute;
		bottom: -6px;
		left: 50%;
		transform: translateX(-50%);
	}

	.slideBox01 dd {
		text-align: left;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: normal;
	}

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

	.contBlock07 {
		margin: 0 auto 20px;
		overflow-x: clip;
	}

	.contBlock07.article {
		margin-top: 20px;
		overflow-x: clip;
	}

	.contBlock07.sns {
		margin-top: 30px;
		overflow-x: clip;
	}

	.card04 .swiper-slide a {
		display: block;
	}

	.contFlex03 {
		display: flex;
		justify-content: center;
		gap: 15px;
		margin-top: 26px;
		padding: 0px 15px;
	}

	.contFlex03 li {
		width: 50%;
	}

	.contFlex03 li .p01 {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 8px;
		text-align: left;
	}

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

	.contBlock08 {
		background-color: #B60081;
		padding: 40px 15px;
	}


	.block08H2Wrap01 .contH202 {
		color: #ffffff;
	}

	.block08H2Wrap01 .contH202::before {
		background-image: url("../img/tit_deco02_left_wh.png");
	}

	.block08H2Wrap01 .contH202::after {
		background-image: url("../img/tit_deco02_right_wh.png");
	}

	.tabWrap02 .tab.active .tabIn01 {
		border-top: none;
	}

	.tabContFlex02 {
		display: flex;
		flex-wrap: wrap;
		gap: 15px 40px;
	}

	.tabContFlex02 .flex02Box01 {
		width: 100%;
	}

	.flex02ContBox01 {
		margin-top: 0px;
	}

	.flex02ContBox01 .h301 {
		position: relative;
		color: #B60081;
		font-size: 22px;
		line-height: 1.5em;
		font-weight: bold;
		display: flex;
		align-items: center;
		gap: 0px 15px;
		padding: 0px 0px 0px 20px;
		text-align: left;
	}

	.flex02ContBox01 .h301 .s01 {}

	.flex02ContBox01 .h301 .s01 img {
		width: 86px;
		height: auto;
	}

	/*---*/

	.contH304 {
		position: relative;
		color: #B60081;
		font-size: 20px;
		line-height: 1.5em;
		font-weight: bold;
		text-align: left;
		display: flex;
		align-items: center;
		gap: 0px 15px;
		padding: 0px 0px 0px 20px;
	}

	.contH304 .s01 {}

	.contH304 .s01 img {
		width: 86px;
		height: auto;
	}

	.contLine01 {
		height: 35px;
		position: relative;
	}

	.contLine01::before {
		content: "";
		width: 1px;
		height: 120%;
		border-left: 3px dotted #E6BAD9;
		position: absolute;
		top: -10%;
		left: 50%;
	}

	.contLine01.line02 {
		height: 25px;
	}

	/*---*/

	.flex02ContBoxIn01 {
		background-color: #F5E8F1;
		border-radius: 20px;
		box-sizing: border-box;
		padding: 25px 20px 20px;
		margin-top: -12px;
	}

	.contUl01 {
		position: relative;
	}

	.contUl01 li {
		display: flex;
		gap: 0px 8px;
		text-align: left;
	}

	.contUl01 li .liBox01 {
		position: relative;
		width: 26px;
		flex-shrink: 0;
	}

	.contUl01 li .liBox01::before {
		content: "";
		width: 1px;
		height: 100%;
		border-left: 2px dotted #B60081;
		position: absolute;
		left: 13px;
		top: 0px;
		z-index: 0;
	}

	.contUl01 li:last-child .liBox01::before {
		display: none;
	}

	.contUl01 li .liBox01 .p01 {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 26px;
		height: 26px;
		border-radius: 26px;
		background-color: #B60081;
		color: #ffffff;
		font-size: 12px;
		line-height: 1.2em;
		font-weight: bold;
		position: relative;
		z-index: 1;
	}

	.contUl01 li .liBox02 {
		box-sizing: border-box;
		padding-bottom: 16px;
		min-height: 30px;
	}

	.flex02Box02 .contUl01 li .liBox02 {
		min-height: 0px;
	}

	.contUl01 li:last-child .liBox02 {
		min-height: 10px;
	}

	.contUl01 li .liBox02 .p02 {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.contBtn02.btn02 {
		margin-top: 0px;
	}

	.contBtn02.btn02 a {
		width: 190px;
		height: 48px;
		border-radius: 10px;
		font-size: 16px;
		padding-right: 20px;
	}

	.contBtn02.btn02 .arrow {
		right: 13px;
	}

	.contDl01 {
		text-align: left;
		margin-bottom: 15px;
	}

	.contDl01 dt {
		color: #B60081;
		font-size: 17px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 8px;
	}

	.contDl01 dd {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: 500;
	}

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

	.acFlex01 {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}

	.acFlex01 li {
		width: 100%;
		background-color: #ffffff;
		border-radius: 12px;
		padding: 0 15px;
		text-align: left;
	}

	.acWrap01 {
		position: relative;
		display: flex;
		gap: 12px;
		cursor: pointer;
		padding-right: 25px;
		padding: 15px 0;
	}

	.acWrap01::after {
		content: "";
		background-image: url("../img/faq_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 14px auto;
		width: 14px;
		height: 11px;
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
	}

	.acWrap01.open::after {
		background-image: url("../img/faq_ar01_on.png");
	}

	.acWrap01 .box01 {
		flex-shrink: 0;
	}

	.acWrap01 .box01 p {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		background-color: #B60081;
		border-radius: 50px;
		color: #ffffff;
		font-size: 14px;
		line-height: 1.2em;
		font-weight: bold;
	}

	.acWrap01 .box02 {
		display: flex;
		align-items: center;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.acContWrap01 {
		display: none;
	}

	.acContWrap01In {
		display: flex;
		gap: 15px;
		padding: 20px 0 15px;
	}

	.acContWrap01 .box01 {
		flex-shrink: 0;
	}

	.acContWrap01 .box01 p {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		background-color: #ffffff;
		border: 1px solid #B60081;
		border-radius: 50px;
		color: #B60081;
		font-size: 14px;
		line-height: 1.2em;
		font-weight: bold;
	}

	.acContWrap01 .box02 {
		text-align: left;
		font-size: 14px;
		line-height: 1.5em;
	}

	.acContWrap01 .box02 dl {
		margin-bottom: 1.5em;
	}

	.acContWrap01 .box02 dt {
		font-weight: bold;
	}

	.acContWrap01 .box02 dd {
		font-weight: 500;
	}

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

	.contBlock009 {
		margin-top: 40px;
		padding: 0px 15px;
	}

	.contBox02 {
		background-color: #FFFCDE;
		border-radius: 30px;
		padding: 30px 15px 40px;
	}

	.contSearchFlex01 {
		display: flex;
		gap: 15px 15px;
		width: 100%;
	}

	.inputText01 {
		box-sizing: border-box;
		border: 1px solid #E7E4C3;
		border-radius: 8px;
		width: 100%;
		height: 48px;
		padding: 15px 20px;
		background-color: #ffffff;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.button01 {
		position: relative;
		background-color: #00233A;
		box-sizing: border-box;
		border-radius: 8px;
		width: 116px;
		height: 48px;
		color: #ffffff;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
		flex-shrink: 0;
		cursor: pointer;
	}

	.button01 .arrow::before,
	.button01 .arrow::after {
		background-color: #ffffff;
	}


	.contBtn02.btn03 {
		margin-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.contBtn02.btn03 a {
		background-color: #EFE57E;
		width: 100%;
		height: 48px;
		border-radius: 10px;
		font-size: 15px;
		font-weight: bold;
		color: #00233A;
	}

	.contBtn02.btn03 .arrow {
		right: 13px;
	}

	.contBtn02.btn03 .arrow::before,
	.contBtn02.btn03 .arrow::after {
		background-color: #00233A;
	}

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

	.popUpBlock01 {
		position: relative;
		box-sizing: border-box;
		width: 96%;
		margin: auto;
		background-color: #ffffff;
		border-radius: 10px;
		padding: 15px;
	}

	.popUpBox01 {
		height: 80vh;
		overflow-y: auto;
	}

	.popUpTit01 {
		display: flex;
		align-items: center;
		box-sizing: border-box;
		padding: 8px 15px;
		height: 46px;
		background-color: #F4F4F4;
		border-left: 4px solid #00233A;
		font-size: 18px;
		line-height: 1.4em;
		font-weight: bold;
	}

	.popUpUl01 li a {
		border-top: 1px solid #EBEBEB;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 8px 20px 8px 10px;
		height: 52px;
		position: relative;
	}

	.popUpUl01 li:first-child a {
		border-top: none;
	}

	.popUpUl01 li a::after {
		content: "";
		background-image: url("../img/popup_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 9px auto;
		width: 9px;
		height: 14px;
		position: absolute;
		right: 11px;
		top: 50%;
		transform: translateY(-50%);
	}

	.popUpUl01 li .box01 {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: bold;
	}

	.popUpUl01 li .box01 .p01 img {
		width: 32px;
		height: auto;
	}

	.popUpUl01 li .box02 {
		color: #B60081;
		font-size: 11px;
		line-height: 1.3em;
		font-weight: 500;
		padding-right: 18px;
	}

	.popup-modal-dismiss {
		margin-top: 10px;
	}

	.popup-modal-dismiss a {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 10px;
		width: 90px;
		height: 36px;
		margin: auto;
		background-color: #F4F4F4;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: 500;
	}

	.mfp-close {
		font-size: 0px;
		text-indent: -9999px;
		background-image: url("../img/popup_close01.png") !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		background-size: 30px auto !important;
		width: 30px;
		height: 30px;
		top: 10px;
		right: 10px;
	}

	.mfp-content {
		text-align: center;
	}

	#inline-wrap {
		position: relative;
		display: inline-block;
	}


}


/*--------------------------------------
	TOP_A-2
---------------------------------------*/

.topOther .header02 {
	display: none;
}

.topOther .footerCont01 {
	display: none;
}

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

.topOtherHeader01 {
	background-color: #B60081;
	padding: 18px 0px;
}

.topOtherBackLink01 {
	text-align: left;
	display: flex;
	align-items: center;
	gap: 20px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
}

.topOtherBackLink01 img {
	width: 53px;
	height: auto;
}

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

.topOtherBlock01 {
	margin: 40px auto 60px;
}

.contH207 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}

.topOtherFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0px;
}

.topOtherFlex01 li {
	width: 47.8%;
}

.equipmentFlex01 {
	display: flex;
	justify-content: space-between;
}

.equipmentFlex01 .box01 {
	width: 594px;
}

.equipmentFlex01 .box02 {
	width: 390px;
}

.equipmentBox01 {
	margin-bottom: 30px;
}

.equipmentH301 {
	background-color: #00233A;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	padding: 10px 15px;
}

.equipmentH301.option {
	background-color: #527D99;
}

div.option:has(.option) {
	margin-bottom: 0;
	background-color: #FFFDED;
}

.equipmentUl01 li {
	padding: 20px 15px;
	border-top: 1px solid #EBEBEB;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	text-align: left;
}

.equipmentUl01 li:first-child {
	border-top: none;
}

.equipmentUl01 li .liBox02 {
	flex-shrink: 0;
}

.equipmentSelect01 {
	border: 1px solid #D9D9D9;
	border-radius: 6px;
	background-color: #ffffff;
	/*width: 60px;*/
	width: 35px;
	height: 36px;
	box-sizing: border-box;
	padding: 5px;
	/*font-size: 16px;*/
	font-size: 15px;
	line-height: 1.5em;
	/*font-weight: bold;*/
}

.equipmentUl01 li .liBox01 .p01 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 4px;
}

.option .equipmentUl01 li .liBox01 .p01 {
	font-size: 16px;
}

.equipmentUl01 li .liBox01 .p02 .s01 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	color: #B60081;
}

.equipmentUl01 li .liBox01 .p02 .s02 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	color: #B60081;
	margin-left: 3px;
}

.equipmentUl01 li .liBox01 .p02 .s0102 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	text-decoration: line-through;
	margin-right: 5px;
}

.colRed01 {
	color: #F30D11 !important;
}


.equipmentUl01 li .liBox01 .p02 .s03,
.topOtherBox01 .textBox01 .s03 {
	display: inline-block;
	background-color: #EAF9FF;
	border: 1px solid #AAD4E3;
	border-radius: 4px;
	margin-left: 8px;
	color: #2380A4;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 500;
	padding: 2px 8px;
}

.equipmentUl01 li .liBox01 .p02 .s03::before,
.topOtherBox01 .textBox01 .s03::before {
	content: "";
	display: inline-block;
	background-image: url("../img/icon_time01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px auto;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: sub;
}

.oshiraseBox01 {
	display: inline-block;
	background-color: #F30D11;
	padding: 3px 6px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	margin-top: 6px;
}

.oshiraseBox01::before {
	content: "";
	display: inline-block;
	background-image: url("../img/equipment_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px auto;
	width: 15px;
	height: 16px;
	vertical-align: sub;
	margin-right: 3px;
}

.backBtn01 {
	text-align: center;
	margin-top: 30px;
}

.backBtn01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 10px;
	position: relative;
	height: 58px;
	width: 300px;
	margin: auto;
	background-color: #00233A;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}

.backBtn01 a:link {
	color: #ffffff;
	text-decoration: none;
}

.backBtn01 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.backBtn01 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.backBtn01 a:active {
	color: #ffffff;
	text-decoration: none;
}

.backBtn01 a::before {
	content: "";
	background-image: url("../img/back_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 11px auto;
	width: 11px;
	height: 17px;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.topOtherBox01 {
	background-color: #E7EAEA;
	padding: 40px 20px;
	text-align: left;
	/*position: sticky;	
	top: 0px;*/
}

@media screen and (min-width:768px) {
	.topOtherBox01 {
		display: block !important;
	}
}

/*.equipmentFlex01 .box02 {	
height: 100%;	
}*/

.topOtherBox01 .textBox01 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}

.decoThrough {
	text-decoration: line-through;
}

.price01 {
	color: #F30D11;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 600;
}

.price02 {
	color: #F30D11;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}

.topOtherText01 {
	color: #B60081;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 500;
	background-color: #F5E8F1;
	border: 1px solid #DFC5D8;
	border-radius: 2px;
	margin-top: 8px;
	display: inline-block;
	padding: 2px 7px;
}

.topOtherBtn01 button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	background-color: #F76A0C;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 30px;
	box-shadow: 0px 5px 0px #C24D00;
	position: relative;
}

.topOtherBtn01 button::after {
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	height: 100%;
	background-image: url(../common/img/btn_or_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 10px;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.topOther .header02 {
		display: none;
	}

	.topOther .footerCont01 {
		display: none;
	}

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

	.topOtherHeader01 {
		background-color: #B60081;
		padding: 13px 15px;
	}

	.topOtherBackLink01 {
		text-align: left;
		display: flex;
		align-items: center;
		gap: 20px;
		color: #ffffff;
		font-size: 18px;
		line-height: 1.5em;
		font-weight: bold;
	}

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

	.topOtherBlock01 {
		margin: 30px auto 30px;
		padding: 0px 15px;
	}

	.contH207 {
		font-size: 18px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.topOtherFlex01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 15px 0px;
	}

	.topOtherFlex01 li.li01 {
		width: 100%;
	}

	.equipmentFlex01 {
		display: block;
		width: 90%;
	}

	.equipmentFlex01 .box01 {
		width: auto;
	}

	.equipmentFlex01 .box02 {
		width: auto;
	}

	.equipmentBox01 {
		margin-bottom: 30px;
	}

	.equipmentH301 {
		background-color: #00233A;
		color: #ffffff;
		font-size: 20px;
		line-height: 1.5em;
		font-weight: bold;
		padding: 10px 15px;
	}

	.equipmentUl01 {}

	.equipmentUl01 li {
		padding: 16px 15px;
		border-top: 1px solid #EBEBEB;
		display: flex;
		justify-content: space-between;
		gap: 20px;
		text-align: left;
		position: relative;
	}

	.equipmentUl01 li:first-child {
		border-top: none;
	}

	.equipmentUl01 li .liBox02 {
		display: flex;
		flex-shrink: 0;
		flex-direction: column;
		align-items: center;
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.equipmentSelect01 {
		border: 1px solid #D9D9D9;
		border-radius: 6px;
		background-color: #ffffff;
		/*width: 60px;*/
		width: 35px;
		height: 36px;
		box-sizing: border-box;
		padding: 5px;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.equipmentUl01 li .liBox01 .p01 {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 4px;
		padding-right: 60px;
	}

	.option .equipmentUl01 li .liBox01 .p01 {
		font-size: 14px;
	}

	.equipmentUl01 li .liBox01 .p02 .s01 {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
		color: #B60081;
	}

	.equipmentUl01 li .liBox01 .p02 .s02 {
		font-size: 13px;
		line-height: 1.5em;
		font-weight: 500;
		color: #B60081;
		margin-left: 3px;
	}

	.equipmentUl01 li .liBox01 .p02 .s0102 {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
		text-decoration: line-through;
		margin-right: 5px;
	}

	.colRed01 {
		color: #F30D11 !important;
	}


	.equipmentUl01 li .liBox01 .p02 .s03,
	.topOtherBox01 .textBox01 .s03 {
		display: inline-block;
		background-color: #EAF9FF;
		border: 1px solid #AAD4E3;
		border-radius: 4px;
		margin-left: 8px;
		color: #2380A4;
		font-size: 12px;
		line-height: 1.5em;
		font-weight: 500;
		padding: 2px 8px;
	}

	.equipmentUl01 li .liBox01 .p02 .s03::before,
	.topOtherBox01 .textBox01 .s03::before {
		content: "";
		display: inline-block;
		background-image: url("../img/icon_time01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 15px auto;
		width: 15px;
		height: 15px;
		margin-right: 5px;
		vertical-align: sub;
	}

	.oshiraseBox01 {
		display: inline-block;
		background-color: #F30D11;
		padding: 3px 6px;
		border-radius: 4px;
		color: #ffffff;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
		margin-top: 6px;
	}

	.oshiraseBox01::before {
		content: "";
		display: inline-block;
		background-image: url("../img/equipment_icon01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 15px auto;
		width: 15px;
		height: 16px;
		vertical-align: sub;
		margin-right: 3px;
	}

	.backBtn01 {
		text-align: center;
		margin-top: 30px;
	}

	.backBtn01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		border-radius: 6px;
		padding: 10px;
		position: relative;
		height: 58px;
		width: 300px;
		margin: auto;
		background-color: #00233A;
		font-size: 16px;
		line-height: 1.4em;
		font-weight: bold;
	}

	.backBtn01 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.backBtn01 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.backBtn01 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	.backBtn01 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	.backBtn01 a::before {
		content: "";
		background-image: url("../img/back_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 11px auto;
		width: 11px;
		height: 17px;
		position: absolute;
		left: 18px;
		top: 50%;
		transform: translateY(-50%);
	}

	.topOtherBox01 {
		background-color: #E7EAEA;
		padding: 10px;
		text-align: left;
		box-sizing: border-box;
		width: 100%;
		position: fixed !important;
		top: auto !important;
		left: 0px !important;
		bottom: 0px !important;
		z-index: 100;
	}

	.topOtherBox01 .textBox01 {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.decoThrough {
		text-decoration: line-through;
	}

	.price01 {
		color: #F30D11;
		font-size: 24px;
		line-height: 1.0em;
		font-weight: 600;
	}

	.price02 {
		color: #F30D11;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.topOtherText01 {
		color: #B60081;
		font-size: 13px;
		line-height: 1.0em;
		font-weight: 500;
		background-color: #F5E8F1;
		border: 1px solid #DFC5D8;
		border-radius: 2px;
		margin-top: 3px;
		display: inline-block;
		padding: 2px 7px;
	}

	.topOtherBtn01 button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		background: transparent;
		background-color: #F76A0C;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		height: 60px;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #ffffff;
		margin-top: 5px;
	}



}



/*--------------------------------------
	b
---------------------------------------*/

.topOtherTextBox01 {
	background-color: #FFF6FC;
	border-radius: 10px;
	padding: 15px 20px;
	margin-bottom: 30px;
}

.contMt40 {
	margin-top: 40px;
}

.equipmentBox02 {
	background-color: #ffffff;
}

.topOtherH201 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.topOtherH201 .s01 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: #B60081;
	border-radius: 50px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
}

.topOtherH201 .s02 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	margin-left: 10px;
}

.checkText01 {
	color: #F30D11;
	font-size: 14px;
	line-height: 1.5em;
}

.topOtherInputWrap01 {
	padding-left: 15px;
}

.topOtherInput01 {
	border: 1px solid #EBEBEB;
	border-radius: 6px;
	width: 250px;
	height: 46px;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	box-sizing: border-box;
}

.topOtherBox02 {
	text-align: left;
	margin-bottom: 30px;
}

.topOtherLineBox01 {
	width: 100%;
	height: 1px;
	background-color: #EBEBEB;
	margin: 30px auto;
}

.dayTabWrap01 .panel {
	background-color: transparent;
	padding: 0px;
}

.dayTabWrap01 .tab-area {
	margin-bottom: 15px;
	gap: 15px;
}

.dayTabWrap01 .tab {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	height: 100px;
	border: 2px solid #ffffff;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	overflow: visible;
}

.dayTabWrap01 .tab.active {
	background-color: #F9EFF6;
	border: 2px solid #B60081;
}

.dayTabWrap01 .tab.active::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 20px solid #b60081;
	border-bottom: 0;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.dayTabWrap01 .tab img {
	width: 46px;
	height: auto;
}

.topOtherFlex02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px 0px;
	margin-top: 15px;
}

.topOtherFlex02 li {
	width: 48.8%;
}

.topOtherFlex02 li.li01 {
	width: 100%;
}

.topOtherFlex02 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	border-radius: 12px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}

.topOtherFlex02 li a img {
	width: 46px;
	height: auto;
}

.dayText01 {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.dayUl01 {
	display: flex;
	gap: 10px;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.dayCol01 {}

.dayCol01 img {
	width: 21px;
	height: auto;
}

.dayText02 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}

.dayText02 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 5px;
}

.dayText03 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
}

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

.dayCal01 {
	background-color: #ffffff;
	padding: 25px;
	border-radius: 15px;
	margin: 15px auto;
}

.dayCalHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.dayCalHeader a img {
	width: auto;
	height: 16px;
}

.dayCalTit01 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 600;
}

.dayCalTable01 {
	width: 100%;
}

.dayCalTable01 th {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

.dayCalTable01 td {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #EBEBEB;
}

.dayCalTable01 td img {
	width: 21px;
	height: auto;
}

.dayCalTable01 td.bgOut01 {
	background-color: #F5F7F7;
}

.dayCalTable01 td.none {
	border: none;
}

.otherText01 {
	color: #B60081;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 8px;
}

.otherText02 {
	text-align: center;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 500;
	margin-bottom: 8px;
}

.otherText03 {
	font-size: 11px;
	line-height: 1.5em;
}

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

.popUpBox02 {
	margin-bottom: 20px;
}

.popupTit01 {
	margin-bottom: 10px;
}

.popupTit01 .p01 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 10px;
}

.popupTit01 .p02 {
	font-size: 14px;
	line-height: 1.5em;
}

.popupFlex01 {
	display: flex;
	gap: 20px;
}

.popupFlex01 ul {
	width: 48%;
}

.popupFlex01 li {
	cursor: pointer;
	display: flex;
	width: 100%;
	border-top: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}

.popupFlex01 li .li01 {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 8px;
	background-color: #F5F7F7;
	font-size: 15px;
	line-height: 1.5em;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.popupFlex01 li .li02 {
	width: 100px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 8px;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.popupFlex01 li .li02 img {
	width: 21px;
}

.popupFlex01 li:hover {
	border-top: 1px solid #00233A;
	border-left: 1px solid #00233A;
}

.popupFlex01 li:hover .li01 {
	border-bottom: 1px solid #00233A;
}

.popupFlex01 li:hover .li02 {
	border-right: 1px solid #00233A;
	border-bottom: 1px solid #00233A;
}

.popupFlex01 li.active {
	border-top: 1px solid #00233A;
	border-left: 1px solid #00233A;
}

.popupFlex01 li.active .li01 {
	border-bottom: 1px solid #00233A;
}

.popupFlex01 li.active .li02 {
	border-right: 1px solid #00233A;
	border-bottom: 1px solid #00233A;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.contSpPd0_15 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.topOtherTextBox01 {
		background-color: #FFF6FC;
		border-radius: 10px;
		padding: 5px;
		margin-bottom: 5px;
		overflow-y: scroll;
		max-height: 7em;
	}

	.contMt40 {
		margin-top: 40px;
	}

	.equipmentBox02 {
		background-color: #ffffff;
	}

	.topOtherH201 {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.topOtherH201 .s01 {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		background-color: #B60081;
		border-radius: 50px;
		color: #ffffff;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: 600;
	}

	.topOtherH201 .s02 {
		font-size: 15px;
		line-height: 1.5em;
		font-weight: 500;
		margin-left: 10px;
	}

	.checkText01 {
		color: #F30D11;
		font-size: 14px;
		line-height: 1.5em;
	}

	.topOtherInputWrap01 {
		padding-left: 15px;
	}

	.topOtherInput01 {
		border: 1px solid #EBEBEB;
		border-radius: 6px;
		width: 200px;
		height: 46px;
		padding: 10px 15px;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: 500;
		box-sizing: border-box;
	}

	.topOtherBox02 {
		text-align: left;
		margin-bottom: 20px;
	}

	.topOtherLineBox01 {
		width: 100%;
		height: 1px;
		background-color: #EBEBEB;
		margin: 20px auto;
	}

	.dayTabWrap01 .panel {
		background-color: transparent;
		padding: 0px;
	}

	.dayTabWrap01 .tab-area {
		margin-bottom: 15px;
		gap: 15px;
	}

	.dayTabWrap01 .tab {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #ffffff;
		height: 100px;
		border: 2px solid #ffffff;
		border-radius: 12px;
		box-sizing: border-box;
		padding: 10px;
		font-size: 16px;
		line-height: 1.4em;
		font-weight: bold;
		overflow: visible;
	}

	.dayTabWrap01 .tab.active {
		background-color: #F9EFF6;
		border: 2px solid #B60081;
	}

	.dayTabWrap01 .tab.active::after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 20px solid #b60081;
		border-bottom: 0;
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
	}

	.dayTabWrap01 .tab img {
		width: 46px;
		height: auto;
	}

	.topOtherFlex02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 15px 0px;
		margin-top: 15px;
	}

	.topOtherFlex02 li {
		width: 48.8%;
	}

	.topOtherFlex02 li.li01 {
		width: 100%;
	}

	.topOtherFlex02 li a {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		height: 100px;
		background-color: #ffffff;
		border-radius: 12px;
		font-size: 16px;
		line-height: 1.4em;
		font-weight: bold;
	}

	.topOtherFlex02 li a img {
		width: 46px;
		height: auto;
	}

	.dayText01 {
		font-size: 14px;
		line-height: 1.5em;
		margin-bottom: 15px;
	}

	.dayUl01 {
		display: flex;
		gap: 10px;
		font-size: 13px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}

	.dayCol01 {}

	.dayCol01 img {
		width: 21px;
		height: auto;
	}

	.dayText02 {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.dayText02 {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: 500;
		margin-bottom: 5px;
	}

	.dayText03 {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
	}

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

	.dayCal01 {
		background-color: #ffffff;
		padding: 25px;
		border-radius: 15px;
		margin: 15px auto;
	}

	.dayCalHeader {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.dayCalHeader a img {
		width: auto;
		height: 16px;
	}

	.dayCalTit01 {
		font-size: 18px;
		line-height: 1.5em;
		font-weight: 600;
	}

	.dayCalTable01 {
		width: 100%;
	}

	.dayCalTable01 th {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
		text-align: center;
		vertical-align: middle;
	}

	.dayCalTable01 td {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #EBEBEB;
	}

	.dayCalTable01 td img {
		width: 21px;
		height: auto;
	}

	.dayCalTable01 td.bgOut01 {
		background-color: #F5F7F7;
	}

	.dayCalTable01 td.none {
		border: none;
	}

	.otherText01 {
		color: #B60081;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
		margin-bottom: 0;
	}

	.otherText02 {
		text-align: center;
		font-size: 12px;
		line-height: 1.6em;
		font-weight: 500;
		margin-bottom: 0;
	}

	.otherText03 {
		font-size: 11px;
		line-height: 1.5em;
	}

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

	.popUpBox02 {
		margin-bottom: 20px;
	}

	.popupTit01 {
		margin-bottom: 10px;
	}

	.popupTit01 .p01 {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.popupTit01 .p02 {
		font-size: 14px;
		line-height: 1.5em;
	}

	.popupFlex01 {
		display: flex;
		flex-wrap: wrap;
		gap: 0px;
	}

	.popupFlex01 ul {
		width: 100%;
	}

	.popupFlex01 li {
		cursor: pointer;
		display: flex;
		width: 100%;
		border-top: 1px solid #EBEBEB;
		border-left: 1px solid #EBEBEB;
	}

	.popupFlex01 li .li01 {
		width: 80%;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 8px;
		background-color: #F5F7F7;
		font-size: 15px;
		line-height: 1.5em;
		border-right: 1px solid #EBEBEB;
		border-bottom: 1px solid #EBEBEB;
	}

	.popupFlex01 li .li02 {
		width: 100px;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 8px;
		border-right: 1px solid #EBEBEB;
		border-bottom: 1px solid #EBEBEB;
	}

	.popupFlex01 li .li02 img {
		width: 21px;
	}

	.popupFlex01 li:hover {
		border-top: 1px solid #00233A;
		border-left: 1px solid #00233A;
	}

	.popupFlex01 li:hover .li01 {
		border-bottom: 1px solid #00233A;
	}

	.popupFlex01 li:hover .li02 {
		border-right: 1px solid #00233A;
		border-bottom: 1px solid #00233A;
	}

	.popupFlex01 li.active {
		border-top: 1px solid #00233A;
		border-left: 1px solid #00233A;
	}

	.popupFlex01 li.active .li01 {
		border-bottom: 1px solid #00233A;
	}

	.popupFlex01 li.active .li02 {
		border-right: 1px solid #00233A;
		border-bottom: 1px solid #00233A;
	}




}



/*--------------------------------------
	C
---------------------------------------*/

.dirtTextBox01 {
	text-align: center;
	padding: 40px 0px 50px;
}

.dirtBlock01 {
	width: 700px;
	margin: auto;
	margin-top: 28px;
}

.dirtTit01 {
	background-color: #00233A;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 5px 15px;
	height: 56px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
}

.helpIcon02 {
	width: 24px;
}

.inline-wrap01 {
	position: relative;
	display: inline-block;
}

.inline-wrap01 .popUpBlock01 {
	width: 500px;
}

.dirtPopupTit01 {
	text-align: left;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 20px;
}

.dirtPopupText01 {
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 20px;
}

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

.inputRange {
	appearance: none;
	width: 502px;
	height: 6px;
	border-radius: 9999px;
	background: linear-gradient(90deg, #b60081 77.8%, transparent 77.8%);
	cursor: pointer;
	margin-bottom: 1.75px;
}

/* ツマミ：Chrome, Safari, Edge用 */
.inputRange::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 21px;
	height: 21px;
	border: 3px solid #b60081;
	border-radius: 9999px;
	background: #f5e8f1;
	box-shadow: none;
}

/* ツマミ：Firefox用 */
.inputRange::-moz-range-thumb {
	width: 21px;
	height: 21px;
	border: 3px solid #b60081;
	border-radius: 9999px;
	background: #f5e8f1;
	box-shadow: none;
}

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

.dirtBox01 {
	margin: 30px auto;
	text-align: center;
	box-sizing: border-box;
	width: 640px;
	position: relative;
}

.dirtSliderBox01 {
	background-image: url("../img/dirt_slider_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	box-sizing: border-box;
	width: 640px;
	height: 73px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 21px;
}

.dirtImg {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.dirtFlex01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition-duration: 0.3s;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
}

.dirtImg:hover .dirtFlex01 {
	opacity: 1;
	transition-duration: 0.3s;
}

.dirtText01 {
	color: #ffffff;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
}

.dirtBtn01 {
	margin-top: 18px;
}

.dirtBtn01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	height: 54px;
	width: 160px;
	border: 1px solid #EBEBEB;
	border-radius: 100px;
}

.dirtBtn01 a:link {
	color: #ffffff;
	text-decoration: none;
}

.dirtBtn01 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.dirtBtn01 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.dirtBtn01 a:active {
	color: #ffffff;
	text-decoration: none;
}

.dirtIllust01 {
	width: 243px;
	position: absolute;
	right: 16px;
	bottom: 0px;
}

.dirtBtn02 {
	margin: 40px auto 40px;
}

.dirtBtn02 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	width: 400px;
	height: 54px;
	background-color: #ffffff;
	border: 1px solid #EBEBEB;
	border-radius: 7px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin: auto;
}

.dirtBtn02 a::after {
	content: "";
	background-image: url("../img/popup_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	width: 8px;
	height: 14px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}

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

.dirtAr {
	position: relative;
}

.dirtAr img {
	width: auto;
	height: 30px;
	position: absolute;
	top: 0px;
}

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

.dirtImgBox01 {
	display: none;
}

.val1 .dirtImgBox01.d01 {
	display: block;
}

.val2 .dirtImgBox01.d02 {
	display: block;
}

.val3 .dirtImgBox01.d03 {
	display: block;
}

.val4 .dirtImgBox01.d04 {
	display: block;
}

.val5 .dirtImgBox01.d05 {
	display: block;
}

.val6 .dirtImgBox01.d06 {
	display: block;
}

.val7 .dirtImgBox01.d07 {
	display: block;
}

.val8 .dirtImgBox01.d08 {
	display: block;
}

.val9 .dirtImgBox01.d09 {
	display: block;
}

.val10 .dirtImgBox01.d10 {
	display: block;
}

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

.d01 .dirtAr img {
	left: 62px;
}

.d02 .dirtAr img {
	left: 182px;
}

.d03 .dirtAr img {
	left: 302px;
}

.d04 .dirtAr img {
	left: 422px;
}

.d05 .dirtAr img {
	left: 542px;
}


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

.val1 .dirtSliderBox01 {
	background-image: url("../img/dirt_slider_bg01_dirt.png");
}

.val2 .dirtSliderBox01 {
	background-image: url("../img/dirt_slider_bg01_dirt.png");
}

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

.accordion {
	position: relative;
}

/* ボタン */
.accordion-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	width: 300px;
	height: 54px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

/* 続きを読むボタンの表記 */
.accordion-btn::after {
	content: "汚れをもっと見る";
}

/* ボタンhover時のスタイル */
.accordion-btn:hover {
	/*background-color: #fff;
  color: #6495ed;*/
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition-duration: 0.3s;
}

.accordion-text {
	overflow: hidden;
	/* テキストを隠す */
	position: relative;
}

/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
	height: 230px;
}

/* テキストをグラデーションで隠す */
.accordion-text::before {
	background: -webkit-linear-gradient(top, rgba(245, 247, 247, 0) 0%, rgba(245, 247, 247, .9) 50%, rgba(245, 247, 247, .9) 50%, #F5F7F7 100%);
	background: linear-gradient(top, rgba(245, 247, 247, 0) 0%, rgba(245, 247, 247, .9) 50%, rgba(245, 247, 247, .9) 50%, #F5F7F7 100%);
	bottom: 0;
	content: "";
	height: 140px;
	/* グラデーションで隠す高さ */
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 1;
}

.contactBlock01 .accordion-text::before {
	background: -webkit-linear-gradient(top, rgba(207, 233, 243, 0) 0%, rgba(207, 233, 243, .9) 50%, rgba(207, 233, 243, .9) 50%, #CFE9F3 100%);
	background: linear-gradient(top, rgba(207, 233, 243, 0) 0%, rgba(207, 233, 243, .9) 50%, rgba(207, 233, 243, .9) 50%, #CFE9F3 100%);
	bottom: 0;
	content: "";
	height: 140px;
	/* グラデーションで隠す高さ */
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 1;
}


/* 閉じるボタンの位置 */
.accordion-btn.is-show {
	display: none;
	/*bottom: -3em;*/
}

/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
	content: "閉じる";
}

/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show+.accordion-text::before {
	display: none;
}

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

.contBtn02.btnDirt01 a {
	background-color: #B60081;
}



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.dirtTextBox01 {
		text-align: center;
		padding: 24px 0px 10px;
	}

	.dirtBlock01 {
		width: 345px;
		margin: auto;
		margin-top: 28px;
	}

	.dirtTit01 {
		background-color: #00233A;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 5px 15px;
		height: 56px;
		color: #ffffff;
		font-size: 20px;
		line-height: 1.3em;
		font-weight: bold;
	}

	.helpIcon02 {
		width: 24px;
	}

	.inline-wrap01 {
		position: relative;
		display: inline-block;
	}

	.inline-wrap01 .popUpBlock01 {
		width: auto;
	}

	.dirtPopupTit01 {
		text-align: left;
		font-size: 20px;
		line-height: 1.3em;
		font-weight: bold;
		padding-bottom: 12px;
		border-bottom: 1px solid #EBEBEB;
		margin-bottom: 20px;
	}

	.dirtPopupText01 {
		text-align: left;
		font-size: 16px;
		line-height: 1.5em;
		margin-top: 20px;
	}

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

	/*---*/

	.inputRange {
		appearance: none;
		width: 276px;
		height: 5px;
		border-radius: 9999px;
		background: linear-gradient(90deg, #b60081 77.8%, transparent 77.8%);
		cursor: pointer;
		margin-top: 1.75px;
	}

	/* ツマミ：Chrome, Safari, Edge用 */
	.inputRange::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 20px;
		height: 20px;
		border: 3px solid #b60081;
		border-radius: 9999px;
		background: #f5e8f1;
		box-shadow: none;
	}

	/* ツマミ：Firefox用 */
	.inputRange::-moz-range-thumb {
		width: 20px;
		height: 20px;
		border: 3px solid #b60081;
		border-radius: 9999px;
		background: #f5e8f1;
		box-shadow: none;
	}

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

	.dirtBox01 {
		margin: 20px auto;
		text-align: center;
		box-sizing: border-box;
		width: auto;
		position: relative;
	}

	.dirtSliderBox01 {
		background-image: url("../img/dirt_slider_bg01_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		box-sizing: border-box;
		width: 345px;
		height: 73px;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 21px;
	}

	.dirtImg {
		position: relative;
		overflow: hidden;
		border-radius: 15px;
	}

	.dirtFlex01 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 20px;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: rgba(0, 0, 0, 0.4);
		opacity: 0;
		/*opacity: 1;*/
		transition-duration: 0.3s;
		color: #ffffff;
		font-size: 22px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.dirtImg:hover .dirtFlex01 {
		opacity: 1;
		transition-duration: 0.3s;
	}


	.dirtImg .dirtFlex01 {}


	.dirtText01 {
		color: #ffffff;
		font-size: 18px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.dirtBtn01 {
		margin-top: 18px;
		position: relative;
		z-index: 1;
	}

	.dirtBtn01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 10px;
		height: 48px;
		width: 120px;
		border: 1px solid #EBEBEB;
		border-radius: 100px;
		font-size: 16px;
	}

	.dirtBtn01 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.dirtBtn01 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.dirtBtn01 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	.dirtBtn01 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	.dirtIllust01 {
		width: 140px;
		position: absolute;
		right: 0px;
		bottom: 0px;
		z-index: 0;
	}

	.dirtBtn02 {
		margin: 40px auto 40px;
	}

	.dirtBtn02 a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 10px;
		width: 300px;
		height: 45px;
		background-color: #ffffff;
		border: 1px solid #EBEBEB;
		border-radius: 7px;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		margin: auto;
	}

	.dirtBtn02 a::after {
		content: "";
		background-image: url("../img/popup_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 8px auto;
		width: 8px;
		height: 14px;
		position: absolute;
		right: 14px;
		top: 50%;
		transform: translateY(-50%);
	}

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

	.dirtAr {
		position: relative;
		width: 345px;
		margin: auto;
	}

	.dirtAr img {
		width: auto;
		height: 20px;
		position: absolute;
		top: 0px;
	}


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

	.d01 .dirtAr img {
		left: 33px;
	}

	.d02 .dirtAr img {
		left: 97px;
	}

	.d03 .dirtAr img {
		left: 160px;
	}

	.d04 .dirtAr img {
		left: 224px;
	}

	.d05 .dirtAr img {
		left: 288px;
	}

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

	.val1 .dirtSliderBox01 {
		background-image: url("../img/dirt_slider_bg01_dirt_sp.png");
	}

	.val2 .dirtSliderBox01 {
		background-image: url("../img/dirt_slider_bg01_dirt_sp.png");
	}

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

	.accordion {
		width: 100%;
		position: relative;
	}

	/* ボタン */
	.accordion-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 10px;
		width: 300px;
		height: 54px;
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 50px;
		color: #ffffff;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		position: absolute;
		bottom: 25px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}

	/* 続きを読むボタンの表記 */
	.accordion-btn::after {
		content: "汚れをもっと見る";
	}

	/* ボタンhover時のスタイル */
	.accordion-btn:hover {
		/*background-color: #fff;
		color: #6495ed;*/
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	.accordion-text {
		overflow: hidden;
		/* テキストを隠す */
		position: relative;
	}

	/* 最初に見えてるテキストエリアの高さ */
	.accordion-text.is-hide {
		height: 230px;
	}

	/* テキストをグラデーションで隠す */
	.accordion-text::before {
		background: -webkit-linear-gradient(top, rgba(245, 247, 247, 0) 0%, rgba(245, 247, 247, .9) 50%, rgba(245, 247, 247, .9) 50%, #F5F7F7 100%);
		background: linear-gradient(top, rgba(245, 247, 247, 0) 0%, rgba(245, 247, 247, .9) 50%, rgba(245, 247, 247, .9) 50%, #F5F7F7 100%);
		bottom: 0;
		content: "";
		height: 140px;
		/* グラデーションで隠す高さ */
		position: absolute;
		left: 0px;
		width: 100%;
		z-index: 1;
	}

	.contactBlock01 .accordion-text::before {
		background: -webkit-linear-gradient(top, rgba(207, 233, 243, 0) 0%, rgba(207, 233, 243, .9) 50%, rgba(207, 233, 243, .9) 50%, #CFE9F3 100%);
		background: linear-gradient(top, rgba(207, 233, 243, 0) 0%, rgba(207, 233, 243, .9) 50%, rgba(207, 233, 243, .9) 50%, #CFE9F3 100%);
		bottom: 0;
		content: "";
		height: 140px;
		/* グラデーションで隠す高さ */
		position: absolute;
		left: 0px;
		width: 100%;
		z-index: 1;
	}


	/* 閉じるボタンの位置 */
	.accordion-btn.is-show {
		display: none;
		/*bottom: -3em;*/
	}

	/* 閉じるボタンの表記 */
	.accordion-btn.is-show::after {
		content: "閉じる";
	}

	/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
	.accordion-btn.is-show+.accordion-text::before {
		display: none;
	}

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

	.contBtn02.btnDirt01 a {
		background-color: #B60081;
	}



}



/*--------------------------------------
	E お住まいの地域で対応可能なクリーニング
---------------------------------------*/

.topOtherBlock02 {
	margin: 40px auto 30px;
}

.areaBlock01 {}

.areaH201 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
}

.areaH201 .areaZip01 {
	color: #B60081;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 6px;
	margin-right: 5px;
}

.areaH301 {
	background-color: #00233A;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	box-sizing: border-box;
	padding: 6px 10px;
	display: flex;
	align-items: center;
	min-height: 50px;
}

.areaH301 .s01 img {
	width: 40px;
	height: auto;
	margin-right: 8px;
}

.areaBtn01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	border-radius: 6px;
	background-color: #4A97B4;
	box-sizing: border-box;
	padding: 10px;
	width: 112px;
	height: 52px;
	margin: auto;
}

.areaBtn01 a:link {
	color: #ffffff;
	text-decoration: none;
}

.areaBtn01 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.areaBtn01 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.areaBtn01 a:active {
	color: #ffffff;
	text-decoration: none;
}

.areaTable01 {
	width: 100%;
	border: 1px solid #DFDFDF;
}

.areaTable01 th {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	color: #B60081;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	background-color: #F5E8F1;
	border-bottom: 1px solid #DEBCD4;
	width: 120px;
}

.areaTable01 td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	font-size: 16px;
	line-height: 1.5em;
	border-bottom: 1px solid #DFDFDF;
}

.areaTable01 td.tdBtn01 {
	border: 1px solid #DFDFDF;
	text-align: center;
	vertical-align: middle;
	width: 200px;
}

.areaTable01 .notAvailable th {
	color: #6F6F6F;
	background-color: #DEDDDD;
	border-bottom: 1px solid #DFDFDF;
}

.areaTable01 .notAvailable td {
	background-color: #EDEDED;
	color: #6F6F6F;
}





/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.topOtherBlock02 {
		margin: 40px auto 30px;
		padding: 0px 15px;
	}

	.areaBlock01 {
		padding: 0px 15px;
	}

	.areaH201 {
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
		letter-spacing: -0.05em;
	}

	.areaH201 .areaZip01 {
		color: #B60081;
		font-size: 18px;
		line-height: 1.5em;
		font-weight: 600;
		text-decoration: underline;
		text-underline-offset: 6px;
		margin-right: 5px;
	}

	.areaH301 {
		background-color: #00233A;
		color: #ffffff;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
		box-sizing: border-box;
		padding: 6px 10px;
		display: flex;
		align-items: center;
		min-height: 44px;
	}

	.areaH301 .s01 img {
		width: 32px;
		height: auto;
		margin-right: 8px;
	}

	.areaBtn01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: bold;
		border-radius: 6px;
		background-color: #4A97B4;
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		height: auto;
		margin: auto;
	}

	.areaBtn01 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.areaBtn01 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.areaBtn01 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	.areaBtn01 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	.areaTable01 {
		width: 100%;
		border: 1px solid #DFDFDF;
	}

	.areaTable01 th {
		text-align: center;
		vertical-align: middle;
		padding: 10px;
		color: #B60081;
		font-size: 13px;
		line-height: 1.5em;
		font-weight: 500;
		background-color: #F5E8F1;
		border-bottom: 1px solid #DEBCD4;
		width: 80px;
		box-sizing: border-box;
	}

	.areaTable01 td {
		text-align: left;
		vertical-align: middle;
		padding: 10px;
		font-size: 13px;
		line-height: 1.5em;
		border-bottom: 1px solid #DFDFDF;
		box-sizing: border-box;
	}

	.areaTable01 td.tdBtn01 {
		border: 1px solid #DFDFDF;
		text-align: center;
		vertical-align: middle;
		width: 90px;
	}

	.areaTable01 .notAvailable th {
		color: #6F6F6F;
		background-color: #DEDDDD;
		border-bottom: 1px solid #DFDFDF;
	}

	.areaTable01 .notAvailable td {
		background-color: #EDEDED;
		color: #6F6F6F;
	}




}







/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {}



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



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {}



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



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {}



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



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.img_hover:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

}

.dayCalTable_active:hover {
	background-color: #FFF6FC;
}


.getWAON {
	display: flex;
	color: #B60081;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 500;
	background-color: #F5E8F1;
	border: 1px solid #DFC5D8;
	border-radius: 2px;
	margin-top: 8px;
	padding: 2px 7px;
	width: fit-content;
}

.getWAON .label::after {
	content: "：";
	display: inline;
}


/************************************************
 * estimate grid
 ************************************************/
.details_outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.details_outer details {
	width: 50%;
	position: relative;
}

.details_outer details:last-of-type {
	width: 100%;
}

.details_outer details[open] {
	z-index: 1;
}

.details_outer details summary {
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: auto;
	width: 95%;
}

.details_outer details:last-of-type summary {
	width: 100%;
}

.details_outer details:nth-of-type(even) summary {
	margin-left: auto;
	margin-right: 0;
}

.details_outer .panel {
	margin-bottom: 10px;
	width: 200%;
}

.details_outer details:last-of-type .panel {
	width: 100%;
}

.details_outer details:nth-of-type(even) .panel {
	transform: translateX(-50%);
}


.sugoi_2_top {
	margin-bottom: -35px;
	transform: translateX(-10px);
	width: calc(100% + 20px);
	position: relative;
	z-index: 1;
}

.sugoi_2_top img {
	width: 95%;
	max-width: fit-content;
}

@media screen and (min-width:768px) {
	.sugoi_2_top {
		margin: -30px auto -70px;
	}
}

.block05Flex01 {
	position: relative;
	z-index: 2;
}

.nocp {
	display: none;
}

.card04 .swiper-slide {
	opacity: 0.8;
	transition: opacity 0.3s;
	/* 滑らかに変化させる場合 */
}

.card04 .swiper-slide-active,
.card04 .swiper-slide-next,
.card04 .swiper-slide-prev {
	opacity: 1;
}

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

	.card04 .swiper-button-next,
	.card04 .swiper-button-prev {
		display: none;
	}
}

.contIn1024.panel.active {
	padding: 0;
	border: none;
}

@media screen and (max-width:767px) {
	.contIn1024.panel.active {
		padding: 10px 0 25px 15px;
	}
}