@charset "utf-8";

/*-------------------------------------------------
	symptom - common
-------------------------------------------------*/
#symptom #contents {
  width: auto;
  margin-bottom: 0;
}

#crumb {
  margin: -20px 0 20px;
  padding:0 0 0 0;
}
#crumb li {
  display: inline;
  margin-left: 0.5em;
}
#crumb li:before {
  content: ">";
  margin-right: 0.5em;
}
#crumb li:first-child {
  margin-left: 0;
}
#crumb li:first-child:before {
  display: none;
}
#crumb li a {
  text-decoration:underline;
}
#crumb li a:hover{
  text-decoration:none;
}

.page_ttl {
  margin-bottom: 25px;
  text-align: center;
}
.lead_txt {
  margin-bottom: 40px;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.7;
}

/* サムネイル共通スタイル
---------------------------*/
.product_list{
  width:961px;
}
.product_list li{
  display:block;
  float:left;
  background-color:#FFF;
  padding:2px;
  margin-right:11px;
  margin-bottom:10px;
  border-radius:5px;
  box-shadow:0 1px 2px #CCC;
  overflow:hidden;
}
.product_list li img{
  border-radius:5px;
}
.product_list li a:hover{
  opacity:0.8;
}
#symptom_nav{
  margin-bottom:60px;
  text-align:center;
}
#symptom_nav li{
  display:inline-block;
  margin:0 20px;
}
#symptom_nav li a{
  display:block;
  text-align:center;
  font-size:160%;
  font-weight:bold;
  color:#ff5761;
}
#symptom_nav li a:hover{
  text-decoration:none;
  opacity:0.6;
}
#symptom_nav li span.link{
  display:block;
  margin-top:15px;
  padding:0 20px;
  background:url(../../symptom/img/icn_arrow_b.png) right no-repeat;
  text-decoration:none;
}

/* 症状別原因と治し方
---------------------------*/
.article_index_wrap{
  border-radius:8px;
  overflow:hidden;
  background-color:#FFF;
  padding-bottom:10px;
  margin-bottom:60px;
}
.article_index_wrap .title{
  font-size:160%;
  font-weight:bold;
  color:#FFFFFF;
  padding:20px 25px;
  margin-bottom:40px;
  background-color:#ff5761;
}
#article_index{
  width:911px;
  margin-left:31px;
}
#article_index > li{
  display:inline-block;
  width:280px;
  margin-right:22px;
  margin-bottom:28px;
  vertical-align:top;
}
#article_index > li > a{
  text-decoration:none;
}
#article_index .photo img{
  width:276px;
  border:solid #ffcccc 2px;
}
#article_index > li > a:hover .photo img{
  opacity:0.6;
}
#article_index .link{
  display:block;
  padding:13px 20px 13px 0;
  background:url(../../symptom/img/icn_link_r02.png) 98% 50% no-repeat;
  color:#ff5761;
  font-size:125%;
  font-weight:bold;
}
#article_index .second_layer{
  border-top:solid #ffb1b1 1px;
}
#article_index .second_layer li{
  display:block;
  border-bottom:solid #ffb1b1 1px;
}
#article_index .second_layer li a{
  display:block;
  color:#000;
  text-decoration:none;
  font-size:125%;
  padding:13px 20px 13px 1.4em;
  background:url(../../symptom/img/icn_link_r02.png) 98% 50% no-repeat;
	line-height: 1.3;
}
#article_index > li a:hover{
  color:#ff5761;
  text-decoration:underline;
}

#article_index > li.comingsoon{
  position:relative;
  height:440px;
}
#article_index > li.comingsoon .white{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
  background:rgba(255,255,255,.60);
}
#article_index > li.comingsoon .white span{
  display:block;
  width:257px;
  height:99px;
  white-space:nowrap;
  overflow:hidden;
  text-indent:200%;
  background:url(../../symptom/img/img_comingsoon.png) no-repeat;
  top:36px;
  left:18px;
  position:absolute;
}

/* いろんな症状に効く
---------------------------*/
#symptom_series{
  margin-top:40px;
}
#symptom_series .page_ttl{
  margin-bottom:5px;
}
#symptom_series .lead_txt{
  margin-bottom:15px;
}
#symptom_series .product_list li{
  padding:0 0 0 0;
  margin-right:10px;
}

#article_list{
  margin-right:-10px;
  overflow:hidden;
}
#relation_wrap {
  clear: both;
  margin-bottom: 35px;
  padding-top: 20px;
}
#relation_wrap h3 {
  margin-bottom: 20px;
  font-size: 180%;
  font-weight: bold;
  line-height: 40px;
}
#relation_wrap h3:before {
  width:37px;
  height:37px;
  content:"";
  display:inline-block;
  background: url(../../column/img/icn_tag_01.png) no-repeat 0 0;
  margin-right: 0.5em;
  line-height: 1;
  vertical-align: middle;
}
.chocolumn_article_box {
  width:310px;
  background-color: #fff;
  float: left;
  border-radius: 5px;
  box-shadow: 0 1px 2px #ede3e1;
  margin: 0 10px 10px 0;
}
.chocolumn_article_box a {
  padding: 15px;
  color: #4b4b4b;
  display: block;
  height: 100%;
  overflow: hidden;
}
.chocolumn_article_box a:hover img {
  opacity: 0.6;
}
.chocolumn_article_box .photo {
  position: relative;
  margin-bottom: 0.4375em;
  font-size: 108.34%;
}
.chocolumn_article_box .photo img {
  vertical-align: top;
}
.chocolumn_article_box .photo .category {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 0.6em;
  color: #fff;
  font-size: 108.34%;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.chocolumn_article_box .category:before {
  margin-right: 0.6em;
}
.chocolumn_article_box.nikibi .photo .category {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff9d8a,endColorstr=#ccff9d8a);
  background-color: rgba(255,157,138,0.8);
}
.chocolumn_article_box.nikibi .category:before {
  content: url(/lib/img/icn_nikibi_01.png);
}
.chocolumn_article_box.tsukare .photo .category {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf9bf70,endColorstr=#ccf9bf70);
  background-color: rgba(249,191,112,0.8);
}
.chocolumn_article_box.tsukare .category:before {
  content: url(/lib/img/icn_tsukare_01.png);
}
.chocolumn_article_box.kounaien .photo .category {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc6ed29e,endColorstr=#cc6ed29e);
  background-color: rgba(110,210,158,0.8);
}
.chocolumn_article_box.kounaien .category:before {
  content: url(/lib/img/icn_kounaien_01.png);
}
.chocolumn_article_box.biyou .photo .category {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc979fde,endColorstr=#cc979fde);
  background-color: rgba(151,159,222,0.8);
}
.chocolumn_article_box.biyou .category:before {
  content: url(/lib/img/icn_biyou_01.png);
}
.chocolumn_article_box.support .photo .category {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff5737,endColorstr=#ccff5737);
  background-color: rgba(255,87,55,0.8);
}
.chocolumn_article_box .bold {
  font-weight: bold;
}
.chocolumn_article_box p {
  line-height: 1.875;
  font-size: 108.34%;
  color: #4b4b4b;
}


/* 関連コンテンツ
---------------------------*/
#relation_wrap {
  clear: both;
  margin-bottom: 35px;
  padding-top: 20px;
}
#relation_wrap h4 {
  margin-bottom: 20px;
  font-size: 180%;
  font-weight: bold;
  line-height: 40px;
}
#relation_wrap h4:before {
  width:37px;
  height:37px;
  content:"";
  display:inline-block;
  background: url(../../column/img/icn_tag_01.png) no-repeat 0 0;
  margin:  0 0.5em 0 3%;
  line-height: 1;
  vertical-align: middle;
}
.chocolumn_article_box {
  width:310px;
  background-color: #fff;
  float: left;
  border-radius: 5px;
  box-shadow: 0 1px 2px #ede3e1;
  margin: 0 10px 10px 0;
}
.chocolumn_article_box a {
  padding: 15px;
  color: #4b4b4b;
  display: block;
  height: 100%;
  overflow: hidden;
}
.chocolumn_article_box a:hover img {
  opacity: 0.6;
}
.chocolumn_article_box .photo {
  position: relative;
  margin-bottom: 0.4375em;
  font-size: 108.34%;
}
.chocolumn_article_box .photo img {
  vertical-align: top;
}
.chocolumn_article_box .photo .category {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 0.6em;
  color: #fff;
  font-size: 108.34%;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.chocolumn_article_box .category:before {
  margin-right: 0.6em;
}
.chocolumn_article_box.nikibi .photo .category {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff9d8a,endColorstr=#ccff9d8a);
  background-color: rgba(255,157,138,0.8);
}
.chocolumn_article_box.nikibi .category:before {
  content: url(/lib/img/icn_nikibi_01.png);
}
.chocolumn_article_box.nikibi_lp .photo .category {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff6666,endColorstr=#ccff6666);
  background-color: rgba(255,102,102,0.8);
}
.chocolumn_article_box.tsukare .photo .category {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf9bf70,endColorstr=#ccf9bf70);
  background-color: rgba(249,191,112,0.8);
}
.chocolumn_article_box.tsukare .category:before {
  content: url(/lib/img/icn_tsukare_01.png);
}
.chocolumn_article_box.kounaien .photo .category {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc6ed29e,endColorstr=#cc6ed29e);
  background-color: rgba(110,210,158,0.8);
}
.chocolumn_article_box.kounaien .category:before {
  content: url(/lib/img/icn_kounaien_01.png);
}
.chocolumn_article_box.kounaien_lp .photo .category {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff6666,endColorstr=#ccff6666);
  background-color: rgba(255,102,102,0.8);
}
.chocolumn_article_box.biyou .photo .category {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc979fde,endColorstr=#cc979fde);
  background-color: rgba(151,159,222,0.8);
}
.chocolumn_article_box.biyou .category:before {
  content: url(/lib/img/icn_biyou_01.png);
}
.chocolumn_article_box.support .photo .category {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff5737,endColorstr=#ccff5737);
  background-color: rgba(255,87,55,0.8);
}
.chocolumn_article_box .bold {
  font-weight: bold;
}
.chocolumn_article_box p {
  line-height: 1.875;
  font-size: 108.34%;
  color: #4b4b4b;
}


/* 商品を選ぶ
---------------------------*/
#select_wrap {
  background-color: #fddad9;
  padding: 55px 0 80px;
}
#select_wrap h4 {
  text-align: center;
}
#select_wrap .section {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px #f4d2d1;
  overflow: hidden;
}
#select_wrap .section h5 {
  padding: 20px 0;
  text-align: center;
}
#select_wrap .seibun h5 {
  background: url(../../product/img/bkg_stripe_03.png);
  border-bottom: 2px solid #76c0f5;
}
#select_wrap .syoujou h5 {
  background: url(../../product/img/bkg_stripe_02.png);
  border-bottom: 2px solid #ff9999;
}
#select_wrap .section ul {
  overflow: hidden;
}
#select_wrap .section li {
  float: left;
  position: relative;
}
#select_wrap .section li:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 1px dotted #bfbfbf;
  left: 0;
  top: 26px;
  bottom: 26px;
}
#select_wrap .section li:first-child:after {
  display: none;
}
#select_wrap .section li a {
  display: block;
  padding: 25px 0;
  text-align: center;
}
#select_wrap .syoujou li {
  width: 16.66%;
}
#select_wrap .seibun li {
  width: 20%;
}



/* ナレッジコンテンツレイアウト
---------------------------*/
#article_detail_wrap{
  position:relative;
}
#article_detail_wrap #main{
  width:700px;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccFFFFFF,endColorstr=#ccFFFFFF);
  background-color:rgba(255,255,255,.80);
  border-radius:10px;
  overflow:hidden;
  margin-left:250px;
  z-index:0;
}
#article_detail_wrap .title{
  font-size:160%;
  font-weight:bold;
  color:#FFFFFF;
  padding:20px 25px;
}
#article_detail_wrap #sub .title{
  padding:20px 15px;
  text-align:center;
}
#article_detail_wrap .title_sublink{
  font-size:165%;
  font-weight:bold;
  color:#FFFFFF;
  padding:10px 15px;
}
#article_detail_wrap.kounaien .title,
#article_detail_wrap.hadaare .title,
#article_detail_wrap.nikibi .title,
#article_detail_wrap.kounaien .title_sublink,
#article_detail_wrap.hadaare .title_sublink,
#article_detail_wrap.nikibi .title_sublink{
  background-color:#ff5761;
}

.main_inner{
  padding:0 30px 30px;
}
.title_section{
  margin:25px 0;
  font-size:250%;
  font-weight:normal;
  line-height:1.3;
  color:#ff5761;
}
.title_section_sub{
  margin:76px 0 25px;
  border-bottom:solid #ff5761 1px;
}
.title_section_sub_01{
  margin:40px 0 25px;
  border-bottom:solid #ff5761 1px;
}
#a01.title_section_sub, #a01.title_section_sub_01{
  margin-top:38px;
}
.title_section_sub span, .title_section_sub_01 span{
  display:inline-block;
  padding:7px 40px 6px 8px;
  background-color:#ff5761;
  color:#FFF;
  font-size:130%;
}
.title_border_top{
  margin-top:40px;
  color:#ff5761;
  font-size:125%;
  font-weight:bold;
  line-height:1.3;
}
#article_detail_wrap .main_inner > p{
  margin:25px 0;
  font-size:125%;
  line-height:1.8;
}
#article_detail_wrap .link_detail {
  margin-top:40px;	
  text-align:right;
}
#article_detail_wrap .link_detail a {
    text-decoration: underline;
}
#article_detail_wrap p .fb{
  font-weight:bold;
  font-size:105%;
}
#article_detail_wrap p .em{
  background-color:#ffffa1;
}
#article_detail_wrap .df_txt dt,
#article_detail_wrap .df_txt dd{
  display:inline-block;
  font-size:125%;
  line-height:1.8;
}
#article_detail_wrap .df_txt dt{
  width:110px;
  color:#ff5761;
  vertical-align:top;
  font-weight:bold;
}
#article_detail_wrap .df_txt dd{
  width:520px;
}
#article_detail_wrap .img{
  text-align:center;
}
#article_detail_wrap hr{
  display:block;
  margin:25px 0;
  height:0;
  border:none;
  border-bottom:solid #cccccc 1px;
  background:none;
}
#article_detail_wrap .title_border_top + hr{
  margin-top:8px;
}
#article_detail_wrap .sns_button{
  width:270px;
  margin:25px auto 0;
}
#article_detail_wrap .sns_button li{
  float:left;
  margin-left:5px;
}
#article_detail_wrap .sns_button li:first-child{
  margin-left: 0;
}
#article_detail_wrap .sns_button li a:hover{
  opacity:0.6;
}
#article_detail_wrap .button{
  width:500px;
  margin:50px auto 30px;
}
#article_detail_wrap .button a{
  display:block;
  padding:15px 10px;
  color:#FFF;
  text-decoration:none;
  text-align:center;
  font-size:130%;
  background:url(../../symptom/img/icn_link_w.png) 97% 50% no-repeat #ff5761;
}
#article_detail_wrap .button a:hover{
  opacity:0.6;
}
#article_detail_wrap .pager{
  margin:30px 0;
  text-align:center;
}
#article_detail_wrap .pager li{
  display:inline-block;
  margin:0 3px;
}
#article_detail_wrap .pager li a{
  display:block;
  width:34px;
  height:34px;
  border:solid #ff9999 3px;
  border-radius:50%;
  background-color:#ffffff;
  color:#ff5761;
  line-height:34px;
  vertical-align:middle;
  text-align:center;
  text-decoration:none;
  font-size:20px;
}
#article_detail_wrap .pager li.act a,
#article_detail_wrap .pager li a:hover{
  background-color:#ff5761;
  border:solid #ff5761 3px;
  color:#ffffff;
}
#article_detail_wrap .product_bnr{
  margin:30px 0 50px;
  text-align:center;
}
#article_detail_wrap .product_bnr a:hover{
  opacity:0.6;
}
#article_detail_wrap .sublink{
  margin-bottom:50px;
}
#article_detail_wrap .sublink li{
  width:315px;
  float:left;
}
#article_detail_wrap .sublink li:nth-child(2n){
  float:right;
}
#article_detail_wrap .sublink li a{
  display:block;
  padding:15px 10px;
  background:url(../../symptom/img/icn_link_r02.png) no-repeat right 10px center;
  border-bottom:solid #ffaaaa 1px;
  color:#000;
  font-size:130%;
  text-decoration:none;
}
#article_detail_wrap .sublink li a:hover{
  color:#f63545;
}
#article_detail_wrap .sublink li .second_layer{
  display:none;
}
#article_detail_wrap .product {
  margin: 70px 0 50px;
  border-top: 1px dotted #bfbfbf;
}
#article_detail_wrap .product .title_product {
  width: 175px;
  margin: -0.6em auto 20px;
  text-align: center;
  background-color: #fefcfc;
  font-size: 133.33%;
  color: #666;
}
#article_detail_wrap .product .title_product_detail {
  color: #000!important;
  font-size:150%;
  margin-bottom:5px;
  line-height:1.3;
}
#article_detail_wrap .product .img {
  float:left;
}
#article_detail_wrap .product .text {
  width:410px;
  float:right;
  padding-top: 1em;
  margin-bottom:1.5em;
}
#article_detail_wrap .product .text p{
  font-size:116.66%;
  line-height:1.8;
  margin-top:0;
  color:#3c3c3c;
}
#article_detail_wrap .product .link {
  margin-top: 1em;
}
#article_detail_wrap .product .link a {
  color: #4b4b4b;
  font-size: 133.33%;
  font-weight: bold;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration:underline;
}
#article_detail_wrap.kounaien .product .link a,
#article_detail_wrap.hadaare .product .link a,
#article_detail_wrap.nikibi .product .link a {
  background: url(/symptom/img/icn_arrow_r_02.png) left center no-repeat;
  color:#ff694c;
}

#article_detail_wrap .product .link a:hover{
  text-decoration:none;
}
#article_detail_wrap .product .link_all {
  text-align: center;
  font-size: 116.66%;
  margin:0 auto;
}
#article_detail_wrap .product .link_all a {
  color: #4b4b4b;
  background: url(/symptom/img/icn_arrow_r_06.png) left center no-repeat;
  padding-left: 10px;
  text-decoration:underline;
}
#article_detail_wrap .product .link_all a:hover {
  text-decoration:none;
}
#article_detail_wrap .txt_list{
  margin-left:20px;
}
#article_detail_wrap .txt_list li{
  font-size:125%;
  list-style:disc;
  line-height:1.8;
}
#article_detail_wrap p.read_bottom{
  margin:40px 0;
  padding:20px 30px;
  border-top:solid #ff6666 2px;
  border-bottom:solid #ff6666 2px;
  font-size:172%;
  color:#ff6666;
  font-weight:bold;
  line-height:1.5;
}

.title_section_s {
  font-size: 60%;	
}

#article_detail_wrap #sub{
  width:230px;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  border-radius:10px 0;
  overflow:hidden;
}
#article_detail_wrap #sub .box{
  margin:0 0 10px 0;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccFFFFFF,endColorstr=#ccFFFFFF);
  background-color:rgba(255,255,255,.80);
  border-radius:10px;
  overflow:hidden;
}
#article_detail_wrap #sub .box:last-child{
  margin-bottom:0;
}
#article_detail_wrap #sub .box.thmbox{
  padding:15px;
}
#article_detail_wrap #sub ul li{
  border-bottom:solid #ffb2b2 1px;
}
#article_detail_wrap #sub ul li:last-child{
  border-bottom:none;
}
#article_detail_wrap #sub ul.second_layer li:first-child{
  border-top:solid #ffb2b2 1px;
}
#article_detail_wrap #sub ul li a{
  display:block;
  padding:13px 21px 13px 0.7em;
  line-height:1.2;
  color:#000;
  font-size:130%;
  text-decoration:none;
  background:url(../../symptom/img/icn_link_r01.png) 96% 50% no-repeat;
}
#article_detail_wrap #sub ul.second_layer li a, #article_detail_wrap_01 #sub ul.second_layer li a{
  padding-left:2em;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ff5761,endColorstr=#33ff5761);
  background-color: rgba(255,87,97,.20);
}
#article_detail_wrap #sub ul.second_layer li a.act,
#article_detail_wrap #sub ul li a:hover{
  color:#ff5761;
}
#article_detail_wrap #sub .photo{
  position:relative;
}
#article_detail_wrap #sub .photo .caption{
  display:block;
  padding:8px 10px;
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  color:#ffffff;
  font-size:116%;
}
#article_detail_wrap.kounaien #sub .photo .caption,
#article_detail_wrap.hadaare #sub .photo .caption,
#article_detail_wrap.nikibi #sub .photo .caption{
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff6666,endColorstr=#ccff6666);
  background-color: rgba(255,102,102,0.8);
}
#article_detail_wrap .thmbox p{
  font-size:108%;
  margin:15px 0 0;
}
#article_detail_wrap .thmbox a{
  color:#333333;
}
#article_detail_wrap .thmbox a:hover .photo img{
  opacity:0.6;
}

#article_detail_wrap #main .col2_box,
#article_detail_wrap #main .col3_box {
  overflow: hidden;
  margin-bottom: 1em;
}
#article_detail_wrap #main .col2_box .text,
#article_detail_wrap #main .col3_box .text {
  float: left;
  margin-top: .8em;
  margin-left: 3%;
}
#article_detail_wrap #main .col2_box .text p,
#article_detail_wrap #main .col3_box .text p {
  font-size: 95%;
  line-height: 1.5;
}
#article_detail_wrap #main .col2_box .text {
  width: 45%;
}
#article_detail_wrap #main .col2_box .text:last-child {
  position: relative;
  top: 120px;
  left: 90px;
}
#article_detail_wrap #main .col3_box .text {
  width: 29%;
}

#article_detail_wrap #main .col3_box .text_setsumei {
	text-align: center;
}
#article_detail_wrap #main .col3_box .img_illust {
	padding:4% 0;
	margin: 0 auto;
  width: 70%;
}
#article_detail_wrap #main .col3_box .img_illust img{
  width: 100%;
}

#article_detail_wrap #main .col3_box.turnover .text:nth-child(odd) p {
  font-size: 120%;
  margin-top: 2.5em;
}

/*-------------------------------------------------
---------------------------------------------------
	SmartPhone style
---------------------------------------------------
-------------------------------------------------*/

@media screen and (max-width: 640px){


/*-------------------------------------------------	product - common
-------------------------------------------------*/
#product #contents {
  width: auto;
  margin-bottom: 0;
}

#crumb {
  display:inline-block;
  margin: 0 0 6.25%;
  padding:0 0 0 10px;
}
#crumb li {
  display: inline;
  margin-left: 0.5em;
}
#crumb li:before {
  content: ">";
  margin-right: 0.5em;
}
#crumb li:first-child {
  margin-left: 0;
}
#crumb li:first-child:before {
  display: none;
}
#crumb li a {
  text-decoration:underline;
}
#crumb li a:hover{
  text-decoration:none;
}

.page_ttl {
  margin:0 5% 11px 0;
  text-align: center;
}
#wrap .page_ttl img{
  width:77.03125%;
}
.lead_txt {
  margin:0 2% 6.25%;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.7;
}

/* サムネイル共通スタイル
---------------------------*/
.product_list{
  width:auto;
  margin:0 0.8%;
  text-align:left;
}
.product_list li{
  width:48%;
  display:block;
  float:left;
  background-color:#FFF;
  padding:0;
  margin-right:1%;
  margin-left:1%;
  margin-bottom:2%;
  border-radius:5px;
  box-shadow:0 1px 2px #CCC;
  overflow:hidden;
}
.product_list li img{
  border-radius:5px;
}
.product_list li a:hover{
  opacity:1;
}
#symptom_nav{
  margin-bottom:8%;
  margin-right:2.35%;
  margin-left:2.35%;
  text-align:center;
}
#symptom_nav li{
  width:49%;
  display:block;
  margin:0 0;
  float:left;
}
#symptom_nav li:nth-child(even){
  float:right;
}
#symptom_nav li:nth-child(3) {
  margin-top: 5%;
}
#symptom_nav li a{
  display:block;
  text-align:center;
  font-size:120%;
  font-weight:bold;
  color:#ff5761;
}
#symptom_nav li a:hover{
  text-decoration:none;
  opacity:1;
}
#symptom_nav li span.thm{
  display:block;
  margin-bottom:10px;
}
#symptom_nav li span.link{
  display:inline;
  margin-top:0;
  padding:0 20px 0 0;
  background:url(../../symptom/img/icn_arrow_b.png) right no-repeat;
  text-decoration:none;
}

/* 症状別原因と治し方
---------------------------*/
.article_index_wrap{
  border-radius:8px;
  overflow:hidden;
  background-color:#FFF;
  padding-bottom:3%;
  margin:8% 2.35% 0 2.35%;
}
.article_index_wrap .title{
  font-size:150%;
  font-weight:bold;
  color:#FFFFFF;
  padding:3.5% 4%;
  margin-bottom:3%;
  background-color:#ff5761;
}
#article_index{
  width:auto;
  margin-left:3%;
  margin-right:3%;
}
#article_index > li{
  display:block;
  width:auto;
  margin-right:auto;
  margin-bottom:3%;
  vertical-align:top;
}
#article_index > li:last-child{
  margin-bottom:0;
}
#article_index > li > a{
  text-decoration:none;
}
#article_index .photo img{
  width:100%;
  border:solid #ffcccc 2px;
  box-sizing:border-box;
}
#article_index > li > a:hover .photo img{
  opacity:1;
}
#article_index .link{
  display:block;
  padding:3.5% 5% 3.5% 3%;
  background:url(../../symptom/img/icn_link_w.png) 98% 50% no-repeat #ff5761;
  background-size:2%;
  color:#FFF;
  font-size:125%;
  font-weight:bold;
}
#article_index .second_layer{
  display:none;
}
#article_index > li a:hover{
  color:inherit;
  text-decoration:none;
}

#article_index > li.comingsoon{
  position:relative;
  height:auto;
}
#article_index > li.comingsoon .white{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  background:rgba(255,255,255,.60);
}
#article_index > li.comingsoon .white span{
  display:block;
  width:40%;
  height:auto;
  white-space:nowrap;
  overflow:hidden;
  text-indent:200%;
  line-height:0;
  background:url(../../symptom/img/img_comingsoon.png) no-repeat;
  background-size:100%;
  top:45%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position:absolute;
}
#article_index > li.comingsoon .white span:after{
  content:"";
  display:block;
  height:0;
  padding-bottom:38.52%;
}

/* いろんな症状に効く
---------------------------*/
#symptom_series{
  margin-top:6.25%;
}
#symptom_series .page_ttl{
  margin-bottom:2%;
}
#symptom_series .lead_txt{
  margin-bottom:3%;
}
#symptom_series .product_list li{
  padding:0 0 0 0;
  margin-right:1%;
}
#symptom_series .product_list li:nth-child(2n){
  margin-right:0;
}

#article_list{
  margin-left:2%;
  margin-right:2%;
  overflow:hidden;
}
#relation_wrap {
  clear: both;
  margin-bottom: 35px;
  padding-top: 20px;
}
#relation_wrap h3 {
  margin-bottom: 3%;
  font-size: 180%;
  font-weight: bold;
  line-height: 40px;
  text-align:center;
}
#relation_wrap h3:before {
  width:37px;
  height:37px;
  content:"";
  display:inline-block;
  background: url(../../column/img/icn_tag_01.png) no-repeat 0 0;
  margin-right: 0.5em;
  line-height: 1;
  vertical-align: middle;
}
.chocolumn_article_box {
  margin: 0 5px 5px 0;
}
.chocolumn_article_box a {
  padding: 5px;
}
.chocolumn_article_box .photo {
  margin-bottom: 5px;
  font-size: 12px;
}
.chocolumn_article_box .photo img {
  vertical-align: top;
}
.chocolumn_article_box .photo .category {
  padding: 4px 5px;
  font-size: 12px!important;
  font-weight: bold;
  letter-spacing: 0;
}
.chocolumn_article_box .category:before {
  height: 12px;
  width: auto;
  margin-right: 0.6em;
}
.chocolumn_article_box p {
  font-size: 12px!important;
  line-height: 1.2;
}
#article_list .chocolumn_article_box {
  width: 48%;
  margin: 0 2% 2% 0;
}


/* 商品を選ぶ
---------------------------*/
#select_wrap {
  background-color: #fddad9;
  padding: 7% 0 50px;
}
#select_wrap h4 {
  text-align: center;
  width: 90%;
  margin: auto;
}
#select_wrap .section {
  margin-top: 3%;
  background-color: transparent;
  border-radius: 0;
}
#select_wrap .section h5 {
  padding: 10px 0;
  text-align: left;
  width: 35%;
  margin: 0 auto 0 10px;
  float:left;
}
#select_wrap .section_title01 .all,
#select_wrap .section_title02 .all{
  float:right;
  margin-top:8px;
  margin-right:3px;
}
#select_wrap .all a{
  display:inline-block;
  line-height:1;
  padding:7px 20px;
  text-align:center;
  background-color:#FFF;
  color:#000;
}
#select_wrap .section_title01 a{
  border:solid #ff6666 1px;
  text-decoration:none;
}
#select_wrap .section_title01 a span{
  color:#ff6666;
}
#select_wrap .section_title02 a{
  border:solid #32a1f0 1px;
}
#select_wrap .section_title02 a span{
  color:#32a1f0;
}
#select_wrap .seibun h5 {
  background: none;
  border-bottom: none;
}
#select_wrap .syoujou h5 {
  background: none;
  border-bottom: none;
}
#select_wrap .section ul {
  margin-right: -1px;
  overflow: hidden;
  border-top: 1px solid #000;
}
#select_wrap .section li {
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-weight: bold;
  font-size: 12px!important;
  float: left;
  width: 50%;
  position: static;
  box-sizing:border-box;
}
#select_wrap .section li.col3 {
  width: 33.333%;
}
#select_wrap .section li:after {
  display: none!important;
}
#select_wrap .section li a {
  display: block;
  padding: 1em 0;
  text-align: center;
  color: #000;
  line-height:1.2;
}
#select_wrap .section li a sub{
  line-height:1;
}



/* ナレッジコンテンツレイアウト
---------------------------*/
#article_detail_wrap{
  position:relative;
}
#article_detail_wrap #main{
  width:95.3125%;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccFFFFFF,endColorstr=#ccFFFFFF);
  background-color:rgba(255,255,255,.80);
  border-radius:5px;
  overflow:hidden;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:4%;
  z-index:0;
}
#article_detail_wrap .title{
  font-size:125%;
  font-weight:bold;
  color:#FFFFFF;
  padding:3.25% 3.25%;
}
#article_detail_wrap #sub .title{
  padding:20px 15px;
  text-align:center;
}
#article_detail_wrap .title_sublink{
  font-size:165%;
  font-weight:bold;
  color:#FFFFFF;
  padding:10px 15px;
}
#article_detail_wrap.kounaien .title,
#article_detail_wrap.kounaien .title_sublink,
#article_detail_wrap.hadaare .title,
#article_detail_wrap.hadaare .title_sublink,
#article_detail_wrap.nikibi .title,
#article_detail_wrap.nikibi .title_sublink{
  background-color:#ff5761;
}

.main_inner{
  padding:0 0 0;
}
.title_section{
  margin:3.125% 3.125%;
  font-size:160%;
  font-weight:normal;
  line-height:1.3;
  color:#ff5761;
}
.title_section_sub{
  margin:6% 0 3.125%;
  border-bottom:none;
}
.title_section_sub span{
  display:block;
  padding:2% 3.125% 2% 3.125%;
  background-color:#ff5761;
  color:#FFF;
  font-size:105%;
}
	#article_detail_wrap #main .col3_box .img_illust {
  width: 100%;
	}
	#article_detail_wrap #main .col3_box .text_setsumei
 {
	margin: 0 3%;
	}
	
.title_border_top{
  margin-top:4%;
  margin-left:3.125%;
  margin-right:3.125%;
  color:#ff5761;
  font-size:125%;
  font-weight:bold;
  line-height:1.3;
}
#article_detail_wrap .main_inner >p{
  margin:3.125% 3.125%;
  font-size:105%;
  line-height:1.5;
}
#article_detail_wrap .link_detail {
    text-align: left;
}

#article_detail_wrap p .fb{
  font-weight:bold;
  font-size:105%;
}
#article_detail_wrap p .em{
  background-color:#ffffa1;
}
#article_detail_wrap .df_txt{
  margin:0 3.125% 0;
}
#article_detail_wrap .df_txt dt,
#article_detail_wrap .df_txt dd{
  display:block;
  font-size:125%;
  line-height:1.5;
}
#article_detail_wrap .df_txt dt{
  width:auto;
  color:#ff5761;
  vertical-align:top;
  font-weight:bold;
}
#article_detail_wrap .df_txt dd{
  width:auto;
  padding-bottom:2%;
}
#article_detail_wrap .img{
  margin:3.125% 3.125%;
  text-align:center;
}
#article_detail_wrap hr{
  display:block;
  margin:3.125% 3.125%;
  height:0;
  border:none;
  border-bottom:solid #cccccc 1px;
  background:none;
}
#article_detail_wrap .title_border_top + hr{
  margin-top:2%;
}
#article_detail_wrap .sns_button{
  width:auto;
  margin:3% auto 0;
  text-align: center;
}
#article_detail_wrap .sns_button li{
  width:auto;
  float:none;
  display: inline-block;
  margin-left:2.63158%;
}
#article_detail_wrap .sns_button li a:hover{
  opacity:1;
}
#article_detail_wrap .button{
  width:auto;
  margin:7% 3.125% 3.125%;
}
#article_detail_wrap .button a{
  display:block;
  padding:3.125% 8%;
  background:url(../../symptom/img/icn_link_w.png) 97% 50% no-repeat #ff5761;
  background-size:10px;
  color:#FFF;
  text-decoration:none;
  text-align:center;
  font-size:130%;
  line-height:1.4;
}
#article_detail_wrap .button a:hover{
  opacity:1;
}
#article_detail_wrap .pager{
  margin:3.5% 0;
  text-align:center;
}
#article_detail_wrap .pager li{
  display:inline-block;
  margin:0 3px;
}
#article_detail_wrap .pager li a{
  display:block;
  width:30px;
  height:30px;
  border:solid #ff9999 3px;
  border-radius:50%;
  background-color:#ffffff;
  color:#ff5761;
  line-height:30px;
  vertical-align:middle;
  text-align:center;
  text-decoration:none;
  font-size:18px;
}
#article_detail_wrap .pager li.act a,
#article_detail_wrap .pager li a:hover{
  background-color:#ffffff;
  border:solid #ff9999 3px;
  color:#ff5761;
}
#article_detail_wrap .pager li.act a{
  background-color:#ff5761;
  border:solid #ff5761 3px;
  color:#ffffff;
}
#article_detail_wrap .product_bnr{
  margin:5% 1.63934% 5%;
  text-align:center;
}
#article_detail_wrap .product_bnr a:hover{
  opacity:1;
}
#article_detail_wrap .sublink{
  margin-bottom:7%;
}
#article_detail_wrap .sublink li{
  width:auto;
  float:none;
}
#article_detail_wrap .sublink li:nth-child(2n){
  float:none;
}
#article_detail_wrap .sublink li a{
  display:block;
  padding:3.125% 7% 3.125% 1em;
  background:url(../../symptom/img/icn_link_r02.png) 98% 50% no-repeat;
  background-size:8px;
  border-bottom:solid #ffaaaa 1px;
  color:#000;
  font-size:105%;
  text-decoration:none;
}
#article_detail_wrap .sublink li a:hover{
  color:#000;
}
#article_detail_wrap .sublink li .second_layer{
  display:none;
}
#article_detail_wrap .sublink .second_layer li a{
  padding-left:2.35em;
  background-color:#fedbdd;
}
#article_detail_wrap .product {
  margin: 6.25% 0 ;
  border-top: 1px dotted #bfbfbf;
}
#article_detail_wrap .product .title_product {
  width: 6em;
  margin: -0.6em auto 20px;
  text-align: center;
  background-color: #fff;
  font-size: 133.33%;
  color: #666;
}
#article_detail_wrap .product .title_product_detail {
  color: #000!important;
  font-size:14px;
  margin-bottom:5px;
  line-height:1.3;
}
#article_detail_wrap .img_text_box{
  margin:0 3.125%;
}
#article_detail_wrap .product .img {
  width: 35%;
  margin:0 0;
}
#article_detail_wrap .product .text {
  width: 63%;
  padding-top: 0;
}
#article_detail_wrap .product .text p {
  margin:3.125% 0;
  font-size:116%;
}
#article_detail_wrap .product .link {
  margin-top: -1em;
}
#article_detail_wrap .product .link a {
  font-size: 12px!important;
  padding-left: 1.8em;
  background-size: contain !important;
 }
#article_detail_wrap .product .link_all {
  text-align:left;
  margin:0 3.125%;
}
#article_detail_wrap .product .link_all a {
  background-position:0 0.65em;
  display:inline-block;
}
#article_detail_wrap .product .link_all a:hover {
  text-decoration:none;
}
#article_detail_wrap .txt_list{
  margin-left:8%;
}
#article_detail_wrap .txt_list li{
  font-size:125%;
  list-style:disc;
  line-height:1.8;
}
#article_detail_wrap p.read_bottom{
  margin:4% 0;
  padding:3.125% 3.5%;
  border-top:solid #ff6666 2px;
  border-bottom:solid #ff6666 2px;
  font-size:130%;
  color:#ff6666;
  font-weight:bold;
  line-height:1.5;
}

.title_section_s {
  font-size: 60%;	
}

#article_detail_wrap #sub{
  display:none;
}

#article_detail_wrap.kounaien #sub .photo .caption,
#article_detail_wrap.nikibi #sub .photo .caption{
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff6666,endColorstr=#ccff6666);
  background-color: rgba(255,102,102,0.8);
}
#article_detail_wrap .thmbox p{
  font-size:108%;
  margin:15px 0 0;
}
#article_detail_wrap .thmbox a{
  color:#333333;
}
#article_detail_wrap .thmbox a:hover .photo img{
  opacity:0.6;
}

#article_detail_wrap #main .col3_box.turnover .text:nth-child(odd) p {
  font-size: 95%;
  margin-top: .5em;
}
#article_detail_wrap #main .col2_box .text:last-child {
  font-size: 85%;
  position: relative;
  top: 15px;
  left: 0;
}
/*アコーディオン*/
#article_index_01_sp {
	margin:25px 0 35px;
}
#article_index_01_sp .sublink .second_layer li a {
    background-color: #fedbdd;
    padding-left: 2.35em;
}
#article_index_01_sp .sublink .second_layer {
    display: none;
}
#article_index_01_sp .sublink .second_layer li {
    font-size:14px;
}
#article_index_01_sp .sublink li p {
    background: rgba(0, 0, 0, 0) url("/lib/img/icn_spnavi_open.png") no-repeat scroll 97% 50% !important;
	-webkit-background-size:15px !important;
	font-size:14px;
	background-size:15px;
    border-bottom: 1px solid #ffaaaa;
    color: #000;
    display: block;
    padding: 3.125% 7% 3.125% 1em;
    text-decoration: none;
}
#article_index_01_sp .sublink li p.open {
    background: rgba(0, 0, 0, 0) url("/lib/img/icn_spnavi_close.png") no-repeat scroll 97% 50% !important;
	-webkit-background-size:15px !important;
	background-size:15px;
}
#article_index_01_sp .sublink li a {
    background: rgba(0, 0, 0, 0) url("/lib/img/icn_spnavi_link.png") no-repeat scroll 96% 50%;
	-webkit-background-size:6px;
	background-size:6px;
    border-bottom: 1px solid #ffaaaa;
    color: #000;
    display: block;
    padding: 3.125% 7% 3.125% 1em;
    text-decoration: none;
}
}

@media screen and (max-width: 400px){

.lead_txt {
  font-size: 105%;
}
#relation_wrap h3 {
  font-size: 150%;
}
}