@charset "UTF-8";

.guide-ipass-anchor {
	margin-bottom: 65px;
}

.guide-ipass-anchor__text {
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.guide-ipass-anchor__links {
	margin-top: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.guide-ipass-btn {
	position: relative;
	display: block;
	width: 78%;
	position: relative;
	background: #db6557;
	padding: 13px 35px 14px;
	border-radius: 4px;
	color: #fff !important;
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 700;
	border: 1px solid #db6557;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.guide-ipass-btn::after {
	position: absolute;
	content: "";
	background: url(../img/guide_ipass/icon_btn_arrow_white.svg) no-repeat center/contain;
	width: 14px;
	height: 14px;
	right: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.guide-ipass-btn:hover {
	background: none;
	color: #db6557 !important;
}

.guide-ipass-btn:hover::after {
	background: url(../img/guide_ipass/icon_btn_arrow_pink.svg) no-repeat center/contain;
}

.guide-ipass-btn--2col {
	width: 37%;
}

.guide-ipass-btn--2col:not(:last-child) {
	margin-right: 43px;
}

.guide-ipass {
	margin: 116px 0 0;
}

.guide-ipass__item:not(:last-child) {
	margin-bottom: 75px;
}

.guide-ipass__heading {
	position: relative;
	font: 600 28px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	padding-bottom: 14px;
	border-bottom: 2px solid #9b9b9b;
	margin-bottom: 31px;
}

.guide-ipass__heading::after {
	position: absolute;
	content: "";
	background: #db6557;
	height: 2px;
	width: 5%;
	left: 0;
	bottom: -2px;
}

.guide-ipass__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.guide-ipass__inner:not(:last-child) {
	margin-bottom: 31px;
}

.guide-ipass__image {
	border: 2px solid #000;
	width: 50%;
}

.guide-ipass__main {
	width: 47.7%;
}

.guide-ipass__text {
	margin-top: 14px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.guide-ipass__text p:not(:last-child) {
	margin-bottom: 27px;
}

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

.guide-ipass-anchor { /* sp */
	margin-bottom: 6px;
}

.guide-ipass-anchor__text { /* sp */
	font-size: 13px;
	line-height: 1.8846;
	text-align: left;
}

.guide-ipass-anchor__links { /* sp */
	margin-top: 23px;
}

.guide-ipass-btn::after { /* sp */
	width: 9px;
	height: 9px;
	right: 13px;
}

.guide-ipass-btn { /* sp */
	font-size: 13px;
	padding: 13px 28px 12px;
	width: 91%;
}

.guide-ipass-btn--2col:not(:last-child) { /* sp */
	margin-right: auto;
	margin-bottom: 19px;
}

.guide-ipass-btn--2col { /* sp */
	width: 91%;
	margin-right: auto;
	margin-left: auto;
}

.guide-ipass { /* sp */
	margin: 56px 0 54px;
}

.guide-ipass__item:not(:last-child) { /* sp */
	margin-bottom: 37px;
}

.guide-ipass__heading::after { /* sp */
	height: 1px;
	width: 10%;
	bottom: -1px;
}

.guide-ipass__heading { /* sp */
	font-size: 19.5px;
	margin-bottom: 21px;
	padding-bottom: 4px;
	border-bottom: 1px solid #9b9b9b;
}

.guide-ipass__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.guide-ipass__image { /* sp */
	margin-top: 24px;
	width: 100%;
}

.guide-ipass__main { /* sp */
	width: 100%;
}

.guide-ipass__text p:not(:last-child) { /* sp */
	margin-bottom: 23px;
}

.guide-ipass__text { /* sp */
	margin-top: 4px;
	font-size: 13px;
}

}

