@charset "UTF-8";
/* home css */

p.c-button {
	margin-top: 60px;
}
.c-button {
	max-width: 400px;
}
@media only screen and (min-width: 1025px) {
}
@media only screen and (max-width: 1024px) {
	p.c-button {
		margin-top: 24px;
	}
}



/* l-floating-mypage
--------------------------------------- */

.l-floating-mypage .c-box-mypage__title {
	margin-top: 0;
}
@media only screen and (min-width: 769px) {
	.l-floating-mypage {
		position: absolute;
		/*top: 45%;*/
		top: 160px;
		right: 0;
		transform: translateY(-50%);
		z-index: 2;
	}
	.l-floating-mypage .c-button-open {
		background-color: #FCBF38;
		border-radius: 9px 0 0 9px;
		line-height: 89px;
		cursor: pointer;
		text-align: center;
		position: relative;
		top: 0;
		right: -89px;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		width: 89px;
	}
	.l-floating-mypage .c-button-open:hover {
		opacity: 0.8;
	}
	.l-floating-mypage.is-hidden .c-button-open {
		right: 0;
	}
	.l-floating-mypage .c-button-open img {
		vertical-align: middle;
	}
	.l-floating-mypage .c-box-mypage {
		background: rgba(255,255,255,0.6);
		border-radius: 10px 0 0 10px;
		padding: 45px 32px 32px;
		position: absolute;
		top: 50%;
		right: 0;
		width: 347px;
		transform: translateY(-50%);
		text-align: center;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		/*margin-top: 110px;
		margin-top: 30px;*/
		margin-top: 20px;
	}
	.l-floating-mypage.is-hidden .c-box-mypage {
		right: -347px;
	}
	.l-floating-mypage .c-box-mypage .c-box-mypage__inner {
		border: none;
		padding: 0;
	}
	.l-floating-mypage .c-button-close {
		background-image: url(/common/images/btn_close02.svg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
		cursor: pointer;
		color: transparent;
		font-size: 0;
		position: absolute;
		top: 20px;
		height: 24px;
		right: 16px;
		width: 20px;
	}

	/* covid19 */
	.l-mainvisual.covid19 {
		max-width: inherit;
	}
	.l-mainvisual.covid19 .l-floating-mypage .c-box-mypage {
		border: 1px solid #7D8287;
		border-radius: 4px;
		margin-top: 25px;
		padding: 45px 32px 32px;
		position: absolute;
		top: 50%;
		right: 0;
		width: 347px;
		transform: translateY(-50%);
		text-align: center;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	.l-mainvisual.covid19 .l-floating-mypage.is-hidden .c-box-mypage {
		right: -347px;
	}
}
@media only screen and (max-width: 768px) {
	.l-floating-mypage {
		top: 20%;
	}
	.l-floating-mypage .c-button-open,
	.l-floating-mypage .c-button-close {
		display: none;
	}
}



/* l-floating-koujo
--------------------------------------- */
.l-floating-koujo .c-box-koujo {
	background: #FCBF38;
	border-radius: 7px;
	padding: 20px 16px;
	overflow: hidden;
	text-align: center;
}
/*
.l-floating-koujo .c-box-koujo__inner a {
	background-color: #FCBF38;
	display: block;
	padding: 30px;
	text-align: center;
	text-decoration: none !important;
}
.l-floating-koujo .c-box-koujo__inner a span {
	padding-left: 28px;
	position: relative;
}
.l-floating-koujo .c-box-koujo__inner a span:before {
	background-image: url(/common/images/icon_arrow01.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 18px;
	position: absolute;
	left: 0;
	top: -1px;
	width: 18px;
}
*/
.l-floating-koujo .c-box-koujo .text-head {
	margin: 0;
}
.l-floating-koujo .c-box-koujo .list-link {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.l-floating-koujo .c-box-koujo .list-link > li {
	/*width: 47%;*/
	width: 100%;
}
.l-floating-koujo .c-box-koujo .list-link > li a {
	background: #fff;
	border: 1px solid #C4C4C4;
	border-radius: 100px;
	color: #444;
	display: block;
	line-height: 44px;
	letter-spacing: 0;
	position: relative;
	text-decoration: none;
}
.l-floating-koujo .c-box-koujo .list-link > li a:after {
	background-image: url(/common/images/icon_arrow03.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 18px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}
@media only screen and (min-width: 769px) {
	.l-floating-koujo {
		/*
		position: absolute;
		bottom: 35px;
		right: 5px;
		position: fixed;
		top: 600px;
		*/
		opacity: 1 !important;
		position: absolute;
		top: 325px;
		right: 0;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		width: 347px;
		z-index: 3;
	}
	.l-floating-koujo.is-fixed {
		display: none;
		position: fixed;
		top: inherit !inherit;
		bottom: 250px;
	}
	.l-floating-koujo.is-hidden {
		right: -350px;
	}
	.l-floating-koujo .c-button-close {
		background-image: url(/common/images/btn_close.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
		cursor: pointer;
		color: transparent;
		font-size: 0;
		position: absolute;
		top: 10px;
		height: 12px;
		right: 10px;
		width: 12px;
		z-index: 3;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
}
@media only screen and (min-width: 769px) and (max-height: 650px) {
	.l-floating-mypage .c-box-mypage {
		margin-top: 4vh;
	}
	.l-floating-koujo.is-fixed {
		bottom: 120px;
	}
}
@media only screen and (min-width: 769px) and (max-height: 600px) {
	.l-floating-mypage .c-box-mypage {
		margin-top: -3vh;
	}
	.l-floating-koujo:not(.is-fixed) {
		top: 280px;
	}
}
@media only screen and (max-width: 768px) {
	.l-floating-koujo {
		margin: 15px 15px 0;
	}
	.l-floating-koujo .c-button-close {
		display: none !important;
	}
}



/* l-mainvisual
--------------------------------------- */

.l-mainvisual {
	background: #F5F1E9 url(/images/kv_movie_thumb.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
.l-mainvisual__inner {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	position: relative;
}
.l-mainvisual__movie video {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.l-mainvisual__catch {
	margin-top: 20px;
	margin-right: 150px;
	text-align: right;
}
.l-mainvisual__catch img {
	width: 400px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.l-mainvisual__catch {
		margin-right: 10px;
	}
}

@media only screen and (min-width: 769px) {
	.l-mainvisual__slider {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.l-mainvisual {
		background: none;
		height: auto;
	}

	.l-mainvisual__movie {
		/*height: 280px;
		position: relative;*/
		display: none;
	}

	/*
	.l-mainvisual__movie video {
		height: 100%;
	}
	*/

	.l-mainvisual__slider {
		background: #F5F1E9;
	}
	.l-mainvisual__slider .slider_fade {
		overflow: hidden;
		padding-top: 44.266vw;
    position: relative;
	}
	.l-mainvisual__slider .slider_fade > li {
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		list-style: none;
		animation: anime_slider_fade 20s 0s infinite;
		/*visibility: hidden;*/
		opacity: 0;
		width: 100%;
	}
	.l-mainvisual__slider .slider_fade > li:nth-of-type(2) {
		animation-delay: 4s;
	}
	.l-mainvisual__slider .slider_fade > li:nth-of-type(3) {
		animation-delay: 8s;
	}
	.l-mainvisual__slider .slider_fade > li:nth-of-type(4) {
		animation-delay: 12s;
	}
	.l-mainvisual__slider .slider_fade > li:nth-of-type(5) {
		animation-delay: 16s;
	}
	.l-mainvisual__slider .slider_fade > li img {
		display: block;
    height: 100%;
    object-fit: cover;
		width: 100%;
	}

	@keyframes anime_slider_fade {
		0% {
			/*visibility: visible;*/
			opacity: 0;
		}
		25% {
			opacity: 1;
		}
		50% {
			opacity: 1;
		}
		75% {
			opacity: 0;
			transform: scale(1.1);
		}
		100% {
			opacity: 0;
		}
	}

	.l-mainvisual__inner {
		height: auto;
		position: absolute;
		top: 0;
		right: 0;
	}

	.l-mainvisual .c-box-mypage {
		margin-top: 0;
		padding: 15px;
	}

	.l-mainvisual__catch {
		margin-left: auto;
		margin-top: 10px;
		margin-right: 10px;
		max-width: 48.533vw;
	}
	.l-mainvisual__catch img {
		width: 100%;
	}
}



/* l-mainvisual__slider_emergency
--------------------------------------- */

.l-mainvisual.emergency {
	background: #F5F1E9;
}
.l-mainvisual__slider_emergency {
	overflow: hidden;
	margin: 0 auto;
	height: 500px;
}
.l-mainvisual__slider_emergency .slider-controls {
	background: rgba(255,255,255,0.6);
	border-radius: 44px;
	display: table;
	margin: 0 auto;
	padding: 6px 12px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 1;
}
.l-mainvisual.emergency .l-mainvisual__catch {
	margin-top: 70px;
	margin-right: 0;
	text-align: left;
}
.l-mainvisual.emergency .slider-controls .slick-dots {
	margin-top: 1px !important;
	float: left;
}
.l-mainvisual.emergency .slider-controls #tglBtn3  {
	float: right;
}
@media only screen and (min-width: 769px) {
	.l-mainvisual__slider_emergency {
		position: absolute;
		left: 0;
		right: 0;
	}
}
@media only screen and (max-width: 768px) {
	.l-mainvisual__slider_emergency {
		height: 44.266vw;
	}
	.l-mainvisual__slider_emergency .slider-controls {
		border-radius: 4px 0 0 0;
		margin: 0;
		padding: 4px 15px;
		position: absolute;
		bottom: 0;
		left: initial;
		right: 0;
	}
	.l-mainvisual.emergency .l-mainvisual__inner {
		left: 0;
		right: initial;
	}
	.l-mainvisual.emergency .l-mainvisual__catch {
		margin-top: 1.66vw;
		margin-left: 1.66vw;
		max-width: 48.533vw;
	}
	.l-mainvisual.emergency .slider-controls .slick-dots {
		margin-top: 0 !important;
	}
}





/* l-mainvisual__faq */
.l-mainvisual__faq a {
	background-color: #fff;
	border-top: 25px solid #0071be;
	border-bottom: 25px solid #0071be;
	display: block;
	position: related;
}
.l-mainvisual__faq .tx-lead {
	color: #0071be;
	display: table;
	font-size: 2.4rem;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}
.l-mainvisual__faq .tx-lead:after {
	background-image: url(/images/main_faq_arrow.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	content: "";
	height: 31px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 286px;
}
.l-mainvisual__faq .tx-lead .c-icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	width: 70px;
}

@media only screen and (min-width: 769px) {
	.l-mainvisual__faq a {
		height: 505px;
	}
	.l-mainvisual__faq .tx-lead {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 800px;
	}
	.l-mainvisual__faq a:hover .tx-lead {
		text-decoration: underline;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1450px) {
	.l-mainvisual__faq .tx-lead {
		max-width: calc(100% - 400px);
		left: 40%;
		width: inherit;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.l-mainvisual__faq .tx-lead {
		font-size: 2.2rem;
		left: 35%;
		padding-bottom: 45px;
	}
	.l-mainvisual__faq .tx-lead:after {
		width: 250px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.l-mainvisual__faq .tx-lead {
		font-size: 1.9rem;
		left: 5%;
		transform: translate(0%,-50%);
		max-width: calc(100% - 400px);
		width: inherit;
		padding-bottom: 40px;
	}
	.l-mainvisual__faq .tx-lead:after {
		width: 215px;
	}
	.l-mainvisual__faq .tx-lead br.tablet {
		display: block !important;
	}
}

@media only screen and (max-width: 768px) {
	.l-mainvisual__faq a {
		border-top-width: 15px;
		border-bottom-width: 15px;
		padding: 30px 24px;
	}
	.l-mainvisual__faq .tx-lead {
		font-size: 1.6rem;
		padding-bottom: 25px;
		position: relative;
	}
	.l-mainvisual__faq .tx-lead:after {
		height: 12px;
		left: inherit;
		right: 0;
		width: 91px;
	}
	.l-mainvisual__faq .tx-lead .c-icon {
		margin-bottom: 15px;
		width: 45px;
	}
}



/* l-contents-slider
--------------------------------------- */
.l-contents-slider {
	margin: 40px auto 0;
	max-width: 1100px;
}
.l-contents-slider .l-contents-slider__item {
	overflow: hidden;
	margin-right: 25px;
	width: 350px;
}
.l-contents-slider .l-contents-slider__item a {
	display: block;
	text-decoration: none;
}
.l-contents-slider .l-contents-slider__item .c-item-title {
	background-color: #0071BE;
	color: #fff;
	height: 70px;
	margin-top: 0 !important;
	text-align: center;
}
.l-contents-slider .l-contents-slider__item .c-item-title > p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	height: 100%;
}

.slider-controls {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
}
.slider-controls .slick-dots {
	margin-top: 0 !important;
	width: auto;
}
.slider-controls #tglBtn,
.slider-controls #tglBtn2,
.slider-controls #tglBtn3 {
	margin-left: 12px;
}
.slider-controls #tglBtn > span,
.slider-controls #tglBtn2 > span,
.slider-controls #tglBtn3 > span {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
}
.slider-controls #tglBtn > #stopBtn,
.slider-controls #tglBtn2 > #stopBtn2,
.slider-controls #tglBtn3 > #stopBtn3 {
	background-image: url(/images/btn_stop.svg);
}
.slider-controls #tglBtn > #startBtn,
.slider-controls #tglBtn2 > #startBtn2,
.slider-controls #tglBtn3 > #startBtn3 {
	background-image: url(/images/btn_play.svg);
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.l-contents-slider {
		margin-left: 15px;
		margin-right: 15px;
	}
	.l-contents-slider .l-contents-slider__item {
		margin: 0 15px;
		width: 240px;
	}
}

@media only screen and (max-width: 768px) {
	.l-contents-slider {
		width: auto;
	}
	.l-contents-slider .l-contents-slider__item {
		margin: 0 15px;
		width: 285px;
	}
	.l-contents-slider .l-contents-slider__item .c-item-title {
		line-height: 1.2;
	}
	.slider-controls #tglBtn3 > span {
		height: 25px;
		line-height: 25px;
		width: 25px;
	}
}


/* l-important
--------------------------------------- */
.l-important {
	border: 1px solid #b7b7b7;
	margin: 60px auto 0;
	max-width: 1100px;
	padding: 24px;
}
.l-important--border-red {
	border-color: #BC1416 !important;
}
.l-important .l-important__title + * {
	margin-top: 20px;
}
.l-important .c-list--disc a {
	color: #0060A2;
	text-decoration: underline;
}
.l-important .c-txt-link {
	margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
	.l-important {
		margin-top: 40px;
	}
	.l-important {
		margin-left: 15px;
		margin-right: 15px;
		padding: 16px;
	}
}


.l-section .l-section__inner {
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	max-width: 1100px;
}
.l-section .l-section__title {
	font-size: 2.2rem;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
}
.l-section .l-section__title i {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	width: 30px;
}
.l-section .l-section__title + * {
	margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
	.l-section .l-section__inner {
		padding: 40px 15px;
	}
	.l-section .l-section__title {
		letter-spacing: 1px;
	}
	.l-section .l-section__title + * {
		margin-top: 20px;
	}
}

.l-contents__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 16px;
}
.l-contents__list li {
	height: 200px;
}
.l-contents__list li a {
	background-color: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	line-height: 1.4;
	position: relative;
	text-decoration: none;
}
.l-contents__list li a:after {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	position: absolute;
}
/*
.l-contents__list[data-column="1"] li {
	margin-top: 16px;
	width: 100%;
}
.l-contents__list[data-column="1"] li a {
	min-height: 65px;
	padding: 12px 40px 12px 70px;
}
.l-contents__list[data-column="1"] li a .c-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}
*/
.l-contents__list[data-column="3"] li {
	margin-left: 2.75%;
	width: 31.5%;
}
.l-contents__list[data-column="3"] li:first-child {
	margin-left: 0;
}
.l-contents__list[data-column="3"] li a {
	justify-content: center;
	letter-spacing: 0;
	padding-top: 32px;
	padding-bottom: 55px;
	text-align: center;
}
.l-contents__list[data-column="3"] li a .c-icon {
	margin-bottom: 10px;
	width: 100%;
}
.l-contents__list[data-column="3"] li a:after {
	background-image: url(/common/images/icon_arrow03.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	height: 18px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: inherit;
	bottom: 23px;
	width: 18px;
}
.l-contents__list[data-column="3"] li a[target="_blank"]:after {
	background-image: url(/common/images/icon_blank01.svg);
}
.l-contents__list[data-column="3"] li a.popup_iframe:after {
	background-image: url(/common/images/icon_popup.svg);
	transform: none !important;
}
@media only screen and (max-width: 1024px) {
	.l-contents__list[data-column="3"] li {
		height: auto;
	}
	.l-contents__list[data-column="3"] li a {
		font-size: 1.1rem;
		line-height: 1.5;
		letter-spacing: 0;
		padding-top: 12px;
		padding-bottom: 40px;
	}
	.l-contents__list[data-column="3"] li a:after {
		bottom: 12px;
	}
}


/* contract
--------------------------------------- */
.l-section--contract {
	background-image: url(/common/images/bg01.png);
	background-repeat: repeat;
	background-position: center top;
	margin-top: 60px;
}
.l-contract__contents > .l-contract__item h3 {
	font-size: 1.8rem;
	text-align: center;
}
.l-section__content .c-btn-link01 {
	margin-top: 60px;
}
.l-section__content .c-list-link {
	margin-top: 25px;
}
@media only screen and (min-width: 1025px) {
	.l-contract__contents {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	.l-contract__contents > .l-contract__item {
		width: 46.7%;
	}
}
@media only screen and (max-width: 1024px) {
	.l-section--contract {
		background-image: url(/common/images/sp_bg01.png);
		margin-top: 40px;
	}
	.l-contract__contents > .l-contract__item:nth-child(n+2) {
		margin-top: 24px;
	}
	.l-section__content .c-btn-link01 {
		margin-top: 30px;
	}
	.l-section__content .c-list-link {
		margin-top: 20px;
	}
}


/* suggestion
--------------------------------------- */
.l-section--suggestion .l-section__items > .l-section__item {
	border-top: 1px solid #B7B7B7;
	padding-top: 60px;
	padding-bottom: 60px;
}
.l-section--suggestion .l-section__items > .l-section__item:first-child {
	border-top: none;
	padding-top: 0;
}
.l-suggestion__contents {
	margin-top: 40px;
}
.l-suggestion__contents > .l-suggestion__item h3 {
	font-size: 1.8rem;
	text-align: center;
}
.l-suggestion__contents > .l-suggestion__item h3 + * {
	margin-top: 16px;
}
.l-suggestion-contact {
	background-color: #F5F1E9;
	border-radius: 4px;
	padding: 25px;
}
.l-suggestion-contact .l-suggestion__title {
	color: #0060A2;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 2.2rem;
	letter-spacing: 2px;
	margin-right: 70px;
}
.l-suggestion-contact .l-suggestion__title .c-icon {
	margin-right: 20px;
}
.l-suggestion__links {
	text-align: center;
}
.l-suggestion__links .c-btn-link {
	margin-left: auto;
	margin-right: auto;
	width: 285px;
}
.l-suggestion__links .c-btn-link a {
	background-color: #FCBF38;
	border-radius: 4px;
	display: block;
	padding: 15px;
	text-decoration: none;
}
.l-suggestion__links .c-txt-link {
	margin-top: 20px;
}
.l-section--suggestion .l-contents__list li a {
	background-color: #F5F1E9;
}
@media only screen and (min-width: 1025px) {
	.l-suggestion__contents {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	.l-suggestion__contents > .l-suggestion__item {
		width: 46.7%;
	}
	.l-suggestion-contact {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
}
@media only screen and (max-width: 1024px) {
	.l-section--suggestion .l-section__inner {
		padding-bottom: 0;
	}
	.l-section--suggestion .l-section__items > .l-section__item {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.l-section--suggestion .l-section__items > .l-section__item:last-child {
		padding-bottom: 40px;
	}
	.l-section--suggestion .l-section__items > .l-section__item:last-child .c-imageset .c-imageset__text br {
		display: none;
	}
	.l-suggestion__contents {
		margin-top: 32px;
	}
	.l-suggestion__contents > .l-suggestion__item:nth-child(n+2) {
		margin-top: 24px;
	}
	.l-suggestion-contact {
		border-radius: 0;
		margin-left: -15px;
		margin-right: -15px;
		padding: 40px 15px;
	}
	.l-suggestion-contact .l-suggestion__title {
		font-size: 1.8rem;
		justify-content: center;
		letter-spacing: 1px;
		margin-right: 0;
	}
	.l-suggestion-contact .l-suggestion__title .c-icon {
		margin-right: 15px;
	}
	.l-suggestion__links .c-btn-link {
		margin-top: 24px;
		width: calc(100% - 60px);
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.l-section--suggestion .c-button-container .c-button-container__item {
		margin-left: 1%;
		margin-right: 1%;
		max-width: 48%;
	}
	.l-section--suggestion .c-button-container .c-button-container__item + .c-button-container__item {
		margin-top: 0;
	}
}

/* company
--------------------------------------- */
.l-section--company {
	background: #0a71be url(/images/company_bg02.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	overflow: hidden;
	position: relative;
}
.l-section--company .l-section__content {
	position: relative;
	z-index: 2;
}
.l-company-summary .l-company__logo {
	width: 322px;
}
.l-company-summary .l-section__title {
	text-align: left;
}
.l-company-summary .l-section__title + p {
	font-size: 1.7rem;
	margin-top: 15px;
}
.l-company-result__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.l-company-result__item {
	text-align: center;
	width: 24%;
}
.l-company-result__item .l-company-result__text {
	border-radius: 4px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 200px;
}
.l-company-result__item .l-company-result__inner .c-item__title {
	color: #0060A2;
	font-size: 2.2rem;
}
.l-company-result__item .l-company-result__inner .c-item__text {
	line-height: 1.5;
	margin-top: 10px;
}
.l-company-result__item .l-company-result__inner .c-item__num {
	color: #0060A2;
	font-size: 2.6rem;
	line-height: 1.1;
	margin-top: 10px;
}
.l-company-result__item .l-company-result__inner .c-item__num span {
	font-size: 4.4rem;
}
.l-company-result__item .c-text-caption {
	color: #fff;
	display: table;
	font-size: 1.1rem;
	margin: 5px auto 0;
	text-align: left;
}
@media only screen and (min-width: 769px) {
	.l-section--company:after {
		background-image: url(/images/company_bg01.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		content: "";
		height: 100%;
		position: absolute;
		bottom: -50px;
		left: 0;
		width: 100%;
		z-index: 1;
	}
	.l-company-summary {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	.l-company-summary .l-company-summary__content {
		color: #fff;
		max-width: 500px;
	}
}
@media only screen and (min-width: 1025px) {
	.l-company-result {
		margin-top: 60px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.l-company-summary .l-company__logo {
		padding-top: 20px;
	}
	.l-company-summary .l-company-summary__content {
		margin-top: 20px;
	}
	.l-company-result {
		margin-top: 30px;
	}
	.l-company-result__items {
		justify-content: center;
		margin-left: -1.6%;
		margin-right: -1.6%;
	}
	.l-company-result__items .l-company-result__item {
		margin-left: 1.6%;
		margin-right: 1.6%;
		margin-top: 30px;
		width: 45%;
	}
}
@media only screen and (max-width: 768px) {
	.l-section--company {
		background: #0a71be url(/images/sp_company_bg02.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
	.l-section--company .l-section__inner {
		padding-top: 56%;
	}
	.l-company-summary .l-company__logo {
		width: 210px;
	}
	.l-company-summary .l-section__title {
		text-align: left;
	}
	.l-company-summary .l-section__title + p {
		font-size: 1.5rem;
		margin-top: 10px;
	}
	.l-company-summary .l-company-summary__content {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
	}
	.l-company-summary .l-company-summary__content:before {
		background-image: url(/images/sp_company_bg01.png);
		background-repeat: repeat-x;
		background-position: left top;
		background-size: auto 100%;
		content: "";
		height: 70px;
		position: absolute;
		top: -60px;
		left: 0;
		width: 100%;
		z-index: -1;
	}
	.l-company-summary .l-company-summary__content:after {
		background-color: #0a71be;
		content: "";
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: -1;
	}
	.l-company-summary .l-company-summary__content * {
		color: #fff !important;
	}
	.l-company-result__items {
		background-color: #0a71be;
		justify-content: center;
		margin-left: -1.1%;
		margin-right: -1.1%;
	}
	.l-company-result__item {
		margin-top: 20px;
		margin-left: 1.1%;
		margin-right: 1.1%;
		width: 47.8%;
	}
	.l-company-result__item .l-company-result__text {
		height: 130px;
		padding: 0 5px;
	}
	.l-company-result__item .l-company-result__inner .c-item__title {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.l-company-result__item .l-company-result__inner .c-item__text {
		font-size: 1.1rem;
		letter-spacing: 0;
		margin-top: 0;
	}
	.l-company-result__item .l-company-result__inner .c-item__num {
		font-size: 1.8rem;
		letter-spacing: 0;
		margin-top: 10px;
	}
	.l-company-result__item .l-company-result__inner .c-item__num span {
		font-size: 3rem;
	}
	.l-company-result__item .c-text-caption {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
}



/* pickup
--------------------------------------- */
.l-section--pickup {
	background-image: url(/common/images/bg01.png);
	background-repeat: repeat;
	background-position: center top;
}
.l-pickup-slider .l-pickup-slider__item a {
	display: block;
}
.l-pickup-slider .slick-prev,
.l-pickup-slider .slick-next {
	background-color: transparent !important;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border:none;
	cursor: pointer;
	height: 23px;
	margin-top: -35px;
	padding:0;
	position:absolute;
	text-indent:-9999px;
	width: 24px;
	top: 50%;
}
.l-pickup-slider .slick-prev {
	background-image: url(/images/btn_prev.svg);
	left: -35px;
	z-index:99;
}
.l-pickup-slider .slick-next {
	background-image: url(/images/btn_next.svg);
	right: -35px;
	z-index:98;
}
@media only screen and (min-width: 1025px) {
	.l-pickup-slider .l-pickup-slider__item {
		margin-right: 20px;
		width: 260px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.l-pickup-slider .l-pickup-slider__item {
		margin: 0 10px;
		width: 180px;
	}
}
@media only screen and (max-width: 768px) {
	.l-section--pickup {
		background-image: url(/common/images/sp_bg01.png);
	}
	.l-pickup-slider {
		margin-left: 30px;
		margin-right: 30px;
	}
	.l-pickup-slider .slick-prev {
		left: -30px;
	}
	.l-pickup-slider .slick-next {
		right: -30px;
	}
}


/* news
--------------------------------------- */
.l-section--newsrelease .l-section__inner {
	padding-bottom: 0;
}
.l-section--newsrelease .c-news + .c-txt-link,
.l-section--notice .c-news + .c-txt-link {
	margin-top: 16px;
}
.l-section--notice .c-news .c-news__date {
	visibility: hidden;
}
@media only screen and (max-width: 768px) {
	.l-section--notice .c-news .c-news__date {
		display: none;
	}
}


/* related-banner
--------------------------------------- */
.l-related-banner {
	margin-top: 40px;
	display: block !important;
}
.l-related-banner .l-banner__list img {
	width: 100%;
}
.l-related-banner .l-banner__list .slick-prev,
.l-related-banner .l-banner__list .slick-next {
	background-color: transparent !important;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border:none;
	cursor: pointer;
	height: 23px;
	margin-top: -15px;
	padding:0;
	position:absolute;
	text-indent:-9999px;
	width: 24px;
	top: 50%;
}
.l-related-banner .l-banner__list .slick-prev {
	background-image: url(/images/btn_prev_w.svg);
	left: -30px;
	z-index: 99;
}
.l-related-banner .l-banner__list .slick-next {
	background-image: url(/images/btn_next_w.svg);
	right: -30px;
	z-index: 98;
}
@media only screen and (min-width: 1025px) {
	.l-related-banner .l-banner__list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.l-related-banner .l-banner__list .slick-slide {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.l-related-banner {
		margin-left: 32px;
		margin-right: 32px;
	}
	.l-related-banner .l-banner__list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.l-related-banner .l-banner__list .slick-slide {
		margin-left: 5px;
		margin-right: 5px;
	}
	.l-related-banner .l-banner__list .slick-prev,
	.l-related-banner .l-banner__list .slick-next {
		margin-top: -13px;
	}
}
@media only screen and (max-width: 768px) {
	.l-related-banner {
		margin-top: 24px;
		margin-left: 16px;
		margin-right: 16px;
	}
	.l-related-banner .l-banner__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.l-related-banner .l-banner__list > div {
		margin-left: 4%;
		margin-top: 16px;
		width: 48%;
	}
	.l-related-banner .l-banner__list > div:nth-child(2n+1) {
		margin-left: 0;
	}
	.l-related-banner .l-banner__list > div:nth-child(-n+2) {
		margin-top: 0;
	}
}

/* 認証マーク表示 */
/*
.l-footer__certification {
	display: block !important;
}
.l-footer__tertiary {
	padding-right: 140px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.l-footer__certification {
		right: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.l-footer__tertiary {
		padding-right: 0;
	}
	.l-footer__tertiary .l-footer__note {
		display: inline-block;
		width: calc(100% - 130px);
	}
	.l-footer__certification {
		width: 120px;
	}
}
*/


/* slick */
.slick-dots {
	display: block;
	margin-top: 15px;
	list-style: none;
	text-align: center;
	width: 100%;
}
.slick-dots li {
	display: inline-block;
	cursor: pointer;
	margin: 0 8px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}
.slick-dots li button {
	border: 0;
	font-size: 0rem;
	line-height: 0;
	display: block;
	cursor: pointer;
	color: transparent;
    /*outline: none;*/
	background: transparent;
	height: 10px;
	transition: none;
	width: 10px;
}
.slick-dots li.slick-active button {
	height: 14px;
	margin-left: -2px;
	margin-top: -2px;
	width: 14px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    /*outline: none;*/
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	background-color: #C9C9C9;
	border-radius: 50%;
	content: "";
	line-height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	text-align: center;
	width: 100%;
}
.slick-dots li.slick-active button:before {
	background-color: #0071BE;
}
.slick-prev,
.slick-next {
	background-color: transparent !important;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border:none;
	cursor: pointer;
	padding:0;
	position:absolute;
	text-indent:-9999px;
	top: 50%;
}
.slick-prev {
	z-index:99;
}
.slick-next {
	z-index:98;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled{
	display:none !important;
}
.slick-prev:before,
.slick-next:before {
	color: black;
	display:none;
}


.l-important__title {
	color: #444;
	padding-bottom: 10px;
	position: relative;
}
.l-important__title:after {
	background-color: #0A71BE;
	content: "";
	height: 1px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80px;
}




/* l-floating-menu
--------------------------------------- */
.l-floating-menu {
	background-color: #F5F1E9;
	padding: 6px 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	transition: 0.2s all;
	transform: translateY(100%);
	width: 100%;
	z-index: 101;
}
.l-floating-menu.is-active {
	transform: translateY(0%);
}
.l-floating-menu__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.l-floating-menu .box-mypage {
	border: 1px solid #B7B7B7;
	padding: 5px 10px;
	text-align: center;
	width: 56.6%;
}
.l-floating-menu .box-mypage .text-head {
	line-height: 1;
}
.l-floating-menu .box-mypage .text-head img {
	width: 52px;
}
.l-floating-menu .box-mypage .button-link {
	margin-top: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.l-floating-menu .box-mypage .button-link > li {
	width: 47.25%;
}
.l-floating-menu .box-mypage .button-link > li a {
	border-radius: 4px;
	display: block;
	font-size: 1rem;
	line-height: 32px;
}
.l-floating-menu .box-mypage .button-link > li.login a {
	background-color: #FCBF38;
	color: #444;
}
.l-floating-menu .box-mypage .button-link > li.regist a {
	background-color: #0A71BE;
	color: #fff;
}
.l-floating-menu .box-mypage .button-link + p {
	font-size: 1rem;
	letter-spacing: 0;
	margin-top: 3px;
	margin-left: -10px;
	margin-right: -10px;
}
.l-floating-menu .box-service {
	width: 40.56%;
}
.l-floating-menu .box-service .button-link {
	margin-top: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.l-floating-menu .box-service .button-link > li {
	width: 46.52%;
}
.l-floating-menu .box-service .button-link > li a {
	background-color: #fff;
	border-radius: 4px;
	color: #444;
	display: block;
	font-size: 1rem;
	height: 100%;
	letter-spacing: 0;
	line-height: 1;
	padding: 10px 0px 8px;
	text-align: center;
}
.l-floating-menu .box-service .button-link > li a .icon {
	display: block;
	margin: 0 auto 5px;
	height: 21px;
}
.l-floating-menu .box-service .button-link > li a .icon img {
	height: 100%;
	width: auto;
}
@media only screen and (min-width: 769px) {
	.l-floating-menu {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
}



.banner-campaign {
	margin: 40px auto 0;
  max-width: 1100px;
	text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.banner-campaign {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media only screen and (max-width: 768px) {
	.banner-campaign {
		margin: 20px 15px 0;
	}
}


@media only screen and (min-width: 769px) {
	.banner-kyufukin {
		position: absolute;
		right: 0;
		top: 330px;
		width: 347px;
	}
}
@media only screen and (max-width: 768px) {
	.banner-kyufukin {
		margin: 20px 15px 0;
	}
}




@media only screen and (min-width: 769px) and (max-height: 650px) {
	.l-backtotop {
		bottom: 20px !important;
	}
}
