@charset "utf-8";

/***************************************************
  cm.css
***************************************************/

/* Base
------------------------------------------------------------ */

.box-title-01 {
  margin-bottom: 12px;
  padding-top: 12px;
}
.box-title-01 .name {
  font-size: 34px;
  font-weight: bold;
  line-height: 1em;
}
.ttl-01-box {
  padding: 0 0;
  margin: 0 auto;
}
.contents-nav-inner > .ttl-02 {
  padding-top: 0;
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1em;
}
.no-nav-side.top-line{
  border-top: 3px solid #e00000;
}
@media only screen and (max-width: 640px) {
  .box-title-01 {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .box-title-01 .name {
    font-size: 22px;
  }
  .contents-nav-inner > .ttl-02 {
    padding-top: 15px;
    font-size: 20px;
    margin: 15px 0 35px;
  }
}

/* contents
------------------------------------------------------------ */

.area-tab-allelgen{
  border: 2px solid #c8c3b4;
}
.btn-tab-allelgen li{
  float: left;
  width: 50%;
  cursor: pointer;
  border-bottom: 6px solid #231815;
  position: relative;
}
.btn-tab-allelgen li:hover{
  border-bottom: 6px solid #e10000;
}
/* .btn-tab-allelgen li:hover label{
  color: #e10000;
} */
.btn-tab-allelgen li label{
  display: block;
  padding: 18px 18px 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 100%;
}
.btn-tab-allelgen li:first-child label{
  border-right: 1px solid #c8c3b4;
}
.btn-tab-allelgen li:last-child label{
  border-left: 1px solid #c8c3b4;
}
.btn-tab-allelgen li.open-tab{
  border-bottom: 6px solid #e10000;
  background-color: #fff;
  height: 65px;
}
.btn-tab-allelgen li.open-tab:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #e10000;
  border-bottom: 0 solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: none;
  transition: none;
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
}
/* .btn-tab-allelgen li.open-tab label{
  color: #e10000;
} */
/* Hide the radio inputs */
.btn-tab-allelgen input[type="radio"] {
  display: none;
}

/* Labels style (the clickable area) */
.btn-tab-allelgen label {
 
 background: url("/shared/img/svg/radio_off_01.svg")no-repeat center left 22px;
 background-size: 17px 17px;
 background-position: 20px center;
 padding-left: 50px;
}

/* Checked state */
.btn-tab-allelgen input[type="radio"]:checked + label {
  background: url("/shared/img/svg/radio_on_01.svg")no-repeat center left 19px;
  background-size: 24px 24px;
  background-color: #ffbdbd;
  border: 1px solid #ffbdbd;
}

.btn-tab-allelgen .debrePatti label{
  margin-left:-24px;
}

@media only screen and (max-width: 640px) {
  
  .btn-tab-allelgen label {
    display: flex;
    flex-direction: column; /* stack vertically */
    align-items: center;
    justify-content: center;
    background: url("/shared/img/svg/radio_off_01.svg") no-repeat left;
    background-size: 17px 17px;
    padding: 50px 10px 10px 10px; /* leave space for icon above */
    text-align: center;
  }

  .btn-tab-allelgen input[type="radio"]:checked + label {
    background: url("/shared/img/svg/radio_on_01.svg") no-repeat left;
    background-size: 24px 24px;
    background-color: #ffbdbd;
    border-color: #ffbdbd;
  }
.btn-tab-allelgen li label{
  padding: 12px 18px 15px;
  font-size: 14px;
}
}

.box-tab01,.box-tab02{
  padding: 35px 5.7% 46px;
}
.area-tab-allelgen p.txt-01{
  font-size: 13px;
  line-height: 22px;
}
.area-tab-allelgen p.txt-01.important {
   color: #e10000;
  font-weight: bold;
}
.radio-contain-allelgen{
  margin: 30px 0;
}
.radio-contain-allelgen li{
  width: 48.8%;
}
.radio-contain-allelgen li input{
  display: none;
}
.radio-contain-allelgen li label{
  display: block;
  font-size: 15px;
  padding: 9px 25px 8px 60px;
  border: 1px solid #d3cfc3;
  background: url("/shared/img/svg/radio_off_01.svg")no-repeat center left 22px;
  background-size: 17px 17px;
}
.radio-contain-allelgen li input:checked + label{
  background: url("/shared/img/svg/radio_on_01.svg")no-repeat center left 19px;
  background-size: 24px 24px;
  background-color: #ffbdbd;
  border: 1px solid #ffbdbd;
}
.radio-contain-allelgen li label span{
  color: #e10000;
  font-weight: bold;
  font-size: 21px;
}
.radio-contain-allelgen li input:checked + label span{
  color: #000;
}
.radio-contain-allelgen li:first-child{

  float: left;
}
.radio-contain-allelgen li:last-child{
  float: right;
}
.check-allelgen li input{
  display: none;
}
.check-allelgen li {
  height: 50px;
  width: 14.2857%;
  border: 1px solid #e6e4dd;
  display: table;
  float: left;
}
@media only screen and (min-width: 977px) and (max-width: 1141px) {
  .check-allelgen li{
    width: 16.6666%;
  }
}
@media only screen and (min-width: 822px) and (max-width: 976px) {
  .check-allelgen li{
    width: 20%;
  }
}
@media only screen and (min-width: 660px) and (max-width: 821px) {
  .check-allelgen li{
    width: 25%;
  }
}
@media only screen and (max-width: 659px) {
  .check-allelgen li{
    width: 33.333%;
  }
}
.check-allelgen li label{
  display: block;
  padding: 0 20px 0 26px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: url("/shared/img/svg/check_off_01.svg")no-repeat;
  background-position: top 17px left 8px;
  background-size: 16px 15px;
  font-size: 13px;
  font-weight: bold;
}
.check-allelgen li input:checked + label{
  background: url("/shared/img/svg/check_on_01.svg")no-repeat;
  background-position: top 16px left 8px;
  background-size: 17px 16px;
  background-color: #f39999;
}
.area-tab-allelgen p.txt-02{
  font-size: 13px;  
  color: #65562d;
  padding-left: 1em;
  text-indent: -1em;
  margin: 10px 0 40px;
}
.box-result-02 p.txt-08{
  font-size: 13px;  
  color: #65562d;
  padding-left: 1em;
  text-indent: -1em;
  margin: 10px 0 3px;
}
.box-result-02 p.txt-09{
  font-size: 13px;  
  color: #65562d;
  padding-left: 1em;
  text-indent: -1em;
  margin: 3px 0 40px; 
}
.box-result-02 p.txt-09 span{
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  width: 23px;
  height: 12px;
  background-color: #fb8f8f;
  margin: 0px 3px 0 3px;
  vertical-align: middle;
}
.area-tab-allelgen .box-allelgen-btn a{
  width: 314px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #e10000;
  background: url("/shared/img/svg/ar_down_red.svg")no-repeat center right 16px;
  background-color: #fff;
  border-radius: 0;
  border:1px solid #e10000;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  outline: none;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
.area-tab-allelgen .box-allelgen-btn a:hover{
  color: #fff;
  background: url("/shared/img/svg/ar_down_white.svg")no-repeat center right 16px;
  background-color: #e10000;
  border-radius: 0;
}
.btn-tab-product{
  margin: 40px 0 14px;
}
.btn-tab-product li{
  float: left;
  width: 24.1%;
  text-align: center;
  display: table;
  background-color: #e6e6e6;
  margin-bottom: 10px;
  margin-right: 1.2%;
  line-height: 24px;
  cursor: pointer;
  padding: 13px 0;
}
.btn-tab-product li:nth-child(4n){
  margin-right: 0;
}
.btn-tab-product li.open-tab,.btn-tab-product li:hover{
  background-color: #918769;
}
.btn-tab-product li a{
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  padding: 11px 15px 9px;
}
.btn-tab-product li a p{
  font-size: 18px;
  font-weight: bold;
}
.btn-tab-product li p{
  display: table-cell;
  vertical-align: middle;
}
.btn-tab-product li.open-tab p,.btn-tab-product li:hover p{
  color: #fff;
}
.area-tab-product {
  margin-bottom: 40px;
}
.area-tab-product ul{
  display: none;
}
.area-tab-product ul:first-child{
  display: block;
}
.area-tab-product li{
  width: 19.04%;
  margin-right: 1.2%;
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
  margin-bottom: 13px;
  float: left;
}
.area-tab-product li:nth-child(5n){
  margin-right: 0;
}
.area-tab-product li label{
  display: block;
  padding: 7px 10px 10px;
  background: url("/shared/img/svg/radio_off_02.svg")no-repeat top 7px left 7px;
  background-color: #fff;
  background-size: 18px 18px;
  height: 100%;
}
.area-tab-product li input:checked + label{
  background: url("/shared/img/svg/radio_on_02.svg")no-repeat top 7px left 7px;
  background-color: #f39999;
  background-size: 18px 18px;
}
.area-tab-product li img{
  display: block;
  margin: 0 auto 4px;
}
.area-tab-product li input{
  display: none;
}
.area-tab-product li p{
  font-size: 12px;
  word-break: break-all;
}
.box-result-01{
  padding-top: 40px;
}
.box-result-01 p.txt-03{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 35px;
}
.box-result-01 p.txt-03 span{
  font-weight: bold;
}
.box-result-01 p.txt-03 span.txt-04{
  font-size: 20px;
  margin: 0 9px 0 17px;
}
.box-result-01 p.txt-03 span.txt-04:first-child{
  margin-left: 0;
}
.box-result-01 p.txt-03 span.txt-05{
  font-size: 30px;
  color: #e10000;
  margin: 0 4px;
}
.box-result-01 .list-result li{
  width: 48.75%;
  margin-right: 2.5%;
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
  margin-bottom: 23px;
  float: left;
}
.box-result-01 .list-result li a{
  display: block;
  padding: 20px 15px;
}
.box-result-01 .list-result li:nth-child(2n){
  margin-right: 0;
}
.box-result-01 .list-result li img{
  display: block;
  margin: 0 auto;
}
.list-result .list-result-left{
  float: left;
  width: 25%;
}
.list-result-right{
  float: right;
  width: 72%;
}
.list-result-right .txt-05 {
  word-break: break-all;
}
.list-result .box-result-01 .list-result li p.txt-05{
  font-weight: bold;
}
.box-result-01 .list-result li p.txt-06 span{
  display: inline-block;
  width: 73px;
  text-align: center;
  border: 1px solid #e10000;
  color: #e10000;
  margin-right: 10px;
  margin-top: 10px;
  line-height: 15px;
  padding: 5px 0;
  vertical-align: top;
}
.box-result-01 .list-result li p.txt-06 span.row-2{
  font-size: 13px;
  line-height: 11px;
  padding: 1px 0 2px;
}
.box-result-01 .list-result li:hover{
  background: rgba(146, 135, 105, 0.2);
}
.box-result-01 .list-result li:hover img{
  opacity: 0.8;
}
.box-result-pager{
  padding: 20px 0 10px;
}
.box-result-pager .pager {
  text-align: center;
}
.box-result-pager .pager a,
.box-result-pager .pager span {
  display: inline-block;
  width: 55px;
  margin: 0 3px 8px;
  padding: 15px 0;
  border: 1px solid #837d7b;
  font-size: 16px;
  text-align: center;
}
.box-result-pager .pager span {
  background-color: #eeede9;
}
@media only screen and (max-width: 640px) {
  .box-result-pager .pager a,
  .box-result-pager .pager span {
    width: 33px;
    padding: 10px 0;
    font-size: 12px;
  }
}
.box-result-02{
    padding-top:60px;
    marign-top:-20px;
}
.box-result-02 p.txt-07{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.result-allelgen li {
  height: 50px;
  width: 107px;
  border: 1px solid #e6e4dd;
  display: table;
  float: left;
}
.result-allelgen li p{
  display: block;
  font-weight: bold;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
}
.result-allelgen li.active p{
  background-color: rgba(245, 0, 0, 0.44);
}
.box-result-02 p.txt-02{
  margin: 18px 0 36px;
}
a.rink-result {
  display: block;
  width: 312px;
  height: 56px;
  border: 1px solid #231815;
  text-align: center;
  line-height: 56px;
  font-weight: bold;
  margin: 0 auto;
  background-image: url("/shared/img/svg/ar03.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}
a.rink-result:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  border: 1px solid #707070;
  color: #FFF;
  background-image: url(/shared/img/svg/ar02.svg);
}
.radio-contain-allelgen li label,.btn-tab-product li,.area-tab-product li label,.box-result-01 .list-result li{
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.important-txt {
  color:red;
}

@media only screen and (max-width: 640px) {
  /* .no-nav-side{
    padding-bottom: 30px;
  } */
  .box-tab01,.box-tab02,.box-result-01,.box-result-02{
    padding: 22px 20px;
  }
  .box-result-01,.box-result-01{
    padding-bottom: 0;
  }
  .box-result-02{
    padding-top:62px;
    marign-top:-40px;
  }
  .btn-tab-allelgen li {
    border-bottom: 3px solid #231815;
    position: relative;
  }
  .btn-tab-allelgen li:hover{
    border-bottom: 3px solid #231815;
  }
  .btn-tab-allelgen li p {
    padding: 6px 20px 5px;
    font-size: 14px;
  }
  .btn-tab-allelgen li:hover p{
    color: #231815;
  }
  .btn-tab-allelgen li.open-tab {
    border-bottom: 3px solid #e10000;
    height: 86px;
  }
  .btn-tab-allelgen li.open-tab:after {
    border-top: 4px solid #e10000;
    border-bottom: 0 solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    bottom: -7px;
  }
  .radio-contain-allelgen {
      margin: 25px 0 21px;
  }
  .radio-contain-allelgen li:first-child,.radio-contain-allelgen li:last-child {
    float: none;
  }
  .radio-contain-allelgen li:first-child{
    margin-bottom: 9px;
  }
  .radio-contain-allelgen li {
    width: 100%;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
  }
  .radio-contain-allelgen li label{
    border: none;
    font-size: 14px;
    background-position: center left 13px;
    background-size: 17px 17px;
    padding: 9px 19px 8px 40px;
  }
  .radio-contain-allelgen li label span{
    font-size: 18px;
    margin: 0 1px;
  }
  .radio-contain-allelgen li input:checked + label{
    border: none;
    background-position: center left 9px;
  }
  .check-allelgen li{
    height: 53px;
    border: none;
    border-top: 1px solid #e6e4dd;
    border-left: 1px solid #e6e4dd;
  }
  .check-allelgen li:nth-child(3n){
    border-right: 1px solid #e6e4dd;
  }
  .check-allelgen li:nth-last-child(-n+3){
    border-bottom: 1px solid #e6e4dd;
  }
  .check-allelgen li:last-child{
    border-right: 1px solid #e6e4dd;
  }
  .check-allelgen li label{
    font-size: 12px;
    padding: 0 8px 0 26px;
  }
  .area-tab-allelgen p.txt-02, .box-result-02 p.txt-02{
    font-size: 13px;
    margin: 11px 0 18px;
  }
  .area-tab-allelgen .box-allelgen-btn a{
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
  }
  .box-result-01 p.txt-03{
    font-size: 13px;
    margin-bottom: 10px;
  }
  .box-result-01 p.txt-03 span.txt-04{
    font-size: 14px;
    margin: 0 0 0 1em;
  }
  .box-result-01 p.txt-03 span.txt-05{
    font-size: 24px;
  }
  .box-result-01 .list-result li,.box-result-01 .list-result li:nth-child(5n){
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .box-result-01 .list-result li p{
    font-size: 12px;
    padding-right: 10px;
  }
  .box-result-01 .list-result li p.txt-05{
    font-size: 13px;
  }
  .box-result-01 .list-result li a{
    padding: 13px 13px 15px;
  }
  .box-result-01 .list-result li p.txt-06 span{
    width: 32%;
    margin-right: 2%;
    margin-top: 5px;
  }
  .box-result-01 .list-result li p.txt-06 span:nth-child(3n){
    margin-right: 0;
  }
  .box-result-pager .pager a:nth-child(n+5){
    display: none;
  }
  .box-result-pager .pager a:last-child{
    display: inline-block;
  }
  .box-result-pager {
      padding: 10px 0 10px;
  }
  .area-tab-product{
    margin-bottom: 10px;
  } 
  .btn-tab-product{
      margin: 24px 0 27px;
  }
  .btn-tab-product li{
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #acabac;
    border-right: 1px solid #acabac;
    box-sizing: border-box;
  }
  .btn-tab-product li:nth-child(2n-1){
    border-left: 1px solid #acabac;
  }
  .btn-tab-product li:nth-child(-n+2){
    border-top: 1px solid #acabac;
  }
  .btn-tab-product li a{
    padding: 8px 3px 12px;
  }
  .btn-tab-product li a p{
    display: inline-block;
    font-size: 12px;
  }
  .area-tab-product li,.area-tab-product li:nth-child(5n){
    width: 47%;
    margin-right: 6%;
  }
  .area-tab-product li:nth-child(2n){
    margin-right: 0;
  }
  .area-tab-product li label{
    padding: 10px 12px 12px;
  }
  .box-result-02 p.txt-07{
    font-size: 14px;
    margin-bottom: 18px;
  }
  .result-allelgen li{
    width: 33.33333333%;
    border: none;
    border-left: 1px solid #e6e4dd;
    border-bottom: 1px solid #e6e4dd;
  }
  .result-allelgen li:nth-child(3n){
    border-right: 1px solid #e6e4dd;
  }
  .result-allelgen li:nth-child(-n+3){
    border-top: 1px solid #e6e4dd;
  }
  .result-allelgen li:last-child{
    border-right: 1px solid #e6e4dd;
  }
  .result-allelgen li p{
    font-size: 12px;
    padding: 0px 11px 0 24px;
  }
  .result-allelgen li.active p{
    background-position: top 17px left 5px;
    background-size: 13px 13px;
  }
  a.rink-result{
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
}
.box-tab02,.box-result-01,.box-result-02{
  display: none;
}
p.txt-apology{
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  p.txt-apology{
    padding: 0 20px;
  }
}

/* アイコン pdf 左 */
.link-pdf-left{
  position: relative;
  padding-left:25px;
  margin-left: 7px;
}
.link-pdf-left:after{
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  background: url("/shared/img/svg/icon_pdf.svg")no-repeat;
  background-size: 16px 20px;
  top: 1px;
  left: 0;
}

.komugi-list{
  padding-top: 14px;
}

@media only screen and (max-width: 640px) {
  .komugi-list{
    padding: 22px 20px 0px 20px;
  }
}


/* 一部商品の自主回収について関連 */
.box-komugi {
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  padding: 10px 40px 10px 45px;
  margin-bottom: 20px;
  margin-top: 36px;
  position: relative;
  display: none;
  color: #e10000;
  background-color: #fff;
  border-radius: 0;
  border:1px solid #e10000;
  /* margin: 60px auto 0; */
}
.box-komugi + .box-komugi {
  margin-top: 20px;
}
.box-komugi .link-pdf-left {
  font-weight: normal;
}
.txt-komugi {
  color: #e10000;
  font-size: 16px;
  font-weight: bold;
  padding: 0 16px;
}
.txt-komugi:before {
  content: "";
  position: absolute;
  background: url(/shared/img/svg/ico_03_02.svg) 100% 50% no-repeat;
  background-size: 28px 31px;
  display: inline-block;
  padding: 8px 40px 11px 0;
  left: 0;
  background-position: center center;
  top: 0;
  bottom: 0;
  margin: auto;
}
.txt-komugi:after {
  content: "";
  position: absolute;
  background: url("/shared/img/svg/ar_down_red.svg")no-repeat center right 16px;
  display: inline-block;
  padding: 8px 40px 11px 0;
  /* left: 0; */
  background-position: center center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.container-komugi {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -36px;
}

/* Change to white arrow when hovered */
.container-komugi .box-komugi-link:hover .txt-komugi::after {
  background: url("/shared/img/svg/ar_down_white.svg") no-repeat center right 12px;
}

.container-komugi .box-komugi-link:hover .box-komugi {
  background-color: #e10000;
}

.container-komugi .box-komugi-link:hover .txt-komugi {
  color: white;
}


@media only screen and (max-width: 690px) {
  .txt-komugi:after {
    right: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .box-komugi {
    width: 100%;
  }

  .txt-komugi{
    font-size: 14px;
  }
  .txt-komugi:before {
    background-size: 20px 23px;
  }
  .txt-komugi span {
    padding-left: 20px;
  }
  .container-komugi{
    padding: 0px 3px;
  }
  .container-komugi {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
}

/* 緊急テキストを常に表示 */
.box-komugi {
  display: block;
}

/* komugi_wrap_t と komugi_wrap_u の連結調整 */
.komugi_wrap_t + .komugi_wrap_u .box-komugi:first-child {
  margin-top: 20px;
}

.box-komugi-link {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.box-komugi-link:hover{
  /* background: rgba(146, 135, 105, 0.2); */
  text-decoration: none;
}