@charset "utf-8";
/*=====================================================
 * Style URL: /common/css/contents.css
 * Version: 1.0
 * Last Up Date: 2021/06/xx
 *
 * Markup Reference:
 *
=====================================================*/

/*
===== index (top page) ===========================*/

#index .logo_terumo {
	padding: 0 5.333%;
	border-bottom: 2px solid #00885F;
	font-size: 0;
	line-height: 68px;
}

#index .logo_terumo img {
	width: 105px;
	vertical-align: middle;
}

/* sec_main
--------------------*/
#index .sec_main {
	position: relative;
}

#index .sec_main #slide_wrap {
	position: relative;
	overflow: hidden;
}

#index .sec_main #slide_wrap .slide_item {
		opacity: 0;
		transform: scale(1);
		transition: opacity 2s linear, transform 7.5s linear;
		position: relative;
}

#index .sec_main #slide_wrap .slide_item img {
	width: 100%;
	height: auto;
}

#index .sec_main #slide_wrap .slide_item:not(:first-child) {
	position: absolute;
	top: 0;
	right: 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 h1 {
	padding: 60px 16% 0;
}

#index .sec_main h1 img {
	width: 100%;
}

#index .sec_main h1 + nav {
	margin: 50px 5.333% 0;
	border-top: 2px solid #29bc8f;
	border-bottom: 2px solid #29bc8f;
}


#index .sec_main h1 + nav ul li {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

#index .sec_main h1 + nav ul li img {
	width: 280px;
	height: 100px;
}

/* MVバナー2カラム
#index .sec_main h1 + nav ul {
	height: 104px;
	background: url(/common/img/line_02.png) no-repeat 45.5% 50%;
	background-size: 1px auto;
}

#index .sec_main h1 + nav ul li {
	float: left;
	width: 36.119%;
	margin: 16px 0 0 5px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

#index .sec_main h1 + nav ul li img {
	width: 121px;
}

#index .sec_main h1 + nav ul li + li {
	float: right;
	width: 46.865%;
	margin: 21px 4px 0 0;
}

#index .sec_main h1 + nav ul li + li img {
	width: 157px;
}
--------------------*/

#index .sec_main nav.nav_qa {
	position: absolute;
	top: 0;
	right: 0;
	padding: 59.733% 0 0;
	z-index: 1000;
}

#index .sec_main nav.nav_qa img {
	width: 52px;
}

#index .sec_main nav.nav_scrolldown {
	display: none;
}

/* sec_index
--------------------*/
#index .sec_index {
	position: relative;
	margin: 40px 0 0;
	padding: 40px 5.333%;
	background: #29bc8f;
}

#index .sec_index nav ul li {
	display: table;
	float: left;
	width: 48.6%;
	margin: 2.77% 0 0;
}

#index .sec_index nav ul li:nth-child(even) {
	float: right;
}

#index .sec_index nav ul li:nth-child(1),
#index .sec_index nav ul li:nth-child(2) {
	margin-top: 0;
}

#index .sec_index nav ul li a {
	display: table-cell;
	position: relative;
	width: 100%;
	height: 80px;
	background: #ffffff;
	border-radius: 5px;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}

#index .sec_index nav ul li a span {
	display: inline-block;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}

#index .sec_index nav ul li a img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#index .sec_index nav ul li:nth-child(1) a img { width: 37px; }
#index .sec_index nav ul li:nth-child(2) a img { width: 39px; }
#index .sec_index nav ul li:nth-child(3) a img { width: 36px; }
#index .sec_index nav ul li:nth-child(4) a img { width: 39px; }
#index .sec_index nav ul li:nth-child(5) a img { width: 27px; }

#index .sec_index .sec_search {
	height: 50px;
	padding: 20px 0 0;
}

#index .sec_index .sec_search .search {
	position: relative;
	height: 46px;
	padding: 0 0 0 4.333%;
	background: #ffffff url(/common/img/icon_search_04.png) no-repeat 100% 50%;
	background-size: auto 50px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	overflow: hidden;
}

#index .sec_index .sec_search .search input.text_field {
	width: 70%;
	margin: 9px 0 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	outline: none;
}

#index .sec_index .sec_search .search input.search_btn {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 80px;
	height: 50px;
	opacity: 0;
}

#index .sec_index .sec_inner .nav_download {
	margin: 20px 0 0;
}

#index .sec_index .sec_inner .nav_download a {
	display: block;
	height: 60px;
	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;
	margin: 11px 0 0;
	padding: 3.5px 0 3px 38px;
	background: #ffffff url(/common/img/icon_download.png) no-repeat 0 0;
	background-size: 27px auto;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

#index .sec_index .sec_inner .nav_download a span {
	display: block;
	margin: 6px 0 0;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/* sec_about
--------------------*/
#index .sec_about {
	margin: 0;
	padding: 40px 5.333%;
	background: #F5F5F5;
}

#index .sec_about .ls,
#index .sec_about .rs {
	float: none;
}

#index .sec_about .ls img {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

#index .sec_about .rs h2 {
	margin: 35px 0 0;
	color: #29bc8f;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: 0.1em;
	text-align: center;
}

#index .sec_about .rs p {
	margin: 9px 0 0;
}

#index .sec_about .rs nav {
	margin: 17px 0 0;
	text-align: center;
}

#index .sec_about .rs nav a {
	display: inline-block;
	padding: 0 40px 0 0;
	background: url(/common/img/arrow_09.png) no-repeat 100% 50%;
	background-size: 30px 30px;
	line-height: 30px;
}

/* sec_keyword
--------------------*/
#index .sec_keyword {
	margin: 40px 5.333% 0;
}

#index .sec_keyword h2 {
	font-size: 30px;
	font-weight: 400;
	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: 10px 5px 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: 16px;
	line-height: 48px;
}

#index .sec_keyword .sec_tag_list_02 + .nav_all {
	margin: 24px 0 0;
	text-align: center;
}

#index .sec_keyword .sec_tag_list_02 + .nav_all a {
	display: inline-block;
	padding: 0 40px 0 0;
	background: url(/common/img/arrow_09.png) no-repeat 100% 50%;
	background-size: 30px 30px;
	line-height: 30px;
}

/* sec_category
--------------------*/
#index #wrapper .sec_category {
	position: relative;
	margin: 40px 0 0;
	padding: 0 0 30px;
}

#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 .desc {
	position: relative;
	padding: 40px 5.333% 0;
	text-align: center;
	z-index: 2;
}

#index #wrapper .sec_category .sec_inner h2 {
	white-space: nowrap;
}

#index #wrapper .sec_category .sec_inner h2 img {
	margin: 0 20px 0 0;
	vertical-align: middle;
}

#index #wrapper .sec_cat_01 .sec_inner h2 img { width: 52px; }
#index #wrapper .sec_cat_02 .sec_inner h2 img { width: 62px; }
#index #wrapper .sec_cat_03 .sec_inner h2 img { width: 57px; }
#index #wrapper .sec_cat_04 .sec_inner h2 img { width: 63px; }
#index #wrapper .sec_cat_05 .sec_inner h2 img { width: 43px; }

#index #wrapper .sec_category .sec_inner h2 span {
	display: inline-block;
	font-size: 30px;
	line-height: 1.333;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

#index #wrapper .sec_category .sec_inner h2 + p {
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}

#index #wrapper .sec_category .sec_inner nav {
	margin: 18px 0 0;
	text-align: center;
}

#index #wrapper .sec_category .sec_inner nav a {
	display: inline-block;
	padding: 0 40px 0 0;
	background: url(/common/img/arrow_09.png) no-repeat 100% 50%;
	background-size: 30px 30px;
	line-height: 30px;
}

#index #wrapper .sec_category .sec_slide {
	position: relative;
	width: 630px;
	margin: 30px 0 0;
	direction: ltr !important;
	unicode-bidi: normal !important;
}

#index #wrapper .sec_category .sec_item {
	width: 210px;
}

#index #wrapper .sec_category .sec_item a {
	outline: none !important;
}

#index #wrapper .sec_category .sec_item dl {
	padding: 0 10px 0 20px;
}

#index #wrapper .sec_category .sec_item dt img {
	width: 180px;
}

#index #wrapper .sec_category .sec_item dd p {
	margin: 10px 0 0;
	line-height: 1.6;
	direction: ltr !important;
	unicode-bidi: normal !important;
}

#index #wrapper .sec_category .sec_item .sec_tag_list_01 {
	margin: 15px 0 0;
	direction: ltr !important;
	unicode-bidi: normal !important;
}

#index #wrapper .sec_category .slick-prev {
	display: none !important;
}

#index #wrapper .sec_category .nav_next_sp {
	position: absolute;
	top: 103px;
	left: 0;
	margin: 0 !important;
	cursor: pointer;
}

#index #wrapper .sec_category .nav_next_sp span {
	display: block;
	width: 60px;
	height: 60px;
	background: url(/common/img/nav_slide_next_02.png) no-repeat 50% 50%;
	background-size: 60px 60px !important;
}


/*
===== about_index ===========================*/

/* sec_main
--------------------*/
.about.category .sec_main {
	position: relative;
	height: 315px;
    padding: 0;
	background: url(/common/img/about_bg_main_sp.jpg) no-repeat 50% 100%;
    background-size: cover !important;
}

.about.category .sec_main h1 {
	position: absolute;
	top: 30px;
	left: 0;
	padding: 0 5.333%;
	text-align: left;
}

.about.category .sec_main h1 img {
	width: 100% !important;
}

.about.category #wrapper .desc {
	padding: 35px 5.333% 40px;
	line-height: 2.25;
}

.about.category .sec_about {
	padding: 35px 5.333% 40px;
	background: #F8F8F8;
	text-align: left;
}

.about.category .sec_about h2 {
	margin: 0 0 15px;
	color: #000000;
	font-size: 30px;
	line-height: 1.333;
	letter-spacing: 0.1em;
}

.about.category .sec_about p {
	line-height: 2.25;
}

.about.category .sec_about p + p {
	margin: 17px 0 0;
}

.about.category .sec_nav_about {
	padding: 10px 5.333% 15px;
}

.about.category .sec_nav_about div {
	float: none;
}

.about.category .sec_nav_about div a {
	display: block;
}

.about.category .sec_nav_about figure {
	margin: 40px 0 0;
	border-radius: 5px;
	overflow: hidden;
}

.about.category .sec_nav_about figure img {
	width: 100%;
}

.about.category .sec_nav_about dt {
	margin: 25px 0 0;
	color: #29BC8F;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}

.about.category .sec_nav_about dd {
	margin: 12px 0 0;
}

.about.category .sec_nav_about nav {
	margin: 17px 0 0;
	text-align: right;
}

.about.category .sec_nav_about nav span {
	display: inline-block;
	padding: 0 40px 2px 0;
	background: url(/common/img/arrow_09.png) no-repeat 100% 50%;
	background-size: 30px 30px;
	line-height: 28px;
}


/*
===== category ===========================*/

/* sec_main
--------------------*/
.category .sec_main {
	padding: 0 5.333% 30px;
}

.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 figure img {
	border-radius: 5px;
	overflow: hidden;
}

.category .sec_main .ms div {
	padding: 20px 0 0;
}

.category .sec_main h1 {
	font-weight: 400;
	text-align: center;
}

.category .sec_main h1 img {
	width: 52px;
	vertical-align: middle;
}

.category .sec_main h1 span {
	display: inline-block;
	margin: 0 0 0 20px;
	font-size: 30px;
	line-height: 1.333;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

.category .sec_main h1 + p {
	margin: 12px 0 0;
}

/* sec_nav_category
--------------------*/
.category #anc_nav {
	margin: -40px 0 0;
	padding: 40px 0 0;
}

.category .sec_nav_category {
	padding: 15px 5.333% 0;
	text-align: center;
}

.category .sec_nav_category li {
	display: inline-block;
	position: relative;
	margin: 20px 12px 0;
	font-size: 14px;
	line-height: 1;
}

.category .sec_nav_category li.current::after {
 	 content: "";
	 display: block;
	 position: absolute;
	 top: 22px;
	 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 {
	margin: 27px 0 0;
	padding: 0 5.333%;
	border-top: 1px solid #e6e6e6;
}

.category #wrapper .sec_list .sec_item {
	height: auto !important;
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #e6e6e6;
}

.category #wrapper .sec_list .sec_item:first-child {
	margin: 0;
	border-top: none;
}

.category #wrapper .sec_list .sec_item dl {
	display: table;
}

.category #wrapper .sec_list .sec_item + .sec_item {
	margin: 20px 0 0;
}

.category #wrapper .sec_list .sec_item dt {
	display: table-cell;
	width: 100px;
	vertical-align: top;
}

.category #wrapper .sec_list .sec_item dd {
	display: table-cell;
	padding: 0 0 0 20px;
	vertical-align: top;
}

.category #wrapper .sec_list .sec_item dd p {
	margin: -4px 0 0;
	line-height: 1.6;
}

.category #wrapper .sec_list .sec_item .sec_tag_list_01 {
	margin: 12px 0 0;
}

/* keyword
--------------------*/
.keyword.category #wrapper h1 {
	margin: 25px 5.333% 0;
	color: #29bc8f;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

.keyword.category #wrapper h1 span {
	display: inline-block;
	text-indent: -0.5em;
}

.keyword.category #wrapper .sec_list {
	position: relative;
	margin: 0 5.333%;
	padding: 60px 0 0;
	border-top: none;
}

.keyword.category #wrapper .cnt {
	position: absolute;
	top: 20px;
	left: 0;
	line-height: 1;
}


/*
===== detail ===========================*/

/* sec_main
--------------------*/
.detail .sec_main .inner div {
	padding: 22px 5.333% 26px;
	vertical-align: middle;
}

.about.detail .sec_main .inner div {
	padding-bottom: 32px;
	background: #F8F8F8;
	border-bottom: 4px solid #29BC8F;
}

.relationship .sec_main .inner div { background: #FCEDF4; border-bottom: 4px solid #DD4B65; }
.health .sec_main .inner div { background: #FDE9E3; border-bottom: 4px solid #F47C5E; }
.fever .sec_main .inner div { background: #FFECC7; border-bottom: 4px solid #F69C0D; }
.basics .sec_main .inner div { background: #E0F3F6; border-bottom: 4px solid #009DA4; }
.activity .sec_main .inner div { background: #E6EFF9; border-bottom: 4px solid #226DB6; }

.detail .sec_main h1 {
	color: #222222;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.detail .sec_main .date {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.detail .sec_main .date span {
	padding: 0 0 0 17px;
	font-size: 15px;
}

.detail .sec_main .note {
	margin: 10px 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 17px 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: 22px 5.333% -5px;
}

.detail .entry_body .subtitle span {
	display: inline-block;
	margin: 10px 0 0;
}

/* sec_index */
.detail .entry_body .sec_index {
	margin: 45px 5.333% 0;
	padding: 30px 5.333% 15px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.detail .entry_body .sec_index .h {
	color: #29bc8f;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}

.detail .entry_body .sec_index ul {
	padding: 5px 0 0;
}

.detail .entry_body .sec_index ul li {
	height: auto !important;
	border-top: 1px solid #e6e6e6;
}

.detail .entry_body .sec_index ul li:nth-child(1) {
	border-top: none;
}

.detail .entry_body .sec_index ul li a {
	display: block;
	padding: 17px 0 20px;
	text-decoration: none;
}

.detail .entry_body .sec_index ul li a span {
	display: block;
	margin: -29px 0 0 30px;
	padding: 0 35px 0 0;
	background: url(/common/img/arrow_08.png) no-repeat 100% 4px;
	background-size: 20px 20px;
	color: #000000;
	line-height: 1.6;
}

.detail .entry_body .sec_index ul li a i {
	display: inline-block;
	padding: 5px 0 0;
	color: #29bc8f;
	font-size: 19px;
	line-height: 1;
}

/* h */
.detail .entry_body .h_lv_01 {
	margin: 38px 5.333% 0;
	padding: 12px 20px 15px;
	background: #F7F7F7;
	border-left: 4px solid #29bc8f;
	color: #333333;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.detail .entry_body .h_lv_02 {
	margin: 30px 5.333% -5px;
	color: #29bc8f;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.detail .entry_body .h_lv_03 {
	margin: 30px 5.333% -5px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

/* desc */
.detail .entry_body .desc  {
	margin: 32px 5.333% -8px;
}

.detail .entry_body h2 + .desc,
.detail .entry_body h3 + .desc,
.detail .entry_body h4 + .desc {
	margin-top: 22px;
}

.detail .entry_body .sec_list_01 + .desc,
.detail .entry_body .sec_list_02 + .desc {
	margin-top: 25px;
}

/* note */
.detail .entry_body .note  {
	margin: 12px 5.333% 0;
	font-size: 14px;
	line-height: 1.7;
}

.detail .entry_body .sec_table_01 + .note  {
	margin-top: 7px;
}

/* figure */
.detail .entry_body figure  {
	margin: 40px 5.333% 0;
}

.detail .entry_body figure img {
	width: 100%;
}

.detail .entry_body figure figcaption  {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}

/* sec_list_01 */
.detail .entry_body .sec_list_01 {
	margin: 25px 5.333% -5px;
}

.detail .entry_body .sec_list_01 li {
	list-style: outside disc;
	margin: 10px 0 0 1.4em;
	color: #29bc8f;
	line-height: 1.6;
}

.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 5px;
	color: #000000;
}

/* sec_list_02 */
.detail .entry_body .sec_list_02 {
	margin: 25px 5.333% -5px;
}

.detail .entry_body .sec_list_02 li {
	margin: 10px 0 0 1.5em;
	padding: 0 0 0 4px;
	line-height: 1.6;
	text-indent: -1.5em;
}

.detail .entry_body .sec_list_02 li i {
	display: inline-block;
	width: 1.3em;
	color: #29bc8f;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	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 5.333% 0;
}

.detail .entry_body .sec_col_2 div.ls,
.detail .entry_body .sec_col_2 .desc {
	float: none;
	width: auto !important;
	margin: 0;
}

.detail .entry_body .sec_col_2 .note {
	margin: 12px 0 0;
}

.detail .entry_body .sec_col_2 .h_lv_03 {
	margin: 30px 0 10px;
}

.detail .entry_body .sec_col_2 .sec_list_01,
.detail .entry_body .sec_col_2 .sec_list_02 {
	margin: 0;
	padding: 10px 0 0;
}

.detail .entry_body .sec_col_2 figure {
	float: none;
	margin: 30px 0 0;
}

/* sec_table_01 */
.detail .entry_body .sec_table_01 {
	position: relative;
	margin: 35px 0 0;
}

.detail .entry_body h4 + .sec_table_01 {
	margin: 22px 0 0;
}

.detail .entry_body .sec_table_01 .table_wrap {
	padding: 0 0 10px;
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.detail .entry_body .sec_table_01 .table_inner {
	width: 1092px;
	padding: 0 5.333% !important;
}

.detail .entry_body .sec_table_01 nav {
	position: absolute;
	top: 50%;
	right: -32px;
	margin-top: -16px;
	transform: translateY(-50%);
}

.detail .entry_body .sec_table_01 .table_wrap + p {
	margin: 5px 0 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.detail .entry_body .sec_table_01 table {
	width: 1092px;
	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: 35px 5.333% 0;
	border: 2px solid #29bc8f;
	border-radius: 5px;
}

.detail .entry_body .sec_point dt {
	margin: 0 17px;
	padding: 20px 0;
	border-bottom: 2px solid #29bc8f;
	color: #29bc8f;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

.detail .entry_body .sec_point dd {
	padding: 12px 17px 15px;
}

/* sec_qa */
.detail .entry_body .sec_qa {
	margin: 35px 5.333% 0;
}

.detail .entry_body .sec_qa li {
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.detail .entry_body .sec_qa li + li {
	margin: 20px 0 0;
}

.detail .entry_body .sec_qa dl dt {
	position: relative;
	padding: 12px 25px 12px 30px;
	background: url(/common/img/icon_plus_02.png) no-repeat 100% 22px;
	background-size: 15px 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 span {
	position: absolute;
	top: 19px;
	left: 0;
	color: #29bc8f;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.detail .entry_body .sec_qa dl dd {
	display: none;
}

.detail .entry_body .sec_qa dl dd div {
	position: relative;
	padding: 12px 25px 12px 30px;
	border-top: 1px solid #e6e6e6;
}

.detail .entry_body .sec_qa dl dd span {
	position: absolute;
	top: 20px;
	left: 0;
	color: #29bc8f;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

/* sec_quote */
.detail .entry_body .sec_quote {
	margin: 35px 5.333% 0;
	padding: 20px;
	background: #f5f5f5;
	border-radius: 5px;
}

.detail .entry_body .sec_quote div {
	padding: 0 0 0 20px;
	border-left: 3px solid;
	border-color: rgba(0,0,0,0.1);
}

/* sec_movie */
.detail .entry_body .sec_movie {
	margin: 35px 5.333% 0;
}

.detail .entry_body .sec_movie .movie {
	position: relative;
	height: 0;
	padding-top: 56.65%;
	overflow: hidden;
}

.detail .entry_body .sec_movie .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* sec_download */
.detail .entry_body .sec_download {
	margin: 35px 5.333% 0;
}

.detail .entry_body .sec_download h3 {
	color: #29bc8f;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.detail .entry_body .sec_download dt {
	margin: 30px 0 0;
	font-size: 18px;
	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: 40px 5.333% 0;
	padding: 30px 20px 20px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.detail .entry_body .sec_profile h3 {
	color: #29bc8f;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}

.detail .entry_body .sec_profile .ms {
	display: table;
	margin: 30px 0 0;
}

.detail .entry_body .sec_profile .ms figure {
	display: table-cell;
	width: 80px;
	padding: 0 20px 0 0;
	vertical-align: top;
}

.detail .entry_body .sec_profile .ms div {
	display: table-cell;
	vertical-align: top;
}

.detail .entry_body .sec_profile .ms div .name {
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 1;
}

.detail .entry_body .sec_profile .ms div .note {
	margin: 12px 0 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.6;
}

.detail .entry_body .sec_profile .message {
	margin: 30px 0 0;
	padding: 27px 20px 22px;
	background: #f5f5f5;
	border-radius: 5px;
}

.detail .entry_body .sec_profile .message dt {
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0.05;
	text-align: center;
}

/* sec_category
--------------------*/
.detail .sec_category {
	margin: 60px 5.333% 0;
}

.detail .sec_profile + .sec_category {
	margin-top: 40px;
}

.detail .sec_category dl + dl {
	margin: 40px 0 0;
}

.detail .sec_category dt {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.detail .sec_category dd {
	padding: 10px 0 0;
	font-size: 0;
	line-height: 0;
}

.detail .sec_category dd .sec_tag_list_02 li {
	display: inline-block;
	margin: 10px 4.5px 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 {
	margin: 40px 5.333% 0;
	padding: 40px 0 0;
	border-top: 1px solid #e6e6e6;
}

.detail #wrapper .sec_index + .sec_share {
	padding: 0;
	border-top: none;
}

.detail #wrapper .sec_share dl {
	position: relative;
}

.detail #wrapper .sec_share dl dt {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1;
}

.detail #wrapper .sec_share dl dd li {
	float: left;
	width: 30.9%;
	margin: 0 2.5% 0 0;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	font-size: 0;
	line-height: 0;
}

.detail #wrapper .sec_share dl dd li:last-child {
	margin: 0;
}

.detail #wrapper .sec_share dl dd li:nth-child(1) img { width: 30px; }
.detail #wrapper .sec_share dl dd li:nth-child(2) img { width: 33px; }
.detail #wrapper .sec_share dl dd li:nth-child(3) img { width: 30px; }

.detail #wrapper .sec_share dl dd li a {
	display: table-cell;
	width: 1%;
	height: 103px;
	text-align: center;
	vertical-align: middle;
}

.detail #wrapper .sec_share_02 {
	padding: 0;
	border-top: none;
}

.detail #wrapper .sec_share_02 dl dd li a {
	height: 48px;
}

.detail #wrapper .sec_share dl dd li a span {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1;
}

/* sec_share_fix
--------------------*/
.detail .sec_share_fix {
	position: fixed;
	top: 278px;
	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: 40px 5.333% 0;
}

.detail .sec_related h3 {
	color: #29BC8F;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
}

.detail .sec_related ul.wrap > li {
	display: none;
}

.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 .sec_item {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #e6e6e6;
}

.detail .sec_related h3 + .sec_item {
	margin: 0;
	padding: 30px 0 0;
	border-top: none;
}

.detail .sec_related .sec_item dl {
	display: table;
}

.detail .sec_related .sec_item + .sec_item {
	margin: 20px 0 0;
}

.detail .sec_related .sec_item dt {
	display: table-cell;
	width: 100px;
	vertical-align: top;
}

.detail .sec_related .sec_item dd {
	display: table-cell;
	padding: 0 0 0 20px;
	vertical-align: top;
}

.detail .sec_related .sec_item dd p {
	margin: -4px 0 0;
	line-height: 1.6;
}

.detail .sec_related .sec_item .sec_tag_list_01 {
	margin: 12px 0 0;
}


/*
===== keyword_list ===========================*/

.keyword_list h1 {
	padding: 30px 5.333% 0;
	color: #29bc8f;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

/* sec_keyword
--------------------*/
.keyword_list #wrapper .sec_keyword {
	margin: 0px 5.333% 0;
}

.keyword_list #wrapper .sec_keyword .sec_tag_list_02 {
	padding: 20px 0 0;
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.keyword_list #wrapper .sec_keyword .sec_tag_list_02 li {
	margin: 10px 10px 0 0;
}


/*
===== movie ===========================*/

.movie #wrapper .sec_inner {
	padding: 0 5.333%;
}

.movie #wrapper .sec_recommend {
	margin-top: 52px;
}

.movie #wrapper h1 {
	position: relative;
	margin: 40px 0 0;
	color: #29BC8F;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}

@media (max-width: 374px) {
.movie #wrapper h1 {
	font-size: 7.5vw;
	white-space: nowrap;
}
}

.movie #wrapper h1 span {
	display: block;
	margin: 8px 0 0;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0;
	text-align: left;
}

.movie #wrapper h1 img {
	width: 72px;
	margin: 0 25px 0 0;
	vertical-align: middle;
}

.movie #wrapper .h_lv_01 {
	margin: 52px 0 0;
	padding: 12px 20px 15px;
	background: #F7F7F7;
	border-left: 4px solid #29bc8f;
	color: #333333;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.movie #wrapper h1 + .h_lv_01 {
	margin: 37px 0 0;
}

/* sec_movie */
.movie #wrapper .sec_movie {
	margin: 30px 0 18px;
}

.movie #wrapper .sec_movie .movie {
	position: relative;
	height: 0;
	padding-top: 56.65%;
	overflow: hidden;
}

.movie #wrapper .sec_movie .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
===== pdf ===========================*/

.pdf #wrapper .sec_inner {
	padding: 0 5.333%;
}

.pdf #wrapper h1 {
	position: relative;
	margin: 40px 0 0;
	text-align: center;
}

.pdf #wrapper h1 em {
	display: inline-block;
	color: #29BC8F;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: left;
	vertical-align: middle;
}

@media (max-width: 374px) {
.pdf #wrapper h1 em {
	font-size: 7.5vw;
	white-space: nowrap;
}
}

.pdf #wrapper h1 span {
	display: block;
	margin: 8px 0 0;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0;
	text-align: left;
}

.pdf #wrapper h1 img {
	width: 55px;
	margin: 0 25px 0 0;
	vertical-align: middle;
}

.pdf #wrapper .h_lv_01 {
	margin: 40px 0 0;
	padding: 12px 20px 15px;
	background: #F7F7F7;
	border-left: 4px solid #29bc8f;
	color: #333333;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.pdf #wrapper nav.nav_lang {
	margin: 20px 0 0;
	text-align: right;
}

.pdf #wrapper nav.nav_lang a {
	display: inline-block;
	padding: 0 40px 3px 0;
	background: url(/common/img/arrow_09.png) no-repeat 100% 50%;
	background-size: 30px 30px;
	line-height: 27px;
}

.pdf #wrapper section.ms {
	margin: 40px 0 0;
}

.pdf #wrapper section.ms + section.ms {
	margin: 20px 0 0;
}

.pdf #wrapper section.ms + section.ms .rs {
	margin: 20px 0 0;
}

.pdf #wrapper section.ms .ls,
.pdf #wrapper section.ms .rs {
	float: none;
}

.pdf #wrapper section.ms .h_lv_01 {
	margin: 0;
}

.pdf #wrapper section.ms h3 {
	position: relative;
	padding: 10px 20px;
	background: #E9F8F4;
	color: #29bc8f;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}

.pdf #wrapper section.ms h2 + h3 {
	margin: 30px 0 0;
}

.pdf #wrapper section.ms ul + h3 {
	margin: 10px 0 0;
}

.pdf #wrapper section.ms h3.adult {
	padding-left: 105px;
}

.pdf #wrapper section.ms h3.adult img {
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 70px;
	margin-left: -75px;
}

#pdf_en.pdf #wrapper section.ms h3.adult img {
	margin-left: -100px;
}

.pdf #wrapper section.ms h3.child {
	margin: 15px 0 0;
	padding-left: 90px;
}

.pdf #wrapper section.ms h3.child img {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 44px;
	margin-left: -70px;
}

#pdf_en.pdf #wrapper section.ms h3.child img {
	margin-left: -100px;
}

.pdf #wrapper section.ms ul li {
	padding: 20px 0 30px;
	border-top:  1px solid #e6e6e6;
}

.pdf #wrapper section.ms ul li:first-child {
	border-top:  none;
}

.pdf #wrapper section.ms ul li dl + dl {
	margin: 15px 0 0;
}

.pdf #wrapper section.ms ul li dt {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	/*word-break: break-all;*/
}

.pdf #wrapper section.ms ul li dt span {
	display: inline-block;
	text-align: left;
}

#pdf_en.pdf #wrapper section.ms ul li dt span {
	text-align: center;
}

.pdf #wrapper section.ms ul li dd {
	margin: 20px 0 0;
	text-align: center;
}

.pdf #wrapper section.ms ul li 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;
}

.pdf #wrapper section.ms ul li dd span {
	display: block;
	width: 132px;
	padding: 0 23px 0 0;
	background: url(/common/img/bullet_download.png) no-repeat 100% 50%;
	background-size: 16px auto;
	text-align: center;
}

#pdf_en.pdf #wrapper section.ms ul li {
	position: relative;
	padding-bottom: 105px;
}

#pdf_en.pdf #wrapper section.ms ul li dl:nth-child(1) dd {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 48.5%;
	font-weight: 400;
}

#pdf_en.pdf #wrapper section.ms ul li dl:nth-child(2) dd {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 48.5%;
}

#pdf_en.pdf #wrapper section.ms ul li dd a {
	display: block;
	padding: 0 10px;
}

#pdf_en.pdf #wrapper section.ms ul li dd span {
	width: auto;
}


/*
===== feverqa_index ===========================*/

#feverqa_index .bread_crumbs {
	background: #FFECC7;
}

/* sec_main
--------------------*/
#feverqa_index .sec_main {
	padding: 45px 5.333% 50px;
	background: #FFECC7;
}

#feverqa_index .sec_main h1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}

#feverqa_index .sec_main h1 + P {
	margin: 17px 0 0;
}

#feverqa_index .sec_main nav {
	padding: 8px 0 0;
}

#feverqa_index .sec_main nav li {
	margin: 20px 0 0;
}

#feverqa_index .sec_main nav li a {
	display: block;
	position: relative;
	padding: 0 20px;
	background: #ffffff;
	border-radius: 5px;
}

#feverqa_index .sec_main nav li a span {
	display: block;
	padding: 22px 0 22px 95px;
	background: url(/common/img/arrow_12.png) no-repeat 100% 50%;
	background-size: 20px 20px;
	line-height: 1.5;
}

#feverqa_index .sec_main nav li a img {
	position: absolute;
	bottom: -1px;
}

#feverqa_index .sec_main nav li:nth-child(1) a img { left: 25px; width: 70px; }
#feverqa_index .sec_main nav li:nth-child(2) a img { left: 34px; width: 48px; }
#feverqa_index .sec_main nav li:nth-child(3) a img { left: 20px; width: 78.5px; }

#feverqa_index .sec_main nav li:nth-child(1) { display: none; }

/* sec_qa
--------------------*/
#feverqa_index .sec_qa {
	padding: 0 5.333%;
}

#feverqa_index .sec_qa h2 {
	position: relative;
	margin: 50px 0 30px;
	padding: 17px 20px;
	background: #F7F7F7;
	border-left: 4px solid #F69C0D;
	color: #333333;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
}

#feverqa_index .sec_qa h2 span {
	display: inline-block;
	text-align: left;
}

#feverqa_index .sec_qa h2 img {
	position: absolute;
	left: 50%;
	bottom: -1px;
}

#feverqa_index .sec_qa h2.h2_01 span { padding-left: 60px; }
#feverqa_index .sec_qa h2.h2_02 span { padding-left: 58px; }
#feverqa_index .sec_qa h2.h2_03 span { padding-left: 98.5px; }

#feverqa_index .sec_qa h2.h2_01 img { width: 70px; margin-left: -115px; }
#feverqa_index .sec_qa h2.h2_02 img { width: 52px; margin-left: -108px; }
#feverqa_index .sec_qa h2.h2_03 img { width: 98px; margin-left: -135px; }

#feverqa_index .sec_qa h2 + ul > li {
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

#feverqa_index .sec_qa h2 + ul > li + li {
	margin: 20px 0 0;
}

#feverqa_index .sec_qa h2 + ul > li > dl > dt {
	position: relative;
	padding: 12px 25px 12px 30px;
	background: url(/common/img/icon_plus_03.png) no-repeat 100% 22px;
	background-size: 15px 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 span {
	position: absolute;
	top: 19px;
	left: 0;
	color: #F69C0D;
	font-size: 18px;
	font-weight: 400;
	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: 12px 0 30px 30px;
	border-top: 1px solid #e6e6e6;
}

#feverqa_index .sec_qa dl dd span.en {
	position: absolute;
	top: 20px;
	left: 0;
	color: #F69C0D;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

#feverqa_index .sec_qa dl dd .h_lv_02,
#feverqa_index .sec_qa dl dd .h_lv_03 {
	margin-bottom: -4px;
	font-size: 16px;
	line-height: 2;
}

#feverqa_index .sec_qa dl dd span.en + .h_lv_02,
#feverqa_index .sec_qa dl dd span.en + .desc {
	margin-top: 0;
}

#feverqa_index .sec_qa dl dd .h_lv_02,
#feverqa_index .sec_qa dl dd .h_lv_03,
#feverqa_index .sec_qa dl dd .desc,
#feverqa_index .sec_qa dl dd .note,
#feverqa_index .sec_qa dl dd .sec_list_01,
#feverqa_index .sec_qa dl dd .sex_list_02,
#feverqa_index .sec_qa dl dd .sec_col_2 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


/*
===== sitemap ===========================*/

/* sec_sitemap
--------------------*/
.sitemap .sec_sitemap {
	padding: 0 0 40px;
	background: #F8F8F8;
}

.sitemap .sec_sitemap h1 {
	padding: 30px 5.333% 0;
	color: #29bc8f;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.sitemap .sec_sitemap .ls,
.sitemap .sec_sitemap .rs {
	float: none !important;
	margin: 40px 5.333% 0;
	padding: 5px 10% 40px;
	background: #ffffff;
	border-radius: 5px;
}

.sitemap .sec_sitemap .rs {
	margin-top: -15px;
	padding-bottom: 0;
}

.sitemap .sec_sitemap dl {
	padding: 30px 0 35px;
	border-bottom: 1px solid #E6E6E6;
	line-height: 1;
}

.sitemap .sec_sitemap .ls dl + dl {
	padding: 30px 0 5px;
	border-bottom: none;
}

.sitemap .sec_sitemap .rs dl {
	border-top: 1px solid #E6E6E6;
	border-bottom: none;
}

.sitemap .sec_sitemap dl dt a {
	display: inline-block;
	padding: 0 30px 5px 0;
	background: url(/common/img/arrow_13.png) no-repeat 100% 50%;
	background-size: auto 18px;
	color: #29BC8F;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-decoration: underline;
}

.sitemap .sec_sitemap dl dd ul li {
	margin: 20px 0 0;
	padding: 0 0 0 25px;
	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 25px 0 0;
	background: url(/common/img/arrow_14.png) no-repeat 100% 5px;
	background-size: 18px 18px;
	line-height: 1.625;
}

/* sec_index
--------------------*/
.sitemap #index .sec_index {
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent;
}

.sitemap #index .sec_index nav {
	padding: 0 5.333%;
}

.sitemap #index .sec_index nav ul li a {
	border: 1px solid #E5E5E5;
}

.sitemap #index .sec_index .sec_search {
	margin: 0;
	padding: 40px 5.333%;
	background: #29bc8f;
}


/*
===== notfound ===========================*/

/* sec_notfound
--------------------*/
.notfound .sec_notfound {
	background: #F8F8F8;
}

.notfound .sec_notfound h1 {
	padding: 30px 5.333% 0;
	color: #29bc8f;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.notfound .sec_notfound h1 + p {
	padding: 20px 5.333% 0;
}

/* sec_index
--------------------*/
.notfound #index .sec_index {
	position: relative;
	margin: 0;
	padding: 25px 0 0;
	background: transparent;
}

.notfound #index .sec_index nav {
	padding: 0 5.333%;
}

.notfound #index .sec_index nav ul li a {
	border: 1px solid #E5E5E5;
}

.notfound #index .sec_index .sec_search {
	margin: 40px 0 0;
	padding: 40px 5.333%;
	background: #29bc8f;
}






















