@charset "UTF-8";

/*==============================================================

base

================================================================*/
body {
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
	font-weight: 500;
}
header {
	height: auto;
	box-shadow: none;
}
main {
	margin-left: 0;
	padding-top: 0;
}
footer {
	margin-left: 0;
	padding-top: 0;
}
a {
	color: #0ca26c;
}
a:hover {
	color: #f7920e;
}
body .container {
	font-size: 16px;
}

/* btnType */
.btnType01 {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 20px 16px;
	width: 355px;
	border-radius: 1.56em;
	background: -o-linear-gradient(left, #29cc7d 50%, #1aac78 90%);
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #29cc7d), color-stop(90%, #1aac78));
	background: linear-gradient(to right, #29cc7d 50%, #1aac78 90%);
	background-position: right center;
	background-size: 200% auto;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1.278;
	-webkit-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}
.btnType01:hover {
	background-position: left center;
	color: #fff;
}
.btnType01:visited {
	color: #fff;
}
.btnType01:before {
	position: absolute;
	top: 50%;
	left: 36px;
	display: block;
	margin-top: -4px;
	width: 9px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btnType02 {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 35px 15px 116px;
	min-width: 320px;
	border: 1px solid #eaeaea;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
	color: #0ca26c;
	text-align: center;
	font-weight: bold;
	line-height: 1.778;
}

/* footerLink */
.footerLinkBlock01 {
	padding: 61px 0;
	background: #f1fbf3;
}
.footerLinkWrap, .footerLinkWrap .wrapInner, .footerLinkBlock01 .btnType02.bt01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footerLinkWrap, .footerLinkWrap .wrapInner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footerLinkWrap {
	margin: 0 auto;
	width: 1200px;
}
.footerLinkBlock01 .btnType02.bt01 {
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 18px 35px 14px 116px;
	width: 520px;
	font-size: 1.334em;
}
.footerLinkWrap .wrapInner {
	width: 660px;
}
.footerLinkBlock01 .btnType02.bt01:before, .footerLinkBlock01 .btnType02.bt02:before {
	position: absolute;
	top: 50%;
	display: block;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.footerLinkBlock01 .btnType02.bt01:before {
	left: 62px;
	margin-top: 4px;
	width: 46px;
	height: 52px;
	background: url(/images/index_ico_houjin_01.png) 0 0 no-repeat;
}
.footerLinkBlock01 .btnType02.bt02:before {
	left: 39px;
	margin-top: 1px;
	width: 40px;
	height: 34px;
	background: url(/images/index_ico_kameiten_01.png) 0 0 no-repeat;
}
