@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* ¥«¥é©` */
/* ±¡¤¤¥Ö¥ë©` */
/* ¥°¥ì©`±³¾° */
/* ¥¿¥¤¥È¥ë±³¾° */
/* media query */
/* NEWS2020
*****************************************************************/
.tab_menu {
  display: none;
}
@media all and (max-width: 896px) {
  .tab_menu {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .box_detail table td {
    padding: 0px 0;
  }
}

@media all and (max-width: 480px) {
  .table_defalt tr {
    padding: 6px 0;
    display: block;
  }
}
@media all and (max-width: 480px) {
  .table_defalt td {
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: none;
    border-right: none;
  }
}
.table_defalt td a {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.table_defalt td a::before {
  content: url("/common/images/arrow01.svg");
  position: absolute;
  left: 0px;
  top: -3px;
}

.uline {
  text-decoration: underline;
}

.emphasis {
  color: #F00;
}

.tline {
  text-decoration: line-through;
}

.list_thumb {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.list_thumb > div {
  padding: 5px;
  line-height: 0em;
  max-width: 165px;
}
@media all and (max-width: 480px) {
  .list_thumb > div {
    width: 50%;
    box-sizing: border-box;
  }
}
.list_thumb > div img {
  width: 100%;
  height: auto;
}

p {
  word-break: break-all;
}

.list_img {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 480px) {
  .list_img {
    display: block;
  }
}
.list_img li {
  margin: 0 20px;
  padding: 20px !important;
  box-sizing: border-box;
  border: solid 1px #cdcdcd;
  display: flex;
}
.list_img li::before {
  display: none;
}

.col3 li {
  margin: 0 auto;
  height: 100%;
  width: calc(33.333% - 40px);
  margin: 20px;
}
@media all and (max-width: 480px) {
  .col3 li {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.col3 li p {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1064px) {
  .col3 li p {
    height: 320px;
  }
}
@media all and (max-width: 1064px) and (max-width: 480px) {
  .col3 li p {
    height: auto;
  }
}

.col3 li img {
  margin: 0 auto;
  width: 100%;
}

.col3-s li {
  height: 100%;
  width: calc(33.333% - 40px);
}
@media all and (max-width: 480px) {
  .col3-s li {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.col3-s li p {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
}
@media all and (max-width: 1064px) {
  .col3-s li p {
    height: 220px;
  }
}
@media all and (max-width: 1064px) and (max-width: 480px) {
  .col3-s li p {
    height: auto;
  }
}

.col3-s li img {
  margin: 0 auto;
  width: 100%;
}

.col2 li {
  margin: 0 auto;
  height: 100%;
  width: calc(50% - 40px);
  margin: 20px;
}
@media all and (max-width: 480px) {
  .col2 li {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.col2 li p {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 290px;
}
.col2 li img {
  margin: 0 auto;
  width: 100%;
}

.acd_check {
  display: none;
}

.btn_block {
  width: 100%;
}
.btn_block .btn_more {
  text-align: center;
  position: relative;
  top: -1px;
}
.btn_block .btn_more label {
  position: relative;
  cursor: pointer;
  color: #DA6A38;
  display: block;
}
.btn_block .btn_more label h3 {
  display: flex;
  width: 100%;
}
.btn_block .btn_more label h3 .more {
  display: block;
}
.btn_block .btn_more label h3 .back {
  display: none;
}

.list_input {
  height: 0px;
  overflow: hidden;
}

.acd_check:checked ~ .list_input {
  height: auto;
}

.acd_check:checked ~ .btn_block .btn_more label h3 .more {
  display: none;
}
.acd_check:checked ~ .btn_block .btn_more label h3 .back {
  display: block;
}
