@charset "utf-8";
/*=====================================================
 * Style URL: /common/css/contents.css
 * Version: 1.0
 * Last Up Date: 2021/06/xx
 *
 * Markup Reference:
 *
=====================================================*/

/*
===== index (top page) ===========================*/

/* sec_main
--------------------*/
#index .sec_main {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 572px;
}

#index .sec_main #slide_wrap {
	position: absolute;
	top: 0;
	right: -3.5%;
	width: 63%;
	height: 572px;
	overflow: hidden;
}

#index .sec_main #slide_wrap .slide_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 572px;
	transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;
	opacity: 0;
}

#index .sec_main #slide_wrap .slide_item.show {
	opacity: 1;
}

#index .sec_main #slide_wrap .slide_item.zoom {
	transform: scale(1.1);
}

#index .sec_main #slide_wrap .slide_item img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100% !important;
	height: auto !important;
	transform: translateY(-50%);
}

#index .sec_main figure.gra {
	position: absolute;
	top: 0;
	left: -5%;
	width: 60%;
	height: 572px;
	overflow: hidden;
}

#index .sec_main figure.gra img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#index .sec_main h1 {
	padding: 120px 0 0;
}

#index .sec_main h1 img {
	width: 320px;
}

#index .sec_main h1 + nav {
	width: 340px;
	margin: 30px 0 0;
	border-top: 2px solid #29bc8f;
}

#index .sec_main h1 + nav ul {
	height: 110px;
	background: url(/common/img/line_02.png) no-repeat 151px 50%;
	background-size: 1px auto;
}

#index .sec_main h1 + nav ul li {
	float: left;
	margin: 19px 0 0 11px;
	font-size: 0;
	line-height: 0;
}

#index .sec_main h1 + nav ul li + li {
	float: right;
	margin: 25px 9px 0 0;
}

#index .sec_main nav.nav_qa {
	position: absolute;
	top: 300px;
	right: 0;
	z-index: 10000;
}

#index .sec_main nav.nav_scrolldown {
	position: absolute;
	top: 512px;
	right: 20px;
}

/* sec_index
--------------------*/
#index .sec_index {
	position: relative;
	margin: -60px 60px 0 0;
	padding: 60px 0;
	background: #29bc8f;
}

#index .sec_index .sec_inner {
	width: 1092px;
	padding: 0 0 0 60px;
}

#index .sec_index .sec_inner nav ul li {
	float: left;
	width: 202px;
	margin: 0 20px 0 0;
}

#index .sec_index .sec_inner nav ul li:last-child {
	margin: 0;
}

#index .sec_index .sec_inner nav ul li a {
	display: block;
	position: relative;
	background: #ffffff;
	border-radius: 5px;
	line-height: 1;
	text-align: center;
}

#index .sec_index .sec_inner nav ul li a span {
	display: block;
	padding: 102px 0 20px;
	text-align: center;
}

#index .sec_index .sec_inner nav ul li a img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#index .sec_index .sec_inner nav ul li:nth-child(1) a img { top: 27px; }
#index .sec_index .sec_inner nav ul li:nth-child(2) a img { top: 25px; }
#index .sec_index .sec_inner nav ul li:nth-child(3) a img { top: 21px; }
#index .sec_index .sec_inner nav ul li:nth-child(4) a img { top: 24px; }
#index .sec_index .sec_inner nav ul li:nth-child(5) a img { top: 22px; }

#index .sec_index .sec_inner .sec_search .search {
	position: relative;
	width: 737px;
	height: 64px;
	margin: 30px 0 0;
	padding: 0 0 0 20px;
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 5px;
	overflow: hidden;
}

#index .sec_index .sec_inner .sec_search .search input.text_field {
	width: 583px;
	margin: 21px 0 0;
	padding: 0;
	background: none;
	border: none;
	text-align: center;
	vertical-align: middle;
	outline: none;
}

#index .sec_index .sec_inner .sec_search .search input.search_btn {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 132px;
	height: 70px;
	border-radius: 0 5px 5px 0;
	transition: all .3s ease;
}

#index .sec_index .sec_inner .sec_search .search input.search_btn:hover {
	opacity: 0.5;
	cursor: pointer;
}

#index .sec_index .sec_inner .nav_download {
	position: absolute;
	right: 1px;
	bottom: 0;
}

#index .sec_index .sec_inner .nav_download a {
	display: table-cell;
	width: 300px;
	height: 68px;
	background: #ffffff;
	border-radius: 5px;
	color: #29bc8f;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

#index .sec_index .sec_inner .nav_download a em {
	display: inline-block;
	padding: 4px 0 3px 46px;
	background: #ffffff url(/common/img/icon_download.png) no-repeat 0 0;
	background-size: 31px auto;
	font-weight: normal;
	text-align: left;
}

#index .sec_index .sec_inner .nav_download a span {
	display: block;
	margin: 6px 0 0;
	font-size: 12px;
	letter-spacing: 0.05em;
}

/* sec_about
--------------------*/
#index .sec_about {
	margin: 60px 0 0;
	padding: 60px 0;
	background: #F5F5F5;
}

#index .sec_about .ls img {
	border-radius: 5px;
}

#index .sec_about .rs {
	width: 516px;
}

#index .sec_about .rs h2 {
	margin: 43px 0 0;
	color: #29bc8f;
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: 0.1em;
}

#index .sec_about .rs p {
	margin: 13px 0 0;
	line-height: 2.25;
}

#index .sec_about .rs nav {
	margin: 18px 0 0;
}

#index .sec_about .rs nav a {
	display: inline-block;
	padding: 0 60px 0 0;
	background: url(/common/img/arrow_09.png) no-repeat 100% 50%;
	background-size: 40px 40px;
	font-size: 18px;
	line-height: 40px;
}

/* sec_keyword
--------------------*/
#index .sec_keyword {
	margin: 70px 0 0;
}

#index .sec_keyword h2 {
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}

#index .sec_keyword .sec_tag_list_02 {
	padding: 14px 0 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

#index .sec_keyword .sec_tag_list_02 li {
	display: inline-block;
	margin: 20px 10px 0;
}

#index .sec_keyword .sec_tag_list_02 li a {
	display: inline-block;
	padding: 0 20px 2px;
	background: #ffffff;
	border: 1px solid #29bc8f;
	border-radius: 3px;
	font-size: 18px;
	line-height: 48px;
}

#index .sec_keyword .sec_tag_list_02 + .nav_all {
	margin: 30px 0 0;
	text-align: center;
}

#index .sec_keyword .sec_tag_list_02 + .nav_all a {
	display: inline-block;
	padding: 0 60px 0 0;
	background: url(/common/img/arrow_09.png) no-repeat 100% 50%;
	background-size: 40px 40px;
	font-size: 18px;
	line-height: 40px;
}

/* sec_category
--------------------*/
#index #wrapper .sec_category {
	position: relative;
	margin: 60px 0 0 60px;
}

#index #wrapper .sec_cat_02,
#index #wrapper .sec_cat_04 {
	margin: 60px 60px 0 0;
}

#index #wrapper .sec_cat_01 { background: #FCEDF4; }
#index #wrapper .sec_cat_02 { background: #FDE9E3; }
#index #wrapper .sec_cat_03 { background: #FFECC7; }
#index #wrapper .sec_cat_04 { background: #E0F3F6; }
#index #wrapper .sec_cat_05 { background: #E6EFF9; }

#index #wrapper .sec_category .sec_inner {
	width: 1092px;
	height: 430px;
	padding: 0 60px 0 0;
}

#index #wrapper .sec_category .sec_inner .desc {
	position: relative;
	padding: 92px 0 0;
	z-index: 2;
}

#index #wrapper .sec_cat_02 .sec_inner .desc {
	margin: 0 0 0 616px;
	padding: 90px 0 80px 60px;
	background: #FDE9E3;
}

#index #wrapper .sec_cat_03 .sec_inner .desc {
	padding: 82px 0 0;
}

#index #wrapper .sec_cat_04 .sec_inner .desc {
	margin: 0 0 0 616px;
	padding: 58px 0 40px 60px;
	background: #E0F3F6;
}

#index #wrapper .sec_cat_05 .sec_inner .desc {
	padding: 68px 0 0;
}

#index #wrapper .sec_category .sec_inner h2 img {
	margin: 0 30px 0 0;
	vertical-align: middle;
}

#index #wrapper .sec_category .sec_inner h2 span {
	display: inline-block;
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

#index #wrapper .sec_category .sec_inner h2 + p {
	width: 415px;
	margin: 15px 0 0;
}

#index #wrapper .sec_category .sec_inner nav {
	margin: 18px 0 0;
}

#index #wrapper .sec_category .sec_inner nav a {
	display: inline-block;
	padding: 0 60px 0 0;
	background: url(/common/img/arrow_09.png) no-repeat 100% 50%;
	background-size: 40px 40px;
	font-size: 18px;
	line-height: 40px;
}

#index #wrapper .sec_category .sec_slide {
	position: absolute;
	top: 60px;
	left: 480px;
	width: 1440px;
	z-index: 2;
}

#index #wrapper .sec_cat_02 .sec_slide,
#index #wrapper .sec_cat_04 .sec_slide {
	left: -768px;
	z-index: 1;
}

#index #wrapper .sec_category .sec_item {
	width: 288px;
}

#index #wrapper .sec_category .sec_item dl {
	padding: 0 60px 0 0;
}

#index #wrapper .sec_category .sec_item dd p {
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 1.55;
	direction: ltr !important;
	unicode-bidi: normal !important;
}

#index #wrapper .sec_category .sec_item .sec_tag_list_01 {
	margin: 20px 0 0;
	direction: ltr !important;
	unicode-bidi: normal !important;
}

#index #wrapper .sec_category .slick-prev {
	display: none !important;
}

#index #wrapper .sec_category .nav_next {
	position: absolute;
	top: 111px;
	margin: 0 !important;
	cursor: pointer;
}

#index #wrapper .sec_category .nav_next span {
	display: block;
	width: 90px;
	height: 90px;
	background: url(/common/img/nav_slide_next_02.png) no-repeat 50% 50%;
	background-size: 90px 90px !important;
	transition: all .3s ease;
}

#index #wrapper .sec_cat_02 .nav_next span,
#index #wrapper .sec_cat_04 .nav_next span {
	background-image: url(/common/img/nav_slide_next_03.png);
}

#index #wrapper .sec_category .nav_next:hover span {
	opacity: 0.5;
}


/*
===== about_index ===========================*/

/* sec_main
--------------------*/
.about.category .sec_main {
	position: relative;
	height: 400px;
    padding: 0;
	background: url(/common/img/about_bg_main.jpg) no-repeat 50% 100%;
    background-size: auto 800px;
}

.about.category .sec_main h1 {
	position: absolute;
	top: 146px;
	right: 0;
}

.about.category #wrapper .desc {
	width: 1092px;
	margin: 85px auto;
	font-size: 18px;
	line-height: 2.666;
	letter-spacing: 0.1em;
	text-align: center;
}

.about.category .sec_about {
	width: 1242px;
	margin: 90px auto 0;
	padding: 90px 0;
	background: #F8F8F8;
}

.about.category .sec_about h2 {
	margin: 0 0 30px;
	color: #000000;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
}

.about.category .sec_about p {
	font-size: 18px;
	line-height: 2.666;
	letter-spacing: 0.1em;
	text-align: center;
}

.about.category .sec_nav_about {
	width: 1092px;
	margin: 100px auto 0;
	padding: 0 0 15px;
}

.about.category .sec_nav_about div {
	width: 516px;
}

.about.category .sec_nav_about div a {
	display: block;
}

.about.category .sec_nav_about figure {
	border-radius: 5px;
	overflow: hidden;
}

.about.category .sec_nav_about dt {
	margin: 35px 0 0;
	color: #29BC8F;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.05em;
}

.about.category .sec_nav_about dd {
	margin: 22px 0 0;
}

.about.category .sec_nav_about nav {
	margin: 15px 0 0;
	text-align: right;
}

.about.category .sec_nav_about nav span {
	display: inline-block;
	padding: 0 60px 0 0;
	background: url(/common/img/arrow_09.png) no-repeat 100% 50%;
	background-size: 40px 40px;
	font-size: 18px;
	line-height: 40px;
}


/*
===== category ===========================*/

.category .bread_crumbs {
	margin-right: 60px;
}

.category .bread_crumbs .sec_inner {
	padding-left: 60px;
}

.about.category .bread_crumbs {
	margin-right: 0;
}

.about.category .bread_crumbs .sec_inner {
	padding-left: 0;
}

/* sec_main
--------------------*/
.category .sec_main {
	margin: 0 60px 0 0;
	padding: 0 0 50px;
}

.category .sec_main .sec_inner {
	padding: 0 0 0 60px;
}

.about.category .sec_main {
	margin: 0;
}

.about.category .sec_main .sec_inner {
	padding: 0;
}

.relationship .sec_main { background: #FCEDF4; }
.health .sec_main { background: #FDE9E3; }
.fever .sec_main { background: #FFECC7; }
.basics .sec_main { background: #E0F3F6; }
.activity .sec_main { background: #E6EFF9; }

.category .sec_main .ms {
	display: table;
	width: 100%;
}

.category .sec_main .ms figure {
	display: table-cell;
	width: 516px;
	vertical-align: middle;
}

.category .sec_main .ms figure img {
	border-radius: 5px;
	overflow: hidden;
}

.category .sec_main .ms div {
	display: table-cell;
	padding: 0 0 0 60px;
	vertical-align: middle;
}

.category .sec_main h1 img {
	vertical-align: middle;
}

.category .sec_main h1 span {
	display: inline-block;
	margin: 0 0 0 30px;
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

.category .sec_main h1 + p {
	margin: 15px 0 0;
}

/* sec_nav_category
--------------------*/
.category #anc_nav {
	margin: -50px 0 0;
	padding: 50px 0 0;
}

.category .sec_nav_category {
	width: 770px;
	margin: 0 auto;
	padding: 15px 0 0;
	text-align: center;
}

.category .sec_nav_category li {
	display: inline-block;
	position: relative;
	margin: 45px 17px 0;
	line-height: 1;
}

.category .sec_nav_category li:first-child {
	margin-left: 0;
}

.category .sec_nav_category li:last-child {
	margin-right: 0;
}

.category .sec_nav_category li.current::after {
 	 content: "";
	 display: block;
	 position: absolute;
	 top: 28px;
	 left: 0;
	 width: 100%;
	 height: 2px;
}

.relationship .sec_nav_category li.current::after { background: #DD4B65; }
.health .sec_nav_category li.current::after { background: #F47C5E; }
.fever .sec_nav_category li.current::after { background: #F69C0D; }
.basics .sec_nav_category li.current::after { background: #009DA4; }
.activity .sec_nav_category li.current::after { background: #226DB6; }

/* sec_list
--------------------*/
.category #wrapper .sec_list {
	width: 1092px;
	margin: 0 auto;
	padding: 10px 0 0;
}

.category #wrapper .sec_list .sec_item {
	float: left;
	width: 324px;
	margin: 40px 60px 0 0;
}

.category #wrapper .sec_list .sec_item:nth-child(3n) {
	margin-right: 0;
}

.category #wrapper .sec_list .sec_item dd p {
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 1.5;
}

.category #wrapper .sec_list .sec_item dd .sec_tag_list_01 {
	margin: 20px 0 0;
}

/* keyword
--------------------*/
.keyword.category #wrapper h1 {
	width: 1092px;
	margin: 55px auto 0;
	color: #29bc8f;
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: 0.1em;
}

.keyword.category #wrapper h1 span {
	display: inline-block;
	margin-left: -0.5em;
}

.keyword.category #wrapper .sec_list {
	position: relative;
	padding: 60px 0 0;
}

.keyword.category #wrapper .cnt {
	position: absolute;
	top: 25px;
	left: 0;
	line-height: 1;
}



/*
===== detail ===========================*/

/* sec_main
--------------------*/
.detail .sec_main {
	width: 1092px;
	margin: 40px auto 0;
	border-radius: 4px;
	overflow: hidden
}

.detail .sec_main .inner {
	display: table;
	width: 100%;
}

.detail .sec_main .inner figure {
	display: table-cell;
	width: 516px;
	vertical-align: middle;
}

.detail .sec_main .inner div {
	display: table-cell;
	padding: 0 50px 0 60px;
	vertical-align: middle;
}

.relationship .sec_main .inner div { background: #FCEDF4; border-right: 4px solid #DD4B65; }
.health .sec_main .inner div { background: #FDE9E3; border-right: 4px solid #F47C5E; }
.fever .sec_main .inner div { background: #FFECC7; border-right: 4px solid #F69C0D; }
.basics .sec_main .inner div { background: #E0F3F6; border-right: 4px solid #009DA4; }
.activity .sec_main .inner div { background: #E6EFF9; border-right: 4px solid #226DB6; }
.about.detail .sec_main .inner div { background: #F8F8F8; border-right: 4px solid #29BC8F; }

.detail .sec_main h1 {
	color: #222222;
	font-size: 36px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.detail .sec_main .date {
	margin: 30px 0 0;
	line-height: 1;
	letter-spacing: 0.1em;
}

.detail .sec_main .date span {
	padding: 0 0 0 20px;
}

.detail .sec_main .note {
	margin: 24px 0 0;
	color: #919191;
	font-size: 12px;
	line-height: 2;
}

/* entry_body
--------------------*/
.detail .entry_body em,
.detail .entry_body a {
	color: #29BC8F;
	font-weight: normal;
	text-decoration: underline;
	word-break: break-all;
}

.detail .entry_body strong {
	border-bottom: 5px solid #A9E4D2;
}

.detail .entry_body a.blank {
	margin: 0 5px 0 0;
	padding: 0 18px 0 0px;
	background: url(/common/img/bullet_blank_01.png) no-repeat 100% 7px;
	background-size: 13px 13px;
}

.detail .entry_body figcaption a.blank,
.detail .entry_body .note a.blank {
	background: url(/common/img/bullet_blank_01.png) no-repeat 100% 5px;
	background-size: 13px 13px;
}

.detail .entry_body .subtitle {
	margin: 25px 0 -10px;
}

/* sec_index */
.detail .entry_body .sec_index {
	margin: 45px 0 0;
	padding: 35px 40px 20px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.detail .entry_body .sec_index .h {
	color: #29bc8f;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}

.detail .entry_body .sec_index ul {
	padding: 20px 0 0;
}

.detail .entry_body .sec_index ul li {
	float: left;
	width: 485px;
	border-bottom: 1px solid #e6e6e6;
}

.detail .entry_body .sec_index ul li:last-child {
	border-bottom: none;
}

.detail .entry_body .sec_index ul.even li:nth-last-child(2) {
	border-bottom: none;
}

.detail .entry_body .sec_index ul li:nth-child(even) {
	float: right;
}

.detail .entry_body .sec_index ul li a {
	display: block;
	padding: 12px 0 19px;
	text-decoration: none;
}

.detail .entry_body .sec_index ul li a span {
	display: block;
	margin: -31px 0 0 30px;
	padding: 0 70px 0 0;
	background: url(/common/img/arrow_08.png) no-repeat 100% 2px;
	background-size: 20px 20px;
	color: #000000;
	line-height: 1.4;
}

.detail .entry_body .sec_index ul li a i {
	display: inline-block;
	padding: 5px 0 0;
	color: #29bc8f;
	font-size: 20px;
	line-height: 1;
}

/* h */
.detail .entry_body .h_lv_01 {
	margin: 60px 0 0;
	padding: 18px 35px 20px;
	background: #F7F7F7;
	border-left: 4px solid #29bc8f;
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.detail .entry_body .h_lv_02 {
	margin: 44px 0 -6px;
	color: #29bc8f;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.detail .entry_body .h_lv_03 {
	margin: 45px 0 -5px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

/* desc */
.detail .entry_body .desc  {
	margin: 54px 0 0;
}

.detail .entry_body h2 + .desc {
	margin: 32px 0 0;
}

.detail .entry_body h3 + .desc,
.detail .entry_body h4 + .desc {
	margin: 24px 0 0;
}

.detail .entry_body .sec_list_01 + .desc,
.detail .entry_body .sec_list_02 + .desc {
	margin: 30px 0 0;
}

/* note */
.detail .entry_body .note  {
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 1.7;
}

.detail .entry_body h4 + .note  {
	margin: 24px 0 0;
}

.detail .entry_body .sec_table_01 + .note  {
	margin: 12px 0 0;
}

/* figure */
.detail .entry_body figure  {
	width: 670px;
	margin: 60px auto 0;
	padding: 0 0 5px;
	text-align: center;
}

.detail .entry_body figure figcaption  {
	margin: 25px 0 0;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}

/* sec_list_01 */
.detail .entry_body .sec_list_01 {
	margin: 50px 0 0;
}

.detail .entry_body h2 + .sec_list_01,
.detail .entry_body h3 + .sec_list_01,
.detail .entry_body h4 + .sec_list_01,
.detail .entry_body .desc + .sec_list_01,
.detail .entry_body .sec_inner .sec_list_01:first-child {
	margin-top: 30px;
}

.detail .entry_body .sec_list_01 li {
	list-style: outside disc;
	margin: 10px 0 0 1.3em;
	color: #29bc8f;
}

.detail .entry_body .sec_list_01 li:first-child {
	margin-top: 0;
}

.detail .entry_body .sec_list_01 li span {
	display: block;
	padding: 0 0 0 12px;
	color: #000000;
}

/* sec_list_02 */
.detail .entry_body .sec_list_02 {
	margin: 50px 0 0 4px;
}

.detail .entry_body h2 + .sec_list_02,
.detail .entry_body h3 + .sec_list_02,
.detail .entry_body h4 + .sec_list_02,
.detail .entry_body .desc + .sec_list_02 {
	margin-top: 30px;
}

.detail .entry_body .sec_list_02 li {
	margin: 10px 0 0 1.85em;
	text-indent: -1.85em;
}

.detail .entry_body .sec_list_02 li i {
	display: inline-block;
	width: 1.6em;
	color: #29bc8f;
	font-size: 18px;
	font-weight: 500;
	text-indent: 0;
}

.detail .entry_body .sec_list_02 li:first-child {
	margin-top: 0;
}

/* sec_col_2 */
.detail .entry_body .sec_col_2 {
	margin: 22px 0 0;
}

.detail .entry_body h2 + .sec_col_2 {
	margin: 32px 0 0;
}

.detail .entry_body .sec_col_2 .desc {
	width: 615px;
	margin: 0;
}

.detail .entry_body .sec_col_2 .sec_list_01,
.detail .entry_body .sec_col_2 .sec_list_02 {
	margin-top: 0;
	padding-top: 10px;
}

.detail .entry_body .sec_col_2 h4 + .sec_list_01,
.detail .entry_body .sec_col_2 h4 + .sec_list_02 {
	padding-top: 20px;
}

.detail .entry_body .sec_col_2 .rs {
	width: 420px;
	padding: 10px 0 0;
}

.detail .entry_body .sec_col_2 figure {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

.detail .entry_body .sec_col_2 figure + figure {
	margin: 30px 0 0;
}

.detail .entry_body .sec_col_2 figure figcaption {
	margin: 15px 0 0;
}

/* sec_table_01 */
.detail .entry_body .sec_table_01 {
	margin: 50px 0 0;
}

.detail .entry_body .sec_table_01 .table_inner {
	width: 100% !important;
}

.detail .entry_body h4 + .sec_table_01 {
	margin: 22px 0 0;
}

.detail .entry_body .sec_table_01 table {
	width: 100% !important;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	line-height: 1.625;
	text-align: left;
}

.detail .entry_body .sec_table_01 table th {
	padding: 15px 20px;
	background: #E8F7F3;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: middle;
}

.detail .entry_body .sec_table_01 table thead th {
	text-align: center;
	white-space: nowrap;
}

.detail .entry_body .sec_table_01 table td {
	padding: 15px 20px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: middle;
}

/* sec_point */
.detail .entry_body .sec_point {
	margin: 60px 0 0;
	padding: 8px 0;
	border: 2px solid #29bc8f;
	border-radius: 5px;
}

.detail .entry_body .sec_point dl {
	display: table;
	width: 100%;
}

.detail .entry_body .sec_point dt {
	display: table-cell;
	width: 135px;
	height: 68px;
	border-right: 2px solid #29bc8f;
	color: #29bc8f;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
}

.detail .entry_body .sec_point dd {
	display: table-cell;
	padding: 10px 30px;
	vertical-align: middle;
}

/* sec_qa */
.detail .entry_body .sec_qa {
	margin: 60px 0 0;
}

.detail .entry_body .sec_qa li {
	padding: 0 30px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.detail .entry_body .sec_qa li + li {
	margin: 30px 0 0;
}

.detail .entry_body .sec_qa dl dt {
	position: relative;
	padding: 20px 50px 20px 45px;
	background: url(/common/img/icon_plus_02.png) no-repeat 100% 30px;
	background-size: 20px auto !important;
	cursor: pointer;
	transition: all .3s ease;
}

.detail .entry_body .sec_qa dl dt.open {
	background-image: url(/common/img/icon_minus_02.png);
}

.detail .entry_body .sec_qa dl dt:hover {
	opacity: 0.5;
}

.detail .entry_body .sec_qa dl dt span {
	position: absolute;
	top: 30px;
	left: 0;
	color: #29bc8f;
	font-size: 20px;
	line-height: 1;
}

.detail .entry_body .sec_qa dl dd {
	display: none;
}

.detail .entry_body .sec_qa dl dd div {
	position: relative;
	padding: 20px 50px 20px 45px;
	border-top: 1px solid #e6e6e6;
}

.detail .entry_body .sec_qa dl dd span {
	position: absolute;
	top: 30px;
	left: 0;
	color: #29bc8f;
	font-size: 20px;
	line-height: 1;
}

/* sec_quote */
.detail .entry_body .sec_quote {
	margin: 60px 0 0;
	padding: 35px 40px;
	background: #f5f5f5;
	border-radius: 5px;
}

.detail .entry_body .sec_quote div {
	padding: 0 0 0 30px;
	border-left: 3px solid;
	border-color: rgba(0,0,0,0.1);
}

/* sec_movie */
.detail .entry_body .sec_movie {
	margin: 60px 0 0;
	text-align: center;
}

.detail .entry_body .sec_movie iframe {
	margin: 0 auto;
}

/* sec_download */
.detail .entry_body .sec_download {
	margin: 60px 0 0;
}

.detail .entry_body .sec_download h3 {
	color: #29bc8f;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.detail .entry_body .sec_download dt {
	margin: 40px 0 0;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.detail .entry_body .sec_download dd {
	margin: 25px 0 0;
	line-height: 48px;
}

.detail .entry_body .sec_download dd a {
	display: inline-block;
	padding: 0 20px 2px;
	border: 1px solid #29bc8f;
	border-radius: 3px;
	color: #29bc8f;
	font-size: 18px;
	line-height: 46px;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.detail .entry_body .sec_download dd span {
	padding: 0 23px 0 0;
	background: url(/common/img/bullet_download.png) no-repeat 100% 50%;
	background-size: 16px auto;
}

/* sec_profile */
.detail .entry_body .sec_profile {
	margin: 60px 0 0;
	padding: 40px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.detail .entry_body .sec_profile h3 {
	color: #29bc8f;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}

.detail .entry_body .sec_profile .ms {
	display: table;
	margin: 40px 0 0;
}

.detail .entry_body .sec_profile .ms figure {
	display: table-cell;
	width: 170px;
	padding: 0 30px 0 0;
	vertical-align: middle;
}

.detail .entry_body .sec_profile .ms div {
	display: table-cell;
	vertical-align: middle;
}

.detail .entry_body .sec_profile .ms div .name {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1;
}

.detail .entry_body .sec_profile .ms div .note {
	margin: 15px 0 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}

.detail .entry_body .sec_profile .message {
	margin: 45px 0 0;
	padding: 40px 40px 30px;
	background: #f5f5f5;
	border-radius: 5px;
}

.detail .entry_body .sec_profile .message dt {
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.05;
}

/* sec_category
--------------------*/
.detail .sec_category {
	width: 1092px;
	margin: 80px auto 0;
}

.detail .sec_profile + .sec_category {
	margin: 60px auto 0;
}

.detail .sec_category dl + dl {
	margin: 30px 0 0;
}

.detail .sec_category dt {
	float: left;
	width: 130px;
	padding: 16px 0 0;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.detail .sec_category dd {
	float: left;
	width: 962px;
	font-size: 0;
	line-height: 0;
}

.detail .sec_category dd .sec_tag_list_02 {
	margin: -20px 0 0;
}

.detail .sec_category dd .sec_tag_list_02 li {
	display: inline-block;
	margin: 20px 10px 0;
}

.detail .sec_category dd .sec_tag_list_02 li a {
	display: inline-block;
	padding: 0 18px 2px;
	background: #ffffff;
	border: 1px solid #29bc8f;
	border-radius: 3px;
	font-size: 18px;
	line-height: 46px;
}

.detail .sec_category dl.cat .sec_tag_list_02 li a {
	color: #ffffff;
}

.relationship .sec_category dl.cat .sec_tag_list_02 li a { background: #DD4B65; border: 1px solid #DD4B65; }
.health .sec_category dl.cat .sec_tag_list_02 li a { background: #F47C5E; border: 1px solid #F47C5E; }
.fever .sec_category dl.cat .sec_tag_list_02 li a { background: #F69C0D; border: 1px solid #F69C0D; }
.basics .sec_category dl.cat .sec_tag_list_02 li a { background: #009DA4; border: 1px solid #009DA4; }
.activity .sec_category dl.cat .sec_tag_list_02 li a { background: #226DB6; border: 1px solid #226DB6; }
.about.detail .sec_category dl.cat .sec_tag_list_02 li a { background: #29BC8F; border: 1px solid #29BC8F; }

.relationship .sec_category dl.theme .sec_tag_list_02 li a { border: 1px solid #DD4B65; }
.health .sec_category dl.theme .sec_tag_list_02 li a { border: 1px solid #F47C5E; }
.fever .sec_category dl.theme .sec_tag_list_02 li a { border: 1px solid #F69C0D; }
.basics .sec_category dl.theme .sec_tag_list_02 li a { border: 1px solid #009DA4; }
.activity .sec_category dl.theme .sec_tag_list_02 li a { border: 1px solid #226DB6; }

/* sec_share
--------------------*/
.detail #wrapper .sec_share {
	width: 1092px;
	margin: 60px auto 0;
	padding: 60px 0 0;
	border-top: 1px solid #e6e6e6;
}

.detail #wrapper .sec_share dl {
	position: relative;
	margin: 0 0 0 130px;
}

.detail #wrapper .sec_share dl dt {
	position: absolute;
	top: 27px;
	left: 0;
	font-size: 18px;
	line-height: 1;
}

.detail #wrapper .sec_share dl dd {
	padding: 0 0 0 250px;
}

.detail #wrapper .sec_share dl dd li {
	float: left;
	margin: 0 20px 0 0;
}

.detail #wrapper .sec_share dl dd li a {
	display: table-cell;
	width: 178px;
	height: 68px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
}

.detail #wrapper .sec_share dl dd li a img {
	margin: 0 10px 0 0;
	vertical-align: -8px;
}

/* sec_share_fix
--------------------*/
.detail .sec_share_fix {
	position: fixed;
	top: 322px;
	left: 0;
	width: 80px;
	padding: 20px 0 50px;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-left: none;
	border-radius: 0 5px 5px 0;
	z-index: 50;
}

.detail .sec_share_fix li {
	margin: 30px 0 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

/* sec_related
--------------------*/
.detail .sec_related {
	margin: 80px 0 0;
}

.detail .sec_related h3 {
	color: #29BC8F;
	font-size: 40px;
	text-align: center;
	line-height: 1;
}

.detail .sec_related ul.wrap > li {
	display: none;
	float: left;
	width: 228px;
	margin: 40px 60px 0 0;
}

.detail .sec_related ul.wrap > li:nth-child(1),
.detail .sec_related ul.wrap > li:nth-child(2),
.detail .sec_related ul.wrap > li:nth-child(3),
.detail .sec_related ul.wrap > li:nth-child(4){
	display: block;
}

.detail .sec_related ul.wrap > li:nth-child(4n) {
	float: right;
	margin-right: 0;
}

.detail .sec_related .sec_item dd p {
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 1.55;
}

.detail .sec_related .sec_item .sec_tag_list_01 {
	margin: 20px 0 0;
}


/*
===== keyword_list ===========================*/

.keyword_list h1 {
	width: 1092px;
	margin: 50px auto 0;
	padding: 0 0 25px;
	color: #29bc8f;
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: 0.1em;
}

/* sec_keyword
--------------------*/
.keyword_list #wrapper .sec_keyword {
	margin: 0;
}

.keyword_list #wrapper .sec_keyword .sec_tag_list_02 {
	padding: 0;
	text-align: left;
}

.keyword_list #wrapper .sec_keyword .sec_tag_list_02 li {
	margin: 20px 20px 0 0;
}


/*
===== movie ===========================*/

.movie #wrapper h1 {
	position: relative;
	margin: 60px 0 0;
	padding: 0 0 0 127px;
	color: #29BC8F;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.movie #wrapper h1 span {
	display: block;
	margin: 20px 0 0;
	color: #000000;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0;
}

.movie #wrapper h1 img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.movie #wrapper .h_lv_01 {
	margin: 73px 0 0;
	padding: 18px 35px 20px;
	background: #F7F7F7;
	border-left: 4px solid #29bc8f;
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.movie #wrapper h1 + .h_lv_01 {
	margin: 50px 0 0;
}

/* sec_movie */
.movie #wrapper .sec_movie {
	margin: 60px 0 30px;
	text-align: center;
}

.movie #wrapper .sec_movie iframe {
	margin: 0 auto;
}


/*
===== pdf ===========================*/

.pdf #wrapper h1 {
	position: relative;
	margin: 60px 0 0;
	padding: 0 0 0 104px;
	color: #29BC8F;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.pdf #wrapper h1 span {
	display: block;
	margin: 20px 0 0;
	color: #000000;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0;
}

.pdf #wrapper h1 img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-54%);
}

.pdf #wrapper .h_lv_01 {
	margin: 52px 0 0;
	padding: 18px 35px 20px;
	background: #F7F7F7;
	border-left: 4px solid #29bc8f;
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.pdf #wrapper nav.nav_lang {
	position: absolute;
	top: 23px;
	right: 0;
}

.pdf #wrapper nav.nav_lang a {
	display: inline-block;
	padding: 0 60px 2px 0;
	background: url(/common/img/arrow_09.png) no-repeat 100% 50%;
	background-size: 40px 40px;
	font-size: 18px;
	line-height: 38px;
}

.pdf #wrapper section.ms {
	margin: 60px 0 0;
}

.pdf #wrapper section.ms .ls,
.pdf #wrapper section.ms .rs {
	width: 516px;
}

.pdf #wrapper section.ms .h_lv_01 {
	margin: 0;
}

.pdf #wrapper section.ms h3 {
	position: relative;
	padding: 6px 35px;
	background: #E9F8F4;
	color: #29bc8f;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 0.05em;
}

.pdf #wrapper section.ms h2 + h3 {
	margin: 40px 0 -10px;
}

.pdf #wrapper section.ms ul + h3 {
	margin: 20px 0 -10px;
}

.pdf #wrapper section.ms h3.adult {
	padding-left: 155px;
}

.pdf #wrapper section.ms h3.adult img {
	position: absolute;
	left: 35px;
	bottom: -1.5px;
}

.pdf #wrapper section.ms h3.child {
	padding-left: 115px;
}

.pdf #wrapper section.ms h3.child img {
	position: absolute;
	left: 35px;
	bottom: 0;
}

.pdf #wrapper section.ms ul {
	padding: 20px 0 0;
}

.pdf #wrapper section.ms ul li {
	padding: 20px 0;
	border-top:  1px solid #e6e6e6;
}

.pdf #wrapper section.ms ul li:first-child {
	border-top:  none;
}

.pdf #wrapper section.ms ul li dl {
	display: table;
	width: 100%;
}

.pdf #wrapper section.ms ul li dl + dl {
	margin: 25px 0 0;
}

.pdf #wrapper section.ms ul li dt,
.pdf #wrapper section.ms ul li dd {
	display: table-cell;
	vertical-align: middle;
}

.pdf #wrapper section.ms ul li dt {
	width: 300px;
	font-size: 18px;
	line-height: 1.5;
	/*word-break: break-all;*/
}

.pdf #wrapper section.ms ul li dd {
	text-align: right;
}

.pdf #wrapper section.ms ul li dd a {
	display: inline-block;
	width: 142px;
	padding: 0 20px 2px;
	border: 1px solid #29bc8f;
	border-radius: 3px;
	color: #29bc8f;
	font-size: 18px;
	line-height: 46px;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
}

.pdf #wrapper section.ms ul li dd span {
	display: block;
	padding: 0 23px 0 0;
	background: url(/common/img/bullet_download.png) no-repeat 100% 50%;
	background-size: 16px auto;
}


/*
===== feverqa_index ===========================*/

#feverqa_index .bread_crumbs {
	margin-right: 60px;
	background: #FFECC7;
}

#feverqa_index .bread_crumbs .sec_inner {
	padding-left: 60px;
}

/* sec_main
--------------------*/
#feverqa_index .sec_main {
	margin-right: 60px;
	padding: 40px 0 60px;
	background: #FFECC7;
}

#feverqa_index .sec_main .sec_inner {
	padding-left: 60px;
}

#feverqa_index .sec_main h1 {
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}

#feverqa_index .sec_main h1 + P {
	margin: 25px 0 0;
}

#feverqa_index .sec_main nav {
	margin: 45px 0 0;
}

#feverqa_index .sec_main nav li {
	float: left;
	width: 324px;
	margin: 0 60px 0 0;
}

#feverqa_index .sec_main nav li:last-child {
	margin: 0;
}

#feverqa_index .sec_main nav li a {
	display: block;
	position: relative;
	height: 80px;
	background: #ffffff;
	border-radius: 5px;
	text-align: center;
}

#feverqa_index .sec_main nav li a span {
	display: inline-block;
	padding: 29px 40px 31px 0;
	background: url(/common/img/arrow_12.png) no-repeat 100% 50%;
	background-size: 20px 20px;
	line-height: 1.3;
	text-align: left;
}

#feverqa_index .sec_main nav li:nth-child(1) a span { padding-left: 113px; }
#feverqa_index .sec_main nav li:nth-child(2) a span { padding-left: 80px; }
#feverqa_index .sec_main nav li:nth-child(3) a span { padding: 18px 40px 20px 125px; }

#feverqa_index .sec_main nav li a img {
	position: absolute;
	bottom: -1px;
}

#feverqa_index .sec_main nav li:nth-child(1) a img { left: 45px; }
#feverqa_index .sec_main nav li:nth-child(2) a img { left: 54px; }
#feverqa_index .sec_main nav li:nth-child(3) a img { left: 31px; }

#feverqa_index .sec_main nav ul { margin-left: 192px; }
#feverqa_index .sec_main nav li:nth-child(1) { display: none; }

/* sec_qa
--------------------*/
#feverqa_index .sec_qa {
	width: 1092px;
	margin: 0 auto;
}

#feverqa_index .sec_qa h2 {
	position: relative;
	margin: 80px 0 60px;
	padding: 18px 35px 20px;
	background: #F7F7F7;
	border-left: 4px solid #F69C0D;
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#feverqa_index .sec_qa ul + h2 {
	margin-top: 60px;
}

#feverqa_index .sec_qa h2 img {
	position: absolute;
	left: 37px;
	bottom: -1px;
}

#feverqa_index .sec_qa h2.h2_01 { padding-left: 160px; }
#feverqa_index .sec_qa h2.h2_02 { padding-left: 128px; }
#feverqa_index .sec_qa h2.h2_03 { padding-left: 172px; }

#feverqa_index .sec_qa h2 + ul > li {
	padding: 0 30px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

#feverqa_index .sec_qa h2 + ul > li + li {
	margin: 30px 0 0;
}

#feverqa_index .sec_qa h2 + ul > li > dl > dt {
	position: relative;
	padding: 20px 50px 20px 45px;
	background: url(/common/img/icon_plus_03.png) no-repeat 100% 30px;
	background-size: 20px auto !important;
	cursor: pointer;
	transition: all .3s ease;
}

#feverqa_index .sec_qa h2 + ul > li > dl > dt.open {
	background-image: url(/common/img/icon_minus_03.png);
}

#feverqa_index .sec_qa h2 + ul > li > dl > dt:hover {
	opacity: 0.5;
}

#feverqa_index .sec_qa h2 + ul > li > dl > dt span {
	position: absolute;
	top: 30px;
	left: 0;
	color: #F69C0D;
	font-size: 20px;
	line-height: 1;
}

#feverqa_index .sec_qa h2 + ul > li > dl > dd {
	display: none;
}

#feverqa_index .sec_qa dl dd div.entry_body {
	position: relative;
	padding: 20px 50px 20px 45px;
	border-top: 1px solid #e6e6e6;
}

#feverqa_index .sec_qa dl dd span.en {
	position: absolute;
	top: 30px;
	left: 0;
	color: #F69C0D;
	font-size: 20px;
	line-height: 1;
}

#feverqa_index .sec_qa dl dd .h_lv_02,
#feverqa_index .sec_qa dl dd .h_lv_03 {
	font-size: 16px;
}

#feverqa_index .sec_qa dl dd span.en + .h_lv_02 {
	margin-top: 7px;
}

#feverqa_index .sec_qa dl dd span.en + .desc {
	margin-top: 0;
}

#feverqa_index .sec_qa dl dd .sec_col_2 .ls,
#feverqa_index .sec_qa dl dd .sec_col_2 .desc {
	width: 465px;
}


/*
===== sitemap ===========================*/

/* sec_sitemap
--------------------*/
.sitemap .sec_sitemap {
	padding: 0 0 100px;
	background: #F8F8F8;
}

.sitemap .sec_sitemap h1 {
	padding: 50px 0 12px;
	color: #29bc8f;
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: 0.1em;
}

.sitemap .sec_sitemap .ls,
.sitemap .sec_sitemap .rs {
	width: 396px;
	margin: 40px 0 0;
	padding: 15px 60px 55px;
	background: #ffffff;
	border-radius: 10px;
}

.sitemap .sec_sitemap dl {
	padding: 45px 0;
	border-bottom: 1px solid #E6E6E6;
	line-height: 1;
}

.sitemap .sec_sitemap .ls dl + dl {
	padding: 45px 0 10px;
	border-bottom: none;
}

.sitemap .sec_sitemap .rs dl:last-child {
	padding: 45px 0 5px;
	border-bottom: none;
}

.sitemap .sec_sitemap dl dt a {
	display: inline-block;
	padding: 0 40px 0 0;
	background: url(/common/img/arrow_13.png) no-repeat 100% 5px;
	background-size: auto 19px;
	color: #29BC8F;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-decoration: underline;
}

.sitemap .sec_sitemap dl dd ul {
	padding: 7px 0 0;
}

.sitemap .sec_sitemap dl dd ul li {
	margin: 20px 0 0;
	padding: 0 0 0 30px;
	background: url(/common/img/bullet_circle.png) no-repeat 0 12px;
	background-size: 5px 5px;
}

.sitemap .sec_sitemap dl dd ul li a {
	display: inline-block;
	padding: 0 30px 0 0;
	background: url(/common/img/arrow_14.png) no-repeat 100% 5px;
	background-size: 18px 18px;
	line-height: 1.625;
}

/* sec_index
--------------------*/
.sitemap #wrapper .sec_index {
	margin: 0;
	padding: 0;
	background: transparent;
}

.sitemap #wrapper .sec_index .sec_inner {
	width: auto;
	padding: 0;
}

.sitemap #wrapper .sec_index .sec_inner .sec_search {
	margin: 0;
	padding: 40px 0;
	background: #29bc8f;
}

.sitemap #wrapper .sec_index .sec_inner .sec_search .search {
	width: 704px;
	margin: 0 auto;
}

.sitemap #wrapper .sec_index .sec_inner .sec_search .search input.text_field {
	width: 550px;
}


/*
===== notfound ===========================*/

/* sec_notfound
--------------------*/
.notfound .sec_notfound {
	background: #F8F8F8;
}

.notfound .sec_notfound h1 {
	padding: 50px 0 12px;
	color: #29bc8f;
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: 0.1em;
}

/* sec_index
--------------------*/
.notfound #wrapper .sec_index {
	margin: 0;
	padding: 35px 0 0;
	background: transparent;
}

.notfound #wrapper .sec_index .sec_inner {
	width: auto;
	padding: 0;
}

.notfound #wrapper .sec_index .sec_inner nav {
	width: 1092px;
	margin: 0 auto;
}

.notfound #wrapper .sec_index .sec_inner .sec_search {
	margin: 80px 0 0;
	padding: 40px 0;
	background: #29bc8f;
}

.notfound #wrapper .sec_index .sec_inner .sec_search .search {
	width: 704px;
	margin: 0 auto;
}

.notfound #wrapper .sec_index .sec_inner .sec_search .search input.text_field {
	width: 550px;
}












