@charset "UTF-8";

/****************************************************************
	製品詳細 - className : Detail
*****************************************************************/
.Detail .btn-print {
  width: auto;
  display: inline-block;
  float: none;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .Detail .btn-print {
    margin-bottom: 0;
    float: right;
  }
  .Detail .txt-date {
    display: inline-block;
    padding: 25px 10px 0 0;
  }
}

.Detail .txt-ex-small {
  font-size: 1.2rem;
}

.Detail .txt-small {
  font-size: 1.4rem;
}

.Detail .m-table, .Detail thead th, .Detail tbody th, .Detail tbody td {
  border: solid 1px #e6e9ec;
  padding: 20px 15px;
  font-weight: normal;
  color: #333;
  vertical-align: middle;
}

.Detail .m-table th, .Detail thead th th, .Detail tbody th th, .Detail tbody td th {
  padding: 10px;
  /*compact*/
  font-size: 1.4rem;
  /*compact*/
  background-color: #f8f8f8;
}

.Detail .m-table td, .Detail thead th td, .Detail tbody th td, .Detail tbody td td {
  padding: 10px;
  /*compact*/
  font-size: 1.4rem;
  /*compact*/
}

.Detail .UseLimit-Search dt, .Detail .UseLimit-Search dd {
  float: left;
  margin-right: 20px;
    /*
  height: 50px;
    */
}


.Detail .UseLimit-Search dt {
  padding: 15px 0;
}

.Detail .UseLimit-Search dd:last-child {
  margin-right: 0;
}

.Detail .UseLimit-Search dd input, .Detail .UseLimit-Search dd button {
  height: 50px !important;
  width: 100%;
}

.Detail .UseLimit-Search dd.input-inner {
  max-width: 360px;
  min-width: 300px;
  width: 50%;
}

.Detail .UseLimit-Search dd.btn-inner {
  max-width: 250px;
  min-width: 160px;
  width: 25%;
}

.Detail .UseLimit-Search p {
  max-width: 460px;
  width: 65%;
  display: inline-block;
  margin-right: 5px;
}

@media only screen and (max-width: 1000px) {
  .Detail .UseLimit-Search dt, .Detail .UseLimit-Search dd {
    margin-bottom: 20px;
    float: none;
  }
  .Detail .UseLimit-Search dt:first-child, .Detail .UseLimit-Search dt:last-child, .Detail .UseLimit-Search dd:first-child, .Detail .UseLimit-Search dd:last-child {
    margin-bottom: 0;
  }
  .Detail .UseLimit-Search dd.input-inner,
  .Detail .UseLimit-Search dd.btn-inner {
    max-width: 100%;
    width: 100%;
  }
  .Detail .UseLimit-Search input, .Detail .UseLimit-Search button {
    width: 100%;
  }
  .Detail .UseLimit-Search p {
    width: 100%;
  }
}

.Detail .single-table th {
  width: 250px;
  padding: 40px;
}

@media only screen and (max-width: 1000px) {
  .Detail .single-table th {
    display: block;
    width: 100%;
    padding: 30px;
  }
  .Detail .single-table td {
    display: block;
    width: 100%;
  }
}

.Detail .icon-window {
  vertical-align: middle;
  margin-left: 5px;
}

.Detail .table-w150p {
  width: 150px !important;
}

.Detail .table-w200p {
  width: 200px !important;
}

.Detail .table-w250p {
  width: 250px !important;
}

.Detail .table-w300p {
  width: 300px !important;
}

.Detail .table-w550p {
  width: 550px !important;
}

@media only screen and (max-width: 767px) {
    .Detail .table-w150p {
      width: 80px !important;
    }

    .Detail .table-w200p {
      width: 90px !important;
    }

    .Detail .table-w250p {
      width: 250px !important;
    }

    .Detail .table-w300p {
      width: 300px !important;
    }

    .Detail .table-w550p {
      width: 200px !important;
    }
    .Detail .table-w200p, .Detail .table-w250p, .Detail .table-w300p {
    /*width: unset !important;*/
    }
    .m-box.box-sideScroll > * {
        width: 100% !important;
        min-width: 700px !important;
    }
    .Detail .m-table th, .Detail .m-table td {
        font-size: 1.6rem !important;
    }
    .Detail .m-table.sp_table th, .Detail .m-table.sp_table td {
        width: 100% !important;
        display: block;
        text-align: left;
    }

}



.Detail .w250p {
  max-width: 250px;
  width: 100%;
}

.Detail .w360p {
  max-width: 360px;
  width: 100%;
}

.Detail .ttl_04 {
  text-align: left;
  margin: 0 70px 30px 40px;
  padding-bottom: 0;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .Detail .ttl_04 {
    text-align: center;
    margin: 0 0 20px 0;
    display: inherit;
  }
}

.Detail .VariousCode .VariousCode-Number {
  display: block;
  margin-top: 5px;
}

.Detail .VariousCode .VariousCode-link {
  color: #333;
}

.Detail .ProductInfo .m-btn {
  font-weight: bold;
  color: #0c489b;
  background-color: transparent;
  border: solid 1px #0c489b;
  width: 100%;
}

.Detail .ProductInfo .icon-pdf,
.Detail .ProductInfo .icon-word,
.Detail .ProductInfo .icon-excel{
  position: relative;
}

.Detail .ProductInfo .icon-pdf:after,
.Detail .ProductInfo .icon-word:after,
.Detail .ProductInfo .icon-excel:after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.Detail .ProductInfo .icon-pdf:after {
  width: 20px;
  height: 30px;
  background-image: url("/common/images/icon-pdf.png");
}

.Detail .ProductInfo .icon-word:after {
  width: 21px;
  height: 30px;
  top: 10px;
  background-image: url("/common/images/icon-word.png");
}

.Detail .ProductInfo .icon-excel:after {
  width: 21px;
  height: 30px;
  top: 10px;
  background-image: url("/common/images/icon-excel.png");
}

.Detail .ProductInfo .icon-lang {
  position: relative;
}

.Detail .ProductInfo .icon-lang .icon-jp {
  position: absolute;
  top: 9px;
  right: 10px;
}

.Detail .ProductInfo .icon-lang .icon-en {
  position: absolute;
  top: 26px;
  right: 10px;
}

.Detail .InfoTxt .InfoTxt_left {
  text-align: left !important;
}

.Detail .InfoTxt .InfoTxt-btn {
  width: 240px;
  display: inline-block;
  margin: 0 20px;
}

@media only screen and (max-width: 767px) {
  .Detail .InfoTxt .m-table, .Detail .InfoTxt thead, .Detail .InfoTxt tbody, .Detail .InfoTxt th, .Detail .InfoTxt td, .Detail .InfoTxt tr {
    display: block;
    width: 100%;
  }
  .Detail .InfoTxt .m-table {
    padding: 0;
  }
  .Detail .InfoTxt .InfoTxt-btn {
    width: 80%;
    margin: 0;
  }
  .Detail .InfoTxt .InfoTxt-btn:first-child {
    margin-bottom: 15px;
  }
}

.Detail .modal-content tr.bgcolor {
  background-color: #ccffff;
}

.Detail .modal-content tbody td, .Detail .modal-content thead td {
  padding: 5px;
}

.Detail .modal-content h4 {
  display: block;
  text-align: center;
}

.l-inner-main .contact-wrp {
  border: solid 1px #333;
  padding: 30px 35px 45px 35px;
  margin: 0 auto 60px;
  text-align: center;
  width: 95%;
}

.l-inner-main .contact-wrp .ttl_04 {
  margin-bottom: 0;
  padding: 30px 0;
}

@media only screen and (max-width: 1024px) {
  .l-inner-main .contact-wrp .ttl_04 {
    font-size: 1.8rem;
  }
  .l-inner-main .contact-wrp .ttl_04 span:before {
    top: 14px;
    left: -30px;
  }
  .l-inner-main .contact-wrp .ttl_04 span:after {
    top: 13px;
    right: -29px;
  }
}

@media only screen and (max-width: 768px) {
  .l-inner-main .contact-wrp .ttl_04 {
    font-size: 2.2rem;
  }
  .l-inner-main .contact-wrp .ttl_04 span:before {
    top: 18px;
    left: -36px;
  }
  .l-inner-main .contact-wrp .ttl_04 span:after {
    top: 18px;
    right: -35px;
  }
}

.l-inner-main .contact-wrp .number-wrp {
  /*
  color: #0c489b;
  */
  font-weight: bold;
  font-size: 3rem;
  border-right: solid 1px #333;
  border-left: solid 1px #333;
  padding-bottom: 0;
}

.l-inner-main .contact-wrp .number-wrp .number-inner img {
  vertical-align: baseline;
}

.l-inner-main .contact-wrp .txt-wrp p {
  line-height: 2.5rem;
  margin-bottom: 0;
  padding: 20px 0;
  text-align: left;
}

.m-btn.btn-primary.btn_none {
  opacity: 0.7;
  text-decoration: none;
  color: white;
  transition: opacity .2s linear;
  cursor:default;
}

@media print {
  body {
    width: 1060px;
    zoom: 100%;
  }
  .chrome {
    zoom: 78% !important;
  }
  .firefox body {
    width: 1060px;
  }
  h3.ttl_03_2 {
    font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

    .print_col-pc-2-1 {
        width: 50%;
        padding-bottom: 0px !important;
    }
    .Detail .single-table th.print_w400 {
        width:400px;
        padding: 10px;
    }
    .print_pt0 {
        padding-top: 0px !important;
    }
    .print_pt10 {
        padding-top: 10px !important;
    }
    .print_mt0 {
        margin-top: 0px !important;
    }
    .print_mb0 {
        margin-bottom: 0px !important;
    }
    .print_mb5 {
        margin-bottom: 5px !important;
    }
    .print_mb8 {
        margin-bottom: 8px !important;
    }
    .print_mb10 {
        margin-bottom: 10px !important;
    }
    .print_mb15 {
        margin-bottom: 15px !important;
    }
    .print_mb20 {
        margin-bottom: 20px !important;
    }
    .print_mb30 {
        margin-bottom: 30px !important;
    }
    .Detail .ttl_04.print_mb10 {
        margin-bottom: 30px !important;
    }
    .CheckBox-wrp dt {
        border: 1px solid #cccccc;
    }

    .ttl_03_2 {
        font-size: 2.5rem;
    }
    .ttl_04 {
        font-size: 2rem;
    }
    .Detail .m-table th, .Detail thead th th, .Detail tbody th th, .Detail tbody td th {
        font-size: 1.6rem;
        border: solid 1px #cccccc;
    }
    .Detail .m-table td, .Detail thead th td, .Detail tbody th td, .Detail tbody td td {
        font-size: 1.6rem;
        border: solid 1px #cccccc;
        padding: 5px 10px;
    }
    .CheckBox-wrp dt {
        font-size: 1.6rem;
    }
    /*
    .firefox .ttl_03_2 {
        font-size: 2.8rem!important;
    }
    .firefox .ttl_04 {
        font-size: 2.2rem!important;
    }
    .firefox .Detail .m-table th, .firefox .Detail thead th th, .firefox .Detail tbody th th, .firefox .Detail tbody td th {
        font-size: 1.8rem!important;
    }
    .firefox .Detail .m-table td, .firefox .Detail thead th td, .firefox .Detail tbody th td, .firefox .Detail tbody td td {
        font-size: 1.8rem!important;
    }
    .firefox .CheckBox-wrp dt {
        font-size: 1.8rem!important;
    }
    */
}

/* write210121 */
.takeda a {
	width:auto;
  background-color: transparent;
  border: solid 1px #990a0a;
  color: #990a0a;
  font-weight: bold;
	display:inline-block;
	margin-top:20px;
	text-align:left;
}

.takeda a:hover {
	color: #990a0a;
	text-decoration:none;
}

.takeda a:after {
	font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: .5em;
  content: '\f105';
  width: 10px;
  height: 14px;
  border-radius: 100%;
  font-weight: bold;
  margin-top: -7px;
}
