 @charset "UTF-8";

/* BASE連携LP
--------------------------------------------------- */
#base-lp {line-height: 1.75;}
#base-lp,
#base-lp * {box-sizing: border-box;}
#base-lp img {max-width: 100%;}
#base-lp ul,
#base-lp ul li {list-style-type:none; margin:0; padding:0;}
/* 冒頭（ロゴ） */
#base-lp .logo-wrap {
	padding: 20px;
	width: 100%;
	max-width: 1300px;
}
#base-lp .logo-wrap .logo {
	float: left;
	max-width: 120px;
}
#base-lp .logo-wrap .logo img {
	vertical-align: middle;
}

/* 冒頭（メインビジュアル） */
#base-lp .base-main-visual {
	background: #0EBF89;
	text-align: center;
	overflow: hidden;
}
#base-lp .base-main-visual .main-catch {
	max-width: 1200px;
	width: 94%;
	background: url(/img/contents/base/mv_img_00.png) no-repeat right 20%;
	background-size: 57% auto;
	text-align: center;
	display: inline-block;
}
#base-lp .base-main-visual .main-catch .service-logos {
	max-width: 250px;
	display: inline-flex;
	flex-wrap: nowrap;
	background: #fff;
	border-radius: 3px;
	padding: 8px 0;
	margin-bottom: 25px;
}
#base-lp .base-main-visual .main-catch .service-logos img {
	padding: 2px 17px 3px;
}
#base-lp .base-main-visual .main-catch .service-logos img:first-child {
	border-right: 1px solid #0EBF89;
}
#base-lp .base-main-visual .main-catch > div > div:not(.service-logos) {
	text-align: left;
	line-height: 0;
}
#base-lp .base-main-visual .main-catch > div > div:not(.service-logos) img:nth-of-type(2) {
	padding-right: 46px;
}
#base-lp .base-main-visual .main-catch > div > div:not(.service-logos) > p {
	line-height: 1.6;
	color: #fff;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	padding: 8px 0 6px;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

/* フォーム部分 */
#base-lp .base-form-wrap {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 6px 0 #009577;
	border: #009577 1px solid;
	margin: 0px auto;
	text-align: center;
	z-index: 2;
	position: relative;
	padding: 0 10px;
}
#base-lp .base-form-wrap.top {
	top: -75px;
	display: flex;
	flex-wrap: nowrap;
	padding: 0 10px;
}
#base-lp .base-form-wrap:not(.top) {
	padding: 40px 55px;
}
#base-lp .base-form-wrap .left {
	border-right: #ccc dashed 1px;
	flex-basis: 57%;
	min-width: 0;
	padding: 35px 30px 30px;
}
#base-lp .base-form-wrap .right {
	padding: 30px;
	flex-shrink: 3;
	flex-basis: 50%;
}
#base-lp .base-form-wrap .form-tx {
	font-size: 26px;
	margin: 0 0 10px 0;
}
#base-lp .entry-form-action {
	margin: 0 auto;
}
#base-lp .base-form-wrap:not(.top) .entry-form-action {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#base-lp .base-form-wrap:not(.top) .entry-form-box {
	width: 57%;
	float: left;
}
#base-lp .form {
	background-color: #F8F8F8;
	background-image: none;
	border-radius: 3px;
	font-size: 20px;
	border: solid 1px #ccc;
	height: 56px;
	padding-left: 15px;
	width: 100%;
	margin-bottom: 12px;
}
#base-lp .base-form-wrap:not(.top) .form {
	height: 54px;
}
#base-lp .form::placeholder {
	color: #ccc;
}
#base-lp .base-form-wrap:not(.top) .mail-button {
	width: 40%;
	position: relative;
	flex-shrink: 0;
}
#base-lp .flat-red-button {
	font-family: "メイリオ", Meiryo, "Hiragino Sans", sans-serif !important;
	background: #eb4f50;
	-webkit-appearance: none;
	border-radius: 30px;
	color: #ffffff;
	font-size: 20px;
	padding: 8px 8px 6px;
	height: 55px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #eb4f50;
	cursor: pointer;
	width: 100%;
	margin-bottom: 20px;
	outline: none;
}
#base-lp .base-form-wrap:not(.top) .flat-red-button {
	height: 54px;
	border-radius: 27px;
}
#base-lp .flat-red-button:hover {
	opacity: 0.8;
}
#base-lp .base-form-wrap .notice {
	margin: 0 auto;
	font-size: 13px;
	max-width: 500px;
}
#base-lp .base-form-wrap .notice ul {
	display: inline-block;
	text-align: left;
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
}
#base-lp .base-form-wrap .right h4 {
	color: #333333;
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	font-size: 14px;
}
#base-lp .base-form-wrap .right h4::before,
#base-lp .base-form-wrap .right h4::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #333333;
}
#base-lp .base-form-wrap .right h4::before { margin-right: 10px; }
#base-lp .base-form-wrap .right h4::after { margin-left: 10px; }
#base-lp .base-form-wrap .right ul,
#base-lp .base-form-wrap .right li {
	width: 100%;
	line-height: 0;
}
#base-lp .base-form-wrap .right ul { position: relative; }
#base-lp .base-form-wrap .right ul::after {
	content: " ";
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: calc(50% + 16px);
	left: calc(50% - 16px);
	z-index: 10;
	background: url('/img/contents/base/icon_plus.svg') no-repeat center center;
	background-size: 33px 33px;
}
#base-lp .base-form-wrap .right ul li:first-child { margin-bottom: 10px; }
/* コンテンツ */
#base-lp .base-about > div,
#base-lp .base-merit > div,
#base-lp .base-flow > div,
#base-lp .base-present > div {
	max-width: 1080px;
	margin: 0 auto;
	min-height: 350px;
	padding: 80px 25px;
}
#base-lp .big-ttl {
	border: none;
	font-size: 0;
	margin-bottom: 50px;
}
#base-lp .base-about {
	width: 100%;
}
#base-lp .base-about > div {
	background: url(/img/contents/base/about_img_02.png) no-repeat right 40%;
	background-size: 51% auto;
}
#base-lp .base-about > div .inside-wrap p:first-child {
	font-size: 20px;
	font-weight: 600;
}
#base-lp .base-about > div .inside-wrap .txt span,
#base-lp .base-present .txt span {
	display: inline;
	background: linear-gradient(transparent 50%, #EEFF95 50%, #EEFF95 88%, transparent 88%);
}
#base-lp .base-merit,
#base-lp .base-present {
	background: #D2F5E9;
}
#base-lp .base-merit li {
	padding: 10% calc(100% - 500px) 0 0;
	background: url(/img/contents/base/merit_img1_00.png) no-repeat right 20%;
	background-size: calc(100% - 555px) auto;
	min-height: 355px;
}
#base-lp .base-merit li:nth-of-type(2) {
	padding: 10% 0 0 calc(100% - 500px);
	background: url(/img/contents/base/merit_img2_00.png) no-repeat left 20%;
	background-size: calc(100% - 555px) auto;
	justify-content: flex-end;
}
#base-lp .base-merit li:nth-of-type(2) p span {font-size: 12px;}
#base-lp .base-merit li:nth-of-type(3) {
	background-image: url(/img/contents/base/merit_img3_00.png);
}
#base-lp .base-merit .list-number {
	display: inline-block;
	height: 122px;
	width: 93px;
	flex-shrink: 0;
}
#base-lp .base-merit h3 {
	font-size: 20px;
	margin: 0 0 10px;
}
#base-lp .base-merit p {
	margin: 0;
}
#base-lp .base-flow > div {
	position: relative;
	padding-bottom: 135px!important;
}
#base-lp .base-flow ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-top: 20px;
}
#base-lp .base-flow li {
	width: 31%;
	border: 2px solid #ddd;
	border-radius: 5px;
	position: relative;
	display: flex;
	z-index: 0;
	text-align: center;
	padding: 40px 30px 15px;
	background: #F8F8F8 ;
}
#base-lp .base-flow li .list-number + div {
	background: url(/img/contents/base/flow_step1_00.png) no-repeat center 89%;
	background-size: 65%;
}
#base-lp .base-flow li:nth-of-type(2) .list-number + div {
	background-image: url(/img/contents/base/flow_step2_00.png);
}
#base-lp .base-flow li:nth-of-type(3) .list-number + div {
	background-image: url(/img/contents/base/flow_step3_00.png);
	background-size: 88%;
}
#base-lp .base-flow li::before {
	content: " ";
	display: inline-block;
	background: #F8F8F8;
	width: 75px;
	height: 2px;
	position: absolute;
	top: -2px;
	left: 20px;
	z-index: 10;
}
#base-lp .base-flow .list-number {
	position: absolute;
	top: -15px;
	width: 59px;
	left: 30px;
	z-index: 15;
}
#base-lp .base-flow h3 {
	margin: 20px 0;
	flex-grow: 0;
}
#base-lp .base-flow p {
	padding-bottom: 155px;
	text-align: left;
	flex-grow: 3;
	margin: 0;
}
#base-lp .base-flow > div > img {
	width: 230px;
	height: auto;
	position: absolute;
	bottom: -24px;
	right: 0;
	z-index: 100;
}
#base-lp .base-present:not(.base-form-wrap) > div:not(.logo-wrap) {
	padding-bottom: 110px;
	position: relative;
}
#base-lp .base-present .big-ttl { margin-bottom: 20px; }
#base-lp .base-present .inside-wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
#base-lp .base-present .inside-wrap .present-plus { margin: 70px 10px 0; }
#base-lp .base-present .inside-wrap dl dt {
	background-color: #ffffff;
	padding: 13px;
	width: 270px;
	margin: 0 auto 25px;
	border-radius: 30px;
	font-size: 18px;
	position: relative;
}
#base-lp .base-present .inside-wrap dl dt::before{
	content: " ";
	display: block;
	width: 16px;
	height: 15px;
	position: absolute;
	top: 100%;
	left: calc(50% - 7px);
	background: url(/img/contents/base/present_fukidashi_00.svg) no-repeat center center;
	background-size: 16px 15px;
}
#base-lp .base-present .inside-wrap dl dd {
	margin: 0 0 10px;
	line-height: 0;
}
#base-lp .base-present > div > img {
	width: 42%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: calc( 50% + 40px );
	z-index: 100;
	max-width: 410px;
}
#base-lp .bottom-area {
	text-align: center;
	background: #0EBF89 url(/img/contents/base/bottom_back_00.png) center top;
	background-size: 873px auto;
	padding: 60px 40px 90px;
}
#base-lp .bottom-area > img {
	padding-bottom: 30px;
}
#base-lp + .push {display: none;}

/* PC */
@media screen and (min-width: 941px) {
	#base-lp .base-main-visual .main-catch {
		padding: 90px 40px 0;
		min-height: 540px;
	}
	#base-lp .base-main-visual .main-catch > div {
		margin-right: 60%;
		margin-left: 5%;
		max-width: 375px;
	}

	#base-lp .base-form-wrap {max-width: 930px;}
	#base-lp .base-form-wrap:not(.top) {max-width: 940px;}
	#base-lp .base-form-wrap:not(.top) .form-tx {font-size: 28px;}
	#base-lp .base-form-wrap:not(.top) .flat-red-button,
	#base-lp .form::placeholder {font-size: 20px;}

	#base-lp .base-about,
	#base-lp .base-merit,
	#base-lp .base-flow,
	#base-lp .base-present{padding: 0 15px;}
	#base-lp .base-about > div {padding-top: 0;}
	#base-lp .base-about .inside-wrap {
		width: 44%;
		text-align: left;
		margin-bottom: 45px;
	}
	#base-lp .base-merit li {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: flex-start;
		padding-top: 10%;
	}
	#base-lp .base-merit li:first-child {margin-top: -25px;}
	#base-lp .base-merit .list-number + div {
		padding-left: 30px;
		border-left: 2px solid #00A875;
	}
	#base-lp .base-present .inside-wrap .left {
		margin: 60px 0;
		flex-shrink: 0;
	}
}
/* SP/TAB */
@media screen and (max-width: 940px) {
	#base-lp > div {
		text-align: center;
	}
	#base-lp .base-main-visual .main-catch {
		background-position: center bottom;
		background-size: 65vw auto;
		padding: 0 25px 40vw;
	}
	#base-lp .base-main-visual .main-catch > div .service-logos {
		margin-bottom: 20px;
	}
	#base-lp .base-main-visual .main-catch > div > div:not(.service-logos) {
		margin: 0 auto;
		max-width: 600px;
	}
	#base-lp .base-main-visual .main-catch > div > div:not(.service-logos) img:nth-of-type(2) {
		padding: 0;
	}
	#base-lp .base-main-visual .main-catch div > div:not(.service-logos) p {
		width: 98%;
		margin: 3px 5px;
	}
	#base-lp .top-area {
		background: #0EBF89;
		padding: 25px 0 40px;
	}
	#base-lp .base-form-wrap.top {
		width: 92%;
	}
	#base-lp .base-form-wrap.top,
	#base-lp .base-form-wrap:not(.top) {
		top: 0;
		display: block;
	}
	#base-lp .base-form-wrap:not(.top) {
		padding: 30px 4%;
	}
	#base-lp .base-form-wrap .left {
		border-right: none;
		padding: 25px 5% 0;
	}
	#base-lp .base-form-wrap .right {padding-top: 20px;}
	#base-lp .base-form-wrap.top .entry-form-box .form {
		height: 45px;
	}
	#base-lp .base-about > div, #base-lp .base-merit > div, #base-lp .base-flow > div, #base-lp .base-present > div {padding: 40px 3%;}
	#base-lp .big-ttl img {
		height: 18px;
		width: auto;
	}
	#base-lp .big-ttl img:first-child {
		height: 64px;
		width: auto;
	}
	#base-lp .big-ttl {margin-bottom: 40px;}
	#base-lp .base-about > div {
		background-position: center bottom;
		background-size: 60vw auto;
		padding-bottom: 40vw;
	}
	#base-lp .base-about .inside-wrap {
		max-width: 600px;
		margin: 0 auto;
	}
	#base-lp .base-about > div .inside-wrap p:first-child,
	#base-lp .base-merit h3,
	#base-lp .base-flow ul li h3 {
		font-size: 19px;
	}
	#base-lp .base-about .inside-wrap .txt,
	#base-lp .base-merit h3 + p {
		text-align: left;
		font-size: 15px;
	}
	#base-lp .base-merit {margin-top: 40px;}
	#base-lp .base-merit li,
	#base-lp .base-merit li:nth-of-type(2),
	#base-lp .base-merit li:nth-of-type(3) {
		background-size:42% auto;
		min-height: 220px;
		margin: 40px 10px;
		padding: 0 45% 0 0;
	}
	#base-lp .base-merit li:nth-of-type(2){padding: 0 0 0 46%;}
	#base-lp .base-merit .list-number {
		height: 33px;
		border-right: none;
		border-bottom: 3px solid #00A875;
		width: 45px;
		margin: 0;
	}
	#base-lp .base-merit .list-number + div {margin-top: 5px;}
	#base-lp .base-merit h3 {margin-bottom: 3px;}
	#base-lp .base-flow > div {padding-bottom: 94px!important;}
	#base-lp .base-flow li {
		width: 32%;
		padding: 0 0 10px 0;
	}
	#base-lp .base-flow li::before {
		width: 55px;
		left: 10px;
	}
	#base-lp .base-flow .list-number {
		width: 49px;
		left: 15px;
	}
	#base-lp .base-flow p {
		font-size: 15px;
		padding-bottom: 130px;
	}
	#base-lp .base-flow li .list-number + div {
		padding: 30px 9%;
		background-size: 67%;
	}
	#base-lp .base-flow li:nth-of-type(3) .list-number + div {
		background-size: 91%;
	}
	#base-lp .base-flow > div > img {
		width: 163px;
		margin-right: 47px;
		bottom: -18px;
	}
	#base-lp .base-present > div > img {
		left: calc( 50% - 150px );
		max-width: 290px;
	}
	#base-lp .bottom-area {padding: 50px 3% 70px;}
	#base-lp .bottom-area > img {width: 476px;}
}
/* TABLET */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#base-lp .flat-red-button { font-size: 19px; }
	#base-lp .base-main-visual .main-catch > div > div:not(.service-logos) img {
		width: 53%;
		padding-bottom: 5px;
	}
	#base-lp .base-main-visual .main-catch > div > div:not(.service-logos) img:nth-of-type(2) {width: 47%;}
	#base-lp .entry-form-action {
		display: flex;
		justify-content: space-between;
	}
	#base-lp .base-form-wrap.top .entry-form-box {width: 53%;}
	#base-lp .base-form-wrap.top .entry-form-box .form {height: 55px;}
	#base-lp .base-form-wrap.top .mail-button {
		width: 45%;
		min-width: 230px;
		float: right;
		position: relative;
	}
	#base-lp .base-form-wrap .right ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	#base-lp .base-form-wrap .right ul::after {
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
		top: calc(50% - 12px);
		left: calc(50% - 12px);
	}
	#base-lp .base-form-wrap .right ul li {flex-basis: 47%; }
	#base-lp .base-form-wrap .right ul li:first-child { margin-bottom: 0; }
	#base-lp .base-merit li,
	#base-lp .base-merit li:nth-of-type(2),
	#base-lp .base-merit li:nth-of-type(3) {
		text-align: left;
	}
	#base-lp .base-flow li h3 {
		height: 64px;
		margin: 10px 0;
	}
}
/* SP */
@media screen and (max-width: 670px) {
	#base-lp .base-main-visual .main-catch {
		background-size: 75vw auto;
		padding: 10px 25px 47vw;
	}
	#base-lp .base-main-visual .main-catch > div > div:not(.service-logos) {
		max-width: 350px;
		width: 90%;
	}
	#base-lp .base-main-visual .main-catch > div > div:not(.service-logos) img,
	#base-lp .base-main-visual .main-catch > div > div:not(.service-logos) img:nth-of-type(2) {margin: 0 auto;}
	#base-lp .base-main-visual .main-catch > div > div:not(.service-logos) img:nth-of-type(2) {padding: 0 20px}
	#base-lp .base-main-visual .main-catch div > div:not(.service-logos) p {
		margin: 10px 5px;
		font-size: 14px;
	}
	#base-lp .base-form-wrap.top {width: 92%;}
	#base-lp .base-form-wrap.top,
	#base-lp .base-form-wrap:not(.top) {
		top: 0;
		display: block;
	}
	
	#base-lp .base-form-wrap .flat-red-button,
	#base-lp .base-form-wrap .entry-form-box .form {
		font-size:16px;
	}
	#base-lp .base-form-wrap .form-tx {font-size: 20px;}
	#base-lp .base-form-wrap:not(.top) {padding: 20px 25px 30px;}
	#base-lp .base-form-wrap:not(.top) .entry-form-action {display: block;}
	#base-lp .base-form-wrap:not(.top) .mail-button,
	#base-lp .base-form-wrap:not(.top) .entry-form-box {width: 100%;}
	#base-lp .base-form-wrap:not(.top) .flat-red-button,
	#base-lp .base-form-wrap:not(.top) .form {
		height: 44px;
	}
	#base-lp .base-form-wrap:not(.top) .flat-red-button {padding-top: 8px;}
	#base-lp .base-form-wrap .left,
	#base-lp .base-form-wrap .right {
		padding-right: 4%;
		padding-left: 4%;
	}
	#base-lp .base-form-wrap .right ul {display: block;}
	#base-lp .base-form-wrap .right ul::after { top: calc(50% + 9px) }
	#base-lp .base-form-wrap .right ul li {flex-basis: 100%;}
	

	#base-lp .base-about > div, #base-lp .base-merit > div, #base-lp .base-flow > div, #base-lp .base-present > div {padding: 35px 6%;}
	#base-lp .big-ttl img:first-child {height:53px;}
	#base-lp .big-ttl {margin-bottom: 35px}
	#base-lp .base-about > div {
		background-size: 80% auto;
		padding:35px 8% 54vw;
	}
	#base-lp .base-about > div .inside-wrap {margin-top: 30px;}
	#base-lp .base-merit > div {padding-bottom: 9px;}
	#base-lp .base-about > div .inside-wrap p:first-child,
	#base-lp .base-merit h3,
	#base-lp .base-flow ul li h3 {
		font-size: 18px;
		margin: 5px 0 10px;
		line-height: 1.6;
	}
	#base-lp .base-merit h3{
		margin: 7px 0 7px 0;
	}
	#base-lp .base-about > div .inside-wrap p:nth-of-type(2),
	#base-lp .base-merit p,
	#base-lp .base-flow ul li p {
		margin-top: 0;
		font-size: 14px;
		text-align: left;
	}
	#base-lp .base-merit li,
	#base-lp .base-merit li:nth-of-type(2),
	#base-lp .base-merit li:nth-of-type(3) {
		background-position: center bottom;
		background-size: auto 50vw;
		padding: 0 0 54vw 0;
		margin: 0px 5px 60px;
	}
	#base-lp .base-flow > div {padding: 35px 4% 45px!important;}
	#base-lp .base-flow ul {display: block;}
	#base-lp .base-flow ul li,
	#base-lp .base-flow li:nth-of-type(3) {
		width: 100%;
		margin-bottom: 33px;
		padding: 30px 7% 20px;
	}
	#base-lp .base-flow li .list-number + div {
		padding: 0;
		width: 100%;
	}
	#base-lp .base-flow ul li p,
	#base-lp .base-flow li:nth-of-type(3) p {
		max-width: 360px;
		margin: 0 auto;
		padding: 0 0 46vw 0;
	}
	#base-lp .base-flow li::before {
		width: 56px;
		left: calc(50% - 28px);
	}
	#base-lp .base-flow .list-number {
		top: -15px;
		width: 46px;
		left: calc(50% - 23px);
	}
	#base-lp .base-flow > div > img {
		width: 144px;
		bottom: -16px;
		margin-right: 19px;
	}
	#base-lp .base-present:not(.base-form-wrap) > div:not(.logo-wrap) {
		font-size: 14px;
	}
	#base-lp .base-present:not(.base-form-wrap) > div:not(.logo-wrap) { padding-bottom: 105px; }
	#base-lp .base-present .txt { text-align: left; }
	#base-lp .base-present .inside-wrap {
		display: inline-block;
		align-items: center;
		width: 100%;
		margin-top: 30px;
	}
	#base-lp .base-present .inside-wrap .present-plus {
		margin-top: 7px;
		margin-bottom: 7px;
		width: 48px;
		height: 60px;
	}
	#base-lp .base-present .inside-wrap dl dt {
		padding: 9px;
		width: 214px;
		margin: 0 auto 20px;
		font-size: 16px;
	}
	#base-lp .base-present .inside-wrap dl dt::before{
		width: 13px;
		height: 12px;
		background-size: 13px 12px;
	}
	#base-lp .base-present .inside-wrap dl dd { margin: 0 0 7px; }
	#base-lp .base-present > div > img {
		width: 230px;
		left: calc(50% - 115px);
	}
	#base-lp .bottom-area {
		padding: 35px 3% 30px;
		background-size: 700px auto;
	}
	#base-lp .bottom-area img {padding: 0 5% 10px;}
}

/* BASE連携LP SDサイド
--------------------------------------------------- */
#base-lp.side-sd .img-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#base-lp.side-sd .img-flex > div { flex-shrink: 0; }
#base-lp.side-sd .img-flex figure { flex-grow: 1; }
#base-lp.side-sd .img-flex figure img { width: 100%; }
/* MV */
#base-lp.side-sd .base-main-visual { margin-top: 0; }
#base-lp.side-sd .base-main-visual .main-catch {
	background: none;
	padding: 35px 0 30px;
	margin: 0 auto;
	min-height: 0;
}
#base-lp.side-sd .base-main-visual .main-catch > div {
	max-width: 500px;
	margin-right: 0;
}
/* ABOUT */
#base-lp.side-sd .base-about .big-ttl { margin-bottom: 30px; }
#base-lp.side-sd .base-about > div {
	background: none;
	padding: 70px 25px 40px;
}
#base-lp.side-sd .base-about .inside-wrap { width: 100%; }
#base-lp.side-sd .base-about .inside-wrap > div { width: 62%; }
#base-lp.side-sd .base-about .inside-wrap figure { margin: 0 0 0 60px; }
#base-lp.side-sd .base-about .inside-wrap figure img { width: 100%; }
/* MERIT */
#base-lp.side-sd .base-merit .big-ttl { margin-bottom: 0; }
#base-lp.side-sd .base-merit .merit-wrap { margin: -5px auto -10px; }
#base-lp.side-sd .base-merit .merit-wrap > div { width: 50%; }
#base-lp.side-sd .base-merit .merit-wrap figure { margin: 0 0 0 40px; }
/* FLOW */
#base-lp.side-sd .base-flow .flow-base-txt { margin: -20px auto 30px; }
#base-lp.side-sd .base-flow .flow-base-txt p { padding-bottom: 3px; }
#base-lp.side-sd .base-flow li .list-number + div.base { background-image: url('/img/member/base/flow01_base_00.png'); }
/* アカウント */
#base-lp.side-sd .base-form-wrap { padding-bottom: 25px; }
#base-lp.side-sd .base-form-wrap .account-link {
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	margin-top: 15px;
	transition: opacity 0.2s;
}
#base-lp.side-sd .base-form-wrap .account-link:hover {
	text-decoration: none;
	opacity: 0.8;
}
#base-lp.side-sd .base-form-wrap .account-link img {
	width: 151px;
	height: auto;
}
#base-lp.side-sd .base-form-wrap .account-link span {
	background-color: #eb4f50;
	padding: 10px 20px;
	border-radius: 40px;
	margin-left: 25px;
	vertical-align: middle;
}
#base-lp.side-sd .base-form-wrap .account-link.base img { margin-top: -7px; }
#base-lp.side-sd .base-form-wrap .account-link.base span {
	background: url('/img/common/icon/link_blank_w_00.svg') left 22px center / 14px 14px no-repeat #11beae;
	padding-left: 45px;
}
#base-lp.side-sd .base-form-wrap .base-txt { margin: 30px 0 0; }
#base-lp.side-sd .base-form-wrap.pre .txt { margin-top: 0; }
#base-lp.side-sd .base-form-wrap.pre .link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 630px;
	margin: 25px auto;
}
#base-lp.side-sd .base-form-wrap.pre .link .account-link span {
	min-width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* TAB/SP */
@media screen and (max-width: 940px) {
	#base-lp.side-sd .img-flex { display: block; }
	#base-lp.side-sd .img-flex > div { width: 100%!important; }
	#base-lp.side-sd .base-main-visual .main-catch { padding: 60px 0; }
	#base-lp.side-sd .base-main-visual .main-catch > div {
		max-width: 570px;
		margin: 0 auto;
	}
	#base-lp.side-sd .base-main-visual .main-catch figure {
		width: 85%;
		max-width: 530px;
		margin: 15px auto 0;
	}
	#base-lp.side-sd .base-merit .merit-wrap {
		margin: 30px auto 20px;
		max-width: 600px;
	}
	#base-lp.side-sd .base-flow .flow-base-txt {
		max-width: 600px;
		margin-top: 40px;
	}
}
/* TAB */
@media screen and (max-width: 940px) and (min-width: 671px) {
	#base-lp.side-sd .base-about .inside-wrap figure {
		max-width: 300px;
		margin: 40px auto 0;
	}
	#base-lp.side-sd .base-merit .merit-wrap figure {
		max-width: 450px;
		margin: 40px auto 0;
	}
}
/* SP */
@media screen and (max-width: 670px){
	#base-lp.side-sd .base-main-visual .main-catch figure { margin-top: 30px; }
	#base-lp.side-sd .base-about .inside-wrap figure {
		max-width: 240px;
		margin: 30px auto -25px;
	}
	#base-lp.side-sd .base-merit .merit-wrap figure {
		max-width: 290px;
		margin: 30px auto 35px;
	}
	#base-lp.side-sd .base-form-wrap.pre .link {
		display: block;
		margin: -10px auto 0;
	}
	#base-lp.side-sd .base-form-wrap.pre .link .account-link.base { margin-top: 20px; }
	#base-lp.side-sd .base-form-wrap.loggedin {
		padding-left: 5px;
		padding-right: 5px;
	}
	#base-lp.side-sd .base-form-wrap.loggedin .base-txt,
	#base-lp.side-sd .base-form-wrap .co-001g { font-size: 13px; }
	#base-lp.side-sd .bottom-area { padding: 65px 3% 60px; }
	#base-lp.side-sd .bottom-area img { padding: 0; }
	#base-lp.side-sd .base-form-wrap.loggedin .account-link.base,
	#base-lp.side-sd .base-form-wrap.loggedin .account-link.base span { display: inline-block; }
	#base-lp.side-sd .base-form-wrap.loggedin .account-link.base img {
		display: block;
		margin: -7px auto 10px;
	}
	#base-lp.side-sd .base-form-wrap.loggedin .account-link.base span { margin: 0; }
}