@charset "UTF-8";
/* CSS Document */


/* -- margin / padding -- */

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.br_sp {
  display: none;
}

@media print, screen and ( min-width : 769px ) {
.table_fix{
table-layout: fixed;
}
}



/*-----------
option
-----------*/

.contents h1 {
  text-align: center;
  padding: 25px 0 40px;
}

.contents h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  line-height: 1;
  letter-spacing: .08em;
  margin: 0 auto;
}

.contents h2 > div {
  justify-content: left;
  margin: 0 40px 0 0;
}

.contents h2 .grade {
  display: inline-block;
  margin: 0 0 12px;
  padding: 3px 20px;
  font-size: 20px;
  line-height: 1;
}

.grade.premium {
  background: rgb(190,176,128);
  background: linear-gradient(90deg, rgba(190,176,128,1) 0%, rgba(212,199,152,1) 50%, rgba(190,176,128,1) 100%);
  color: #fff;
}

.grade.highgrade {
  background-color: #0076a5;
  color: #fff;
}

.grade.light {
  background-color: #61bbc4;
  color: #fff;
}

.grade.universal {
  background-color: #c9e2f0;
  color: #434343;
}

.grade.other {
  background-color: #dcdddd;
  color: #000;
}

.grade.highgrade_plus {
  background-color: #929292;
  color: #fff;
}

.contents h2 .model{
  font-size: 20px;
  font-weight: bold;
  padding-top: 8px;
}

.contents h2 .category {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 4px;
}

.contents h2 img {
  width: 100px;
}

.contents h2.h2_common > div {
  margin-right: 0;
}

.goback {
  text-align: right;
}

.goback a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  margin: 0;
  padding-right: 20px;
}

.goback a::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #005091;
  border-right: solid 2px #005091;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main {
  margin: 35px 0 150px;
}

.main .product {
  margin-bottom: 80px;
  border-top: 1px solid #b2b2b2;
}

.main .product h3.option_name {
  font-size: 28px;
  letter-spacing: .08em;
  text-align: center;
  margin: 50px 0 40px;
}

.main .product h3.option_name span {
  display: inline-block;
  position: relative;
}

.main .product h3.option_name span.icon_new::after {
  content: "";
  position: absolute;
  top: -12px;
  right: -55px;
  width: 52px;
  height: 52px;
  background: url(../../img/top/icon_new.png) 0 0 no-repeat;
  background-size: 50px auto;
}

.main .product h3.option_name .bg_blue {
  font-size: 14px;
  color: #fff;
  padding: .3em .4em;
  background: #005091;
  vertical-align: text-bottom;
  margin: 0 0 0 .5em;
}

.main .product .description {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.main .product .description p {
  width: 100%;
  margin: 0 0 0 0;
}

.main .product .description p span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 6px;
}

.main .product .description .img_pc20 {
  width: 20%;
  margin-left: 60px;
}

.main .product .description .img_pc30 {
  width: 30%;
  margin-left: 60px;
}

.main .product .description .img_pc40 {
  width: 40%;
  margin:0 0 0 60px;
}

.main .product .description .img_pc50 {
  width: 50%;
  margin-left: 60px;
}

/* -- column -- */

.main .product .description .column {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 60px;
  padding: 10px 10px;
  border: 1px solid #b2b2b2;
  max-width: 100%;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .main .product .description .column { /* IE11 */
    width: 100%;
  }
}

.main .product .description .column_s { /* 内容が1要素のみの場合 */
  display: block;
  width: auto;
}

.main .product .description .column .col_left {
  margin: 0;
  width: max-content;
}

.main .product .description .column .col_right {
  margin: 0 0 0 20px;
}

.main .product .description .column p {
  font-size: 14px;
  margin: 0 0 5px 0;
}

.main .product .description .column ul {
  font-size: 13px;
}

.main .product .description .column img {
  width: 200px;
  flex-shrink: 0;
}

/* -- download -- */

.main .product .download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 20px;
  border: 1px solid #cccccc;
}

.main .product .download .title {
  width: 50%;
  text-align: center;
  padding: .5em 0;
  border-right: 1px solid #cccccc;
  background: #efefef;
}

.main .product .download ul {
  display: flex;
  justify-content: center;
  width: 50%;
}

.main .product .download li {
  font-size: 15px;
  letter-spacing: .04em;
  padding: 0 20px 0;
}

.main .product .download li a {
  color: #000;
  padding: 0 0 0 19px;
  text-decoration: underline;
  background: url(../img/icon_pdf.png) no-repeat center left;
  background-size: 14px 15px;
}

/* -- description_2 -- */

.description_2 {
  margin: 40px 0 40px;
}

.description_2 h3 {
  font-size: 15px;
  color: #005091;
  margin-bottom: 10px;
}

.description_2 p {
  font-size: 15px;
  margin-bottom: 25px;
}

.description_2 p span {
  font-size: 13px;
}

.description_2 ul.ul-attlist {
  margin-bottom: 10px;
  padding-left: 1.4em;
}

.description_2 ul.ul-attlist li {
  padding: 0 0 6px;
  list-style-type: disc;
}

.main .product h4 {
  font-weight: bold;
  font-size: 18px;
}

.main .product h5 {
  font-size: 16px;
  color: #005091;
  margin: 0 0 15px;
}

.main .product p.sub_title {
  margin: 60px 0 25px;
  padding: .3em .6em;
  background: #e2f6ff;
}

.main .product .img_full {
  width: 80%;
  display: block;
  margin: 40px auto;
}

.main .product .img_pc100 {
  width: 100%;
  display: block;
  margin: 40px auto;
}

.main .product .img_pc60 {
  width: 60%;
  display: block;
  margin: 40px auto;
}

.main .product .img_pc40 {
  width: 40%;
  display: block;
  margin: 40px auto;
}

.main .product .txt_img_01{
  width: 70%;
  margin: 40px auto;
}

.main .product .txt_img_02 {
  width: 100%;
  display:flex;
  margin: 40px 0;
}

.main .product .txt_img_02 li {
  width: 47%;
}

.main .product .txt_img_02 li:first-child {
  padding-right: 6%;
}

.main .product .txt_img_03 {
  width: 100%;
  display:flex;
  margin: 40px 0;
}

.main .product .txt_img_03 p {
  width: 52%;
  padding-right: 4%;
}

.main .product .txt_img_03 p span {
  font-size: 13px;
  display: block;
  padding-top: 10px;
}

.main .product .txt_img_03 img {
  width: 44%;
}

.main .product .txt_img_01 img,
.main .product .txt_img_02 img {
  width: 100%;
}

.main .product .table_img {
  width: 100%;
  display:flex;
  margin: 40px 0;
}

.main .product .table_img .box_l {
  width: 50%;
  padding-right: 4%;
}

.main .product .table_img .box_l h4 {
  font-weight: bold;
  font-size: 16px;
}

.main .product .table_img .box_l a {
  text-decoration: underline;
}

.main .product .table_img .box_l p.txt_note {
  width: 100%;
  font-size: 13px;
  line-height: 1.6;
  margin: -25px 0 20px;
  padding-right: 0;
}

.main .product .table_img .box_r {
  width: 46%;
}

.main .product .table_img .box_r img {
  width: 100%;
}

.main .product .img_sp {
  display: none;
}


/* -- table -- */

.main .product .table_scroll {
  position: relative;
  margin-bottom: 2.6em;
  _z-index: 1;
}

.main .product .table_scroll table {
  width: 100%;
  border-collapse: collapse;
  color: #000;
  box-sizing: border-box;
}

.main .product table.th_bg th {
  background: #6c6c6c;
  color: #fff;
}

.main .product table th.color_gr {
  background: #6c6c6c;
  color: #fff;
}

.main .product th, .main .product table td {
  padding: .6em .6em;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.main .product table td.txt_left {
  padding: .6em .6em .6em 5em;
  text-align: left;
  width: 25%;
}

.main .product table td.color_sv {
  background: #d4d4d4;
}

.main .product table td.color_gm {
  background: #c3c0ba;
}

.main .product table td.color_fw {
  background: #f1f1f1;
}

.main .product table td.color_bk {
  background: #444;
  color: #fff;
}

.main .product table td.color_s {
  background: #c6c6c6;
}

.main .product table td.color_tw {
  background: #f8f8f8;
}

.main .product table td.color_tbk {
  background: #3a3a3a;
  color: #fff;
}

.dd_wrapper{
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.dd{
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 10px 40px;
  border: 1px solid #004e8c;
  border-radius: 50px;
  background-size: 10px;
  font-size: 18px;
  line-height: 1;
  color: #004e8c;
  text-align: center;
}

.dd::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 25%;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #004e8c;
  border-right: solid 2px #004e8c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.dd.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 43%;
}

.dd_menu{
  width: 100%;
  padding: 25px 0 10px 25px;
  position: absolute;
  top: 46px;
  background: #e2f6ff;
  display:flex;
  flex-wrap:wrap;
  box-sizing: border-box;
  z-index: 10;
}

.dd_menu li{
  width: 300px;
  margin: 0 25px 15px 0;
}

.dd_menu li a{
  display:flex;
  align-items:center;
  width: 100%;
  height: 60px;
  padding: 0 35px 0 20px;
  background: #fff url(../img/arrow_black.png) right 12px center no-repeat;
  background-size: 11px;
  color: #000;
  box-sizing: border-box;
  line-height: 1.3;
  text-align: left;
}

.dd_menu li span{
  opacity: 0.3;
}



@media screen and ( max-width:768px) {

  .br_sp {
    display: block;
  }

  .mb60 {
    margin-bottom: 40px !important;
  }

  .contents h1 {
    text-align: center;
    padding: 25px 0 20px;
  }

  .contents h2 {
    display: inherit;
    font-size: 30px;
    line-height: 1;
    letter-spacing: .08em;
    margin: 0 auto;
    text-align: center;
  }

  .contents h2 .model {
    font-size: 17px;
  }

  .contents h2 .category {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .contents h2 > div {
    justify-content: left;
    margin: 0 0 20px 0;
  }

  .goback a {
    margin: 20px 0 0;
  }

  .main {
    margin: 20px 0 80px;
  }

  .main .product {
    margin-bottom: 14%;
  }

  .main .product h3.option_name {
    font-size: 24px;
    line-height: 1.4;
    margin: 40px 0 30px;
  }

  .main .product h3.option_name span {
    display: inline-block;
    position: relative;
  }

  .main .product h3.option_name span.icon_new::after {
    content: "";
    position: absolute;
    top: -13px;
    right: -40px;
    width: 40px;
    height: 40px;
    background: url(../../img/top/icon_new.png) 0 0 no-repeat;
    background-size: 40px auto;
  }

  .main .product h3.option_name .bg_blue {
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 0;
  }

  .main .product h4 {
    font-size: 16px;
  }

  .main .product .description {
    display: inherit;
    margin-bottom: 30px;
  }

  .main .product .description p {
    width: auto;
    margin: 0 0 25px 0;
  }

  .main .product .description p {
    max-width: 100%;
  }

  .main .product .description .img_pc20,
  .main .product .description .img_pc30,
  .main .product .description .img_pc40,
  .main .product .description .img_pc50 {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .main .product .description .img_sp100 {
    width: 100% !important;
  }

  .main .product .description .img_sp60 {
    width: 60% !important;
  }

  .main .product .description .img_sp50 {
    width: 50% !important;
  }

  .main .product .description .img_sp40 {
    width: 40% !important;
  }

  /* -- column -- */

  .main .product .description .column {
    display: inherit;
    width: auto;
    margin: 0 20px;
  }

  .main .product .description .column .col_right {
    margin: 0 0 10px 0;
  }

  .main .product .description .column .col_left {
    margin: 0 0 15px 0;
    width: auto;
  }

  .main .product .description .column img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  /* -- download -- */

  .main .product .download {
    display: inherit;
    margin: 0 0 20px;
    border: 1px solid #cccccc;
  }

  .main .product .download .title {
    width: auto;
    text-align: left;
    padding: .5em 0 .5em 15px;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }

  .main .product .download ul {
    width: auto;
    padding: 12px 0 0;
  }

  .main .product .download li {
    padding: 0 15px 12px 15px;
  }

  /* -- table -- */

  .main .product .table_scroll {
    margin-bottom: 1.8em;
  }

  .main .product .table_scroll table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .table_scroll table tbody {
    width: 100%;
    display:table;
    box-sizing: border-box;
  }

  .main .product table td.txt_left {
    padding: .6em;
    width: auto;
  }

  .main .product .txt_img_01 {
    width: 95%;
  }

  .main .product .txt_img_02 {
    width: 95%;
    display: block;
  }

  .main .product .txt_img_02 li {
    width: 100%;
  }

  .main .product .txt_img_02 li:first-child {
    width: 100%;
    margin-bottom: 30px;
  }

  .main .product .txt_img_03 {
    width: 100%;
    display: block;
    margin: 0;
  }

  .main .product .txt_img_03 p {
    width: 100%;
    padding-right: 0;
  }

  .main .product .txt_img_03 p span {
    font-size: 13px;
    display: block;
  }

  .main .product .txt_img_03 img {
    width: 100%;
    padding: 20px 0 0;
  }

  .main .product .table_img {
    width: 100%;
    display: block;
    margin: 25px 0 0;
  }

  .main .product .table_img .box_l {
    width: 100%;
    padding-right: 0;
  }

  .main .product .table_img .box_r {
    width: 100%;
  }

  .main .product .table_img .box_l h4 {
    text-align: center;
  }

  .main .product .table_img .box_l p.txt_note {
    margin: -15px 0 20px;
  }

  .main .product .img_full,
  .main .product .img_pc60{
    width: 95%;
    margin: 40px auto;
  }

  .main .product .img_pc40 {
    width: 80%;
    margin: 40px auto;
  }

  .main .product .img_pc {
    display: none !important;
  }

  .main .product .img_sp {
    display: block;
    width: 100%;
    margin: 30px 0 30px;
  }

header{
  position: relative;
  z-index: 1000;
}

.dd_menu{
  padding: 5% 5% 4%;
  position: absolute;
}

.dd_menu li{
  width: 49%;
  margin: 0 2% 2% 0;
}

.dd_menu li:nth-child(2n){
  width: 49%;
  margin: 0 0 2% 0;
}

.dd_menu li a{
  padding: 0 13px 0 10px;
  height: 54px;
  background: #fff url(../img/arrow_black.png) right 5px center no-repeat;
  background-size: 6px;
  font-size: 13px;
}

}

@media screen and (max-width: 540px) {
.txt_slide {
    padding: 5px 0 0 0 !important;
}
}
