@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: #fffbee;
}
.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_ .nlh_ {
	line-height: 0;
}
.feature_ .contents_inner_ ul.item_list_ li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}
.feature_ .contents_inner_ ul.item_list_ li:nth-child(2n) {
	margin-right: 0;
}
.feature_ .contents_inner_ a.block_ {
	display: block;
}

.feature_ .contents_inner_ p.title_ {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
	text-align: center;
}
.feature_ .contents_inner_ p.lead_ {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
	text-align: justify;
	padding: 0 4%;
	margin-top: 15px;
}
.feature_ .contents_inner_ p.copy_ {
	font-size: 14px;
	font-weight: bold;
	color: #604c3f;
	line-height: 1.6;
	text-align: center;
}
.feature_ .contents_inner_ p.txt_ {
	font-size: 12px;
	color: #604c3f;
	line-height: 1.6;
	text-align: justify;
	margin-top: 10px;
}

.feature_ .contents_inner_ .btn01_ {
	width: 93.58%;
	margin: 0 auto 0;
	line-height: 0;
}
.feature_ .contents_inner_ .btn02_ {
	width: 91.55%;
	margin: 0 auto 0;
	line-height: 0;
}
.feature_ .contents_inner_ .btn03_ {
	width: 68.87%;
	margin: 30px auto 0;
	line-height: 0;
}

@media screen and (max-width:320px){
	.feature_ .contents_inner_ .br-320_ {
		display: block;
	}
	.feature_ .contents_inner_ p.txt_ {
		font-size: 10px;
	}
	.feature_ .contents_inner_ p.copy_ {
		font-size: 10px;
	}
}

/* ------------------------------------------------------------------
     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: 13px 0 17px;
	box-sizing: border-box;
}
.feature_ .contents_inner_ .header_ .main_ {
	width: 93.8%;
	margin: 0 auto 0;
	line-height: 0;
}

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


/* ------------------------------------------------------------------
     section01
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section01_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section01_ .img01_01_ {
	position: relative;
	line-height: 0;
}
.feature_ .contents_inner_ #section01_ .img01_01_ .info_ {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 20px;
}
.feature_ .contents_inner_ #section01_ .logo01_ {
	width: 52.54%;
	margin: 0 auto 10px;
	line-height: 0;
}

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

/* ------------------------------------------------------------------
     section02
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section02_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 4% 23px 4%;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section02_ .num01_ {
	line-height: 0;
}
.feature_ .contents_inner_ #section02_ .title01_ {
	width: 79.2%;
	margin: 20px auto 15px;
	line-height: 0;
}

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

/* ------------------------------------------------------------------
     section03
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section03_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 4% 23px 4%;
	background-color: #fff2ce;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section03_ .num02_ {
	line-height: 0;
}
.feature_ .contents_inner_ #section03_ .title02_ {
	width: 79.2%;
	margin: 20px auto 15px;
	line-height: 0;
}

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

/* ------------------------------------------------------------------
     section04
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section04_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 4% 23px 4%;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section04_ .num03_ {
	line-height: 0;
}
.feature_ .contents_inner_ #section04_ .title03_ {
	width: 79.2%;
	margin: 20px auto 15px;
	line-height: 0;
}

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

/* ------------------------------------------------------------------
     section05
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section05_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 4% 23px 4%;
	background-color: #fff2ce;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section05_ .num04_ {
	line-height: 0;
}
.feature_ .contents_inner_ #section05_ .title04_ {
	width: 79.2%;
	margin: 20px auto 15px;
	line-height: 0;
}

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

/* ------------------------------------------------------------------
     section06
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section06_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 4% 23px 4%;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section06_ .num05_ {
	line-height: 0;
}
.feature_ .contents_inner_ #section06_ .title05_ {
	width: 79.2%;
	margin: 20px auto 15px;
	line-height: 0;
}

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

/* ------------------------------------------------------------------
     section07
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section07_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 4% 23px 4%;
	background-color: #fff2ce;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section07_ .num06_ {
	line-height: 0;
}
.feature_ .contents_inner_ #section07_ .title06_ {
	width: 79.2%;
	margin: 20px auto 15px;
	line-height: 0;
}

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

/* ------------------------------------------------------------------
     section08
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section08_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 4% 23px 4%;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section08_ .num07_ {
	line-height: 0;
}
.feature_ .contents_inner_ #section08_ .title07_ {
	width: 79.2%;
	margin: 20px auto 15px;
	line-height: 0;
}

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

/* ------------------------------------------------------------------
     section09
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section09_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 4% 23px 4%;
	background-color: #fff2ce;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section09_ .num08_ {
	line-height: 0;
}
.feature_ .contents_inner_ #section09_ .title08_ {
	width: 79.2%;
	margin: 20px auto 15px;
	line-height: 0;
}
.feature_ .contents_inner_ #section09_ .img09_05_ {
	width: 60%;
	margin: 30px auto 0;
	line-height: 0;
}

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

/* ------------------------------------------------------------------
     section10
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section10_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 4% 0 4%;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section10_ .num09_ {
	line-height: 0;
}
.feature_ .contents_inner_ #section10_ .title09_ {
	width: 79.2%;
	margin: 20px auto 15px;
	line-height: 0;
}

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


/* ------------------------------------------------------------------
     footer
------------------------------------------------------------------ */
.feature_ .footer_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 47px 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: #604c3f;
	font-size: 10px;
	padding: 15px 0 0;
}
.feature_ .contents_inner_ .footer_ a.footer_link_ {
	display: block;
	font-size: 12px;
	color: #604c3f;
	text-align: center;
	text-decoration: underline;
	margin-top: 15px;
}
.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: #604c3f;
	font-size: 10px;
	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_ .footer_ p.footer_txt_ {
		font-size: 10px;
	}
	.feature_ .contents_inner_ .footer_ p.txt_footer_ {
		font-size: 10px;
	}
	.feature_ .contents_inner_ .footer_ p.txt_footer02_ {
		font-size: 10px;
	}
	.feature_ .contents_inner_ .footer_ .txt_copy_ {
		font-size: 10px;
	}
}

/* ------------------------------------------------------------------
     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;
}

