@charset "utf-8";

/* ------------------------------------------------------------------
     common
------------------------------------------------------------------ */
.feature_ .contents_ {
	width: 100%;
	background-color: #f3f3f3;
/*	font-family: optima, Belleza, '秀英明朝 L', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, Arial, sans-serif;*/
	font-family: Avenir, 'Helvetica neue', Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}
.feature_ .contents_inner_ {
	width: 1000px !important;
	margin: 0 auto;
	padding: 0 !important;
	background-color: #fff;
	box-sizing: border-box;
}
.feature_ .contents_inner_ img {
	width: 100%;
	height: auto;
}
.feature_ .contents_inner_ a {
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
}
.feature_ .contents_inner_ a:hover {
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	opacity:0.5;
	text-decoration: none;
}
.feature_ .contents_inner_ .section_ {
	width: 100%;
	position: relative;
}
.feature_ .contents_inner_ .fleft_ {
	float: left;
	box-sizing: border-box;
	position: relative;
	width: 500px;
}
.feature_ .contents_inner_ .fright_ {
	float: right;
	box-sizing: border-box;
	position: relative;
	width: 500px;
}
.feature_ .contents_inner_ p.txt_ {
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	color: #000;
	padding: 0 0 0;
}
.feature_ .contents_inner_ p.b-txt_ {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #000;
	padding: 40px 0 40px;
}
.feature_ .contents_inner_ p.price_ {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 0 0 0;
}

.feature_ .contents_inner_ .btn01_ {
	margin: 5px auto 0;
	line-height: 1;
}
.feature_ .contents_inner_ .btn02_ {
	margin: 0 auto 0;
	line-height: 1;
}
.feature_ .contents_inner_ .btn03_ {
	margin: 17px auto 0;
	line-height: 1;
}

/* ------------------------------------------------------------------
     animation
------------------------------------------------------------------ */
.fuwa_ {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
}
.fuwa2_ {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transition: 1.5s;
}
.fadein_ {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    /*transition: all 300ms;*/
    transition: 1.5s;
}
.fadein_.scrollin_ {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0,0);
}

/* ------------------------------------------------------------------
     header
------------------------------------------------------------------ */
.feature_ .contents_inner_ .header_ {
	width: 1000px;
	margin: 0 auto;
	padding: 17px 0 60px;
	text-align: center;
}
.feature_ .contents_inner_ .header_ .main_ {
	width: 705px;
	margin: 0 auto 45px;
}
.feature_ .contents_inner_ .header_ .charity_ {
	text-align: center;
}
.feature_ .contents_inner_ .header_ .charity_ a {
	font-size: 18px;
	text-align: center;
	color: #f30080;
	padding: 0 0 0;
}
.feature_ .contents_inner_ .header_ .charity_ a span {
	font-weight: bold;
}

/* ------------------------------------------------------------------
     section01
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section01_ {
	width: 1000px;
	margin: 0 auto 0;
	padding: 0 0 30px;
	border-bottom: 7px solid #005f99;
}
.feature_ .contents_inner_ #section01_ .img01_02_ {
	width: 344px;
	margin: 30px auto 10px;
}
.feature_ .contents_inner_ #section01_ p.title_ {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.feature_ .contents_inner_ #section01_ .img01_03_ {
	margin: 30px auto 20px;
}

/* ------------------------------------------------------------------
     section02
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section02_ {
	width: 1000px;
	margin: 0 auto;
	padding: 35px 0 85px;
	border-bottom: 7px solid #f30080;
}
.feature_ .contents_inner_ #section02_ p.title_ {
	font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
	font-size: 22px;
	text-align: center;
	padding: 0 0 25px;
}
.feature_ .contents_inner_ #section02_ p.sub_ {
	font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
	font-size: 15px;
	text-align: center;
}
.feature_ .contents_inner_ #section02_ p.sub02_ {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.feature_ .contents_inner_ #section02_ .img02_01_ {
	width: 871px;
	margin: 35px auto 30px;
}
.feature_ .contents_inner_ #section02_ .box02_ {
	margin: 80px auto 0;
}
.feature_ .contents_inner_ #section02_ .img02_02_ {
	width: 390px;
	margin: 50px auto 10px;
}
.feature_ .contents_inner_ #section02_ .img02_03_ {
	width: 388px;
	margin: 50px auto 10px;
}
.feature_ .contents_inner_ #section02_ .box02_ .btn01_ {
	margin: 20px auto 0;
}

/* ------------------------------------------------------------------
     section03
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section03_ {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 0;
	position: relative;
}
.feature_ .contents_inner_ #section03_ .img03_01_ {
	width: 330px;
	margin: 0 auto 20px;
}
.feature_ .contents_inner_ #section03_ .box_ {
	margin: 20px auto 40px;
}
.feature_ .contents_inner_ #section03_ ul.slider_ {
	width: 819px;
	margin: 0 auto 0;
}
.feature_ .contents_inner_ #section03_ ul.slider_ li {
	float: left;
	width: 406px;
	margin-right: 7px;
}
.feature_ .contents_inner_ #section03_ ul.slider_ li:last-child {
	margin-right: 0;
}
.feature_ .contents_inner_ #section03_ .bg_gray_ {
	margin: 40px auto 0;
	padding: 20px 0 20px;
	background-color: #f8f8f8;
}
.feature_ .contents_inner_ #section03_ .bg_gray_ .img03_02_ {
	width: 511px;
	margin: 0 auto 0;
}



/* ------------------------------------------------------------------
     footer
------------------------------------------------------------------ */
.feature_ .contents_inner_ .footer_ {
	padding-top: 30px;
}
.feature_ .contents_inner_ .footer_ .inner_ {
	width: 1000px !important;
	margin: 0 auto 0;
}
.feature_ .contents_inner_ .footer_ .attention_ {
	font-family: Avenir, 'Helvetica neue', Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #000;
	padding-top: 30px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ {
	text-align: center;
	margin-top: 25px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ li {
	display: inline-block;
	padding: 0 25px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ li img {
	width: 45px;
}
.feature_ .contents_inner_ .footer_ .txt_copy_ {
	font-family: Avenir, 'Helvetica neue', Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	text-align: center;
	padding: 10px 0 28px;
	font-size: 15px;
	color: #000;
}
.feature_ .contents_inner_ .footer_ .txt_copy02_ {
	text-align: center;
	padding: 15px 0 0;
	font-size: 15px;
	color: #fff;
}

.feature_ .contents_inner_ .footer_ #goto_pagetop_ {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	z-index: 9090;
}


/* ------------------------------------------------------------------
     clearfix
------------------------------------------------------------------ */
.feature_ .contents_inner_ .clearfix_ {
	zoom: 1;
}
.feature_ .contents_inner_ .clearfix_:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.feature_ .contents_inner_ .clear_ {
	clear: both;
}