@charset "UTF-8";

/* campaign-section-wrap */
.campaign-section-wrap {
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
}

@media screen and (max-width: 800px) {
	.campaign-section-wrap {
		min-width: auto;
	}
}

/* campaign-section-inner */
.campaign-section-inner {
	width: 1060px;
	margin: 0 auto;
	padding: 60px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 800px) {
	.campaign-section-inner {
		width: 100%;
		padding: 40px 10px;
	}
}

.campaign-section-inner .title-wrap {
	margin-bottom: 50px;
	color: #000;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.campaign-section-inner .title-wrap {
		margin-bottom: 30px;
	}
}

.section-sns .campaign-section-inner .title-wrap {
	margin-bottom: 70px;
}

@media screen and (max-width: 800px) {
	.section-sns .campaign-section-inner .title-wrap {
		margin-bottom: 60px;
	}
}

.campaign-section-inner .title-wrap .sub-title {
	position: relative;
	margin-bottom: 20px;
	font-size: 52px;
	font-weight: 900;
}

@media screen and (max-width: 800px) {
	.campaign-section-inner .title-wrap .sub-title {
		z-index: 2;
		margin-bottom: 10px;
		font-size: 30px;
	}
}

@media screen and (max-width: 360px) {
	.campaign-section-inner .title-wrap .sub-title {
		font-size: 28px;
	}
}

.campaign-section-inner .title-wrap h2 {
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.campaign-section-inner .title-wrap h2 {
		font-size: 13px;
	}
}

/* section-mv */
.section-mv {
	position: relative;
	z-index: 2;
	background: linear-gradient(#fff567 0%, #b6ecf5 100%);
}
.section-mv .campaign-section-inner {
	padding-top: 40px;
	padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-section-inner {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.section-mv .campaign-mv {
	margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-mv {
		margin-bottom: 20px;
	}
}

.section-mv .campaign-mv h2 {
	position: relative;
	color: #000;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-mv h2 {
		font-size: 12px;
	}
}

.section-mv .campaign-mv h2::before {
	position: absolute;
	left: 80px;
	width: 180px;
	height: 180px;
	background-image: url(/campaign/rurubu50th/img/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-mv h2::before {
		top: -1vh;
		left: calc(50% - 210px);
		width: 90px;
		height: 90px;
	}
}

@media screen and (max-width: 440px) {
	.section-mv .campaign-mv h2::before {
		top: 0;
		left: calc(50% - 170px);
		width: 73px;
		height: 73px;
	}
}

@media screen and (max-width: 350px) {
	.section-mv .campaign-mv h2::before {
		top: 10px;
		left: 0;
		width: 60px;
		height: 60px;
	}
}

.section-mv .campaign-mv h2 span {
	display: block;
	line-height: 1;
}
.section-mv .campaign-mv h2 .sub-title {
	margin-bottom: 10px;
	font-size: 52px;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-mv h2 .sub-title {
		margin-bottom: 4px;
		font-size: 22px;
	}
}

.section-mv .campaign-mv h2 .main-title {
	margin-bottom: 10px;
	font-size: 84px;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-mv h2 .main-title {
		margin-bottom: 4px;
		font-size: 31px;
	}
}

.section-mv .campaign-mv h2 .red {
	color: #e60012;
}
.section-mv .campaign-slider-wrap {
	margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-slider-wrap {
		margin: 0;
	}
}

.section-mv .campaign-slider-wrap .slick-dotted.slick-slider {
	margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-slider-wrap .slick-dotted.slick-slider {
		margin-bottom: 50px;
	}
}

.section-mv .campaign-slider {
	width: 765px;
	height: 400px;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-slider {
		width: 80%;
		height: auto;
	}
}

@media screen and (max-width: 360px) {
	.section-mv .campaign-slider {
		width: 100%;
		height: auto;
	}
}

.section-mv .campaign-slider .slick-list {
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 0 3px 6px rgba(0 0 0 / 16%);
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-slider .slick-list {
		margin-bottom: 10px;
	}
}

.section-mv .campaign-slider .slide-arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-slider .slide-arrow {
		top: 40%;
	}
}

.section-mv .campaign-slider .slide-arrow.prev-arrow {
	left: -50px;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-slider .slide-arrow.prev-arrow {
		left: -30px;
	}
}

@media screen and (max-width: 360px) {
	.section-mv .campaign-slider .slide-arrow.prev-arrow {
		display: none !important;
	}
}

.section-mv .campaign-slider .slide-arrow.next-arrow {
	right: -50px;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-slider .slide-arrow.next-arrow {
		right: -30px;
	}
}

@media screen and (max-width: 360px) {
	.section-mv .campaign-slider .slide-arrow.next-arrow {
		display: none !important;
	}
}

.section-mv .campaign-slider img {
	width: 100%;
}
.section-mv .campaign-slider .slider-dots {
	text-align: center;
}
.section-mv .campaign-slider .slider-dots li {
	display: inline-block;
	margin: 0 15px;
}
.section-mv .campaign-slider .slider-dots li button {
	position: relative;
	border: none;
	background: none;
	text-indent: -9999px;
	cursor: pointer;
}
.section-mv .campaign-slider .slider-dots li button::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	content: '';
}
.section-mv .campaign-slider .slider-dots li.slick-active button::before {
	top: 0;
	width: 18px;
	height: 18px;
	border-radius: 9px;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-slider .slider-dots li.slick-active button::before {
		width: 16px;
		height: 16px;
		border-radius: 8px;
	}
}

.section-mv .campaign-navi-wrap {
	position: absolute;
	left: 50%;
	width: 1070px;
	height: 50px;
	margin: 0 auto;
	padding: 2px;
	border-radius: 27px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
	background: linear-gradient(.25turn, #e60012 0%, #f8e812 50.74%, #0059c3 100%);
	transform: translate(-50%, 0);
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-navi-wrap {
		width: 320px;
		height: 86px;
		border-radius: 16px;
		transform: translate(-50%, -30%);
	}
}

.section-mv .campaign-navi-wrap ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 27px;
	background: #fff;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-navi-wrap ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 10px 10px 0;
		border-radius: 16px;
		box-sizing: border-box;
	}
}

.section-mv .campaign-navi-wrap li {
	position: relative;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 900;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-navi-wrap li {
		margin: 0 0 10px;
		font-size: 12px;
	}
}

.section-mv .campaign-navi-wrap li:first-of-type {
	margin-left: 0;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-navi-wrap li:nth-child(odd) {
		width: 54%;
	}
	.section-mv .campaign-navi-wrap li:nth-child(even) {
		width: 46%;
	}
}

.section-mv .campaign-navi-wrap li::before {
	position: absolute;
	top: 5px;
	width: 14px;
	height: 8px;
	background: url(/campaign/rurubu50th/img/icon_nav.svg) no-repeat;
	background-size: cover;
	content: '';
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-navi-wrap li::before {
		top: 2px;
	}
}

.section-mv .campaign-navi-wrap li a {
	margin-left: 16px;
}
.section-mv .campaign-navi-wrap li a:hover {
	color: #e60012;
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	.section-mv .campaign-navi-wrap li a:hover {
		color: #000;
	}
}

/* section-present */
.section-present .campaign-section-inner {
	padding: 60px 0 40px;
}

@media screen and (max-width: 800px) {
	.section-present .campaign-section-inner {
		padding: 70px 10px 10px;
	}
}

.section-present .present-list-wrap ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
	.section-present .present-list-wrap ul {
		justify-content: space-between;
	}
}

.section-present .present-list-wrap ul::after {
	position: absolute;
	right: 30px;
	bottom: 120px;
	width: 252px;
	height: 152px;
	background: url(/campaign/rurubu50th/img/bg_section_campaign.png) no-repeat;
	content: '';
}

@media screen and (max-width: 800px) {
	.section-present .present-list-wrap ul::after {
		right: 20px;
		bottom: 110px;
		width: 134px;
		height: 81px;
		background-size: contain;
	}
	.section-present .present-list-wrap.is-nodata ul::after {
		content: none;
	}
}

.section-present .present-list-wrap li {
	z-index: 2;
	margin-right: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
	.section-present .present-list-wrap li {
		width: 48%;
		height: auto;
		margin-bottom: 30px;
	}
}

.section-present .present-list-wrap li:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 800px) {
	.section-present .present-list-wrap li:nth-child(even) {
		margin-right: 0;
		margin-left: 5px;
	}
	.section-present .present-list-wrap li:nth-child(odd) {
		margin-right: 5px;
		margin-left: 0;
	}
}

@media screen and (max-width: 800px) {
	.section-present .present-list-wrap li.is-end {
		display: none;
	}
}

.section-present .present-list-wrap li.is-hide {
	display: none;
}
.section-present .present-list-wrap li.is-show {
	display: block;
}
.section-present .present-list-wrap li .thumbnail {
	display: block;
	overflow: hidden;
	position: relative;
	width: 340px;
	height: 260px;
	margin: 0 auto 20px;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0 0 0 / 16%);
}

@media screen and (max-width: 800px) {
	.section-present .present-list-wrap li .thumbnail {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}
}

.section-present .present-list-wrap li .thumbnail:hover {
	text-decoration: none;
}
.section-present .present-list-wrap li.is-new .thumbnail::before,
.section-present .present-list-wrap li.is-end .thumbnail::before {
	position: absolute;
	top: -28px;
	left: -28px;
	z-index: 1;
	width: 110px;
	height: 110px;
	content: '';
}

@media screen and (max-width: 800px) {
	.section-present .present-list-wrap li.is-new .thumbnail::before,
	.section-present .present-list-wrap li.is-end .thumbnail::before {
		top: -14px;
		left: -14px;
		width: 55px;
		height: 55px;
	}
}

.section-present .present-list-wrap li.is-new .thumbnail::before {
	background: url(/campaign/rurubu50th/img/icon_new.svg) no-repeat;
	background-size: cover;
}
.section-present .present-list-wrap li.is-end .thumbnail::before {
	background: url(/campaign/rurubu50th/img/icon_end.svg) no-repeat;
	background-size: cover;
}
.section-present .present-list-wrap li .thumbnail img {
	width: 100%;
	height: 100%;
}
.section-present .present-list-wrap li .lead-text {
	max-width: 340px;
	color: #141414;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.section-present .present-list-wrap li .lead-text {
		margin-bottom: 0;
	}
}

.section-present .present-list-wrap .more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 330px;
	height: 50px;
	margin: 0 auto;
	border: 2px solid #707070;
	border-radius: 25px;
	background: #fff;
	transition: all .2s ease;
	color: #333;
	font-size: 16px;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
	.section-present .present-list-wrap .more-btn {
		display: none;
		width: 100%;
		max-width: 330px;
	}
}

.section-present .present-list-wrap .more-btn.is-hide {
	display: none;
}
.section-present .present-list-wrap .more-btn:hover {
	background: #707070;
	color: #fff;
}

@media screen and (max-width: 800px) {
	.section-present .present-list-wrap .more-btn:hover {
		background: #fff;
		color: #333;
	}
}

/* section-special-contents */
.section-special-contents {
	background: linear-gradient(rgba(255 245 103 / 70%) 0%, #f48891 100%);
}
.section-special-contents .special-contents-list-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 950px;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
	.section-special-contents .special-contents-list-wrap ul {
		width: 100%;
	}
}

.section-special-contents .special-contents-list-wrap li {
	position: relative;
	width: 456px;
	height: auto;
	margin-bottom: 43px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 3px 6px rgba(0 0 0 / 16%);
	background: #fff;
}

@media screen and (max-width: 800px) {
	.section-special-contents .special-contents-list-wrap li {
		width: 48%;
		height: auto;
		margin-bottom: 26px;
	}
}

.section-special-contents .special-contents-list-wrap li:nth-child(odd) {
	margin-right: 30px;
}
.section-special-contents .special-contents-list-wrap li:nth-child(3),
.section-special-contents .special-contents-list-wrap li:nth-child(4) {
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	.section-special-contents .special-contents-list-wrap li:nth-child(odd) {
		margin-right: 10px;
	}
	.section-special-contents .special-contents-list-wrap li:nth-child(3),
	.section-special-contents .special-contents-list-wrap li:nth-child(4) {
		margin-bottom: 0;
	}
}

.section-special-contents .special-contents-list-wrap li::before {
	position: absolute;
	top: -8px;
	width: 100%;
	height: 8px;
	content: '';
}

@media screen and (max-width: 800px) {
	.section-special-contents .special-contents-list-wrap li::before {
		top: -6px;
		height: 6px;
	}
}

.section-special-contents .special-contents-list-wrap li:nth-child(1)::before {
	background-color: #76daee;
}
.section-special-contents .special-contents-list-wrap li:nth-child(2)::before {
	background-color: #f48991;
}
.section-special-contents .special-contents-list-wrap li:nth-child(3)::before {
	background-color: #8ecc9a;
}
.section-special-contents .special-contents-list-wrap li:nth-child(4)::before {
	background-color: #e3cc8a;
}
.section-special-contents .special-contents-list-wrap li .special-contents-item {
	display: block;
	position: relative;
	padding: 14px;
}

@media screen and (max-width: 800px) {
	.section-special-contents .special-contents-list-wrap li .special-contents-item {
		padding: 8px 6px 10px;
	}
}

.section-special-contents .special-contents-list-wrap li .special-contents-item.is-new::before {
	position: absolute;
}
.section-special-contents .special-contents-list-wrap li .special-contents-item.is-end::before {
	position: absolute;
}
.section-special-contents .special-contents-list-wrap li a:hover {
	text-decoration: none;
}
.section-special-contents .special-contents-list-wrap li .special-contents-item img {
	width: 100%;
}
.section-special-contents .special-contents-list-wrap li h3 {
	margin-bottom: 20px;
	color: #2e2e2e;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.section-special-contents .special-contents-list-wrap li h3 {
		margin-bottom: 10px;
		font-size: 15px;
	}
}

.section-special-contents .special-contents-list-wrap li .thumbnail {
	overflow: hidden;
	position: relative;
	width: 428px;
	height: 240px;
	margin-bottom: 20px;
	background-color: #e3e3e3;
}

@media screen and (max-width: 800px) {
	.section-special-contents .special-contents-list-wrap li .thumbnail {
		width: 100%;
		max-width: 300px;
		height: 100%;
		max-height: 168px;
		margin: 0 auto 10px;
	}
}

.section-special-contents .special-contents-list-wrap li.is-end .thumbnail::before {
	position: absolute;
	top: -28px;
	left: -28px;
	z-index: 1;
	width: 110px;
	height: 110px;
	background: url(/campaign/rurubu50th/img/icon_end.svg) no-repeat;
	background-size: cover;
	content: '';
}

@media screen and (max-width: 800px) {
	.section-special-contents .special-contents-list-wrap li.is-end .thumbnail::before {
		top: -14px;
		left: -14px;
		width: 55px;
		height: 55px;
	}
}

.section-special-contents .special-contents-list-wrap li .lead-text {
	margin-bottom: 20px;
	color: #141414;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.section-special-contents .special-contents-list-wrap li .lead-text {
		margin-bottom: 0;
		font-size: 13px;
	}
}

/* section-info */
.section-info .campaign-section-inner {
	padding: 0;
}
.section-info .title-wrap h2 {
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	.section-info .info-list-wrap {
		padding: 0 10px;
	}
}

.section-info .info-list-wrap ul {
	overflow-y: scroll;
	width: 790px;
	height: 110px;
	margin: 0 auto;
	padding: 20px;
	background-color: #f3f3f3;
}

@media screen and (max-width: 800px) {
	.section-info .info-list-wrap ul {
		width: 100%;
		height: 200px;
		padding: 10px;
		box-sizing: border-box;
	}
}

.section-info .info-list-wrap li {
	margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
	.section-info .info-list-wrap li {
		margin-bottom: 10px;
	}
}

.section-info .info-list-wrap li:last-of-type {
	margin-bottom: 0;
}
.section-info .info-list-wrap li a {
	color: #0059c3;
}
.section-info .info-list-wrap li .info-item {
	display: inline-flex;
	line-height: 1.4;
}

@media screen and (max-width: 800px) {
	.section-info .info-list-wrap li .info-item {
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
	}
}

.section-info .info-list-wrap li .date {
	margin-right: 20px;
}

@media screen and (max-width: 800px) {
	.section-info .info-list-wrap li .date {
		width: 100%;
		margin-right: 0;
	}
}

/* section-special-movie */
.section-special-movie {
	background-color: #b9ecef;
}
.section-special-movie .title-wrap {
	position: relative;
}
.section-special-movie .title-wrap::before {
	position: absolute;
	top: -30px;
	left: 0;
	width: 252px;
	height: 152px;
	background: url(/campaign/rurubu50th/img/bg_section_movie.png) no-repeat;
	content: '';
}

@media screen and (max-width: 800px) {
	.section-special-movie .title-wrap::before {
		top: -20px;
		left: 0;
		width: 126px;
		height: 76px;
		background-size: cover;
	}
}

.section-special-movie .special-video-wrap {
	position: relative;
	width: 938px;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
	.section-special-movie .special-video-wrap {
		width: 100%;
	}
}

.section-special-movie .special-video {
	position: relative;
	width: 100%;
	margin: 0 auto 20px;
	padding-top: 56.25%;
}
.section-special-movie .special-video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* section-history */
.section-history {
	background-color: #fdfde1;
}
.section-history .campaign-section-inner {
	padding: 60px 0 270px;
	background-image: url(/campaign/rurubu50th/img/bg_history_pc.png);
	background-repeat: no-repeat;
	background-position-y: 240px;
	background-size: contain;
}

@media screen and (max-width: 800px) {
	.section-history .campaign-section-inner {
		padding: 40px 0 220px;
		background-image: url(/campaign/rurubu50th/img/bg_history_sp.png);
		background-position-y: 210px;
		background-size: contain;
	}
}

.section-history .title-wrap {
	position: relative;
}
.section-history .title-wrap::after {
	position: absolute;
	top: -40px;
	right: 0;
	width: 252px;
	height: 152px;
	background: url(/campaign/rurubu50th/img/bg_section_history.png) no-repeat;
	content: '';
}

@media screen and (max-width: 800px) {
	.section-history .title-wrap::after {
		top: -20px;
		right: 0;
		width: 126px;
		height: 76px;
		background-size: cover;
	}
}

.section-history .title-wrap h2 {
	margin-bottom: 0;
}
.section-history .history-more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 330px;
	height: 50px;
	margin: 0 auto;
	border: 4px solid #333;
	border-radius: 40px;
	background: #fff;
	transition: all .2s ease;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
	.section-history .history-more-btn {
		width: 100%;
		max-width: 330px;
		height: 40px;
	}
}

.section-history .history-more-btn:hover {
	background: #e60012;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	.section-history .history-more-btn:hover {
		background: #fff;
		color: #333;
	}
}

/* section-message */
.section-message .delimiter-line {
	display: flex;
	justify-content: center;
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
	.section-message .delimiter-line {
		width: 100%;
	}
}

.section-message .delimiter-line:first-of-type {
	margin-bottom: 30px;
}
.section-message .delimiter-line:last-of-type {
	margin-top: 30px;
}
.section-message .delimiter-line span {
	display: block;
	width: 100%;
	max-width: 154px;
	height: 8px;
	margin-left: 12px;
}

@media screen and (max-width: 800px) {
	.section-message .delimiter-line span {
		height: 4px;
	}
}

.section-message .delimiter-line span:first-of-type {
	margin-left: 0;
}
.section-message .delimiter-line span:nth-child(1) {
	background-color: #f48891;
}
.section-message .delimiter-line span:nth-child(2) {
	background-color: #e3cd8f;
}
.section-message .delimiter-line span:nth-child(3) {
	background-color: #8fcb9c;
}
.section-message .delimiter-line span:nth-child(4) {
	background-color: #e687c9;
}
.section-message .delimiter-line span:nth-child(5) {
	background-color: #78d8ec;
}
.section-message .delimiter-line span:nth-child(6) {
	background-color: #f8b18e;
}
.section-message .title-wrap h2 {
	margin-bottom: 0;
}
.section-message .message-wrap {
	color: #333;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.section-message .message-wrap {
		font-size: 13px;
		line-height: 1.6;
	}
}

/* section-inquiry */
.section-inquiry .inquery-lead {
	margin-bottom: 30px;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.section-inquiry .inquery-lead {
		margin-bottom: 20px;
		font-size: 16px;
	}
}

.section-inquiry .inquery-detail ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 18px;
	line-height: 2;
}

@media screen and (max-width: 800px) {
	.section-inquiry .inquery-detail ul {
		font-size: 16px;
		line-height: 1.4;
	}
}

.section-inquiry .inquery-detail li {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.section-inquiry .inquery-detail li {
		width: 100%;
	}
}
