@charset "UTF-8";

.pane-contents {
	margin-top: 0;
}
.pane-contents .container .pane-main #evpage-aboutus {
	margin: 0 -62px;
}
#evpage-aboutus {
}
#evpage-aboutus h1,
#evpage-aboutus h2,
#evpage-aboutus h3,
#evpage-aboutus h4 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: inherit;
}

/* btn */
#evpage-aboutus .aboutus-btn-red,
#evpage-aboutus .aboutus-btn-white,
#evpage-aboutus .aboutus-btn-blue,
#evpage-aboutus .aboutus-btn-navy {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.3);
	text-decoration: none!important;
	transition: all 0.3s;
}
#evpage-aboutus .aboutus-btn-red {
	height: 75px;
	background: #E60012;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
}
#evpage-aboutus .aboutus-btn-white {
	height: 50px;
	background: #FFFFFF;
	border: solid 2px #00B7EE;
	color: #00B7EE;
	font-size: 16px;
	font-weight: bold;
}
#evpage-aboutus .aboutus-btn-white:before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #00B7EE;
	border-right: solid 2px #00B7EE;
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: calc(50% - 5px);
}
#evpage-aboutus .aboutus-btn-navy {
	width: 315px;
	height: 55px;
	background: #073190;
	border: solid 2px #073190;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
#evpage-aboutus .aboutus-btn-navy:before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: calc(50% - 5px);
}
#evpage-aboutus .aboutus-btn-blue {
	width: 315px;
	height: 55px;
	background: #00B7EE;
	border: solid 2px #00B7EE;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
#evpage-aboutus .aboutus-btn-blue:before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: calc(50% - 5px);
}

#evpage-aboutus .aboutus-btn-red:hover,
#evpage-aboutus .aboutus-btn-white:hover,
#evpage-aboutus .aboutus-btn-blue:hover,
#evpage-aboutus .aboutus-btn-navy:hover {
	opacity: 0.7;
}
#evpage-aboutus #aboutus-head {
	margin: 0 0 34px;
	position: relative;
	background: #073190 url(../special/aboutus2_img/h_bg.jpg) calc(50% + 708px / 2 - 28px) 0 no-repeat;
}
#evpage-aboutus #aboutus-head h1 {
	width: 1080px;
	margin: 0 auto;
	padding: 25px 0 0;
	height: 400px;
}
#aboutus-head-caption {
	width: 1080px;
	margin: 34px auto 120px;
	text-align: center;
	font-weight: bold;
	font-size: 31px;
	line-height: 1.5;
	color: #073190;
}
#aboutus-head-caption span {
	display: inline-block;
	position: relative;
	z-index: 0;
}
#aboutus-head-caption span:before {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0.2em;
	height: 15px;
	background: #73DFFF;
}
#evpage-aboutus .aboutus-entry {
	margin: 0;
	padding: 95px 0 47px;
	text-align: center;
	background: #E5F8FE;
	position: relative;
}
#evpage-aboutus .aboutus-entry > p {
	position: absolute;
	width: 429px;
	height: 94px;
	left: calc(50% - 214px);
	top: -48px;
	padding-top: 12px;
	background: url(../special/aboutus2_img/entry_bg1.png) center no-repeat;
	background-size: cover;
	text-align: center;
	color: #FFD500;
	font-size: 22px;
	line-height: 1;
}
#evpage-aboutus .aboutus-entry > p small {
	color: #073190;
	font-size: 16px;
	line-height: 1.3;
	width: 100%;
	position: absolute;
	left: 0;
	top: -30px;
}
#evpage-aboutus .aboutus-entry > p small::before,
#evpage-aboutus .aboutus-entry > p small::after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 2px;
	height: 20px;
	background-color: #073190;
}
#evpage-aboutus .aboutus-entry > p small::before {
	transform: rotate(-25deg);
	margin-right: 22px;
}
#evpage-aboutus .aboutus-entry > p small::after {
	transform: rotate(25deg);
	margin-left: 20px;
}
#evpage-aboutus .aboutus-entry > p span:first-child {
	font-size: 45px;
	font-weight: bold;
}
#evpage-aboutus .aboutus-entry > p span:last-child {
	/*font-size: 18px;
	margin-left: 1em;*/
}
#evpage-aboutus .aboutus-entry > div {
	position: relative;
	width: 775px;
	margin: 0 auto;
}
#evpage-aboutus .aboutus-entry > div > p {
	color: #073190;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#evpage-aboutus .aboutus-entry > div > span {
	display: block;
	position: absolute;
	right: 0;
	top: 0.5em;
}
#evpage-aboutus .aboutus-entry > div.entry-btn > ul {
	margin: 12px 0 0;
}
#evpage-aboutus .aboutus-entry > div.entry-btn > ul li {
	width: 100%;
}
#evpage-aboutus .aboutus-entry > div.faq-btn > ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}
#evpage-aboutus .aboutus-entry > div.faq-btn > ul li {
	width: calc(50% - 24px);
}
#evpage-aboutus .aboutus-entry > div.faq-btn > ul li .faq-btn--question,
#evpage-aboutus .aboutus-entry > div.faq-btn > ul li .faq-btn--answer {
	color: #073190;
	font-size: 14px;
	text-align: left;
	position: relative;
	display: block;
	padding: 13px 0 9px 40px;
}
#evpage-aboutus .aboutus-entry > div.faq-btn > ul li .faq-btn--question::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 50%;
	width: 9px;
	height: 9px;
	margin-top: -3px;
	border-right: 2px solid #073190;
	border-bottom: 2px solid #073190;
	transform: rotate(-45deg);
}
#evpage-aboutus .aboutus-entry > div.faq-btn > ul li .faq-btn--answer {
	border-top: 1px solid #B8D2E6;
}
#evpage-aboutus .aboutus-entry > div.faq-btn > ul li .faq-btn--question::before,
#evpage-aboutus .aboutus-entry > div.faq-btn > ul li .faq-btn--answer::before {
	content: "";
	font-size: 20px;
	font-family: "bahnschrift", sans-serif;
	font-weight: 700;
	line-height: 1.0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 9px;
	padding-top: 2px;
	background-color: #000000;
}
#evpage-aboutus .aboutus-entry > div.faq-btn > ul li .faq-btn--question::before {
	content: "Q";
	color: #FFFFFF;
	padding-top: 3px;
	background-color: #073190;
}
#evpage-aboutus .aboutus-entry > div.faq-btn > ul li .faq-btn--answer::before {
	content: "A";
	color: #073190;
	background-color: #FFFFFF;
}

#evpage-aboutus .aboutus-entry .free-coupon {
	background-color: #FFFFFF;
	padding: 107px 96px 24px;
	position: relative;
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--header {
	display: flex;
	align-items: center;
	margin: 0 0 0 -270px;
	position: absolute;
	left: 50%;
	top: -60px;
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--header .free-coupon--limited {
	color: #FFD500;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	width: 96px;
	height: 96px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #C50313;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-25deg);
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--header .free-coupon--title {
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--header .free-coupon--title h2 {
	color: #c50313;
	font-size: 48px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #FFD500 0%);
	display: inline;
	padding: 0 1px 0px;
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--header .free-coupon--title h2 span {
	font-size: 72px;
	font-weight: bold;
	line-height: 1.5;
	background: linear-gradient(-10deg, #c50313 50%, #e60012 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--header .free-coupon--title p {
	color: #C50313;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.0;
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--code {
	margin: 12px 0 16px;
	border: 1px solid #073190;
	display: flex;
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--code > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--code .free-coupon--code-ttl {
	color: #073190;
	font-size: 16px;
	line-height: 1.625;
	text-align: center;
	background-color: #E5EAF4;
	padding: 0 7px;
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--code .free-coupon--code-number {
	color: #073190;
	font-size: 28px;
	text-align: center;
	max-width: 300px;
	flex: 1;
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--code .free-coupon--code-btn {
	padding: 8px;
	margin-left: auto;
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--code .free-coupon--code-btn span {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	background-color: #073190;
	border-radius: 4px;
	/*width: 104px;*/
	padding: 0 12px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s;
}
#evpage-aboutus .aboutus-entry .free-coupon .free-coupon--code .free-coupon--code-btn span:hover {
	opacity: 0.7;
}
#evpage-aboutus .aboutus-entry ul.free-coupon--note li {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

#evpage-aboutus .aboutus-entry .campaign-code-howto {
	margin: 45px auto 25px;
	padding: 35px 32px 24px;
	border: 1px solid #B8D2E6;
	position: relative;
	width: 775px;
}
#evpage-aboutus .aboutus-entry .campaign-code-howto h2 {
	text-align: center;
	position: absolute;
	left: 0;
	top: -16px;
	width: 100%;
}
#evpage-aboutus .aboutus-entry .campaign-code-howto h2 span {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	padding: 0 20px;
	background-color: #E5F8FE;
}
#evpage-aboutus .aboutus-entry .campaign-code-howto p {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}
#evpage-aboutus .aboutus-entry .campaign-code-howto .campaign-code-howto--capture {
	margin-top: 24px;
}
#evpage-aboutus .aboutus-strongpoint {
	margin: 90px auto 80px;
	width: 1080px;
}
#evpage-aboutus .aboutus-strongpoint > p:first-child {
	text-align: center;
	font-weight: bold;
	font-size: 31px;
	line-height: 1.6;
	color: #073190;
}
#evpage-aboutus .aboutus-strongpoint > p:first-child span {
	display: inline-block;
	position: relative;
	z-index: 0;
}
#evpage-aboutus .aboutus-strongpoint > p:first-child span:before {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0.2em;
	height: 15px;
	background: #73DFFF;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-line {
	margin: 50px 0 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 20px;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-item {
	width: calc((100% - 40px) / 2);
	border: 3px solid #00B7EE;
	color: #00B7EE;
	display: flex;
	flex-flow: column;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-item dt {
	position: relative;
	padding: 14px 16px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #E5F8FE;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-item dt span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	font-size: 40px;
	padding: 0 22px;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-item dt span:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 15px;
	bottom: 15px;
	border-right: solid 1px #8adef8;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-item dd {
	display: flex;
	flex-flow: column;
	padding: 5px 20px 20px;
	height: 100%;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-item dd:before {
	display: block;
	content: '';
	width: 100%;
	flex: 1;
	min-height: 105px;
	margin-bottom: 10px;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-item:nth-child(1) dd:before {
	background: url(../special/aboutus2_img/strongpoint_p1.png) center no-repeat;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-item:nth-child(2) dd:before {
	background: url(../special/aboutus2_img/strongpoint_p2.png) center no-repeat;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-item:nth-child(3) dd:before {
	margin-bottom: 0;
	background: url(../special/aboutus2_img/strongpoint_p3.png) center no-repeat;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-caption {
	text-align: right;
	margin: 10px 0 20px;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-nav {
	padding: 34px 38px;
	background: url(../special/aboutus2_img/strongpoint_bg1.png) center repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#evpage-aboutus .aboutus-strongpoint .aboutus-strongpoint-nav p {
	color: #00B7EE;
	font-size: 16px;
	font-weight: bold;
}
#evpage-aboutus .aboutus-lineup {
	margin: 80px auto 90px;
	width: 1080px;
}
#evpage-aboutus .aboutus-lineup h2 {
	margin: 0 0 54px;
	text-align: center;
	font-size: 31px;
	font-weight: bold;
}
#evpage-aboutus .aboutus-lineup ul {
	display: flex;
	flex-flow: wrap;
	align-items: stretch;
	gap: 20px;
}
#evpage-aboutus .aboutus-lineup ul li {
	width: calc((100% - 20px * 3) / 4);
}
#evpage-aboutus .aboutus-lineup ul li a {
	text-decoration: none!important;
	transition: all 0.3s;
}
#evpage-aboutus .aboutus-lineup ul li a:hover {
	opacity: 0.7;
}

#evpage-aboutus .aboutus-lineup ul li a figure {
	border: solid 1px #E5E5E5;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
#evpage-aboutus .aboutus-lineup ul li a figure img {
	opacity: 1!important;
}
#evpage-aboutus .aboutus-lineup ul li a p {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	background: #073190;
	border: solid 2px #073190;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.3);
}
#evpage-aboutus .aboutus-lineup ul li a p:before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: calc(50% - 5px);
}
#evpage-aboutus .aboutus-service {
	margin: 0;
	padding: 78px 0 113px;
	background: #99e2f8;
}
#evpage-aboutus .aboutus-service h2 {
	margin: 0 0 54px;
	text-align: center;
	font-size: 31px;
	font-weight: bold;
	color: #073190;
}
#evpage-aboutus .aboutus-service ul {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#evpage-aboutus .aboutus-catalog {
	width: 1080px;
	margin: 78px auto 40px;
}
#evpage-aboutus .aboutus-catalog h2 {
	margin: 0 0 54px;
	text-align: center;
	font-size: 31px;
	font-weight: bold;
}
#evpage-aboutus .aboutus-catalog ul {
	display: flex;
	justify-content: center;
	gap: 24px;
	font-size: 14px;
}
#evpage-aboutus .aboutus-catalog ul figure {
	margin-bottom: 14px;
}
#evpage-aboutus .aboutus-catalog ul a + span {
	display: block;
	font-size: 10px;
	margin-top: 8px;
}
#evpage-aboutus .aboutus-catalog h2 + ul {
	gap: 50px;
	text-align: center;
	margin-bottom: 50px;
}
#evpage-aboutus .aboutus-consultation {
	margin: 40px auto 165px;
	padding: 40px 0 0;
	border-top: solid 1px #E5E5E5;
}
#evpage-aboutus .aboutus-consultation h2 {
	margin: 0 0 54px;
	text-align: center;
	font-size: 31px;
	font-weight: bold;
}
#evpage-aboutus .aboutus-consultation > ul {
	width: 748px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
#evpage-aboutus .aboutus-consultation > div {
	width: 748px;
	margin: 0 auto;
	padding: 15px 20px 15px 15px;
	background: #E5EAF4;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
#evpage-aboutus .aboutus-consultation > div figure {
	min-width: 236px;
}
#evpage-aboutus .aboutus-consultation > div a {
	margin: 10px auto 0;
	width: 365px;
}

#follow-campaign {
	position: fixed;
	left: 30px;
	top: 30%;
	width: 128px;
	z-index: 100;
}
html[data-browse-mode='P'] #follow-campaign {
	display: none;
}
#follow-campaign .follow-campaign--campaign-free {
	text-align: center;
	border: 2px solid #C50313;
	background-color: #FFFFFF;
	border-radius: 5px;
	cursor: pointer;
	transition: all .3s;
}
#follow-campaign .follow-campaign--campaign-free:hover {
	opacity: 0.7;
}
#follow-campaign .follow-campaign--campaign-free-distribution {
	color: #FFD500;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #C50313;
	padding: 6px 0 6px;
}
#follow-campaign .follow-campaign--campaign-free-distribution span {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.0;
	display: block;
}
#follow-campaign .follow-campaign--campaign-free-conditions {
	color: #C50313;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	background-color: #FFD500;
	padding: 4px 0;
}
#follow-campaign .follow-campaign--campaign-free-acquisition {
	color: #C50313;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0 2px;
}
#follow-campaign .follow-campaign--entry-btn {
	border: 2px solid #E60012;
	background-color: #E60012;
	border-radius: 5px;
	margin-top: 12px;
}
#follow-campaign .follow-campaign--entry-btn a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 9px 0 7px;
	display: block;
	position: relative;
	transition: all .3s;
}
#follow-campaign .follow-campaign--entry-btn a::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	transform: rotate(-45deg);
	margin-bottom: 1px;
}
#follow-campaign .follow-campaign--entry-btn a:hover {
	text-decoration: none;
	opacity: 0.5;
}