#logo-container img {
	padding: 0 20px;
	object-fit: cover;
	min-width: 134px;
}

#logo-container {
	/* width: 1400px !important; */
	/* overflow: hidden; */
}

#logo-container div,
#logo-container a,
#logo-container li {
	display: flex;
}

* {
	font-family: 'Noto Sans JP', 'Noto Sans SC', 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial,
		'nc3Jp', sans-serif !important;
}

.logo-text {
	font-family: Inter, 'Noto Sans JP', 'Noto Sans SC', 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
		Arial, 'nc3Jp', sans-serif !important;
}

.benefit-item,
.benefit-mobile-item {
	border-radius: 40px;
	border: 2px solid #c6c0ef;
	background: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.benefit-header {
}

.benefit-item .inactive-arrow,
.benefit-mobile-item .inactive-arrow {
	display: block;
}

.benefit-item .active-arrow,
.benefit-mobile-item .active-arrow {
	display: none;
}

.benefit-item:hover .active-arrow,
.benefit-item.active .active-arrow,
.benefit-mobile-item:hover .active-arrow,
.benefit-mobile-item.active .active-arrow {
	display: block;
}

.benefit-item:hover .inactive-arrow,
.benefit-item.active .inactive-arrow,
.benefit-mobile-item:hover .inactive-arrow,
.benefit-mobile-item.active .inactive-arrow {
	display: none;
}

.benefit-item:hover,
.benefit-item.active,
.benefit-mobile-item:hover,
.benefit-mobile-item.active {
	background-color: #4331cd;
	border-color: #4331cd;
	color: #fff;
}

.benefit-item:hover span,
.benefit-item.active span,
.benefit-mobile-item:hover span,
.benefit-mobile-item.active span {
	color: #fff;
}

.select-item {
	cursor: pointer;
}

@media (max-width: 1100px) {
	/* html {
		font-size: 100px;
	} */

	#common-attention {
		background: linear-gradient(0deg, #c6c0f0 0%, #ffffff 80.44%);
	}

	/*
    关闭这条规则
    .hidden-less-than-1100 {
        display: none !important;
    }
    */

	.show-less-than-1100 {
		display: block;
	}

	.benefit-item,
	.benefit-mobile-item {
		width: 1.89rem;
		height: 0.58rem;
		padding: 0 0.16rem;
	}

	.benefit-header {
	}

	.menu-header-inner {
		padding: 0 22px;
	}

	.menu-header-inner {
		padding: 0 20px;
	}

	.brand-container {
		margin-top: 0.14rem;
	}

	#logo-container img {
		height: 70px;
	}

	input::placeholder {
		font-size: 16px;
	}

	.confirm-container {
	}

	.confirm-container-inner {
		/*width: 800px;*/
		/*height: 600px;*/
	}
}

@media (min-width: 1101px) {
	.show-less-than-1100 {
		display: none !important;
	}

	input::placeholder {
		font-size: 18px;
	}

	.benefit-item,
	.benefit-mobile-item {
		line-height: 80px;
		width: 260px;
		height: 80px;
		margin: -40px 0;
		padding: 0 22px;
	}

	.brand-container {
		margin-top: 30px;
	}

	#logo-container a,
	#logo-container div,
	#logo-container img {
		height: 70px;
	}

	.confirm-container {
	}

	.confirm-container-inner {
		width: 800px;
		height: 600px;
	}
}

.special-text {
    transition: all 0.3s;
    box-sizing: border-box;
    padding: 0 24px !important;
    height: 44px;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    border-radius: 99px;
    border: 1px solid #5246EF;
    background: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #5246EF;
}

.special-text:hover {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.special-text2 {
    color: #fff;
    border-radius: 40px;
    background: linear-gradient(134deg, rgba(194, 162, 227, 1) 0%, rgba(67, 50, 202, 1) 89%);
    box-sizing: border-box;
    padding: 0 41px !important;
    height: 44px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
}

.area-item.active {
	background: #f3f0ff;
}

.prefectureName-placeholder.active,
.mobile-prefectureName-placeholder.active {
	color: #4332ca;
}

#header-modal-mobile {
	transition: all 0.7s ease-in-out;
}

#menu-icon > div {
	transition: all 0.5s;
	width: 33px;
	height: 5.5px;
}

.swiper-slide {
	cursor: pointer;
	padding: 6px 3px;
	margin: 0;
	height: 68px;
	border-radius: 4px;
	border: 3px solid transparent;
}

#message03 .swiper-slide:hover {
	border-color: rgb(99, 102, 241);
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(0 0 0 / 28%) 0px 10px 15px -3px,
		rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.swiper-slide > div {
	margin-top: -3px;
}

#mobile-logo-container img,
#logo-container img {
	object-fit: contain;
	min-width: 134px;
	height: 70px;
}

#mobile-logo-container img {
	padding: 0;
}

#logo-container img {
	padding: 0 20px;
}

.transition-05s {
	transition: all 0.5s;
}

.transition-03s {
	transition: all 0.3s;
}

.special-text-header {
	box-sizing: border-box;
	padding: 0 27.9px !important;
	height: 43.2px;
	cursor: pointer;
	text-align: center;
	line-height: 43.2px;
	border-radius: 12px;
	border: 1px solid #fff;
	font-size: 12.6px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.8px;
	background: transparent;
	color: #fff;
}

.special-text-header.special {
	background: #fff;
	color: #4731d2;
}

@media (max-width: 1440px) {
	.sample-report-mask {
		width: 100vw;
	}

	#banner-01 {
		left: 49%;
	}

	#banner .inner,
	#menu-header .inner {
		width: 1150px;
	}
}

@media (min-width: 1441px) {
	.sample-report-mask {
		width: 1440px;
	}

	#banner-01 {
		left: 59%;
	}

	#banner .inner,
	#menu-header .inner {
		width: 1350px;
	}
}

.media-items {
	box-shadow: 0px 0px 8px 0px #c6c0f0;
}
