/* CSS Document */
/*====================================================================
タブ
====================================================================*/
.leather_wrap {
  padding: 30vw 0 0;
}
.tab-button-outer {
  display: none;
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 1px;
  background: transparent;
  display: block;
  order: -1;
}
.tab-label {
  color: #ffffff;
  background: #4D3D3C;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  border: solid 1px #d1d2d1;
  border-bottom: transparent;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-label:hover {
  background: #eeefee;
  color: #000000;
}
.tab-content {
  width: 100%;
  background-image: url("../images/common/bg_book.png");
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked + .tab-label {
  background: #eeefee;
  color: #000000;
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: hidden;
  padding: 40px 20px 80px;
  margin-bottom: 20px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.tab-switch {
  display: none;
}
/*====================================================================
.s_01 .accordion_one
====================================================================*/
section.s_01 {
  display: flex;
  flex-direction: row;
}
.accordion_one {
  /*	width: 33%;*/
  margin: 20px auto 50px;
}
.s_01 .accordion_one .accordion_header {
  background-color: #C6C6C6;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  align-items: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #C6C6C6;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #C6C6C6;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  padding: 30px 30px;
  border-left: 2px solid #C6C6C6;
  border-right: 2px solid #C6C6C6;
  border-bottom: 2px solid #C6C6C6;
  box-sizing: border-box;
  margin-bottom: 50px;
  height: 82%;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #C6C6C6;
  border-right: 2px solid #C6C6C6;
  border-bottom: 2px solid #C6C6C6;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #C6C6C6;
  border-right: 2px solid #C6C6C6;
  border-bottom: 2px solid #C6C6C6;
}
/*.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}*/
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.s_01 .accordion_one .accordion_header {
  font-size: 16px;
  text-align: left;
  padding: 15px 60px 15px 15px;
}
.accordion_header img {
  width: 90px;
  height: 90px;
}
.article_link {
  line-height: 3rem;
  text-decoration: underline;
  height: 113px;
  padding-top: 30px
}
.article_link ._alignright {
  float: right;
}
.article_link ._alignleft {
  float: left;
  width: 335px;
}
.article_link ._alignleft a {
  display: block;
  padding-left: 60px;
  background: url("../images/common/prev_allow.gif") left no-repeat;
}
.article_link ._alignright a {
  display: block;
  padding-right: 50px;
  background: url("../images/common/next_allow.gif") right no-repeat;
}
/*====================================================================
タブ以外
====================================================================*/
.illust_box {
  width: 320px;
  height: 300px;
  background-color: #ffffff;
}
.leather_detail_copy {
  font-size: 1.8rem;
  font-size: calc(1.8rem + ((1vw - 0.2rem) * 0.3));
  margin-top: 50px;
  padding-bottom: 20px;
}
.marker_be span {
  padding-bottom: .2em;
  background: linear-gradient(to top, #F0D753 25%, transparent 72%);
}
.marker_y span {
  padding-bottom: .4em;
  background-image: linear-gradient(to top, #F0D753 19%, transparent 20%);
}
.leather_lead_header{
	
}
.leather_lead_inner {
  margin-bottom: 35px;
}
h3.leather_topic_ttl:after {
  background: url(../images/common/line_brush@2x.png) no-repeat;
  background-size: 50%;
  margin: 0 auto;
}
p.leather_detail_copy > span {
  display: inline;
  white-space: normal;
}
h3.leather_lead_ttl:after {
  background: url(../images/common/line_brush@2x.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
.leather5_cont_header {
  padding: 20px 15px 20px 15px;
  margin: 100px 0 20px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 9px 31px rgba(2, 98, 120, .2);
  box-shadow: 0 0 22px rgba(2, 98, 120, .1);
}

.leather5_cont_header dt {
  text-align: center;
  margin-bottom: 30px;
}
.leather5_cont_header dd._img_label {
  margin: 0 auto 20px;
  width: 50%
}
.leather5_cont_header dt p._title {
  font-size: 2rem;
}
.leather5_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  align-content: space-between;
  margin: 0 40px 50px;
}
.leather5_list li {
  width: 44%;
}
.leather5_list li:hover {
  opacity: .5;
  transition-duration: 0.5s;
}
._img_label p._label {
  padding-left: 2rem;
  font-size: 2rem;
}
.leather5_cont_header dd._img_label:hover {
transform: scale(1.6,1.6);
transition-duration: 0.5s;
}
.leather5_content_header ._overview {
  margin: 20px 0 0;
}
.box_one img.okzoom {
  width: 100px;
  float: left;
  margin: 0 15px 15px 0;
}
.txt_wrap p.txt_b {
    margin-bottom: 20px;
}
.leather_lead_cont img.leather07_img01 {
    margin: 20px 0;
}
.leather_lead_cont img.leather07_img02 {
    margin: 0 0 20px;
}
.leather_lead_cont img.leather07_img03 {
    margin: 20px 0 0;
}
.leather_lead_cont img.leather07_img04 {
    margin: 20px 0 0;
}
.leather_lead_cont figcaption.leather07_img03 {
font-size: 1em;
line-height: 1.5em;
}
/*====================================================================
比較表
====================================================================*/
.comparison-table {
  padding: 7px;
}
.comparison-table table {
  border-spacing: 3px 10px;
}
.comparison-table table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
}
/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox {
  width: auto;
  font-size: 0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin: 0 10px; /* ボックス全体の位置調整 */
}
.acbox label {
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #8BC34A; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding: 8px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
}
.acbox label:hover {
  background: #8BC34A; /* ラベルにマウスを乗せた時の背景色 */
}
.acbox input {
  display: none;
}
.acbox label:after {
  color: #fff;
  content: "▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}
.acbox input:checked ~ label::after {
  content: "▲"; /* ラベルをクリックした後のアイコン */
}
.acbox div {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}
.acbox input:checked ~ div {
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}
.acbox input:checked ~ label {
  background: #8BC34A; /* クリック後のラベルの背景色 */
}
.acbox-under {
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}
/************************************
比較表
************************************/
.comparison-table-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 2em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.comparison-table-title {
  background: linear-gradient(90deg, rgba(160, 182, 183, 1) 0%, rgba(160, 182, 183, 1) 100%);
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 1em;
  letter-spacing: 1px;
  margin: 0;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
}
.comparison-table {
  background: #f8f9fb;
  margin: 0;
  padding: 0.3em 1em;
}
.comparison-table table {
  border-collapse: separate;
  border-spacing: 5px 10px;
  border: none;
  margin: 0 auto;
}
.comparison-table table th, .comparison-table table td {
  width: 50%;
}
.comparison-table table thead th {
  background: #213640;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
  padding: 0.8em 0.5em;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 14px;
}
.comparison-table table tbody th {
  background: linear-gradient(90deg, rgba(160, 182, 183, 1) 0%, rgba(160, 182, 183, 1) 100%);
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 0.4em 1em;
  font-size: 14px;
  line-height: 1.3;
}
.comparison-table table tbody td {
  background: #fff;
  box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
  border-radius: 3px;
  border: none;
  padding: 1.2em;
  color: #555;
  line-height: 1.8;
  text-align: justify;
  vertical-align: top;
}
.comparison-table table tbody td p {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  font-size: 14px;
}
.comparison-table table tbody td .td-h {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px;
}
   .box_one_list li:not(:last-child){
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #C6C6C6;
	}
@media screen and (min-width:768px) {
  /*====================================================================
タブ
====================================================================*/
  .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 100px 60px;
  }
  .tab-switch:checked + .tab-label + .tab-content {
    padding: 40px 50px 80px;
  }
  /*====================================================================
アコーディオン
====================================================================*/
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
    padding: 15px 8px 15px 15px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    display: none;
  }
  /*====================================================================
その他
====================================================================*/
  .leather_wrap {
    padding: 14vw 0 0;
  }
  .leather_content_wrap {}
.leather_lead_header{
	    padding-top: 100px;
}
  .leather_lead_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 100px;
  }
  .leather_lead_cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 45%;
    max-width: 50%;
    position: relative;
  }
	.leather_detail_copy {
    margin-top: 20px;
    padding-bottom: 50px;
}
  p.leather_detail_copy > span {
    display: inline-block;
    white-space: nowrap;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-1.img_l {
    text-align: right;
  }
  .order-lg-1 img._img_first {
    position: absolute;
    top: 12vw;
    left: 0;
  }
  .txt_wrap {
    width: 455px;
    max-width: 100%;
    margin: 0 auto;
    /*    padding: 40px 0;*/
    padding-left: 20px;
    padding-right: 20px;
    color: #05173f;
    overflow: visible;
  }
  .txt_wrap p {
    margin-bottom: 35px;
  }
  .article_link_list {
    line-height: 2rem;
    text-decoration: underline;
    height: 113px;
    padding-top: 30px
  }
  .leather_lead_cont figure img {
    position: absolute;
    z-index: 2;
  }
  .leather_lead_cont img.leather07_img01 {
    width: 83%;
    position: absolute;
    top: 194px;
    right: 0;
  }
  .leather_lead_cont img.leather07_img02 {
    width: 83%;
    position: absolute;
    top: -53px;
    right: 0;
  }
  .leather_lead_cont img.leather07_img03 {
    width: 84%;
    position: absolute;
    bottom: 5%;
    right: -44px;
    z-index: 2;
  }
  .leather_lead_cont figcaption.leather07_img03 {
    font-size: .8em;
    position: absolute;
    bottom: 0;
    right: -56px;
    z-index: 2;
    line-height: 1.5em;
  }
  .leather_lead_cont img.leather07_img04 {
    width: 83%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .leather5_list li {
    width: 17%;
    margin: 20px;
  }
  .leather5_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    margin: 0 0 50px;
    height: auto;
  }
  .leather5_cont_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .list_flexcont_3col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .list_flexcont_2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .leather5_content_header ._overview {
    width: 73%;
  }
  .leather5_cont_header {
    padding: 31px 46px 31px 51px;
    margin: 100px 0 20px;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 9px 31px rgba(2, 98, 120, .2);
    box-shadow: 0 0 22px rgba(2, 98, 120, .1);
  }
  .leather5_cont_header dl {
    display: table;
    width: 89%;
  }
  .leather5_cont_header dt, dd {
    display: table-cell;
    vertical-align: middle;
  }
  .leather5_cont_header dt {
    width: 10%;
  }
  .leather5_cont_header dt p._title {
    font-size: 2rem;
  }
  .leather5_cont_header dd._img_label {
    margin: 0;
    width: 116px;
    padding-right: 30px;
  }
  .accordion_one {
    box-sizing: border-box;
    width: 320px;
    margin: 20px 15px 0;
  }

  /*---------------------------------
アコーディオンボックス
--------------------------------*/
 /* .acbox {
    width: auto;
    font-size: 0px; 
    margin: 0 10px; 
    display: flex;
    /*	flex-wrap: wrap;
  }
  .acbox label {
    width: auto;
    font-size: 16px; 
    font-weight: bold;
    text-align: center;
    background: #8BC34A; 
    position: relative;
    display: block;
    padding: 8px;
    border-radius: 4px; 
    cursor: pointer;
    color: #fff;
  }
  .acbox label:hover {
    background: #8BC34A; 
  }
  .acbox input {
    display: none;
  }
  .acbox label:after {
    color: #fff;
    content: "▼";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -14px;
  }
  .acbox input:checked ~ label::after {
    content: "▲"; 
  }
  .acbox div {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s; 
  }
  .acbox input:checked ~ div {
    height: auto;
    padding: 18px; 
    border-radius: 0px;
    background: #F3F4F5; 
    opacity: 1;
  }
  .acbox input:checked ~ label {
    background: #8BC34A; 
  }
  .acbox-under {
    font-size: 15px; 
    color: #555555; 
  }*/
}