@charset "UTF-8";

.text_ttl.pink2 { background-color: #F3A9B3;}
.text_ttl.green { background-color: #7AC2B6; }

/*/////////////////////////////////////////////////////////////////////////////////////////////////

 H1タグ表示 2017.2.8

/////////////////////////////////////////////////////////////////////////////////////////////////*/

/* SP用H1タグ 重複しないようユニークidに変更*/
/* 20170301　各SP用newst_header.cssに移植 STEK */
#pageH1-forSp-layout2017 { background-color: #DCEDF8; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;}
#pageH1-forSp-layout2017 h1 { font-size: 11px; color: #386992; text-align: left; padding: 5px 10px; line-height: 1.2;}

/* テンプレートによりH1の下の間隔を調整するclassを用意 */
#pageH1-forSp-layout2017.mg_b10 { margin-bottom: 10px;}
#pageH1-forSp-layout2017.mg_b15 { margin-bottom: 15px;}
#pageH1-forSp-layout2017.mg_b20 { margin-bottom: 20px;}

/* テンプレートによりH1とヘッダーの間に10pxの余白がある場合に調整するclassを用意 */
#pageH1-forSp-layout2017.mg_t-10 { margin-top: -10px;}



/*/////////////////////////////////////////////////////////////////////////////////////////////////

 SHC/LCH

/////////////////////////////////////////////////////////////////////////////////////////////////*/


/* section h1 */

.text_box { margin:30px 0 0;}
.text_box h2 {
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.text_box h2 {
    font-size: 16px;
    color: #3978B2;
}

@media screen and (max-width: 768px) {
  
  .text_box h2 {
  	/*font-size: 14px;*/
  }
  
}

/* shc-headernav */

#taiken .shc-headernav {
  margin: 30px 0 0;
  padding: 0 10px;
}

#taiken .shc-headernav .main {
  float: left;
}

#taiken .shc-headernav .aside {
  float: right;
}

#taiken .shc-headernav p,
#taiken .shc-headernav li {
  line-height: 1.6;
}

#taiken .shc-headernav a:link,
#taiken .shc-headernav a:visited {
  color: #6B9ED2;
}

#taiken .shc-headernav a:hover {
  color: #F4686C;
}

#taiken .shc-headernav p a {
  text-decoration: underline;
}

#taiken .shc-headernav li a {
  display: block;
  padding-left: 10px;
  background: url(/shc_new/images/icon_link.png) 0 5px no-repeat;
}

#taiken .shc-headernav li a:hover {
  text-decoration: underline !important;
}

/*スマフォで上部にリンク表示しない*/

/*@media screen and (max-width: 640px) {
  
  #taiken .shc-headernav {
    display: none;
  }
  
}
*/


/* shc-pickup */

#taiken .shc-pickup {
  margin-top: 30px;
  padding-bottom: 20px;
}

#taiken .shc-pickup > .title {
  position: relative;
  padding: 18px 10px;
  padding-left: 42px;
  border-top: solid 5px;
  border-bottom: solid 1px #DBDBDB;
  background: -webkit-gradient(linear,color-stop(0, rgb(243,243,243)),color-stop(1, rgb(255,255,255)));
  background: -webkit-linear-gradient(rgb(243,243,243) 0%,rgb(255,255,255) 100%);
  background: linear-gradient(rgb(243,243,243) 0%,rgb(255,255,255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff3f3f3,endColorstr=#ffffffff);
  color: #535353;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

#taiken.shc .shc-pickup > .title {
  border-top-color: #7AC2B6;
}

#taiken.lhc .shc-pickup > .title {
  border-top-color: #F3A9B3;
}

#taiken .shc-pickup > .title:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 20px;
  width: 14px;
  height: 15px;
  background: no-repeat;
}

#taiken.shc .shc-pickup > .title:before {
  background-image: url(/shc_new/images/icon_article_hdg_gr.png);
}

#taiken.lhc .shc-pickup > .title:before {
  background-image: url(/shc_new/images/icon_article_hdg_pk.png);
}

#taiken .shc-pickup .body {
  padding: 24px 0 20px;
}

#taiken.shc .shc-pickup .body {
  background: #F8FCFB;
}

#taiken.lhc .shc-pickup .body {
  background: #FEF8F9; 
}

#taiken .shc-pickup .slider {
  overflow: hidden;
  width: 630px;
  margin: 0 auto;
}

#taiken .shc-pickup .slider ul {
  overflow: hidden;
}

#taiken .shc-pickup .slider li {
  float: left;
  width: 186px;
  padding: 0 12px;
}

#taiken .shc-pickup .slider a {
  display: block;
  background: transparent;
  text-decoration: none;
}

#taiken .shc-pickup .slider .pic {
  border: solid 1px #EEE;
}

#taiken .shc-pickup .slider .pic img {
  width: 100%;
}

#taiken .shc-pickup .slider .desc {
  padding-top: 10px;
  color: #666;
  line-height: 1.6;
}

#taiken.shc .shc-pickup .flip_cntl .page_mark {
  background-image: url(/shc_new/images/flip_page_green.png);
}

#taiken.lhc .shc-pickup .flip_cntl .page_mark {
  background-image: url(/shc_new/images/flip_page_pink.png);
}

@media screen and (max-width: 768px) {
  
  #taiken .shc-pickup {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-pickup .slider {
    width: 374px;
  }
  
  #taiken .shc-pickup .slider li {
    width: 163px;
  }
  
}

@media screen and (max-width: 374px) {
  
  #taiken .shc-pickup .slider {
    width: 320px;
  }
  
  #taiken .shc-pickup .slider li {
    width: 136px;
  }
  
}



/* shc-top-category */

#taiken .shc-top-category {
  overflow: hidden;
  margin: 20px 0 0;
  border: solid 1px #E5E5E5;
  border-radius: 4px;
}

#taiken .shc-top-category > .title {
  position:relative;
  padding: 14px 13px 12px;
  padding-left: 46px;
  border-bottom: solid 1px #E5E5E5;
  background: url(/shc_new/images/icon_top_category_title.png) 16px 15px no-repeat #F7F7EE;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
}

#taiken.shc .shc-top-category > .title {
  color: #62B7A8;
}

#taiken.lhc .shc-top-category > .title {
  color: #ED7483;
}

#taiken .shc-top-category .layout {
  padding: 20px;
}

#taiken .shc-top-category .layout > .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#taiken .shc-top-category .layout > .col-pic {
  float: left;
  width: 25.51020408163265%;
}

#taiken .shc-top-category .layout > .col-desc,
#taiken .shc-top-category .layout > .col-links {
  float: right;
  width: 74.48979591836735%;
  padding-left: 20px;
}

#taiken .shc-top-category .figure {
  border: solid 1px #EEE;
}

#taiken .shc-top-category .figure img {
  width: 100%;
}

#taiken .shc-top-category p {
  color: #666;
  line-height: 1.6;
	font-size: 14px;
}
#taiken .shc-top-category p br {
	display: none;
}

#taiken .shc-top-category .linklist {
  overflow: hidden;
  max-height: 86px;
  margin: 8px 0 0;
}

#taiken .shc-top-category .linklist ul {
  margin-left: -10px;
  letter-spacing: -.4em;
}

#taiken .shc-top-category .linklist li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  padding: 0 0 8px 10px;
  letter-spacing: normal;
  vertical-align: top;
}

#taiken .shc-top-category .linklist a {
  display: block;
  padding-left: 12px;
  background: url(/shc_new/images/icon_link.png) 0 6px no-repeat;
  color: #6B9ED2;
  font-size: 14px;
  line-height: 1.6;
}

#taiken .shc-top-category .linklist a:hover {
  color: #F4686C;
}

#taiken .shc-top-category .actions .link {
  position: relative;
  display: block !important;
  padding: 18px;
  padding-right: 38px;
  border-top: dashed 1px #DDE2E3;
  color: #666;
  font-size: 14px;
  text-align: right;
  text-decoration: none;
}

#taiken .shc-top-category .actions .link:after {
  content: "";
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  background: no-repeat;
}

#taiken.shc .shc-top-category .actions .link:after {
  background-image: url(/shc_new/images/icon_top_category_actions_gr.png);
}

#taiken.lhc .shc-top-category .actions .link:after {
  background-image: url(/shc_new/images/icon_top_category_actions_pk.png);
}

#taiken .shc-top-category .actions .link-open:after  { background-position: 0 0;     }
#taiken .shc-top-category .actions .link-close:after { background-position: 0 -16px; }
#taiken .shc-top-category .actions .link-more:after  { background-position: 0 -32px; }

#taiken .shc-top-category .actions .link-more,
#taiken .shc-top-category .actions .link-close {
  display: none !important;
}

#taiken .shc-top-category.is-active .actions .link-open {
  display: none !important;
}

#taiken .shc-top-category.is-active .actions .link-more,
#taiken .shc-top-category.is-active .actions .link-close {
  display: block !important;
}

@media screen and (max-width: 768px) {
  
  #taiken .shc-top-category {
    /*border-style: solid none none;
    border-radius: 0;*/
	border-top: 1px #DDE2E3;
    border-style: dashed none none dashed;
  }
  
  #taiken .shc-top-category + .shc-top-category {
    margin-top: 0;
  }
  
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-top-category > .title {
    margin-bottom: -1px;
  }
  
  #taiken .shc-top-category > .title:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background: no-repeat;
  }
  
  #taiken.shc .shc-top-category > .title:after {
    /*background-image: url(/shc_new/images/icon_top_category_actions_gr.png);*/
  }
  
  #taiken.lhc .shc-top-category > .title:after {
    background-image: url(/shc_new/images/icon_top_category_actions_pk.png);
  }
  
  #taiken .shc-top-category.is-active > .title:after {
    background-position: 0 -16px;
  }
  
  #taiken .shc-top-category > .body {
    /*display: none;*/
  }

  #taiken .shc-top-category a.splink {
    display: block;
	background-repeat: no-repeat;
    background-position: 96% center;
  }
  #taiken.shc .shc-top-category a.splink {
    background-image: url(/shc_new/images/icon_category_arrow_gr.png);
  }
  #taiken.lhc .shc-top-category a.splink {
    background-image: url(/shc_new/images/icon_category_arrow_pk.png);
  }
  #taiken .shc-top-category .layout {
    padding: 15px 17px 14px;
  }
  
  #taiken .shc-top-category .layout > .col-pic {
    width: 94px;
  }
  
  #taiken .shc-top-category .layout > .col-desc {
    overflow: hidden;
    float: none;
    width: auto;
    padding-left: 14px;
	padding-right: 14px;
  }
  
	#taiken .shc-top-category .layout .title {
	  margin-bottom: 4px;
	  font-size: 15px;
	  font-weight: bold;
	  line-height: 1.2;
	}
	#taiken .shc-top-category p br {
		display: block;
	}
	#taiken.shc .shc-top-category .layout .title {
	  color: #61B7A7;
	}

	#taiken.lhc .shc-top-category .layout .title {
	  color: #ED7483;
	}
	
  #taiken .shc-top-category .layout > .col-links {
    width: 100%;
    padding-left: 0;
	  display: none;
  }
  
  #taiken .shc-top-category .linklist {
    max-height: none !important;
    margin-top: 14px;
  }
  
  #taiken .shc-top-category .linklist li {
    padding-bottom: 9px;
  }
  
  #taiken .shc-top-category .actions {
	  display: none;
  }
  #taiken .shc-top-category .actions .link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  #taiken .shc-top-category .actions .link-more {
    display: block !important;
  }
  
  #taiken .shc-top-category .actions .link-open,
  #taiken .shc-top-category.is-active .actions .link-close {
    display: none !important;
  }
  
}



/* shc-popular */

#taiken .shc-popular {
  margin-top: 40px;
  padding: 38px 12px 0;
  border-top: dashed 1px #DDE2E3;
}

#taiken .shc-popular > .title {
  padding-left: 26px;
  background: url(/shc_new/images/icon_top_category_title.png) no-repeat;
  color: #6C6C6C;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

#taiken .shc-popular ul {
  margin-top: 23px;
  margin-left: -24px;
}

#taiken .shc-popular li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.333333%;
  padding-left: 24px;
}

#taiken .shc-popular li a {
  display: block;
}

#taiken .shc-popular .pic {
  border: solid 1px #EEE;
}

#taiken .shc-popular .pic img {
  width: 100%;
}

#taiken .shc-popular .desc {
  padding-top: 12px;
  color: #6B9ED2;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
}

#taiken .shc-popular li a:hover .desc {
  color: #F4686C;
}

@media screen and (max-width: 768px) {
  
  #taiken .shc-popular {
    margin-top: 0;
    padding-top: 28px;
    padding-bottom: 20px;
    border-top-style: solid;
  }
  
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-popular {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  
  #taiken .item_slide_box + .shc-popular {
    margin-top: 35px;
  }
  
  #taiken .shc-popular > .title {
    padding: 0 12px 28px 38px;
    border-bottom: dashed 1px #DDE2E3;
    background-position: 12px 0;
  }
  
  #taiken .shc-popular ul {
    margin-top: 0;
  }
  
  #taiken .shc-popular li {
    width: 100%;
  }
  
  #taiken .shc-popular li + li {
    border-top: dashed 1px #DDE2E3;
  }
  
  #taiken .shc-popular .item {
    display: table;
    width: 100%;
    padding: 15px 0;
    border-spacing: 18px 0;
  }
  
  #taiken .shc-popular .pic,
  #taiken .shc-popular .desc {
    display: table-cell;
    vertical-align: middle;
  }
  
  #taiken .shc-popular .pic {
    width: 130px;
  }
  
  #taiken .shc-popular .desc {
    padding-top: 0;
  }
  
}



/* shc-find */

#taiken .shc-find {
  margin: 40px 0 0;
  padding: 15px 20px 20px;
  border: solid 5px #EEE;
  border-radius: 9px;
  background: #FCFCFC;
}

#taiken .shc-find > .title {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

#taiken .shc-find ul {
  margin-left: -20px;
}

#taiken .shc-find li {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.333333%;
  padding-left: 20px;
}

#taiken .shc-find .label {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 6px;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

#taiken .shc-find .label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  border: solid 5px transparent;
}

#taiken .shc-find .search .label           { background: #FF7373;       }
#taiken .shc-find .search .label:before    { border-top-color: #FF7373; }

#taiken .shc-find .worry .label            { background: #7EB7D7;       }
#taiken .shc-find .worry .label:before     { border-top-color: #7EB7D7; }

#taiken .shc-find .recommend .label        { background: #EDC60C;       }
#taiken .shc-find .recommend .label:before { border-top-color: #EDC60C; }

#taiken .shc-find .btn {
  position: relative;
  clear: none;
  display: block;
  padding: 18px 5px 14px;
  border: solid 1px #D3D3CB;
  border-radius: 4px;
  background-image:-webkit-gradient(linear,76% 100%,76% -16%,color-stop(0, rgb(255,255,255)),color-stop(0.2, rgb(255,255,255)),color-stop(0.99, rgb(235,233,222)),color-stop(1, rgb(235,233,222)));
  background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(255,255,255) 20%,rgb(235,233,222) 99%,rgb(235,233,222) 100%);
  background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(255,255,255) 20%,rgb(235,233,222) 99%,rgb(235,233,222) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffebe9de,GradientType=0);
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

#taiken .shc-find .btn:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  margin: -4px 6px 0 0;
  background: url(/shc_new/images/icon_find_btn.png) no-repeat;
  vertical-align: middle;
}

#taiken .shc-find .search    .btn:before { background-position: 0 0;     }
#taiken .shc-find .worry     .btn:before { background-position: 0 -20px; }
#taiken .shc-find .recommend .btn:before { background-position: 0 -40px; }

#taiken .shc-find .btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 1px #fff;
  border-radius: 3px;
}

#taiken .shc-find .btn:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  
  #taiken .shc-find {
    margin-top: 0;
    border-style: solid none;
    border-radius: 0;
  }
  
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-find {
    padding: 25px 0 30px;
  }
  
  #taiken .shc-find > .title {
    margin-bottom: 23px;
  }
  
  #taiken .shc-find ul {
    margin-left: 0;
  }
  
  #taiken .shc-find li {
    width: 100%;
    padding: 10px 16px 9px;
  }
  
  #taiken .shc-find .search    { background: #FF7373; }
  #taiken .shc-find .worry     { background: #7EB7D7; }
  #taiken .shc-find .recommend { background: #EDC60C; }
  
  #taiken .shc-find .label {
    float: left;
    margin: 0;
    padding: 15px 0;
    border-radius: 0;
    font-weight: inherit;
    text-align: left;
  }
  
  #taiken .shc-find .label:before {
    display: none;
  }
  
  #taiken .shc-find .btn {
    float: right;
    width: 52%;
    max-width: 190px;
  }
  
}



/* shc-category */

#taiken .shc-category {
  margin: 20px 0 0;
}

#taiken .shc-category + * {
  margin-top: 0;
}

#taiken .shc-category > .title {
  padding: 12px 10px 8px;
  padding-left: 44px;
  border-radius: 4px;
  background: url(/shc_new/images/icon_category_title.png) 16px 14px no-repeat;
  color: #FFF;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
}

#taiken.shc .shc-category > .title {
  background-color: #7AC2B6;
}

#taiken.lhc .shc-category > .title {
  background-color: #F3A9B3;
}

#taiken .shc-category .subcatlist {
  overflow: hidden;
}

#taiken .shc-category .subcatlist ul {
  margin: -1px 0 0 -1px;
}

#taiken .shc-category .subcatlist li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  border: 1px #DDE2E3;
  border-style: dashed none none dashed;
}

#taiken .shc-category .subcatlist a {
  position: relative;
  display: block;
  text-decoration: none;
}

#taiken .shc-category .subcatlist .item {
  display: table;
  width: 100%;
  padding: 20px 0;
  border-spacing: 12px 0;
}

#taiken .shc-category .subcatlist .item .pic,
#taiken .shc-category .subcatlist .item .desc {
  display: table-cell;
  vertical-align: middle;
}

#taiken .shc-category .subcatlist .item .pic {
  width: 100px;
  border: solid 1px #EEE;
}

#taiken .shc-category .subcatlist .item .pic img {
  max-width: 100%;
}

#taiken .shc-category .subcatlist .item .desc {
  padding-right: 12px;
  background: 100% 50% no-repeat;
}

#taiken.shc .shc-category .subcatlist .item .desc {
  background-image: url(/shc_new/images/icon_category_arrow_gr.png);
}

#taiken.lhc .shc-category .subcatlist .item .desc {
  background-image: url(/shc_new/images/icon_category_arrow_pk.png);
}

#taiken .shc-category .subcatlist .item .title {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}

#taiken.shc .shc-category .subcatlist .item .title {
  color: #61B7A7;
}

#taiken.lhc .shc-category .subcatlist .item .title {
  color: #ED7483;
}

#taiken .shc-category .subcatlist .item .desc p {
  color: #666;
}

@media screen and (max-width: 768px) {
  
  #taiken .shc-category > .title {
    border-radius: 0;
  }
  
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-category .subcatlist li {
    width: 100%;
    border-style: none;
  }
  
  #taiken .shc-category .subcatlist li + li {
    border-top-style: dashed;
  }
  
  #taiken .shc-category .subcatlist .item {
    padding: 15px 0 14px;
    border-spacing: 18px 0;
  }
  
  #taiken .shc-category .subcatlist .item .pic {
    width: 92px;
  }
  
  #taiken .shc-category .subcatlist .item .desc p {
    font-size: 14px;
    line-height: 1.6;
  }
  
}



/* shc-related */

#taiken .shc-related {
  margin: 40px 0 0;
  border-bottom: solid 2px #EEE;
}

#taiken.shc .shc-related {
  background: #F8FCFB;
}

#taiken.lhc .shc-related {
  background: #FEF8F9;
}

#taiken .shc-related > .title {
  padding: 9px 12px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
}

#taiken.shc .shc-related > .title {
  background: #7AC2B6;
}

#taiken.lhc .shc-related > .title {
  background: #F3A9B3;
}

#taiken .shc-related ul {
  padding: 15px 10px;
}

#taiken .shc-related a:link,
#taiken .shc-related a:visited {
  display: block;
  padding: 5px;
  padding-left: 12px;
  background: 2px 9px no-repeat;
  font-weight: bold;
  line-height: 1.2;
}

#taiken.shc .shc-related a:link,
#taiken.shc .shc-related a:visited {
  background-image: url(/shc_new/images/icon_related_arrow_gr.png);
  color: #62B7A8;
}

#taiken.lhc .shc-related a:link,
#taiken.lhc .shc-related a:visited {
  background-image: url(/shc_new/images/icon_related_arrow_pk.png);
  color: #ED7483;
}

#taiken .shc-related a:hover {
  color: #F4686C !important;
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  
  #taiken .shc-related {
    margin-top: 0;
  }
  
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-related {
    border-bottom: none;
  }
  
  #taiken .shc-related a:link,
  #taiken .shc-related a:visited {
    padding-top: 3px;
    padding-bottom: 3px;
    background-position: 2px 7px;
    font-size: 14px;
  }
  
}



/* shc-article-header */

#taiken .shc-article-header {
  margin: 30px 0 0;
}

#taiken .shc-article-header .cat-title {
  padding: 12px 10px 8px;
  padding-left: 44px;
  border-radius: 4px;
  background: url(/shc_new/images/icon_category_title.png) 16px 14px no-repeat;
  color: #FFF;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
}

#taiken.shc .shc-article-header .cat-title {
  background-color: #7AC2B6;
}

#taiken.lhc .shc-article-header .cat-title {
  background-color: #F3A9B3;
}

#taiken .shc-article-header .layout {
  margin: 30px 0 0;
  padding: 0 10px;
}

#taiken .shc-article-header .layout > .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#taiken .shc-article-header .layout > .col-desc {
  float: right;
  width: 62.78688524590164%;
  padding-left: 20px;
}

#taiken .shc-article-header .layout > .col-pic {
  float: left;
  width: 37.21311475409836%;
}

#taiken .shc-article-header .layout > .col-pic img {
  width: 100%;
  border: solid 1px #EEE;
}

#taiken .shc-article-header .subtitle {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.2;
}

#taiken.shc .shc-article-header .subtitle {
  color: #60B7A6;
}

#taiken.lhc .shc-article-header .subtitle {
  color: #ED7483;
}

#taiken .shc-article-header .title {
  color: #6C6C6C;
  font-size: 28px;
  line-height: 1.3;
	text-align: left;
}

#taiken .shc-article-header .toclist {
  margin: 25px 0 0;
  border-top: dashed 1px #DDE2E3;
}

#taiken .shc-article-header .toclist li {
  border-bottom: dashed 1px #DDE2E3;
}

#taiken .shc-article-header .toclist a:link,
#taiken .shc-article-header .toclist a:visited {
  display: block;
  padding: 18px 20px;
  padding-left: 38px;
  background: 22px 26px no-repeat;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.5;
}

#taiken.shc .shc-article-header .toclist a:link,
#taiken.shc .shc-article-header .toclist a:visited {
  background-image: url(/shc_new/images/icon_article_toc_arrow_gr.png);
}

#taiken.lhc .shc-article-header .toclist a:link,
#taiken.lhc .shc-article-header .toclist a:visited {
  background-image: url(/shc_new/images/icon_article_toc_arrow_pk.png);
}

#taiken .shc-article-header .toclist a:hover {
  color: #F4686C;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  
  #taiken .shc-article-header .cat-title {
    border-radius: 0;
  }
  
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-article-header .layout {
    margin-top: 18px;
    padding: 0 18px;
  }
  
  #taiken .shc-article-header .layout > .col-desc,
  #taiken .shc-article-header .layout > .col-pic {
    width: 100%;
    padding-left: 0;
  }
  
  #taiken .shc-article-header .layout > .col-pic {
    padding-top: 12px;
  }
  
  #taiken .shc-article-header .layout > .col-pic img {
    width: auto;
    margin: 0 auto;
  }
  
  #taiken .shc-article-header .subtitle {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
  }
  
  #taiken .shc-article-header .title {
    font-size: 22px;
  }
  
  #taiken .shc-article-header .toclist {
    margin-top: 18px;
  }
  
  #taiken .shc-article-header .toclist a:link,
  #taiken .shc-article-header .toclist a:visited {
    padding: 13px 18px 12px;
    padding-left: 32px;
    background-position: 18px 20px;
    line-height: 1.4;
  }
  
}



/* shc-article-body */

#taiken .shc-article-body {
  padding: 0 12px;
}

#taiken .shc-article-body h3 {
  position: relative;
  margin: 30px -12px;
  padding: 18px 10px;
  padding-left: 42px;
  border-top: solid 5px;
  border-bottom: solid 1px #DBDBDB;
  background: -webkit-gradient(linear,color-stop(0, rgb(243,243,243)),color-stop(1, rgb(255,255,255)));
  background: -webkit-linear-gradient(rgb(243,243,243) 0%,rgb(255,255,255) 100%);
  background: linear-gradient(rgb(243,243,243) 0%,rgb(255,255,255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff3f3f3,endColorstr=#ffffffff);
  color: #545454;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

#taiken.shc .shc-article-body h3 {
  border-top-color: #7AC2B6;
}

#taiken.lhc .shc-article-body h3 {
  border-top-color: #F3A9B3;
}

#taiken .shc-article-body h3:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 17px;
  width: 14px;
  height: 15px;
  background: no-repeat;
}

#taiken.shc .shc-article-body h3:before {
  background-image: url(/shc_new/images/icon_article_hdg_gr.png);
}

#taiken.lhc .shc-article-body h3:before {
  background-image: url(/shc_new/images/icon_article_hdg_pk.png);
}

#taiken .shc-article-body p,
#taiken .shc-article-body .figure {
  margin: 1.5em 0 0;
  color: #6C6C6C;
  font-size: 16px;
  line-height: 1.5;
}

#taiken .shc-article-body .figure img {
  max-width: 100%;
}

#taiken .shc-article-body a:link,
#taiken .shc-article-body a:visited {
  color: #6B9ED2;
  text-decoration: underline;
}

#taiken .shc-article-body a:hover{
  color: #F4686C;
}

#taiken .shc-article-body .figure img {
  margin: 0 auto;
}

#taiken.shc .shc-article-body strong {
  color: #FF7272;
}

#taiken.lhc .shc-article-body strong {
  color: #2BA586;
}

@media screen and (max-width: 768px) {
  
  #taiken .shc-article-body h3 {
    margin-top: 20px;
    margin-bottom: 0;
  }
  
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-article-body {
    padding: 0 18px;
  }
  
  #taiken .shc-article-body h3 {
    margin-left: -18px;
    margin-right: -18px;
  }
  
  #taiken .shc-article-body .figure {
    margin: 0 -18px;
  }
  
  #taiken .shc-article-body p {
    margin-top: 15px;
  }
  
  #taiken .shc-article-body p + p {
    margin-top: 1.5em;
  }
  
}



/* shc-article-share */

#taiken .shc-article-share {
  position: relative;
  overflow: hidden;
  margin: 35px 0 0;
  padding: 18px 0;
  background: #FAFAF5;
}

#taiken .shc-article-share ul {
  position: relative;
  left: 50%;
  float: left;
}

#taiken .shc-article-share li {
  position: relative;
  left: -50%;
  float: left;
  padding: 10px;
}

#taiken .shc-article-share iframe {
  vertical-align: top;

}

@media screen and (max-width: 768px) {
  
  #taiken .shc-article-share {
    margin-top: 25px;
  }
  
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-article-share {
    padding: 10px 8px;
  }
  
  #taiken .shc-article-share ul,
  #taiken .shc-article-share li {
    left: 0;
  }
}



/* shc-article-footer */

#taiken .shc-article-footer {
  margin: 40px 0 0;
  padding: 0 10px;
}

#taiken .shc-article-footer li {
  color: #666;
  line-height: 1.6;
}

#taiken .shc-article-footer .names > li {
  overflow: hidden;
  margin: 15px 0 0;
}

#taiken .shc-article-footer .name,
#taiken .shc-article-footer .values,
#taiken .shc-article-footer .values > li {
  float: left;
}

#taiken .shc-article-footer .name {
  padding-right: 5px;
}

#taiken .shc-article-footer .values > li {
  padding-right: 20px;
}

#taiken .shc-article-footer a:link,
#taiken .shc-article-footer a:visited {
  color: #6B9ED2;
  text-decoration: underline;
}

#taiken .shc-article-footer a:hover {
  color: #F4686C;
}

@media screen and (max-width: 768px) {
  
  #taiken .shc-article-footer {
    margin-top: 28px;
  }
  
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-article-footer {
    padding: 0 18px;
  }
  
  #taiken .shc-article-footer li {
    font-size: 12px;
  }
  
  #taiken .shc-article-footer .values {
    margin-bottom: -15px;
  }
  
  #taiken .shc-article-footer .values > li {
    float: none;
    margin-bottom: 15px;
  }
  
}



/* shc-article-voices */

#taiken .shc-article-voices {
  overflow: hidden;
  margin: 25px 0 0;
  border-radius: 4px 4px 0 0;
  background: #FFFBF9;
}

#taiken .shc-article-voices > .title {
  padding: 12px;
  padding-left: 56px;
  border-bottom: solid 2px #FBC8C9;
  background: url(/shc_new/images/icon_article_voices.png) 16px 10px no-repeat #FFF4F0;
  color: #F4686C;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

#taiken .shc-article-voices > .footer {
  padding: 12px;
  border-top: solid 2px #FBC8C9;
  border-bottom: solid 1px #EEE;
  background: #FFF4F0;
}

#taiken .shc-article-voices > .footer p {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}

#taiken .shc-article-voices > .footer strong {
  color: #D80000;
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-article-voices {
    margin: 20px -18px 0;
    border-radius: 0;
  }
  
}



/* shc-article-voice */

#taiken .shc-article-voice {
  padding: 20px 20px 28px;
}

#taiken .shc-article-voice + .shc-article-voice {
  padding-top: 30px;
  border-top: dashed 1px #FBC8C9;
}

#taiken .shc-article-voice > .title {
  min-height: 19px;
  margin: 0 -2px;
  padding: 0 2px;
  padding-left: 28px;
  background: url(/shc_new/images/icon_article_voice.png) no-repeat;
  font-size: 16px;
  line-height: 1.4;
}

#taiken .shc-article-voice p,
#taiken .shc-article-voice .figure {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

#taiken .shc-article-voice p {
  margin: 1.5em 0 0;
}

#taiken .shc-article-voice .figure {
  margin: 25px 0;
}

#taiken.lhc .shc-article-voice strong {
  color: #FF7272;
}



/* shc-article-links */

#taiken .shc-article-links {
  margin: 20px 0 0;
}

#taiken .shc-article-links li {
  margin: 10px 0 0;
}

#taiken .shc-article-links a:link,
#taiken .shc-article-links a:visited {
  display: block;
  padding-left: 10px;
  background: url(/shc_new/images/icon_link.png) 0 7px no-repeat;
  color: #6B9ED2;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.6;
}

#taiken .shc-article-links a:hover {
  color: #F4686C;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-article-voice {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
  }
  
  #taiken .shc-article-voice + .shc-article-voice {
    padding-top: 33px;
  }
  
  #taiken .shc-article-voice .figure {
    margin: 15px 0;
  }
  
  #taiken .shc-article-voice p {
    margin-top: 12px;
  }
  
  #taiken .shc-article-voice p + p {
    margin-top: 1.5em;
  }
  
}



/* shc-recommend */

#taiken .shc-recommend {
  padding-bottom: 20px;
}

#taiken .shc-recommend + * {
  margin-top: 20px;
}

#taiken.shc .shc-recommend .flip_cntl .page_mark {
  background-image: url(/shc_new/images/flip_page_green.png);
}

#taiken.lhc .shc-recommend .flip_cntl .page_mark {
  background-image: url(/shc_new/images/flip_page_pink.png);
}

@media screen and (max-width: 768px) {
  
  #taiken .shc-recommend + * {
    margin-top: 0;
  }
  
}



/* shc-footernav */

#taiken .shc-footernav {
  margin: 40px 0 0;
  padding-top: 28px;
  border-top: solid 2px #EEE;
}

#taiken .shc-footernav li {
  float: left;
  padding-right: 22px;
}

#taiken .shc-footernav a:link,
#taiken .shc-footernav a:visited {
  display: block;
  padding-left: 10px;
  background: url(/shc_new/images/icon_link.png) 0 7px no-repeat;
  color: #6B9ED2;
  font-size: 14px;
  line-height: 1.6;
}

#taiken .shc-footernav a:hover {
  color: #F4686C;
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  
  #taiken .shc-footernav {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-top: none;
  }
  
}

@media screen and (max-width: 640px) {
  
  #taiken .shc-footernav {
    padding: 26px 18px 0;
  }
  
}


#mainImage {
  text-align: center;
}
#mainImage img {
  display: inline;
  width: 600px;
}
@media screen and (max-width: 768px) {
  
#mainImage img {
  width: 100%;
}
  
}


/*===================================================*  
 レギュレーションパーツ追加・テキストリンク（2017/05/10） 
 *===================================================*/ 


.textlinkbutton:hover {
	background-color: transparent !important;
	text-decoration:none !important; 
	color: #F96 !important;
	border:1px solid #F96;
	cursor:pointer;
}

.textlinkbutton:hover a{
	background-color: transparent !important;
	text-decoration: none!important;
	color: #F60 !important;
}

.textlinkbutton {
	width:90%;
	margin:1% 0 2% 0;
	display: inline-block;
	padding:2%;
	border:1px solid #FFC0A2;
	font-size:1.0rem;
	outline: none;
	background-color: #ff9966; /* Old browsers */
	border-radius:5px;
    box-shadow:2px 2px #FFC0A2 !important;
}

@media screen and (max-width: 480px) {
	
.textlinkbutton {
	width:90%;
	margin:1% 0 2% 0;
	display: inline-block;
	padding:4%;
	border:1px solid #FFC0A2;
	font-size:1.0rem;
	outline: none;
	background-color: #ff9966; /* Old browsers */
	border-radius:5px;
    box-shadow:2px 2px #FFC0A2 !important;
}

}

.textlinkbutton a{
	text-decoration: none!important;
	color:#FFF !important;
}



.textlinkbutton p{
	margin-top:0 !important;
}

.textlinkbutton::before,
.textlinkbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.textlinkbutton,
.textlinkbutton::before,
.textlinkbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.linkicon{
  position: relative;
  display: inline-block;
  padding: 0 0 0 1%;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.linkicon::after{
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 3%;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 1%;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FFF;
}


/*===================================================*  
 レギュレーションパーツ追加・目次枠（2017/05/16） 
 *===================================================*/ 

#shcmokuji {
	margin: 0 0 15px 0;
	padding: 20px;
	background-color:#DEEBFA;
}

.shcmokujiTitle{
  padding:12px 12px 12px 20px !important;
  margin-top:25px !important;
  border-bottom: solid 1px #93B8E1;
  background: #DEEBFA !important;
  color: #6B9ED6 !important;
  font-size: 16px;
  font-weight:bold !important;
}


#shcmokuji dd a{
	font-size:1.0rem;
	line-height:230%;
	color:#666;
}

/*===================================================*  
 レギュレーションパーツ追加・医師枠（2017/05/16） 
 *===================================================*/ 

#shcdoctor {
	margin: 0 0 15px 0;
	padding: 20px;
	background-color:#FFFBF7;
}

.shcdoctorTitle{
  padding:12px 12px 12px 20px !important;
  margin-top:25px !important;
  border-bottom: solid 2px #6B9ED6;
  background: #93B8E1;
  color: #FFF;
  font-size: 16px;
  font-weight:bold !important;
}

#shcdoctor img{
	padding-right:3%;
	float:left!important;
}

#shcdoctor dd{
	font-size:0.9rem;
	line-height:190%;
	color:#666;
}

/*===================================================*  
 レギュレーションパーツ追加・商品枠ボタン（2017/05/30） 
 *===================================================*/ 
 
 /*角丸ボタン*/
 
.productbuttonShc {
	display: inline-block;
	width: 100%;
	margin-top:3%;
	padding:3% 0 2% 0;
	font-size:1.0rem;
	text-align:center;
	outline: none;
	background-color: #F96;
	border-radius:5px;
    box-shadow:2px 2px #FF6666 !important;
}

.productbuttonShc a{
	text-decoration: none!important;
	color:#FFF!important;
}

.productbuttonShc a:hover{
		color: #F96 !important;
}

.productbuttonShc:hover {
	background-color: #FFC0A2!important;
	border:1px solid #F96;
}

.productbuttonShc::before,
.productbuttonShc::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.productbuttonShc,
.productbuttonShc::before,
.productbuttonShc::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*===================================================*  
 レギュレーションパーツ追加・会話形式（2017/05/30） 
 *===================================================*/ 

/* 全体のスタイル */
.kaiwa {
  margin-bottom: 5%;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 60px;
  height: 60px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 1.0rem;
  text-align: center;
  color: #F96;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
  background-color: #FFF2EC;
}
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #aaa;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #aaa;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #FFF2EC;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}


/*===================================================*  
 レギュレーションパーツ追加・小見出し●（2017/05/30） 
 *===================================================*/ 
 
.episodeBox_noheart {  
  background: #F3F1ED;  
  margin: 25px 0 20px;  
}  
.episodeBox_noheart .main {  
  width: 100%;  
}  
.episodeBox_nohear_title {  
  font-weight: bold;  
  font-size: 20px !important;  
  margin-top: 0 !important;  
  color: #FF7272 !important;  
  text-align: center !important;  
  line-height: 120% !important;  
}  
.episodeBox_noheart_inr {  
  padding: 20px;  
}  
.episodeBox_noheart_box {  
  margin-top: 10px;  
  border-radius: 4px;  
  padding: 20px 20px 10px 20px;  
  background: 20px 20px no-repeat #FCFBFA;  
  -webkit-background-size: 22px auto ;  
  background-size: 22px auto ;  
    
}  
.episodeBox_noheart p {   
  margin-bottom: 2% !important;  
}  

/*===================================================*  
 レギュレーションパーツ追加・チャート、グラフ（2017/06/01） 
 *===================================================*/ 
 
#shcChart{
	 background-color:#fffbf7;
	 padding:1% 5% 6% 5%;
	 margin-top:4% ;
 }
 
#shcChartPieinr{
	background-color:#fffbf7;
	width:50%;
	margin-top:5%;
	margin-left:auto;
	margin-right:auto;
}

#shcChartBarinr{
	background-color:#fffbf7;
	width:85%;
	margin-top:5%;
	margin-left:auto;
	margin-right:auto;
}

/*===================================================*  
 レギュレーションパーツ追加・表（2017/06/13） 
 *===================================================*/ 
 
 .compareShc {
	 margin:4% 0;
 }

.compareShc .inner-box {
  padding:4%;
  background-color:#FBFAF4 !important;
  color:inherit;
}
.compareShc .inner-box:nth-child(odd) {
  background-color:#F7F3EF !important;
}

.compareShc .inner-text1 {
	padding-right:2%;
  display:table-cell;
  width:40%;
  color:inherit;
}

.compareShc .inner-text2 {
  display:table-cell;
  padding:2% 2% 0 2%;
  width:60%;
  background-color:#FFF;
  color:inherit;
}

.compareShc .inner-text1 p {
  padding-bottom:10px;
  font-size:1.2rem;
  color:#FF7173!important;
  font-weight:bold;
  line-height:160%;
  text-align:left;
}
.compareShc .inner-text p {
  margin:0!important;
  padding:0!important;
  font-size:1.2rem !important;
  color:#6F6F6F !important;
}
 
 /*===================================================*  
 H4・見出し（2017/06/27） 
 *===================================================*/ 
 
.shctitle {
	position: relative;
	margin-top:2% !important;
	padding: 1em 1em .5em .5em !important;
	border-bottom:2px solid #6B9ED6;
	/*background: -webkit-linear-gradient(top, #f0f0f0 0%, #fff 100%);*/
	/*background: linear-gradient(to bottom, #f0f0f0 0%, #fff 100%);*/
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-size:1.0rem;
	font-weight:bold !important;
	color:#666;
}
.shctitle::after {
	position: absolute;
	top: 1em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	/*border: 3px solid #7BC3B5;*/
	border-radius: 100%
}
