@charset "UTF-8";
figure {
	display: block;
	margin: 0;
	padding: 0;
}

#main_bg {
	position: static;
	margin-top: -45px;
	z-index: 0;
	width: 100%;
	height: 500px;
}

#main_visual {
	position: static;
	text-align: center;
	margin: 0 auto;
	height: 500px;
}

#main_visual p {
	text-indent: -9999px;
}

.anchor_link {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.anchor_link li {
	float: left;
	box-sizing: border-box;
	display: table;
	width: 23.125%;
	margin-right: 2.5%;
	border: 4px solid #ccc;
	border-radius: 10px;
	font-family: "Noto Sans";
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
}

.anchor_link li:last-child {
	margin-right: 0;
}

.anchor_link li.arrow {
	position: relative;
}

.anchor_link li.arrow:after {
	box-sizing: border-box;
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #ccc;
}

.anchor_link li a {
	display: table-cell;
	position: relative;
	padding: 15px 0 40px;
	vertical-align: middle;
}
.anchor_link li a:hover {
	background: #ffeefb;
}

.anchor_link li a:before {
	box-sizing: border-box;
	content: "";
	position: absolute;
	bottom: 8px;
	left: 50%;
	width: 18px;
	height: 18px;
	margin-left: -9px;
	border-radius: 50%;
	background: #000;
}

.anchor_link li a:after {
	box-sizing: border-box;
	content: "";
	position: absolute;
	bottom: 14px;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(135deg);
}

.anchor_link li span {
	display: block;
	color: #ff124c;
	font-family: "Roboto";
	font-weight: 700;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
}


/*アンカーリンク3カラム*/

.anchor_link.three_col li {
	width: 31.125% !important;
	margin-right: 3.3%!important;
}

.anchor_link.three_col li:nth-child(3n) {
	float: right;
	margin-right: 0!important;
}

section#first_block {
	margin: 0 auto;
	text-align: center;
	padding:25px 0 60px!important;
}

#first_block .catch_copy {
	font-size: 125%;
	margin-bottom: 40px;
}


/*共通タイトル*/

#wrap h2.second_title {
	margin: 0px;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 250%;
	border-bottom: 2px solid #ff7194;
}

.second_title span {
	position: relative;
	display: block;
	width: 900px;
	height: 60px;
	margin: 0 auto;
	background-color: #ff7194;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	font-family: "Roboto";
	font-weight: 700;
	color: #fff;
	line-height: 1.5em;
	vertical-align: middle;
}

.second_title img {
	width: 90px;
	height: auto;
	position: absolute;
	top: -25px;
	left: 280px;
}

#second_content section {
	padding: 0px 0px 50px;
}

#second_content .block {
	padding: 30px 0 40px;
}

#wrap #second_content h3 {
	text-align: center;
	font-size: 375%;
	font-weight: normal;
	color: #ff7194;
	margin: 0px 0 30px;
	padding: 30px 0 0;
}



/*便利ポイント*/
.block .handyPoint{
	position: relative;
	border:6px solid #73ae00;
	background-color: #ffffff;
	border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
	transform:rotate(-2deg);
	width:70%;
	padding: 40px 70px 15px 70px;
	margin: auto;
	box-sizing: border-box;
}
.block .handyPoint:before{
	content:"";
	position: absolute;
	background: url(/moetaku/_assets/images/common/benri_title.png) no-repeat;
	background-size:184px 49px;
	width:184px;
	height:49px;
	top: -30px;
	margin: auto;
	left: 0;
	right: 0;
}
.block .handyPoint dl{
	transform:rotate(2deg);
	text-align: center;
}
.block .handyPoint dt {
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #73ae00;
}

/*お得ポイント*/
.block .valuePoint{
	position: relative;
	border:6px solid #ff7194;
	background-color: #ffffff;
	border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
	transform:rotate(-3deg);
	width:75%;
	padding: 40px;
	margin: auto;
	box-sizing: border-box;
}
.block .valuePoint:before{
	content:"";
	position: absolute;
	background: url(/moetaku/_assets/images/common/otoku_title.png) no-repeat;
	background-size:184px 49px;
	width:184px;
	height:49px;
	top: -30px;
	margin: auto;
	left: 0;
	right: 0;
}
.block .valuePoint dl{
	transform:rotate(3deg);
	text-align: center;
}


/*安心ポイント*/
.block .handyPoint2{
	position: relative;
	border:6px solid #73ae00;
	background-color: #ffffff;
	border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
	transform:rotate(-2deg);
	width:70%;
	padding: 40px 50px 15px 50px;
	margin: auto;
	box-sizing: border-box;
}
.block .handyPoint2:before{
	content:"";
	position: absolute;
	background: url(/moetaku/_assets/images/common/ansin_title.png) no-repeat;
	background-size:184px 49px;
	width:184px;
	height:49px;
	top: -30px;
	margin: auto;
	left: 0;
	right: 0;
}
@media (max-width: 768px) {
	.block .handyPoint2 {
		width: 90%;
		padding: 40px 30px 15px 30px;
		margin-bottom: 20px;
	}

}


.block .handyPoint2 dl{
	transform:rotate(2deg);
	text-align: center;
}
.block .handyPoint2 dt {
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #73ae00;
}



.block .fl,
.block .fr {
	width: 46%;
	text-align: center;
}

.block h4 {
	font-family: "Noto Sans";
	font-weight: bold;
	font-size: 150%;
	margin: 80px 0 30px;
}

.block h4 span {
	font-weight: bold;
	font-size: 125%;
}



/* 吹き出し*/

.balloon_title {
	position: relative;
	margin: 0 auto 30px;
	width: 816px;
	padding: 15px 12px 15px;
	font-weight: 600;
	font-size: 200%;
	font-family: "Noto Sans";
	color: #ff124c;
	text-align: center;
	background-color: #fff;
	border-top: 5px solid #ff124c;
	-webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
	-webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.balloon_title span {
	position: relative;
	z-index: 11;
}

.balloon_title:after {
	position: absolute;
	content: "";
	top: 79%;
	left: 50%;
	margin-left:-16px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 32px 32px 0 32px;
	border-color: #ffffff transparent transparent transparent;
	z-index: 0;
}

}
#second_content .application.large {
	height: 140px;
	width: 60%;
}
#second_content .application.large > .app_btn {
	height: 140px;
	line-height: 140px;
	border-radius: 100px;
	font-size: 250%;
	padding: 0;
}
#second_content .application.large .app_btn.arrow_right:before {
	right: 35px;
	top: 0;
}
/*インクルードしたパーツの申込ボタン*/

.bg_color .application {
	height: 140px;
	width: 60%;
}
.bg_color .application > .app_btn {
	height: 140px;
	line-height: 140px;
	border-radius: 100px;
	font-size: 250%;
	padding: 0;
}
.bg_color .application .app_btn.arrow_right:before {
	right: 35px;
	top: 0;
}
@media (max-width: 768px) {
	#main_bg {
		height: auto;
		background: none!important;
	}
	#main_visual {
		width: auto;
		min-width: auto;
		height: auto;
		padding-bottom: calc(40px + 51%);
	}

	section#first_block {
		padding:0px 20px 40px!important;
	}


	#wrap h2.second_title {
		font-size: 200%;
	}
	.second_title span {
		width: 90%;
		padding-top: 10px;
	}
	.second_title img {
		position: absolute;
		top: -25px;
		left: 0;
	}

	#wrap #second_content h3 {
		font-size: 270%;
		margin: 0px 0 20px;
		padding: 20px 0 0;
	}



	.anchor_link li {
		font-size: 13px;
		font-size: 0.8125rem;
	}
	.anchor_link li span {
		font-size: 16px;
		font-size: 1rem;
	}
	.anchor_link li a:hover {
	background: none;
	}

	.balloon_title {
		width: 80%;
		font-size: 165%;
	}
	.balloon_title span {
		padding: 18px 0 18.5px;
	}
	.balloon_title:after {
		position: absolute;
		top: 77%;
		left: 48%;
		width: 24px;
		height: 24px;
	}

	/* キャンペーンバナー */
	#campaign {
		background: none;
	}
	#second_content .application.large {
		height: 80px;
		width: 90%;
	}
	#second_content .application.large > .app_btn {
		height: 80px;
		line-height: 80px;
		border-radius: 100px;
		font-size: 150%;
	}
	#second_content .application.large .app_btn.arrow_right:before {
		right: 20px;
	}
	.bg_color .application {
		height: 80px;
		width: 90%;
	}
	.bg_color .application > .app_btn {
		height: 80px;
		line-height: 80px;
		border-radius: 100px;
		font-size: 150%;
	}
	.bg_color .application .app_btn.arrow_right:before {
		right: 20px;
	}
}
