@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　99. 汎用スタイル

******************************************************************************* */
#container {
	padding-top: 0;
	padding-bottom: 150px;
	overflow: hidden;
}
body {
	color: #000;
}
/* ==

　99. 汎用スタイル

=============================================================================== */
/* メインビジュアル
------------------------------------------------------------------------------- */
.lpdVisual01 {
	position: relative;
	margin: 0 0 150px;
}
.lpdVisual01_img {
	width: 100%;
	max-width: none;
}
.lpdVisual01_front {
	position: absolute;
	top: 50%;
	min-width: 290px;
	padding: 50px 60px 50px 40px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.lpdVisual01_front-r {
	right: 10%;
}
.lpdVisual01_front-l {
	left: 10%;
}
.lpdVisual01_tit {
	position: relative;
	line-height: 1.3;
	margin: 0 0 30px;
	padding: 28px 0 0;
	font-size: 38px;
}
.lpdVisual01_tit:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 3px;
}
.lpdVisual01_tit-small {
	display: block;
	font-size: 24px;
}
.lpdVisual01_txt {
	line-height: 1.4;
	font-size: 24px;
}
.lpdVisual01_stxt {
	line-height: 1.7;
	font-size: 15px;
}
.lpdVisual01 .lpdVisual01_tit:before {
	background-color: #869999;
}
.lpdVisual01 .lpdVisual01_tit,
.lpdVisual01 .lpdVisual01_txt,
.lpdVisual01 .lpdVisual01_stxt {
	color: #000;
}
@media only screen and (max-width: 1440px) {
	.lpdVisual01 {
		margin-bottom: 10.416vw;
	}
	.lpdVisual01_front {
		min-width: 20.138vw;
		padding: 3.472vw 4.166vw 3.472vw 2.777vw;
	}
	.lpdVisual01_tit {
		margin-bottom: 2.083vw;
		padding-top: 1.944vw;
		font-size: 2.638vw;
	}
	.lpdVisual01_tit-small {
		font-size: 1.666vw;
	}
	.lpdVisual01_tit:before {
		width: 4.027vw;
		height: 0.208vw;
	}
	.lpdVisual01_txt {
		font-size: 1.666vw;
	}
	.lpdVisual01_stxt {
		font-size: 1.041vw;
	}
}
@media only screen and (max-width: 970px) {
	.lpdVisual01 {
		margin-bottom: 98px;
	}
	.lpdVisual01_front {
		min-width: 191px;
		padding: 32px 39px 32px 26px;
	}
	.lpdVisual01_tit {
		margin-bottom: 19px;
		padding-top: 18px;
		font-size: 25px;
	}
	.lpdVisual01_tit-small {
		font-size: 15px;
	}
	.lpdVisual01_tit:before {
		width: 38px;
		height: 1px;
	}
	.lpdVisual01_txt {
		font-size: 15px;
	}
	.lpdVisual01_stxt {
		font-size: 9px;
	}
}
.lpdVisual01 {
	margin: 0 0 60px;
}
.lpdVisual01_bg {
	position: relative;
}
.lpdVisual01_front {
	padding: 41px 60px 36px 40px;
}
.lpdVisual01_tit {
	margin: 0 0 22px;
	padding: 0;
}
.lpdVisual01_tit:before {
	content: none;
}
.lpdVisual01_lp {
	margin: 45px 0 0;
	text-align: center;
}
.lpdVisual01_lp a {
	display: inline-block;
	position: relative;
	line-height: 1.4;
	border-radius: 4px;
	padding: 8px 58px 10px 15px;
	background-color: #869999;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	transition: opacity 0.3s !important;
}
.d_hover .lpdVisual01_lp a:hover {
	opacity: 0.7;
}
.lpdVisual01_lp a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.lpdVisual01_logo {
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: 256px;
	height: 90px;
}
@media only screen and (max-width: 1440px) {
	.lpdVisual01 {
		margin: 0 0 4.166vw;
	}
	.lpdVisual01_front {
		padding: 2.847vw 4.166vw 2.5vw 2.777vw;
	}
	.lpdVisual01_tit {
		margin: 0 0 1.527vw;
	}
	.lpdVisual01_lp {
		margin: 3.125vw 0 0;
	}
	.lpdVisual01_lp a {
		padding: 0.555vw 4.027vw 0.694vw 1.041vw;
		font-size: 1.041vw;
	}
	.lpdVisual01_lp a:after {
		right: 0.972vw;
		width: 0.555vw;
		height: 0.555vw;
		margin-top: -0.347vw;
		border-width: 0.138vw 0.138vw 0 0;
	}
	.lpdVisual01_logo {
		bottom: 2.777vw;
		left: 2.777vw;
		width: 17.777vw;
		height: 6.25vw;
	}
}
@media only screen and (max-width: 970px) {
	.lpdVisual01 {
		margin: 0 0 39px;
	}
	.lpdVisual01_front {
		padding: 27px 39px 23px 26px;
	}
	.lpdVisual01_tit {
		margin: 0 0 14px;
	}
	.lpdVisual01_lp {
		margin: 29px 0 0;
	}
	.lpdVisual01_lp a {
		padding: 5px 38px 6px 9px;
		font-size: 9px;
	}
	.lpdVisual01_lp a:after {
		right: 9px;
		width: 5px;
		height: 5px;
		margin-top: -3px;
		border-width: 1px 1px 0 0;
	}
	.lpdVisual01_logo {
		bottom: 26px;
		left: 26px;
		width: 168px;
		height: 59px;
	}
}
/* リード
------------------------------------------------------------------------------- */
.lpdLead01 {
	margin: 0 0 120px;
	padding: 0 20px;
}
.lpdLead01_in {
	max-width: 1360px;
	margin: 0 auto;
}
.lpdLead01_tit {
	line-height: 1.368;
	margin: 0 0 54px;
	color: #869999;
	font-size: 38px;
	letter-spacing: 0.01em;
	text-align: center;
}
.lpdLead01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	font-size: 100%;
}
.lpdLead01_list-2c {
	max-width: 1040px;
	margin: auto;
}
.lpdLead01_item {
	width: 420px;
	background-color: #f4f4f4;
}
.lpdLead01_wrap {
	display: block;
	color: #333;
	text-decoration: none;
}
.lpdLead01_img {
	display: block;
}
.lpdLead01_stit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1.448;
	padding: 33px 10px 103px;
	color: #fff;
	font-size: 29px;
	text-align: center;
}
.lpdLead01_stit-t1 {
	background-color: #769763;
}
.lpdLead01_stit-t2 {
	background-color: #1d5f98;
}
.lpdLead01_stit-t3 {
	background-color: #ee8981;
}
.lpdLead01_stit::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 41px;
	left: 0;
	width: 53px;
	height: 31px;
	margin: 0 auto;
	background: url(../images/ico_arw01.png) center center no-repeat;
	background-size: 53px 31px;	
}
.lpdLead01_info {
	padding: 29px 20px;
	text-align: center;
}
.lpdLead01_ttit {
	line-height: 1.172;
	margin: 0 0 16px;
	font-size: 29px;
	letter-spacing: 0.02em;
}
.lpdLead01_txt {
	line-height: 1.625;
	font-size: 16px;
}
.lpdLead01_btn {
	display: inline-block;
	position: relative;
	margin: 27px 0 0;
	padding: 6px 56px 7px 33px;
	border: 2px solid #869999;
	border-radius: 5px;
	color: #869999;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lpdLead01_btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 9px;
	margin: -5px 0 0;
	background: url(../images/ico_arw02.png) center center no-repeat;
	background-size: 14px 9px;	
}
.d_hover .lpdLead01_btn:hover:after {
	background-image: url(../images/ico_arw03.png)
}
.d_hover .lpdLead01_btn:hover {
	background-color: #869999;
	color: #fff;
}
@media only screen and (max-width: 1440px) {
	.lpdLead01 {
		margin: 0 0 8.333vw;
	}
	.lpdLead01_in {
		max-width: 94.444vw;
	}
	.lpdLead01_tit {
		margin: 0 0 3.75vw;
		font-size: 2.638vw;
	}
	.lpdLead01_list-2c {
		max-width: 72.222vw;
	}
	.lpdLead01_item {
		width: 29.166vw;
	}
	.lpdLead01_stit {
		padding: 2.291vw 0.694vw 7.152vw;
		font-size: 2.013vw;
	}
	.lpdLead01_stit::after {
		bottom: 2.847vw;
		width: 3.68vw;
		height: 2.152vw;
		background-size: 3.68vw 2.152vw;	
	}
	.lpdLead01_info {
		padding: 2.013vw 1.388vw;
	}
	.lpdLead01_ttit {
		margin: 0 0 1.111vw;
		font-size: 2.013vw;
	}
	.lpdLead01_txt {
		font-size: 1.111vw;
	}
	.lpdLead01_btn {
		margin: 1.875vw 0 0;
		padding: 0.416vw 3.888vw 0.486vw 2.291vw;
		border-radius: 0.347vw;
		font-size: 1.111vw;
	}
	.lpdLead01_btn:after {
		right: 0.694vw;
		width: 0.972vw;
		height: 0.625vw;
		margin: -0.347vw 0 0;
		background-size: 0.972vw 0.625vw;	
	}
}
@media only screen and (max-width: 970px) {
	.lpdLead01 {
		margin: 0 0 79px;
	}
	.lpdLead01_in {
		max-width: 897px;
	}
	.lpdLead01_tit {
		margin: 0 0 35px;
		font-size: 25px;
	}
	.lpdLead01_list-2c {
		max-width: 686px;
	}
	.lpdLead01_item {
		width: 277px;
	}
	.lpdLead01_stit {
		padding: 21px 6px 67px;
		font-size: 19px;
	}
	.lpdLead01_stit::after {
		bottom: 27px;
		width: 34px;
		height: 20px;
		background-size: 34px 20px;	
	}
	.lpdLead01_info {
		padding: 19px 13px;
	}
	.lpdLead01_ttit {
		margin: 0 0 10px;
		font-size: 19px;
	}
	.lpdLead01_txt {
		font-size: 10px;
	}
	.lpdLead01_btn {
		margin: 17px 0 0;
		padding: 3px 36px 4px 21px;
		border-radius: 3px;
		font-size: 10px;
	}
	.lpdLead01_btn:after {
		right: 6px;
		width: 9px;
		height: 5px;
		margin: -3px 0 0;
		background-size: 9px 5px;	
	}
}
/* 見出し
------------------------------------------------------------------------------- */
.lpdHeading01 {
	position: relative;
	margin: 0 0 43px;
	text-align: center;
}
.lpdHeading01 img {
	display: inline-block;
	width: 655px;
}
.lpdHeading01 span {
	display: block;
	position: relative;
	max-width: 210px;
	height: 10px;
	margin: 0 auto;
}
.lpdHeading01 span:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 4px;
	width: 15px;
	border-bottom: 2px solid #aca499;
	transform: rotate(-150deg);
}
.lpdHeading01 span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #aca499;
}
.lpdHeading01-t1 span:before {
	border-color: #769763;
}
.lpdHeading01-t1 span:after {
	background-color: #769763;
}
.lpdHeading01-t2 span:before {
	border-color: #1d5f98;
}
.lpdHeading01-t2 span:after {
	background-color: #1d5f98;
}
.lpdHeading01-t3 span:before {
	border-color: #ee8981;
}
.lpdHeading01-t3 span:after {
	background-color: #ee8981;
}
.lpdHeading02 {
	margin: 20px 0 55px;
	color: #000;
	text-align: center;
}
.lpdHeading02_tit {
	line-height: 1.368;
	font-size: 38px;
}
.lpdHeading02_tit-t1 {
	color: #769763;
}
.lpdHeading02_tit-t2 {
	color: #1d5f98;
}
.lpdHeading02_tit-t3 {
	color: #ee8981;
}
.lpdHeading02_txt {
	line-height: 1.448;
	margin: 20px 0 0;
	font-size: 29px;
}
.lpdHeading03 {
	margin: 0 0 46px;
	text-align: center;
}
.lpdHeading03-t1 {
	color: #769763;
}
.lpdHeading03_tit {
	line-height: 1.368;
	font-size: 38px;
	letter-spacing: 0.02em;
}
.lpdHeading03_txt {
	line-height: 1.6;
	margin: 6px 0 0;
	font-size: 24px;
}
@media only screen and (max-width: 1440px) {
	.lpdHeading01 {
		margin: 0 0 2.986vw;
	}
	.lpdHeading01 img {
		width: 45.486vw;
	}
	.lpdHeading01 span {
		max-width: 14.583vw;
		height: 0.694vw;
	}
	.lpdHeading01 span:before {
		width: 1.041vw;
	}
	.lpdHeading02 {
		margin: 1.388vw 0 3.819vw;
	}
	.lpdHeading02_tit {
		font-size: 2.638vw;
	}
	.lpdHeading02_txt {
		margin: 1.388vw 0 0;
		font-size: 2.013vw;
	}
	.lpdHeading03 {
		margin: 0 0 3.194vw;
	}
	.lpdHeading03_tit {
		font-size: 2.638vw;
	}
	.lpdHeading03_txt {
		margin: 0.416vw 0 0;
		font-size: 1.666vw;
	}
}
@media only screen and (max-width: 970px) {
	.lpdHeading01 {
		margin: 0 0 28px;
	}
	.lpdHeading01 img {
		width: 432px;
	}
	.lpdHeading01 span {
		max-width: 138px;
		height: 6px;
	}
	.lpdHeading01 span:before {
		width: 9px;
	}
	.lpdHeading02 {
		margin: 13px 0 36px;
	}
	.lpdHeading02_tit {
		font-size: 25px;
	}
	.lpdHeading02_txt {
		margin: 13px 0 0;
		font-size: 19px;
	}
	.lpdHeading03 {
		margin: 0 0 30px;
	}
	.lpdHeading03_tit {
		font-size: 25px;
	}
	.lpdHeading03_txt {
		margin: 3px 0 0;
		font-size: 15px;
	}
}
/* 大枠
------------------------------------------------------------------------------- */
.lpdWrap01 {
	padding: 0 20px;
}
/* ピックアップ
------------------------------------------------------------------------------- */
.lpdPickup01 {
	max-width: 1040px;
	margin: 0 auto 70px;
	padding: 30px 110px 40px;
	background-color: #769763;
	color: #fff;
	box-sizing: border-box;
}
.lpdPickup01_tit {
	line-height: 1.448;
	font-size: 29px;
	text-align: center;
}
.lpdPickup01_txt {
	line-height: 1.625;
	margin: 20px 0 0;
	font-size: 16px;
}
@media only screen and (max-width: 1440px) {
	.lpdPickup01 {
		max-width: 72.222vw;
		margin: 0 auto 4.861vw;
		padding: 2.083vw 7.638vw 2.777vw;
	}
	.lpdPickup01_tit {
		font-size: 2.013vw;
	}
	.lpdPickup01_txt {
		margin: 1.388vw 0 0;
		font-size: 1.111vw;
	}
}
@media only screen and (max-width: 970px) {
	.lpdPickup01 {
		max-width: 686px;
		margin: 0 auto 46px;
		padding: 19px 72px 26px;
	}
	.lpdPickup01_tit {
		font-size: 19px;
	}
	.lpdPickup01_txt {
		margin: 13px 0 0;
		font-size: 10px;
	}
}
/* プラン
------------------------------------------------------------------------------- */
.lpdPlan01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: 1160px;
	margin: 0 auto 110px;
}
.lpdPlan01 + .lpdPlan01 {
	border-top: 2px solid #c8c8c8;
	margin: -50px auto 0;
	padding: 50px 0 0;
}
.lpdPlan01.lpdPlan01-reverse {
	flex-direction: row-reverse;
}
.lpdPlan01_img {
	width: 57.76%;
	max-width: 670px;
}
.lpdPlan01_info {
	position: relative;
	width: 42.24%;
	padding: 0 0 0 50px;
	box-sizing: border-box;
}
.lpdPlan01_info:first-child {
	padding: 0 50px 0 0;
}
.lpdPlan01_img-w2 {
	width: 62.42%;
	max-width: 724px;
}
.lpdPlan01_info-w2 {
	width: 37.58%;
}
.lpdPlan01_img-w3 {
	width: 65.78%;
	max-width: 763px;
}
.lpdPlan01_info-w3 {
	width: 34.22%;
}
.lpdPlan01.lpdPlan01-reverse .lpdPlan01_info {
	padding: 0 50px 0 0;
}
.lpdPlan01_data {
	position: absolute;
	bottom: 0;
	left: 50px;
	line-height: 1.625;
	font-size: 16px;
}
.lpdPlan01_img:last-child .lpdPlan01_data {
	left: 0;
}
.lpdPlan01_list {
	font-size: 100%;
}
.lpdPlan01_item {
	position: relative;
	margin: 39px 0 0;
	padding: 0 0 0 83px;
}
.lpdPlan01_item:first-child {
	margin-top: 0;
}
.lpdPlan01_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 61px;
	height: 61px;
	margin: -33px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 61px 61px;
}
.lpdPlan01_item01-n1::before {
	background-image: url(../images/ico_num01.png);
}
.lpdPlan01_item01-n2::before {
	background-image: url(../images/ico_num02.png);
}
.lpdPlan01_tit {
	line-height: 1.2;
	margin: 0 0 14px;
	font-size: 38px;
}
.lpdPlan01_stit {
	line-height: 1.75;
	margin: 0 0 46px;
	color: #769763;
	font-size: 24px;
}
.lpdPlan01_tit-t2 {
	color: #1d5f98;
}
.lpdPlan01_tit-t3 {
	color: #ee8981;
}
.lpdPlan01_catch {
	line-height: 1.2;
	font-size: 24px;
}
.lpdPlan01_txt {
	line-height: 1.625;
	margin: 6px 0 0;
	font-size: 16px;
}
@media only screen and (max-width: 1440px) {
	.lpdPlan01 {
		max-width: 80.555vw;
		margin: 0 auto 7.638vw;
	}
	.lpdPlan01 + .lpdPlan01 {
		margin: -3.472vw auto 0;
		padding: 3.472vw 0 0;
	}
	.lpdPlan01_img {
		max-width: 46.527vw;
	}
	.lpdPlan01_info {
		padding: 0 0 0 3.472vw;
	}
	.lpdPlan01_img-w2 {
		max-width: 50.277vw;
	}
	.lpdPlan01_img-w3 {
		max-width: 52.986vw;
	}
	.lpdPlan01.lpdPlan01-reverse .lpdPlan01_info {
		padding: 0 3.472vw 0 0;
	}
	.lpdPlan01_data {
		left: 3.472vw;
		font-size: 1.111vw;
	}
	.lpdPlan01_item {
		margin: 2.708vw 0 0;
		padding: 0 0 0 5.763vw;
	}
	.lpdPlan01_item::before {
		width: 4.236vw;
		height: 4.236vw;
		margin: -2.291vw 0 0;
		background-size: 4.236vw 4.236vw;
	}
	.lpdPlan01_tit {
		margin: 0 0 0.972vw;
		font-size: 2.638vw;
	}
	.lpdPlan01_stit {
		margin: 0 0 3.194vw;
		font-size: 1.666vw;
	}
	.lpdPlan01_catch {
		font-size: 1.666vw;
	}
	.lpdPlan01_txt {
		margin: 0.416vw 0 0;
		font-size: 1.111vw;
	}
}
@media only screen and (max-width: 970px) {
	.lpdPlan01 {
		max-width: 765px;
		margin: 0 auto 72px;
	}
	.lpdPlan01 + .lpdPlan01 {
		margin: -32px auto 0;
		padding: 32px 0 0;
	}
	.lpdPlan01_img {
		max-width: 442px;
	}
	.lpdPlan01_info {
		padding: 0 0 0 32px;
	}
	.lpdPlan01_img-w2 {
		max-width: 477px;
	}
	.lpdPlan01_img-w3 {
		max-width: 503px;
	}
	.lpdPlan01.lpdPlan01-reverse .lpdPlan01_info {
		padding: 0 32px 0 0;
	}
	.lpdPlan01_data {
		left: 32px;
		font-size: 10px;
	}
	.lpdPlan01_item {
		margin: 25px 0 0;
		padding: 0 0 0 54px;
	}
	.lpdPlan01_item::before {
		width: 40px;
		height: 40px;
		margin: -21px 0 0;
		background-size: 40px 40px;
	}
	.lpdPlan01_tit {
		margin: 0 0 9px;
		font-size: 25px;
	}
	.lpdPlan01_stit {
		margin: 0 0 30px;
		font-size: 15px;
	}
	.lpdPlan01_catch {
		font-size: 15px;
	}
	.lpdPlan01_txt {
		margin: 3px 0 0;
		font-size: 10px;
	}
}
/* チェック
------------------------------------------------------------------------------- */
.lpdCheck01 {
	max-width: 830px;
	margin: 60px auto;
	padding: 26px 0 31px;
	text-align: center; 
}
.lpdCheck01-t1 {
	background-color: #e4eae0;
	color: #769763;
}
.lpdCheck01-t2 {
	background-color: #d2dfea;
	color: #1d5f98;
}
.lpdCheck01-t3 {
	background-color: #FCE7E6;
	color: #ee8981;
}
.lpdCheck01_tit {
	line-height: 1.416;
	font-size: 24px;
}
.lpdCheck01_txt {
	line-height: 1.75;
	margin: 4px 0 0;
	font-size: 14px;
}
.lpdCheck01_btn {
	display: inline-block;
	position: relative;
	width: 300px;
	line-height: 58px;
	margin: 9px 0 0;
	padding: 0 0 2px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s;
}
.lpdCheck01_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 25px;
	height: 2px;
	background-color: #fff;
}
.lpdCheck01_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 19px;
	width: 14px;
	height: 2px;
	margin: -4px 0 0;
	background-color: #fff;
	-webkit-transform:rotate(35deg);
	-ms-transform:rotate(35deg);
	transform:rotate(35deg);
}
.d_hover .lpdCheck01_btn:hover {
	opacity: 0.6;
}
.lpdCheck01-t1 .lpdCheck01_btn {
	background-color: #769763;
}
.lpdCheck01-t2 .lpdCheck01_btn {
	background-color: #1d5f98;
}
.lpdCheck01-t3 .lpdCheck01_btn {
	background-color: #ee8981;
}
.lpdCheck01_caption {
	line-height: 1.5;
	margin: 15px 0 100px;
	font-size: 16px;
	text-align: center;
}
@media only screen and (max-width: 1440px) {
	.lpdCheck01 {
		max-width: 57.638vw;
		margin: 4.166vw auto;
		padding: 1.805vw 0 2.152vw;
	}
	.lpdCheck01_tit {
		font-size: 1.666vw;
	}
	.lpdCheck01_txt {
		margin: 0.277vw 0 0;
		font-size: 0.972vw;
	}
	.lpdCheck01_btn {
		width: 20.833vw;
		line-height: 4.027vw;
		margin: 0.625vw 0 0;
		padding: 0 0 0.138vw;
		font-size: 1.944vw;
	}
	.lpdCheck01_btn::before {
		right: 1.388vw;
		width: 1.736vw;
		height: 0.138vw;
	}
	.lpdCheck01_btn::after {
		right: 1.319vw;
		width: 0.972vw;
		height: 0.138vw;
		margin: -0.277vw 0 0;
	}
	.lpdCheck01_caption {
		margin: 1.041vw 0 6.944vw;
		font-size: 1.111vw;
	}
}
@media only screen and (max-width: 970px) {
	.lpdCheck01 {
		max-width: 547px;
		margin: 39px auto;
		padding: 17px 0 20px;
	}
	.lpdCheck01_tit {
		font-size: 15px;
	}
	.lpdCheck01_txt {
		margin: 2px 0 0;
		font-size: 9px;
	}
	.lpdCheck01_btn {
		width: 197px;
		line-height: 38px;
		margin: 5px 0 0;
		padding: 0 0 1px;
		font-size: 18px;
	}
	.lpdCheck01_btn::before {
		right: 13px;
		width: 16px;
		height: 1px;
	}
	.lpdCheck01_btn::after {
		right: 12px;
		width: 9px;
		height: 1px;
		margin: -2px 0 0;
	}
	.lpdCheck01_caption {
		margin: 9px 0 65px;
		font-size: 10px;
	}
}
/* スタイル
------------------------------------------------------------------------------- */
.lpdStyle01	{
	position: relative;
	margin: 90px -500% 60px;
	padding: 37px 500% 41px;
}
.lpdStyle01.mb00 {
	margin-bottom: 0;
}
.lpdStyle01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}
.lpdStyle01::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}
.lpdStyle01-t1::after {
	left: -webkit-calc(50% + 410px);
	left: calc(50% + 410px);
	background-color: #fff;
}
.lpdStyle01-t1::before {
	background-color: #e4eae0;
}
.lpdStyle01-t2::after {
	right: -webkit-calc(50% + 410px);
	right: calc(50% + 410px);
	background-color: #fff;
}
.lpdStyle01-t2::before {
	height: -webkit-calc(100% - 145px);
	height: calc(100% - 145px);
	background-color: #d2dfea;
}
.lpdStyle01-t3::after {
	left: -webkit-calc(50% + 410px);
	left: calc(50% + 410px);
	background-color: #fff;
}
.lpdStyle01-t3::before {
	height: -webkit-calc(100% - 145px);
	height: calc(100% - 145px);
	background-color: #d2dfea;
}
.lpdStyle01-t4::after {
	right: -webkit-calc(50% + 410px);
	right: calc(50% + 410px);
	background-color: #fff;
}
.lpdStyle01-t4::before {
	height: -webkit-calc(100% - 145px);
	height: calc(100% - 145px);
	background-color: #FCE7E6;
}
.lpdStyle01_in {
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
	z-index: 1;
}
.lpdStyle01_head {
	margin: 0 0 35px;
	text-align: center;
}
.lpdStyle01-t1 .lpdStyle01_head {
	color: #769763;
}
.lpdStyle01-t2 .lpdStyle01_head,
.lpdStyle01-t3 .lpdStyle01_head {
	color: #1d5f98;
}
.lpdStyle01-t4 .lpdStyle01_head {
	color: #ee8981;
}
.lpdStyle01_tit {
	line-height: 1.368;
	font-size: 38px;
	letter-spacing: 0.02em;
}
.lpdStyle01_lead {
	line-height: 1.5;
	margin: 8px 0 0;
	font-size: 24px;
}
.lpdStyle01_catch {
	line-height: 1.448;
	margin: 0 0 40px;
	color: #333;
	font-size: 29px;
	text-align: center;
}
.lpdStyle01_catch.mb00 {
	margin-bottom: 0;
}
.lpdStyle01_sub {
	line-height: 1.625;
	margin: 7px 0 46px;
	font-size: 16px;
	text-align: center;
}
.lpdStyle01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -60px -10px 0;
	color: #333;
	font-size: 100%;
}
.lpdStyle01_min {
	max-width: 946px;
	margin: 0 auto;
}
.lpdStyle01_min .lpdStyle01_list {
	margin: -60px -34px 0;
}
.lpdStyle01_min .lpdStyle01_item {
	width: -webkit-calc(50% - 68px);
	width: calc(50% - 68px);
	margin: 60px 34px 0;
}
.lpdStyle01_item {
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
	margin: 60px 10px 0;
}
.lpdStyle01_info-ico {
	position: relative;
}
.lpdStyle01_info-ico::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -55px;
	width: 91px;
	height: 91px;
	margin: -47px 0 0;
	background: url(../images/ico_kakeru01.png) center center no-repeat;
	background-size: 91px 91px;
}
.lpdStyle01-t1  .lpdStyle01_item {
	background-color: #fff;
}
.lpdStyle01-t1  .lpdStyle01_item.lpdStyle01_item-bc {
	background-color: #000;
	color: #fff;
}
.lpdStyle01-t2  .lpdStyle01_item,
.lpdStyle01-t3  .lpdStyle01_item {
	background-color: #1d5f98;
	color: #fff;
}
.lpdStyle01-t4  .lpdStyle01_item {
	background-color: #ee8981;
	color: #fff;
}
.lpdStyle01_img {
	display: block;
}
.lpdStyle01_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding: 16px 20px 26px;
	text-align: center;
}
.lpdStyle01_stit {
	line-height: 1.857;
	margin: 0 0 5px;
	font-size: 28px;
}
.lpdStyle01_txt {
	line-height: 1.625;
	font-size: 16px;
}
.lpdStyle01_note {
	line-height: 1.75;
	margin: 15px 0 -31px;
	color: #333;
	font-size: 16px;
	text-align: center;
}
@media only screen and (max-width: 1440px) {
	.lpdStyle01	{
		margin: 6.25vw -500% 4.166vw;
		padding: 2.569vw 500% 2.847vw;
	}
	.lpdStyle01-t1::after {
		left: -webkit-calc(50% + 28.472vw);
		left: calc(50% + 28.472vw);
	}
	.lpdStyle01-t2::after {
		right: -webkit-calc(50% + 28.472vw);
		right: calc(50% + 28.472vw);
	}
	.lpdStyle01-t2::before {
		height: -webkit-calc(100% - 10.069vw);
		height: -calc(100% - 10.069vw);
	}
	.lpdStyle01-t3::after {
		left: -webkit-calc(50% + 28.472vw);
		left: calc(50% + 28.472vw);
	}4
	.lpdStyle01-t3::before {
		height: -webkit-calc(100% - 10.069vw);
		height: -calc(100% - 10.069vw);
	}
	.lpdStyle01-t4::after {
		right: -webkit-calc(50% + 28.472vw);
		right: calc(50% + 28.472vw);
	}
	.lpdStyle01-t4::before {
		height: -webkit-calc(100% - 10.069vw);
		height: -calc(100% - 10.069vw);
	}
	.lpdStyle01_in {
		max-width: 70.833vw;
	}
	.lpdStyle01_head {
		margin: 0 0 2.43vw;
	}
	.lpdStyle01_tit {
		font-size: 2.638vw;
	}
	.lpdStyle01_lead {
		margin: 0.555vw 0 0;
		font-size: 1.666vw;
	}
	.lpdStyle01_catch {
		margin: 0 0 2.777vw;
		font-size: 2.013vw;
	}
	.lpdStyle01_sub {
		margin: 0.486vw 0 3.194vw;
		font-size: 1.111vw;
	}
	.lpdStyle01_list {
		margin: -4.166vw -0.694vw 0;
	}
	.lpdStyle01_min {
		max-width: 65.694vw;
	}
	.lpdStyle01_min .lpdStyle01_list {
		margin: -4.166vw -2.361vw 0;
	}
	.lpdStyle01_min .lpdStyle01_item {
		width: -webkit-calc(50% - 4.722vw);
		width: calc(50% - 4.722vw);
		margin: 4.166vw 2.361vw 0;
	}
	.lpdStyle01_item {
		width: -webkit-calc(50% - 1.388vw);
		width: calc(50% - 1.388vw);
		margin: 4.166vw 0.694vw 0;
	}
	.lpdStyle01_info-ico::before {
		right: -3.819vw;
		width: 6.319vw;
		height: 6.319vw;
		margin: -3.263vw 0 0;
		background-size: 6.319vw 6.319vw;
	}
	.lpdStyle01_info {
		padding: 1.111vw 1.388vw 1.805vw;
	}
	.lpdStyle01_stit {
		margin: 0 0 0.347vw;
		font-size: 1.944vw;
	}
	.lpdStyle01_txt {
		font-size: 1.111vw;
	}
	.lpdStyle01_note {
		margin: 1.041vw 0 -2.152vw;
		font-size: 1.111vw;
	}
}
@media only screen and (max-width: 970px) {
	.lpdStyle01	{
		margin: 59px -500% 39px;
		padding: 24px 500% 27px;
	}
	.lpdStyle01-t1::after {
		left: -webkit-calc(50% + 270px);
		left: calc(50% + 270px);
	}
	.lpdStyle01-t2::after {
		right: -webkit-calc(50% + 270px);
		right: calc(50% + 270px);
	}
	.lpdStyle01-t2::before {
		height: -webkit-calc(100% - 95px);
		height: -calc(100% - 95px);
	}
	.lpdStyle01-t3::after {
		left: -webkit-calc(50% + 270px);
		left: calc(50% + 270px);
	}
	.lpdStyle01-t3::before {
		height: -webkit-calc(100% - 95px);
		height: -calc(100% - 95px);
	}
	.lpdStyle01-t4::after {
		right: -webkit-calc(50% + 270px);
		right: calc(50% + 270px);
	}
	.lpdStyle01-t4::before {
		height: -webkit-calc(100% - 95px);
		height: -calc(100% - 95px);
	}
	.lpdStyle01_in {
		max-width: 672px;
	}
	.lpdStyle01_head {
		margin: 0 0 23px;
	}
	.lpdStyle01_tit {
		font-size: 25px;
	}
	.lpdStyle01_lead {
		margin: 5px 0 0;
		font-size: 15px;
	}
	.lpdStyle01_catch {
		margin: 0 0 26px;
		font-size: 19px;
	}
	.lpdStyle01_sub {
		margin: 4px 0 30px;
		font-size: 10px;
	}
	.lpdStyle01_list {
		margin: -39px -6px 0;
	}
	.lpdStyle01_min {
		max-width: 624px;
	}
	.lpdStyle01_min .lpdStyle01_list {
		margin: -39px -22px 0;
	}
	.lpdStyle01_min .lpdStyle01_item {
		width: -webkit-calc(50% - 44px);
		width: calc(50% - 44px);
		margin: 39px 22px 0;
	}
	.lpdStyle01_item {
		width: -webkit-calc(50% - 13px);
		width: calc(50% - 13px);
		margin: 39px 6px 0;
	}
	.lpdStyle01_info-ico::before {
		right: -36px;
		width: 60px;
		height: 60px;
		margin: -31px 0 0;
		background-size: 60px 60px;
	}
	.lpdStyle01_info {
		padding: 10px 13px 17px;
	}
	.lpdStyle01_stit {
		margin: 0 0 3px;
		font-size: 18px;
	}
	.lpdStyle01_txt {
		font-size: 10px;
	}
	.lpdStyle01_note {
		margin: 9px 0 -20px;
		font-size: 10px;
	}
}
/* レイアウト
------------------------------------------------------------------------------- */
.lpdBlock01 {
	padding: 0 20px;
}
.lpdBlock01_in {
	max-width: 1280px;
	margin: 0 auto;
}
.lpdBlock01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px;
	color: #333;
	font-size: 100%;	
}
.lpdBlock01_item {
	width: -webkit-calc(33.333% - 40px);
	width: calc(33.333% - 40px);
	margin: 0 20px;
}
.lpdBlock01_img {
	display: block;
}
.lpdBlock01_info {
	padding: 26px 30px 0;
}
.lpdBlock01_sub {
	line-height: 1.8125;
	margin: 0 0 3px;
	font-size: 16px;
	text-align: center;
}
.lpdBlock01_tit {
	line-height: 1.448;
	margin: 0;
	font-size: 29px;
	text-align: center;
}
.lpdBlock01_txt {
	line-height: 1.8125;
	margin: 24px 0 0;
	font-size: 16px;
}
@media only screen and (max-width: 1440px) {
	.lpdBlock01_in {
		max-width: 88.888vw;
	}
	.lpdBlock01_list {
		margin: 0 -1.388vw;
	}
	.lpdBlock01_item {
		width: -webkit-calc(33.333% - 2.777vw);
		width: calc(33.333% - 2.777vw);
		margin: 0 1.388vw;
	}
	.lpdBlock01_info {
		padding: 1.805vw 2.083vw 0;
	}
	.lpdBlock01_sub {
		margin: 0 0 0.208vw;
		font-size: 1.111vw;
	}
	.lpdBlock01_tit {
		font-size: 2.013vw;
	}
	.lpdBlock01_txt {
		margin: 1.666vw 0 0;
		font-size: 1.111vw;
	}
}
@media only screen and (max-width: 970px) {
	.lpdBlock01_in {
		max-width: 844px;
	}
	.lpdBlock01_list {
		margin: 0 -13px;
	}
	.lpdBlock01_item {
		width: -webkit-calc(33.333% - 26px);
		width: calc(33.333% - 26px);
		margin: 0 13px;
	}
	.lpdBlock01_info {
		padding: 17px 19px 0;
	}
	.lpdBlock01_sub {
		margin: 0 0 1px;
		font-size: 10px;
	}
	.lpdBlock01_tit {
		font-size: 19px;
	}
	.lpdBlock01_txt {
		margin: 15px 0 0;
		font-size: 10px;
	}
}
/* リード1
------------------------------------------------------------------------------- */
.lpcLead01 {
	margin: 55px 0 75px;
	padding: 0 20px;
}
.lpcLead01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: 1360px;
	margin: 0 auto;
}
.lpcLead01_in::before {
	content: "";
	display: block;
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 0;
	width: 51.47%;
	height: -webkit-calc(100% - 50px);
	height: calc(100% - 50px);
	background-color: #e4eae0;
}
.lpcLead01_img {
	display: block;
	position: relative;
	width: 62.8%;
	max-width: 840px;
	z-index: 1;
}
.lpcLead01_info {
	display: block;
	position: relative;
	width: 37.2%;
	padding: 107px 80px 40px 56px;
	box-sizing: border-box;
	z-index: 1;
}
.lpcLead01_catch {
	line-height: 1.448;
	margin: 0 0 27px;
	font-size: 29px;
}
.lpcLead01_txt {
	line-height: 1.625;
	font-size: 16px;
}
.lpcLead01_note {
	line-height: 1.642;
	margin: 28px 0 0;
	font-size: 14px;
}
@media only screen and (max-width: 1440px) {
	.lpcLead01 {
		margin: 3.819vw 0 5.208vw;
	}
	.lpcLead01_in {
		max-width: 94.444vw;
	}
	.lpcLead01_in::before {
		top: 3.472vw;
		height: -webkit-calc(100% - 3.472vw);
		height: calc(100% - 3.472vw);
	}
	.lpcLead01_img {
		max-width: 58.333vw;
	}
	.lpcLead01_info {
		padding: 7.43vw 6.25vw 2.777vw 3.888vw;
	}
	.lpcLead01_catch {
		margin: 0 0 1.875vw;
		font-size: 2.013vw;
	}
	.lpcLead01_txt {
		font-size: 1.111vw;
	}
	.lpcLead01_note {
		margin: 1.944vw 0 0;
		font-size: 0.972vw;
	}
}
@media only screen and (max-width: 970px) {
	.lpcLead01 {
		margin: 36px 0 49px;
	}
	.lpcLead01_in {
		max-width: 897px;
	}
	.lpcLead01_in::before {
		top: 32px;
		height: -webkit-calc(100% - 32px);
		height: calc(100% - 32px);
	}
	.lpcLead01_img {
		max-width: 554px;
	}
	.lpcLead01_info {
		padding: 70px 59px 26px 36px;
	}
	.lpcLead01_catch {
		margin: 0 0 17px;
		font-size: 19px;
	}
	.lpcLead01_txt {
		font-size: 10px;
	}
	.lpcLead01_note {
		margin: 18px 0 0;
		font-size: 9px;
	}
}
/* リード2
------------------------------------------------------------------------------- */
.lpcLead02 {
	margin: 55px 0 90px;
	padding: 0 20px;
	color: #fff;
}
.lpcLead02_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: 1360px;
	margin: 0 auto;
}
.lpcLead02_in::before {
	content: "";
	display: block;
	position: absolute;
	top: 81px;
	bottom: 50px;
	left: 0;
	width: 100%;
	height: -webkit-calc(100% - 131px);
	height: calc(100% - 131px);
	background-color: #1d5f98;
}
.lpcLead02_img {
	display: block;
	position: relative;
	width: 60.3%;
	max-width: 820px;
	z-index: 1;
}
.lpcLead02_info {
	display: block;
	position: relative;
	width: 39.7%;
	padding: 140px 90px 100px 56px;
	box-sizing: border-box;
	z-index: 1;
}
.lpcLead02_catch {
	line-height: 1.448;
	margin: 0 0 35px;
	font-size: 29px;
}
.lpcLead02_txt {
	line-height: 1.625;
	font-size: 16px;
}
@media only screen and (max-width: 1440px) {
	.lpcLead02 {
		margin: 3.819vw 0 6.25vw;
	}
	.lpcLead02_in {
		max-width: 94.444vw;
	}
	.lpcLead02_in::before {
		top: 5.625vw;
		bottom: 3.472vw;
		height: -webkit-calc(100% - 9.097vw);
		height: calc(100% - 9.097vw);
	}
	.lpcLead02_img {
		max-width: 56.944vw;
	}
	.lpcLead02_info {
		padding: 9.722vw 6.25vw 6.944vw 3.888vw;
	}
	.lpcLead02_catch {
		margin: 0 0 2.43vw;
		font-size: 2.013vw;
	}
	.lpcLead02_txt {
		font-size: 1.111vw;
	}
}
@media only screen and (max-width: 970px) {
	.lpcLead02 {
		margin: 36px 0 59px;
	}
	.lpcLead02_in {
		max-width: 897px;
	}
	.lpcLead02_in::before {
		top: 53px;
		bottom: 32px;
		height: -webkit-calc(100% - 86px);
		height: calc(100% - 86px);
	}
	.lpcLead02_img {
		max-width: 540px;
	}
	.lpcLead02_info {
		padding: 92px 59px 65px 36px;
	}
	.lpcLead02_catch {
		margin: 0 0 23px;
		font-size: 19px;
	}
	.lpcLead02_txt {
		font-size: 10px;
	}
}
/* リード3
------------------------------------------------------------------------------- */
.lpcLead03 {
	margin: 55px 0 90px;
	padding: 0 20px;
	color: #fff;
}
.lpcLead03_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 0 60px;
}
.lpcLead03_in::before {
	content: "";
	display: block;
	position: absolute;
	top: 108px;
	left: 0;
	width: 76.1%;
	height: -webkit-calc(100% - 108px);
	height: calc(100% - 108px);
	background-color: #ee8981;
}
.lpcLead03_img {
	display: block;
	position: relative;
	width: 51.1%;
	max-width: 597px;
	z-index: 1;
}
.lpcLead03_info {
	display: block;
	position: relative;
	width: 48.9%;
	padding: 165px 100px 0 56px;
	box-sizing: border-box;
	z-index: 1;
}
.lpcLead03_catch {
	line-height: 1.5;
	margin: 0 0 35px;
	font-size: 28px;
}
.lpcLead03_txt {
	line-height: 1.7;
	font-size: 16px;
}
@media only screen and (max-width: 1440px) {
	.lpcLead03 {
		margin: 3.819vw 0 6.25vw;
	}
	.lpcLead03_in {
		max-width: 81.25vw;
		padding: 0 0 4.166vw;
	}
	.lpcLead03_in::before {
		top: 7.5vw;
		height: -webkit-calc(100% - 7.5vw);
		height: calc(100% - 7.5vw);
	}
	.lpcLead03_img {
		max-width: 41.458vw;
	}
	.lpcLead03_info {
		padding: 11.458vw 6.944vw 0 3.888vw;
	}
	.lpcLead03_catch {
		margin: 0 0 2.43vw;
		font-size: 1.944vw;
	}
	.lpcLead03_txt {
		font-size: 1.111vw;
	}
}
@media only screen and (max-width: 970px) {
	.lpcLead03 {
		margin: 36px 0 59px;
	}
	.lpcLead03_in {
		max-width: 771px;
		padding: 0 0 39px;
	}
	.lpcLead03_in::before {
		top: 71px;
		height: -webkit-calc(100% - 71px);
		height: calc(100% - 71px);
	}
	.lpcLead03_img {
		max-width: 393px;
	}
	.lpcLead03_info {
		padding: 108px 65px 0 36px;
	}
	.lpcLead03_catch {
		margin: 0 0 23px;
		font-size: 18px;
	}
	.lpcLead03_txt {
		font-size: 10px;
	}
}
/* カラム
------------------------------------------------------------------------------- */
.sCol01-mt {
	margin-top: 110px;
}
.sCol01_info {
	background-color: #f4f4f4;
}
.sCol01_btn {
	border-color: #869999;
	color: #869999;
}
.sCol01_tit {
	color: #000;
}