@charset "utf-8";

/* ------------------------------------------------------------------
     common
------------------------------------------------------------------ */
.feature_ {
	width: 100% !important;
}

/* ------------------------------------------------------------------
     section
------------------------------------------------------------------ */
.feature_ .contents_inner_ {
	width: 100% !important;
	padding: 0 !important;
	box-sizing: border-box;
/*	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;
	background-color: #fff;
}
.feature_ .contents_inner_ img {
	width: 100%;
	height: auto;
}
.feature_ .contents_inner_ .section_ {
}
.feature_ .contents_inner_ .fleft_ {
	float: left;
	width: 50%;
	padding: 0 0 0 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ .fright_ {
	float: right;
	width: 50%;
	padding: 0 0 0 0;
	box-sizing: border-box;
}

.feature_ .contents_inner_ .br-320_ {
	display: none;
}

.feature_ .contents_inner_ p.title_ {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 18px;
	font-weight: bold;
	color: #c39099;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.feature_ .contents_inner_ p.txt_ {
	font-size: 12px;
	color: #746661;
	text-align: justify;
	line-height: 1.4;
	margin-top: 15px;
}
.feature_ .contents_inner_ a.btn_more_ {
	display: block;
	font-size: 14px;
	color: #c39099;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	margin-top: 15px;
}

.feature_ .contents_inner_ .bg_gray_ {
	background-color: #fafafa;
	padding: 20px 0 20px;
}
.feature_ .contents_inner_ .txt_block_ {
	width: 240px;
	margin: 0 auto 0;
}

.feature_ .contents_inner_ .btn01_ {
	width: 13%;
	line-height: 1;
	margin: 30px 10px 0 auto;
}
.feature_ .contents_inner_ .btn01_ a {
	display: block;
}
.feature_ .contents_inner_ .btn02_ {
	width: 26.06%;
	line-height: 1;
	margin: 0 auto 0;
}
.feature_ .contents_inner_ .btn02_ a {
	display: block;
}
.feature_ .contents_inner_ .btn03_ {
	width: 62.82%;
	line-height: 1;
	margin: 20px auto 0;
}
.feature_ .contents_inner_ .btn03_ a {
	display: block;
}

@media screen and (max-width:320px){
	.feature_ .contents_inner_ .br-320_ {
		display: block;
	}
	.feature_ .contents_inner_ p.title_ {
		font-size: 16px;
	}
	.feature_ .contents_inner_ p.txt_ {
		font-size: 12px;
	}
	.feature_ .contents_inner_ a.btn_more_ {
		font-size: 13px;
	}
}

/* ------------------------------------------------------------------
     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: 100%;
	padding: 0 0 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ .header_ .main_ {
	line-height: 0;
}
.feature_ .contents_inner_ .header_ #navi_list_ {
	width: 100%;
	margin-top: 6px;
	padding: 25px 0 35px;
	background-color: #fafbf9;
	border-top: 5px solid #fae6e5;
	border-bottom: 20px solid #fae6e5;
}

.feature_ .contents_inner_ .header_ .list_ {
	display: flex;
	justify-content: center;
}
.feature_ .contents_inner_ .header_ .list_.mb_ {
	margin-bottom: 20px;
}
.feature_ .contents_inner_ .header_ .list_ .navi_img_ {
	width: 23.24%;
	line-height: 0;
}

@media screen and (max-width:320px){
}


/* ------------------------------------------------------------------
     section01
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section01_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 38px 0 5px 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section01_ .space_ {
	float: left;
	height: 75px;
}
.feature_ .contents_inner_ #section01_ .img01_02_ {
	float: left;
	clear: both;
	width: 110px;
	margin-right: 10px;
}

@media screen and (max-width:320px){
}

/* ------------------------------------------------------------------
     section02
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section02_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 5px 0;
	box-sizing: border-box;
}

@media screen and (max-width:320px){
}

/* ------------------------------------------------------------------
     section03
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section03_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 5px 0;
	box-sizing: border-box;
}

@media screen and (max-width:320px){
}

/* ------------------------------------------------------------------
     section04
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section04_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 5px 0;
	box-sizing: border-box;
}

@media screen and (max-width:320px){
}

/* ------------------------------------------------------------------
     section05
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section05_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 5px 0;
	box-sizing: border-box;
}

@media screen and (max-width:320px){
}

/* ------------------------------------------------------------------
     section06
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section06_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 5px 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section06_ .space_ {
	float: left;
	height: 75px;
}
.feature_ .contents_inner_ #section06_ .img06_02_ {
	float: left;
	clear: both;
	width: 110px;
	margin-right: 10px;
}

@media screen and (max-width:320px){
}

/* ------------------------------------------------------------------
     section07
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section07_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
}

@media screen and (max-width:320px){
}


/* ------------------------------------------------------------------
     footer
------------------------------------------------------------------ */
.feature_ .footer_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 40px 0 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ .footer_ p.attention_ {
	font-family: Avenir, 'Helvetica neue', Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	text-align: center;
	color: #40210f;
	font-size: 12px;
	padding: 15px 0 0;
}
.feature_ .contents_inner_ .footer_ .box_sns_ {
	text-align: center;
	margin-top: 20px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ li {
	display: inline-block;
	padding: 0 15px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ li img {
	width: 26px;
}
.feature_ .contents_inner_ .footer_ .txt_copy_ {
	font-family: Avenir, 'Helvetica neue', Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	text-align: center;
	color: #40210f;
	font-size: 12px;
	padding: 5px 0 15px;
}

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

@media screen and (max-width:320px){
	.feature_ .contents_inner_ .footer_ p.txt_footer_ {
		font-size: 11px;
	}
	.feature_ .contents_inner_ .footer_ p.txt_footer02_ {
		font-size: 11px;
	}
}

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

