@charset "utf-8";

/* ------------------------------------------------------------------
     common
------------------------------------------------------------------ */
.feature_ .contents_ {
	width: 100%;
/*	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
/*	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;*/
	font-family: Avenir, 'Helvetica neue', Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;*/
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffffff;
	box-sizing: border-box;
}
.feature_ .contents_inner_ {
	width: 100% !important;
	margin: 0 auto;
	padding: 0 !important;
	background-color: #ffffff;
	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;
	box-sizing: border-box;
}
.feature_ .contents_inner_ .sec_inner_ {
	width: 1200px;
	margin: 0 auto 0;
	position: relative;
	box-sizing: border-box;
}
.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_ .lhn_ {
	line-height: 0;
}
.feature_ .contents_inner_ .flex_ {
	display: flex;
}
.feature_ .contents_inner_ .flex_.flex_middle_ {
	align-items: center;
}
.feature_ .contents_inner_ .flex_.flex_bottom_ {
	align-items: flex-end;
}
.feature_ .contents_inner_ .flex_.flex_center_ {
	justify-content: center;
}

.feature_ .contents_inner_ p.left_ {
	text-align: left !important;
}
.feature_ .contents_inner_ p.justfy_ {
	text-align: justify !important;
}

.feature_ .contents_inner_ p.copy_ {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 1.75;
	letter-spacing: 0;
}
.feature_ .contents_inner_ p.txt_ {
	font-size: 16px;
	color: #595757;
	text-align: center;
	line-height: 1.75;
}
.feature_ .contents_inner_ p.price_ {
	font-size: 18px;
	font-weight: bold;
	color: #595757;
	text-align: center;
	line-height: 1.75;
	margin-top: 20px;
}
.feature_ .contents_inner_ p.price_ span {
	font-size: 16px;
	font-weight: normal;
}

.feature_ .contents_inner_ .btn01_ {
	width: 292px;
	margin: 35px auto 0;
	line-height: 0;
}
.feature_ .contents_inner_ .btn02_ {
	width: 293px;
	margin: 0 auto 0;
	line-height: 0;
}

.feature_ .contents_inner_ .btn_txt_ {
	margin: 0 0 0 0;
	text-align: center;
}
.feature_ .contents_inner_ .btn_txt_ a {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 15px;
	color: #595757;
	text-decoration: none;
}


/* ------------------------------------------------------------------
     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: 1200px;
	margin: 0 auto;
	padding: 0 0 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ .header_ .main_ {
	width: 100%;
	margin: 0 auto 0;
	position: relative;
}
.feature_ .contents_inner_ .header_ .main_ .logo_ {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 186px;
}
.feature_ .contents_inner_ .header_ .main_ .txt01_ {
	position: absolute;
	top: 89px;
	right: 163px;
	width: 456px;
}
.feature_ .contents_inner_ .header_ .main_ .txt02_ {
	position: absolute;
	top: 301px;
	right: 47px;
	width: 462px;
}
.feature_ .contents_inner_ .header_ .main_ .box_txt_ {
	position: absolute;
	bottom: 30px;
	right: 10px;
}

/* ------------------------------------------------------------------
     section01
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section01_ {
	width: 1200px;
	margin: 0 auto 0;
	padding: 50px 0 70px 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section01_ .fleft_ {
	width: 424px;
}
.feature_ .contents_inner_ #section01_ .fright_ {
	width: 776px;
}
.feature_ .contents_inner_ #section01_ .midashi_ {
	width: 369px;
	margin: 0 auto 40px;
}

/* ------------------------------------------------------------------
     section02
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section02_ {
	width: 1200px;
	margin: 0 auto 0;
	padding: 28px 0 74px 0;
	background-color: #f5fafa;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section02_ .fleft_ {
	width: 600px;
	margin-left: 26px;
}
.feature_ .contents_inner_ #section02_ .fright_ {
	width: 574px;
}
.feature_ .contents_inner_ #section02_ .midashi_ {
	width: 395px;
	margin: 0 auto 0;
}
.feature_ .contents_inner_ #section02_ .img02_01_ {
	margin: 0 auto 10px;
}
.feature_ .contents_inner_ #section02_ .img02_02_ {
	width: 434px;
	margin: 0 auto 15px;
}

/* ------------------------------------------------------------------
     section03
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section03_ {
	width: 1200px;
	margin: 0 auto 0;
	padding: 40px 0 70px 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section03_ .fleft_ {
	width: 600px;
}
.feature_ .contents_inner_ #section03_ .fright_ {
	width: 600px;
}
.feature_ .contents_inner_ #section03_ .midashi_ {
	width: 350px;
	margin: 0 auto 15px;
}
.feature_ .contents_inner_ #section03_ .img03_01_ {
	width: 324px;
	margin: 0 auto 15px;
}
.feature_ .contents_inner_ #section03_ .img03_02_ {
	margin: 0 auto 10px;
}

/* ------------------------------------------------------------------
     section04
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section04_ {
	width: 1200px;
	margin: 0 auto 0;
	padding: 65px 0 46px 0;
	background-color: #f5fafa;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section04_ .midashi_ {
	width: 152px;
	margin: 0 auto 40px;
}
.feature_ .contents_inner_ #section04_ .img04_01_ {
	width: 800px;
	margin: 0 auto 15px;
}
.feature_ .contents_inner_ #section04_ .box01_ {
	width: 800px;
	margin: 30px auto 0;
}
.feature_ .contents_inner_ #section04_ .box01_ .fleft_ {
	width: 300px;
}
.feature_ .contents_inner_ #section04_ .box01_ .fright_ {
	width: 500px;
	padding-left: 20px;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section04_ .box02_ {
	width: 800px;
	margin: 50px auto 0;
	display: flex;
	align-items: flex-end;
}
.feature_ .contents_inner_ #section04_ .img04_03_ {
	width: 500px;
}
.feature_ .contents_inner_ #section04_ .box_txt_ {
	width: 300px;
	padding-right: 20px;
	box-sizing: border-box;
}

/* ------------------------------------------------------------------
     section05
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section05_ {
	width: 1200px;
	margin: 0 auto 0;
	padding: 60px 0 120px 0;
	box-sizing: border-box;
}

/* ------------------------------------------------------------------
     footer
------------------------------------------------------------------ */
.feature_ .contents_inner_ .footer_ {
	width: 1200px !important;
	margin: 0 auto 0;
	padding: 0 0 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: #595757;
	padding-top: 30px;
}
.feature_ .contents_inner_ .footer_ a.footer_link_ {
	display: block;
	font-size: 16px;
	color: #604c3f;
	text-align: center;
	text-decoration: underline;
	margin-top: 30px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ {
	text-align: center;
	margin-top: 30px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ li {
	display: inline-block;
	padding: 0 15px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ li img {
	width: 21px;
}

.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 25px;
	font-size: 14px;
	color: #595757;
}

.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;
}
