@charset "UTF-8";

/* **********************************************************************
 *
 *       Title:   セゾン投信 style.css
 *
 ********************************************************************** */

* {
	margin: 0;
	padding: 0;
}

.lp {
	letter-spacing: .075em;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Hiragino Sans", Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	color: #333;
}

.lp img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.lp a {
	color: inherit;
	text-decoration: none;
}

.lp ul,
.lp ol {list-style: none;}

.lp .inner {
	width: 90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.lp .section {
	padding-top: 78px;
	padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
	.lp .section {
		padding-top: 39px;
		padding-bottom: 30px;
	}
}

/* kv */

.lp .kv {
	position: relative;
	padding: 50px 0 0;
	background: url(../img/kv_bg.png) 50% 0 / cover no-repeat;
	overflow: hidden;
}

.lp .kv::before,
.lp .kv::after {
	content: "";
	position: absolute;
	bottom: 106px;
	left: calc(50% + 176px);
	width: 230px;
	height: 224px;
	background: url(../img/kv_kira.svg) 50% 50% / contain no-repeat;
	z-index: 1;
}

.lp .kv::before {
	left: calc(50% - 364px);
	bottom: -61px;
	transform: rotate(180deg);
}

.lp .kv .txt_area {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 50px;
}

@media screen and (max-width: 640px) {
	.lp .kv .txt_area {margin-bottom: 40px;}
}

/* fix_btn */

.lp .fix_btn {
	position: fixed;
	right: 3%;
	bottom: 30px;
	z-index: 10;
}

.lp .fix_btn.closed {display: none;}

.lp .fix_btn .close {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #ff5f80;
	z-index: 1;
	cursor: pointer;
	outline: none;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
}

.lp .fix_btn .close::before,
.lp .fix_btn .close::after {
	content: "";
	position: absolute;
	left: calc(50% - 12.5px);
	top: calc(50% - 2px);
	width: 25px;
	height: 4px;
	background: #ff5f80;
	transform: rotate(45deg);
}

.lp .fix_btn .close::after {transform: rotate(-45deg);}

@media screen and (max-width: 640px) {
	.lp .fix_btn {
		width: 140px;
	}

	.lp .fix_btn .close {
		top: -5px;
		transform-origin: 100% 0;
		transform: scale(.7);
	}
}

/* time */

.lp .time {
	padding: 6px 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: url(../img/bg_time.svg) 50% 50% / cover no-repeat;
	text-align: center;
}

.lp .time .txtl {font-size: 25px;}

/* top_cv */

.lp .top_cv {
	padding: 27px 0 30px;
}

.lp .catch_txt {
	margin-bottom: 15px;
	letter-spacing: .12em;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.lp .catch_txt .in {
	display: inline-block;
	position: relative;
	margin: 0 22px;
}

.lp .catch_txt .in::before,
.lp .catch_txt .in::after {
	content: "";
	position: absolute;
	bottom: .1em;
	width: 1px;
	height: 42px;
	background: #333;
}

.lp .catch_txt .in::before {
	left: -20px;
	transform: rotate(-25deg);
}

.lp .catch_txt .in::after {
	right: -20px;
	transform: rotate(25deg);
}

.lp .catch_txt.blue .in::before,
.lp .catch_txt.blue .in::after {
	width: 2px;
	height: 50px;
	background-color: #014099;
}

.lp .dot_txt b {position: relative;}

.lp .dot_txt b::before {
	content: "";
	position: absolute;
	top: -10px;
	left: calc(47% - 2px);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #1767cb;
}

/* campaign */

.lp .bg_lightblue {background: #e1f2fd;}

.lp .tit_area {
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 20px;
	color: #1767cb;
	text-align: center;
}

.lp .tit_area::before,
.lp .tit_area::after,
.lp .tit_area .tit::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1767cb;
}

.lp .tit_area::before {margin-left: -18px;}
.lp .tit_area::after {opacity: .7;}
.lp .tit_area .tit::before {
	margin-left: 18px;
	opacity: .4;
}

.lp .tit_area .en {
	letter-spacing: .2em;
	font-size: 14px;
}

.lp .tit_area .tit {
	letter-spacing: .12em;
	font-size: 30px;
	font-weight: bold;
}

.lp .present_area .tit {
	padding: 7px 5% 8px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(0deg, #9F9175, #9F9175 1px, #fff 1px, #fff 3px, #9F9175 3px);
	text-align: center;
}

.lp .present_area .txt_area {
	padding: 17px 8% 25px;
	background: #fff;
}

.lp .present_area .presents {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.lp .present_area .presents li {
	width: calc(50% - 10px);
	margin: 23px 0 0 20px;
}

.lp .present_area .presents li:nth-child(-n+2) {margin-top: 0;}
.lp .present_area .presents li:nth-child(2n+1) {margin-left: 0;}

/* details */

.lp .accordion {
	border-radius: 4px;
	background: #f0f5fa;
}

.lp .accordion + .accordion {margin-top: 24px;}

.lp .accordion .accordion_btn {
	position: relative;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	padding: 24px calc(6% + 20px) 26px 6%;
	cursor: pointer;
	outline: none;
}

.lp .accordion .accordion_btn::before,
.lp .accordion .accordion_btn::after {
	content: "";
	position: absolute;
	right: 6%;
	top: calc(50% - 2px);
	width: 18px;
	height: 4px;
	background: #1c6bb5;
	transition: transform .3s;
}

.lp .accordion:not([open]) .accordion_btn::after {transform: rotate(90deg);}

.lp .accordion .accordion_btn::marker {
	content: "";
	display: none;
	color: transparent;
	font-size: 0;
}

.lp .accordion .accordion_btn::-webkit-details-marker {display: none;}

@media screen and (max-width: 640px) {
	.lp .accordion .accordion_btn {font-size: 18px;}
}

.lp .accordion .accordion_content {
	position: relative;
	padding: 0 6% 20px;
}

.lp .accordion .accordion_content::before {
	content: "";
	position: absolute;
	top: -13px;
	left: 6%;
	width: 88%;
	height: 1px;
	background: #d5e0eb;
	transition: height .3s;
}

/* about */

.lp .bg_gray {background: #f3f3f3;}

.lp .text_bgwhite {text-align: center;}

.lp .text_bgwhite .in {
	display: inline-block;
	padding: 6px 22px 4px;
	border-radius: 2px;
	font-size: 20px;
	font-weight: bold;
	background: #fff;
}

.lp .reason_box {
	padding: 34px 0 40px;
	border-radius: 4px;
	background: #fff;
}

.lp .reason_box.bg_gray {background: #f3f3f3;}

.lp .reason_box .tit {
	margin-bottom: 28px;
	padding: 5px 5%;
	line-height: 1.4;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background: #1c6bb5;
	text-align: center;
}

.lp .reason_box .reason_box_in {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.lp .reasons_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 26px 10px 40px;
	border-radius: 4px;
	background: #f0f5fa;
}

.lp .reasons_item + .reasons_item {margin-top: 24px;}

.lp .reasons_item .img {
	flex-shrink: 0;
	width: 100px;
	margin-right: 35px;
}

.lp .reasons_item .txt_area {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.lp .reasons_item .txt_area .pt {
	min-width: 90px;
	margin-bottom: 12px;
	padding: 4px 12px 1px;
	box-sizing: border-box;
	border-radius: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #1c6bb5;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.lp .reasons_item {
		flex-direction: column;
		padding-left: 5%;
		padding-right: 5%;
	}
}

/* Accumulation */

.lp .arw_txt {text-align: center;}

.lp .arw_txt .in {
	display: inline-block;
	position: relative;
	padding: 5px 0 2px;
	font-size: 20px;
	font-weight: bold;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}

.lp .arw_txt .in::after {
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 12px);
	border-top: 10px solid #333;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.lp .cautions {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 12px;
	font-weight: 400;
	color: #646464;
}

.lp .nisa_price {
	letter-spacing: 0;
	line-height: 1;
	font-size: 41px;
	font-weight: bold;
	color: #1767cb;
	text-align: center;
}

.lp .nisa_price .txtl {
	margin: 0 5px 0 11px;
	font-size: 88px;
}

@media screen and (max-width: 640px) {
	.lp .nisa_price {font-size: 30px;}

	.lp .nisa_price .txtl {font-size: 58px;}
}

.lp .nisa_age_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
	max-width: 434px;
	padding: 28px 5%;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
}

.lp .nisa_age_box .intit {
	margin-bottom: 20px;
	padding: 5px 32px;
	border-radius: 25px;
	line-height: 1.2;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #5daeff;
	text-align: center;
}

.lp .nisa_age {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 10px;
	max-width: 300px;
	margin: 0 auto;
	letter-spacing: 0;
}

.lp .nisa_age .age {
	width: 85px;
	padding: 3px 7px 2px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	color: #1767cb;
	background: #f9e258;
	text-align: center;
}

.lp .nisa_age .price {
	width: calc(100% - 95px);
	font-size: 22px;
	font-weight: bold;
	text-align: right;
}

@media screen and (max-width: 640px) {
	.lp .nisa_age .age {
		width: 75px;
		font-size: 18px;
	}

	.lp .nisa_age .price {
		width: calc(100% - 85px);
		font-size: 20px;
	}
}

/* funlife */

.lp .funlife_area {
	padding: 32px 0;
	background: url(../img/bg_funlife.png) 50% 50% / cover no-repeat;
}

.lp .funlife_box {
	display: inline-block;
	padding: 12px 28px 16px;
	border-radius: 27px;
	background: #fff;
	border: 4px solid #014099;
}

/* step */

.lp .tit_web {
	margin-bottom: 24px;
	text-align: center;
}

.lp .tit_web .in {
	display: inline-block;
	position: relative;
	padding: 1px 73px;
	border-radius: 20px;
	letter-spacing: .2em;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	color: #1767cb;
	background: #d8edff;
}

.lp .tit_web .in::before {
	content: "";
	position: absolute;
	left: 30px;
	top: calc(50% - 20px);
	width: 24px;
	height: 40px;
	background: url(../img/ico_step.svg) 50% 50% / contain no-repeat;
}

.lp .steps_item {
	display: flex;
	align-items: center;
	position: relative;
	padding: 30px 30px 30px 74px;
	margin-left: 44px;
	border-radius: 4px;
	border: 2px solid #5daeff;
}

.lp .steps_item + .steps_item {margin-top: 20px;}

.lp .steps_item .num {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -44px;
	top: calc(50% - 44px);
	width: 88px;
	height: 88px;
	padding: 8px 0 0;
	box-sizing: border-box;
	border-radius: 50%;
	letter-spacing: .1em;
	line-height: 1.3;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #1767cb;
}

.lp .steps_item .img {
	flex-shrink: 0;
	margin-right: 37px;
}

.lp .steps_item:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 40px);
	width: 80px;
	height: 42px;
	background: linear-gradient(#5daeff, #1767cb);
	z-index: 1;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

@media screen and (max-width: 640px) {
	.lp .steps_item {
		flex-direction: column;
		margin: 0;
		padding: 20px 5%;
	}

	.lp .steps_item + .steps_item {
		margin-top: 44px;
	}

	.lp .steps_item .num {
		position: relative;
		left: inherit;
		margin-bottom: 10px;
	}

	.lp .steps_item .img {
		margin: 0 0 10px;
	}
}

.lp .ready_list li {
	display: flex;
	align-items: center;
	padding: 30px 5%;
	border-radius: 4px;
	background: #fff;
}

.lp .ready_list li + li {margin-top: 20px;}

.lp .ready_list li .img {
	flex-shrink: 0;
	width: 140px;
	margin-right: 28px;
}

@media screen and (max-width: 640px) {
	.lp .ready_list li {
		flex-direction: column;
	}

	.lp .ready_list li .img {margin: 0 0 10px;}
}

/* footer */

.l-footer {
	background: #f2f2f2;
	padding-bottom: 150px
}

.l-footer.u-100vw {margin: 0}

.l-footer .inner {
	width: 100%;
	max-width: 1000px;
	justify-content: space-between;
	margin: auto;
	padding: 50px 0 40px;
	flex-direction: row-reverse
}

.l-footer img {
	width: 100%;
	vertical-align: bottom
}

.l-footer .fbox {display: flex;}

.l-footer .sns_box {
	display: flex;
	justify-content: center;
	align-items: center
}

.l-footer .sns_box_inner {
	display: flex;
	justify-content: center;
	align-items: center
}

.l-footer .sns_box p {
	margin-left: 34px;
	color: #003ca5;
	font-size: 1rem;
	font-weight: 700
}

.l-footer .sns_item:nth-child(1) {
	width: 51px;
	margin-left: 0
}

.l-footer .sns_item:nth-child(2) {width: 45px}

.l-footer .sns_item:nth-child(3) {width: 47.8px}

.l-footer .sns_item:nth-child(4) {width: 46.5px}

.l-footer .sns_item:nth-child(5) {width: 46.5px}

.l-footer .sns_item:nth-child(6) {
	width: 41.4px;
	margin-right: 0
}

.l-footer .logo {padding: 0 0 15px}

.l-footer .logo img {width: 82.5px}

.l-footer .copyright {
	color: #656464;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.7;
	letter-spacing: 1px
}

.l-footer .note {
	max-width: 1000px;
	margin: auto;
	padding-top: 35px;
	color: #656464;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.9;
	letter-spacing: 1px
}

.l-footer .note_link {margin-top: 30px}

.l-footer .note_link a {
	text-decoration: underline;
	margin-left: 20px
}

@media screen and (max-width: 767px) {
	.l-footer {padding-bottom:120px}
}

@media screen and (max-width: 480px) {
	.l-footer {padding-bottom:80px}
}

@media screen and (max-width: 915px) {
	.l-footer .inner {display:block}

	.l-footer .sns_box {display: block}

	.l-footer .sns_box_inner {
		width: 90%;
		margin: auto
	}

	.l-footer .sns_box p {
		margin-left: 3.3%;
		margin-right: 3.3%
	}

	.l-footer .foot_box {text-align: center}

	.l-footer .logo {padding: 50px 0 25px}

	.l-footer .logo img {
		width: 22%;
		max-width: 82.5px
	}

	.l-footer .copyright {font-size: .9rem}

	.note {
		width: 90%;
		font-size: .65rem
	}

	.note_link {margin-top: 3.6%}

	.l-footer .note_link a {
		margin-left: 0;
		display: block;
		line-height: 2
	}
}

.l-footer.u-100vw {
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
}

.l-footer .logo img {width: 180px;}

@media screen and (max-width: 915px) {
	.l-footer .logo img {
		width: 45%;
		max-width: 180px;
	}
}

.l-footer .note_link a {color: inherit;}

@media screen and (min-width: 769px) {
	.sp {display: none;}
}

/* 汎用 */

.lp .ul-disc {
	padding-left: 1.4em;
	list-style: disc;
}

.lp .btn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 484px;
	min-height: 60px;
	margin: 0 auto;
	padding: 10px 72px;
	box-sizing: border-box;
	border-radius: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #ff5f80;
	box-shadow: 0 3px 0 0 #ff0034;
	text-align: center;
}

.lp .btn a::before {
	content: "";
	position: absolute;
	right: 32px;
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 3px 0 0 rgba(0,0,0,.16) inset;
}

.lp .btn a::after {
	content: "";
	position: absolute;
	right: 43px;
	top: calc(50% - 6px);
	border-left: 8px solid #ff5f80;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

@media screen and (max-width: 640px) {
	.lp .btn a {
		padding-left: 48px;
		padding-right: 48px;
	}
	.lp .btn a::before {
		right: 16px;
	}
	.lp .btn a::after {right: 27px;}
}

.lp .btn.blue a {
	background-color: #0171cf;
	box-shadow: 0 3px 0 0 #1c6bb5;
}

.lp .btn.blue a::after {border-left-color: #0171cf;}


.lp section.campaign {
	padding-top:0;
}

.lp section.campaign .date {
	padding: 6px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #004098;
}

.lp section.campaign .tsumitate {
	padding: 30px 5%;
	text-align: center;
	background: url(../img/bg_tsumitate.jpg) no-repeat center center;
	background-size: cover;
}

.lp section.campaign .tsumitate h3 {
	font-size: 20px;
	font-weight: bold;
	color: #004098;
	line-height: 1;
}

.lp section.campaign .tsumitate .tit {
	font-size: 26px;
	font-weight: bold;
	color: #004098;
	line-height: 1;
	background: url(../img/bg_tsumitate_l.svg) no-repeat left 3% center, url(../img/bg_tsumitate_r.svg) no-repeat right 3% center;
	background-size: 80px auto, 80px auto;
}

.lp section.campaign .tsumitate .tit .point {
	display: block;
	max-width: 308px;
	margin: 0 auto;
}

.lp section.campaign .tsumitate .tit .num img {
	vertical-align: middle;
	margin-top: -8px;
}

.lp section.campaign .tsumitate .tit .em {
	font-size: 36px;
}

.lp section.campaign .tsumitate .list {
	border-top: 2px dashed #BFCFE5;
	text-align: left;
}

.lp section.campaign .tsumitate .list li {
	padding: 10px 0 10px 30px;
	border-bottom: 2px dashed #BFCFE5;
	background: url(../img/ico_check.svg) no-repeat 0 10px;
	background-size: 20px auto;
}

@media screen and (max-width: 640px) {
	.lp section.campaign .tsumitate .tit {
		font-size: 20px;
		background: url(../img/bg_tsumitate_l.svg) no-repeat left 0 top, url(../img/bg_tsumitate_r.svg) no-repeat right 0 top;
		background-size: 60px auto, 60px auto;
	}

	.lp section.campaign .tsumitate .tit .num img {
		width: 60px;
	}

	.lp section.campaign .tsumitate .tit .em {
		font-size: 26px;
	}
}

.lp .mb0 {margin-bottom: 0px!important;}
.lp .mb10 {margin-bottom: 10px!important;}
.lp .mb20 {margin-bottom: 20px!important;}
.lp .mb30 {margin-bottom: 30px!important;}
.lp .mb40 {margin-bottom: 40px!important;}
.lp .mb50 {margin-bottom: 50px!important;}
.lp .mb60 {margin-bottom: 60px!important;}
.lp .mb70 {margin-bottom: 70px!important;}
.lp .mb80 {margin-bottom: 80px!important;}
.lp .mb90 {margin-bottom: 90px!important;}
.lp .mb100 {margin-bottom: 100px!important;}
.lp .mb110 {margin-bottom: 110px!important;}
.lp .mb120 {margin-bottom: 120px!important;}
.lp .mb140 {margin-bottom: 140px!important;}

@media screen and (max-width: 640px) {
	.lp .mb_sp_0 {margin-bottom: 0px!important;}
	.lp .mb_sp_10 {margin-bottom: 10px!important;}
	.lp .mb_sp_20 {margin-bottom: 20px!important;}
	.lp .mb_sp_30 {margin-bottom: 30px!important;}
	.lp .mb_sp_40 {margin-bottom: 40px!important;}
	.lp .mb_sp_50 {margin-bottom: 50px!important;}
	.lp .mb_sp_60 {margin-bottom: 60px!important;}
	.lp .mb_sp_70 {margin-bottom: 70px!important;}
	.lp .mb_sp_80 {margin-bottom: 80px!important;}
	.lp .mb_sp_90 {margin-bottom: 90px!important;}
	.lp .mb_sp_100 {margin-bottom: 100px!important;}
	.lp .mb_sp_110 {margin-bottom: 110px!important;}
	.lp .mb_sp_120 {margin-bottom: 120px!important;}
	.lp .mb_sp_140 {margin-bottom: 140px!important;}
}

.lp .mt0 {margin-top: 0px!important;}
.lp .mt10 {margin-top: 10px!important;}
.lp .mt20 {margin-top: 20px!important;}
.lp .mt30 {margin-top: 30px!important;}
.lp .mt40 {margin-top: 40px!important;}
.lp .mt50 {margin-top: 50px!important;}
.lp .mt60 {margin-top: 60px!important;}
.lp .mt70 {margin-top: 70px!important;}
.lp .mt80 {margin-top: 80px!important;}
.lp .mt90 {margin-top: 90px!important;}
.lp .mt100 {margin-top: 100px!important;}
.lp .mt110 {margin-top: 110px!important;}
.lp .mt120 {margin-top: 120px!important;}

@media screen and (max-width: 640px) {
	.lp .mt_sp_0 {margin-top: 0px!important;}
	.lp .mt_sp_10 {margin-top: 10px!important;}
	.lp .mt_sp_20 {margin-top: 20px!important;}
	.lp .mt_sp_30 {margin-top: 30px!important;}
	.lp .mt_sp_40 {margin-top: 40px!important;}
	.lp .mt_sp_50 {margin-top: 50px!important;}
	.lp .mt_sp_60 {margin-top: 60px!important;}
	.lp .mt_sp_70 {margin-top: 70px!important;}
	.lp .mt_sp_80 {margin-top: 80px!important;}
	.lp .mt_sp_90 {margin-top: 90px!important;}
	.lp .mt_sp_100 {margin-top: 100px!important;}
	.lp .mt_sp_110 {margin-top: 110px!important;}
	.lp .mt_sp_120 {margin-top: 120px!important;}
}

.lp .pb10 {padding-bottom: 10px!important;}
.lp .pb20 {padding-bottom: 20px!important;}
.lp .pb30 {padding-bottom: 30px!important;}
.lp .pb40 {padding-bottom: 40px!important;}
.lp .pb50 {padding-bottom: 50px!important;}
.lp .pb60 {padding-bottom: 60px!important;}
.lp .pb70 {padding-bottom: 70px!important;}
.lp .pb80 {padding-bottom: 80px!important;}
.lp .pb90 {padding-bottom: 90px!important;}
.lp .pb100 {padding-bottom: 100px!important;}
.lp .pb120 {padding-bottom: 120px!important;}

@media screen and (max-width: 640px) {
	.lp .pb_sp_10 {padding-bottom: 10px!important;}
	.lp .pb_sp_20 {padding-bottom: 20px!important;}
	.lp .pb_sp_30 {padding-bottom: 30px!important;}
	.lp .pb_sp_40 {padding-bottom: 40px!important;}
	.lp .pb_sp_50 {padding-bottom: 50px!important;}
	.lp .pb_sp_60 {padding-bottom: 60px!important;}
	.lp .pb_sp_70 {padding-bottom: 70px!important;}
	.lp .pb_sp_80 {padding-bottom: 80px!important;}
	.lp .pb_sp_90 {padding-bottom: 90px!important;}
	.lp .pb_sp_100 {padding-bottom: 100px!important;}
	.lp .pb_sp_120 {padding-bottom: 120px!important;}
}

.lp .pt10 {padding-top: 10px!important;}
.lp .pt20 {padding-top: 20px!important;}
.lp .pt30 {padding-top: 30px!important;}
.lp .pt40 {padding-top: 40px!important;}
.lp .pt50 {padding-top: 50px!important;}
.lp .pt60 {padding-top: 60px!important;}
.lp .pt70 {padding-top: 70px!important;}
.lp .pt80 {padding-top: 80px!important;}
.lp .pt90 {padding-top: 90px!important;}
.lp .pt100 {padding-top: 100px!important;}
.lp .pt120 {padding-top: 120px!important;}

@media screen and (max-width: 640px) {
	.lp .pt_sp_10 {padding-top: 10px!important;}
	.lp .pt_sp_20 {padding-top: 20px!important;}
	.lp .pt_sp_30 {padding-top: 30px!important;}
	.lp .pt_sp_40 {padding-top: 40px!important;}
	.lp .pt_sp_50 {padding-top: 50px!important;}
	.lp .pt_sp_60 {padding-top: 60px!important;}
	.lp .pt_sp_70 {padding-top: 70px!important;}
	.lp .pt_sp_80 {padding-top: 80px!important;}
	.lp .pt_sp_90 {padding-top: 90px!important;}
	.lp .pt_sp_100 {padding-top: 100px!important;}
	.lp .pt_sp_120 {padding-top: 120px!important;}
}

.lp .tal {text-align: left!important;}
.lp .tac {text-align: center!important;}
.lp .tar {text-align: right!important;}

@media screen and (max-width: 640px) {
	.lp .sp_tal {text-align: left!important;}
	.lp .sp_tac {text-align: center!important;}
	.lp .sp_tar {text-align: right!important;}
}

.lp .fs_10 {font-size: 10px!important;}
.lp .fs_12 {font-size: 12px!important;}
.lp .fs_14 {font-size: 14px!important;}
.lp .fs_15 {font-size: 15px!important;}
.lp .fs_16 {font-size: 16px!important;}
.lp .fs_18 {font-size: 18px!important;}
.lp .fs_20 {font-size: 20px!important;}
.lp .fs_21 {font-size: 21px!important;}
.lp .fs_22 {font-size: 22px!important;}
.lp .fs_24 {font-size: 24px!important;}
.lp .fs_25 {font-size: 25px!important;}
.lp .fs_26 {font-size: 26px!important;}
.lp .fs_28 {font-size: 28px!important;}
.lp .fs_30 {font-size: 30px!important;}
.lp .fs_32 {font-size: 32px!important;}
.lp .fs_34 {font-size: 34px!important;}
.lp .fs_36 {font-size: 36px!important;}
.lp .fs_37 {font-size: 37px!important;}
.lp .fs_38 {font-size: 38px!important;}
.lp .fs_40 {font-size: 40px!important;}
.lp .fs_42 {font-size: 42px!important;}
.lp .fs_44 {font-size: 44px!important;}
.lp .fs_46 {font-size: 46px!important;}
.lp .fs_48 {font-size: 48px!important;}

@media screen and (max-width: 640px) {
	.lp .fs_sp_10 {font-size: 10px!important;}
	.lp .fs_sp_12 {font-size: 12px!important;}
	.lp .fs_sp_14 {font-size: 14px!important;}
	.lp .fs_sp_15 {font-size: 15px!important;}
	.lp .fs_sp_16 {font-size: 16px!important;}
	.lp .fs_sp_18 {font-size: 18px!important;}
	.lp .fs_sp_20 {font-size: 20px!important;}
	.lp .fs_sp_21 {font-size: 21px!important;}
	.lp .fs_sp_22 {font-size: 22px!important;}
	.lp .fs_sp_24 {font-size: 24px!important;}
	.lp .fs_sp_25 {font-size: 25px!important;}
	.lp .fs_sp_26 {font-size: 26px!important;}
	.lp .fs_sp_28 {font-size: 28px!important;}
	.lp .fs_sp_30 {font-size: 30px!important;}
	.lp .fs_sp_32 {font-size: 32px!important;}
	.lp .fs_sp_34 {font-size: 34px!important;}
	.lp .fs_sp_36 {font-size: 36px!important;}
	.lp .fs_sp_37 {font-size: 37px!important;}
	.lp .fs_sp_38 {font-size: 38px!important;}
	.lp .fs_sp_40 {font-size: 40px!important;}
	.lp .fs_sp_42 {font-size: 42px!important;}
	.lp .fs_sp_44 {font-size: 44px!important;}
	.lp .fs_sp_46 {font-size: 46px!important;}
	.lp .fs_sp_48 {font-size: 48px!important;}
}

.lp .lh_10 {line-height: 1!important;}
.lp .lh_12 {line-height: 1.2!important;}
.lp .lh_14 {line-height: 1.4!important;}
.lp .lh_15 {line-height: 1.5!important;}
.lp .lh_16 {line-height: 1.6!important;}
.lp .lh_18 {line-height: 1.8!important;}
.lp .lh_20 {line-height: 2!important;}

.lp .ls_0 {letter-spacing: 0!important;}
.lp .ls_05 {letter-spacing: .05em!important;}
.lp .ls_075 {letter-spacing: .075em!important;}
.lp .ls_12 {letter-spacing: .12em!important;}

.lp .fw_normal {font-weight: normal!important;}
.lp .fw_medium {font-weight: 500!important;}
.lp .fw_bold {font-weight: bold!important;}

.lp .td_none {text-decoration: none!important;}
.lp .td_underline {text-decoration: underline!important;}

.lp .color_white {color: #fff!important;}
.lp .color_blue {color: #014099!important;}
.lp .color_lightblue {color: #1767cb!important;}
.lp .color_gray {color: #646464!important;}
.lp .color_red {color: #dd0000!important;}

.lp .inline {display: inline-block;}

.lp .overimg {transition: opacity .3s;}

@media (hover: hover) and (pointer: fine) {
	.overimg:hover {opacity: .7;}
}


@media screen and (min-width: 641px) {
	.pc_none {display: none;}
}
@media screen and (max-width: 640px) {
	.sp_none {display: none;}
}