@charset "UTF-8";
.orange {
  color: #f7941d;
}

.red {
  color: #ff0000;
}

.serif {
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

a {
  transition: all 0.2s ease;
}
a.tel_link {
  color: #000;
}
@media screen and (min-width: 768px) {
  a.tel_link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
#fixd_phone {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  padding: 10px 20px;
  background-color: #f3f9fc;
}
#fixd_phone .btn {
  text-align: center;
}
#fixd_phone .btn_style01 {
  padding: 14px 20px;
}

@media screen and (min-width: 768px) {
  #fixd_phone {
    display: none;
  }
}
@media screen and (min-width: 1180px) {
  #main {
    margin-top: 170px;
    background: linear-gradient(90deg, #f3f9fc 0%, #f3f9fc 20%, transparent 20%, transparent 100%);
  }
  #main .container {
    margin: 0 auto;
    max-width: 1200px;
  }
  #main .container .inner_column {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    flex: 1;
  }
  #main .container .inner_column #side_nav {
    width: 320px;
    height: auto;
  }
  #main .container .inner_column .content {
    width: 880px;
    height: auto;
  }
}
.ttlstyle_01 {
  font-size: 28px;
  line-height: 1.4em;
  text-align: center;
  color: #86c7dd;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .ttlstyle_01 {
    font-size: 40px;
  }
}
.ttlstyle_01.san {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
}

.ttlstyle_02 {
  padding-left: 10px;
  color: #969696;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ttlstyle_02 {
    font-size: 21px;
    margin-bottom: 40px;
    padding-left: 18px;
  }
}
.ttlstyle_02:before {
  content: "";
  height: 1em;
  width: 4px;
  background-color: #86c7dd;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.ttlstyle_02 .bg_blue {
  line-height: 1em;
  font-size: 14px;
  background-color: #86c7dd;
  display: inline-block;
  padding: 5px 5px;
  color: #fff;
}
@media screen and (max-width: 390px) {
  .ttlstyle_02 .bg_blue {
    margin-top: 5px;
  }
}

.ttlstyle_03 {
  background-color: #86c7dd;
  padding: 10px 0px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  .ttlstyle_03 {
    font-size: 26px;
    padding: 40px 0px;
  }
}

.ttlstyle_04 {
  background-color: #86c7dd;
  padding: 30px 0px 20px 0px;
  text-align: center;
  font-size: 24px;
  color: #FFF;
  position: relative;
  margin-bottom: 60px;
}
.ttlstyle_04:after, .ttlstyle_04:before {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  background-color: #86c7dd;
  position: absolute;
  z-index: -1;
  bottom: 0px;
}
.ttlstyle_04:after {
  left: 50%;
  margin-left: -3.5px;
  transform: rotate(-5deg);
}
.ttlstyle_04:before {
  right: 50%;
  margin-right: -3.5px;
  transform: rotate(5deg);
}
@media screen and (min-width: 768px) {
  .ttlstyle_04 {
    padding: 70px 0px 40px 0px;
    font-size: 50px;
    margin-bottom: 110px;
  }
  .ttlstyle_04:after, .ttlstyle_04:before {
    height: 75px;
    bottom: 0px;
  }
  .ttlstyle_04:after {
    left: 50%;
    margin-left: -5px;
    transform: rotate(-4deg);
  }
  .ttlstyle_04:before {
    right: 50%;
    margin-right: -5px;
    transform: rotate(4deg);
  }
}

.ttlstyle_05 {
  padding-left: 18px;
  color: #969696;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .ttlstyle_05 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.ttlstyle_05:before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #86c7dd;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.midashi_type01 {
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  text-align: center;
}

.midashi_type02 {
  font-size: 17px;
  color: #86c7dd;
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .midashi_type02 {
    font-size: 27px;
  }
}

.midashi_type3 {
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f7941d;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .midashi_type3 {
    font-size: 40px;
  }
}

.btn_style01 {
  position: relative;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in;
  padding: 10px 20px;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #f7941d;
  border-radius: 30px;
  box-shadow: 0 3px 0 #336666;
}
.btn_style01:hover {
  background-color: #f5671d;
}
.btn_style01:active {
  top: 3px;
  box-shadow: 0 0 0 #336666;
}

.btn_style02 {
  position: relative;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in;
  padding: 15px 25px;
  line-height: 1em;
  display: inline-block;
  text-align: left;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 30px;
  width: 150px;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .btn_style02 {
    width: 180px;
    font-size: 16px;
  }
}
.btn_style02:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #86c7dd, #378cd0);
  border-radius: 30px;
}
.btn_style02 span {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}
.btn_style02 span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #86c7dd;
  border-right: 1px solid #86c7dd;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
.btn_style02.on {
  background-color: #86c7dd;
}
.btn_style02.on:after {
  display: none;
}

.tabel_in {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .tabel_in {
    overflow-x: scroll;
  }
}

.table_style01 {
  margin-bottom: 30px;
  width: 100%;
  margin: 0px;
}
@media screen and (min-width: 768px) {
  .table_style01 {
    margin-top: 30px;
  }
}
.table_style01 tr, .table_style01 td, .table_style01 th {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
  color: #808080;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .table_style01 tr, .table_style01 td, .table_style01 th {
    font-size: 21px;
  }
}
.table_style01 thead {
  border: 1px solid #86c7dd;
}
.table_style01 thead th {
  border: none;
  background-color: #86c7dd;
  color: #fff;
  min-width: 80px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .table_style01 thead th {
    min-width: 95px;
    width: 95px;
  }
}
.table_style01 thead th + th {
  border-left: 1px solid #fff;
}
.table_style01 tbody {
  border: 1px solid #86c7dd;
}
.table_style01 tbody tr td, .table_style01 tbody tr th {
  border: 1px solid #86c7dd;
  background-color: #fff;
  min-width: 80px;
  width: 80px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .table_style01 tbody tr td, .table_style01 tbody tr th {
    min-width: 95px;
    width: 95px;
    font-size: 24px;
  }
}
.table_style01 tbody tr td span, .table_style01 tbody tr th span {
  color: #ff0000;
}
.table_style01.type02 thead th {
  font-size: 13px;
  font-weight: 600;
}
.table_style01.type02 tbody tr, .table_style01.type02 tbody td, .table_style01.type02 tbody th {
  color: #86c7dd;
  font-weight: 600;
}
.table_style01.type02 tbody tr:nth-child(2n) th, .table_style01.type02 tbody tr:nth-child(2n) td {
  background-color: #f3f9fc;
}

.table_style02 {
  margin-bottom: 30px;
  width: 100%;
  margin: 0px;
}
@media screen and (min-width: 768px) {
  .table_style02 {
    margin-top: 30px;
  }
}
.table_style02 tr, .table_style02 td, .table_style02 th {
  padding: 12px 10px;
  font-size: 13px;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .table_style02 tr, .table_style02 td, .table_style02 th {
    font-size: 21px;
  }
}
.table_style02 thead {
  border-top: 1px solid #c9c9c9;
}
.table_style02 thead th {
  background-color: #f5f5f5;
  border: none;
  min-width: 80px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .table_style02 thead th {
    min-width: 95px;
    width: 95px;
  }
}
.table_style02 thead th + th {
  border-left: 1px solid #c9c9c9;
}
.table_style02 tbody tr td, .table_style02 tbody tr th {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  font-size: 13px;
  padding: 17px 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .table_style02 tbody tr td, .table_style02 tbody tr th {
    font-size: 18px;
  }
}
.table_style02 tbody tr td span.red, .table_style02 tbody tr th span.red {
  color: #ff0000;
}
.table_style02 tbody tr td span.blue, .table_style02 tbody tr th span.blue {
  color: #86c7dd;
}
.table_style02 tbody tr td + td, .table_style02 tbody tr td + th, .table_style02 tbody tr th + td, .table_style02 tbody tr th + th {
  border-left: 1px solid #c9c9c9;
}
.table_style02 tbody tr:nth-child(2n) td, .table_style02 tbody tr:nth-child(2n) th {
  background-color: #f3f9fc;
}
.table_style02.type02 tbody tr td, .table_style02.type02 tbody tr th {
  padding: 12px 10px;
}

.table_style03 {
  margin-bottom: 30px;
  width: 100%;
  margin: 0px;
}
@media screen and (min-width: 768px) {
  .table_style03 {
    margin-top: 30px;
  }
}
.table_style03 tr, .table_style03 td, .table_style03 th {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
  color: #86c7dd;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .table_style03 tr, .table_style03 td, .table_style03 th {
    font-size: 23px;
    padding: 20px 15px;
  }
}
.table_style03 tbody {
  border: 1px solid #86c7dd;
}
.table_style03 tbody tr th {
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  border: 1px solid #86c7dd;
  width: 70%;
  line-height: 1.6em;
}
.table_style03 tbody tr td {
  border: 1px solid #86c7dd;
  background-color: #fff;
  width: 30%;
}
.table_style03 tbody tr td span {
  font-size: 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  .table_style03 tbody tr td span {
    font-size: 36px;
  }
}
.table_style03.type02 tbody tr th, .table_style03.type02 tbody tr td {
  font-weight: 600;
}
.table_style03.type02 tbody tr th {
  width: 50%;
  background-color: #86c7dd;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.table_style03.type02 tbody tr td {
  width: 50%;
}
.table_style03.type02 tbody tr:last-child th {
  border-bottom: 1px solid #86c7dd;
}

.table_style04 {
  width: 100%;
}
.table_style04 tbody tr {
  border-bottom: 1px solid #666666;
}
.table_style04 tbody tr:last-child {
  border-bottom: none;
}
.table_style04 tbody tr th, .table_style04 tbody tr td {
  padding: 8px 0px;
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .table_style04 tbody tr th, .table_style04 tbody tr td {
    font-size: 13px;
    padding: 10px 0px;
  }
}
@media screen and (min-width: 768px) {
  .table_style04 tbody tr th, .table_style04 tbody tr td {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 12px 0px;
    line-height: 2em;
  }
}
.table_style04 tbody tr th {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .table_style04 tbody tr th {
    width: 20%;
  }
}
.table_style04 tbody tr td {
  width: 75%;
}
@media screen and (min-width: 768px) {
  .table_style04 tbody tr td {
    width: 80%;
  }
}
.table_style04 tbody tr td ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .table_style04 tbody tr td ul li + li {
    margin-top: 10px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　買取相場
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.today_price {
  padding: 60px 15px 30px 15px;
}
@media screen and (min-width: 768px) {
  .today_price {
    padding: 70px 0px;
  }
}
.today_price .inner {
  max-width: 750px;
  margin: 0 auto;
}
.today_price .anno {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .today_price .ttlstyle_01 {
    margin-bottom: 60px;
  }
}

.holidays-area .inner,
.infomation-area .inner {
  max-width: 750px;
  margin: 100px auto 30px;
  padding: 60px 30px;
  border: 2px solid #DC000C;
}

.infomation-area .inner {
  max-width: 750px;
  margin: 40px auto 120px;
  padding: 60px 30px;
  border: 2px solid #DC000C;
}

.infomation-area .inner .upr-inner {
  margin-bottom: 60px;
}

.holidays-area h2 {
  font-size: 23px;
  line-height: 1.4em;
  text-align: center;
  color: #666;
  margin-bottom: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.infomation-area h2 {
  font-size: 23px;
  line-height: 1.4em;
  text-align: center;
  color: #666;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.holidays-area .period {
  font-size: 33px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #DC000C;
}

.holidays-area .caption {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.infomation-area p {
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.infomation-area .date {
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .holidays-area {
    padding: 0 15px;
  }

  /* .holidays-area .inner,
  .infomation-area .inner {
    margin: 80px auto 0;
    padding: 40px 15px;
  } */

  .holidays-area .inner,
  .infomation-area .inner {
    width: 82.66667%;
    margin: 5vw auto 20vw;
    padding: 10vw 5vw;
  }

  .infomation-area .inner .upr-inner {
    margin-bottom: 12vw;
  }
  
  .holidays-area h2,
  .infomation-area h2 {
    font-size: 4.8vw;
    /* margin-bottom: 20px; */
    margin-bottom: 6vw;
  }
  
  .holidays-area .period {
    font-size: 7.5vw;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .holidays-area .caption {
    font-size: 3.2vw;
  }

  .infomation-area p {
    font-size: 3.5vw;
    font-size: 3.2vw;
  }

  .holidays-area .caption .sp {
    display: block;
  }

  .infomation-area .date {
    /* margin-top: 20px; */
    margin-top: 6vw;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　買取相場推移
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.chart-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.transition_price_blk .inner, .transition_price_blk .ttlstyle_02 {
  max-width: 750px;
  margin: 0px auto 30px auto;
}
.transition_price_blk .btn_style02 {
  width: 48%;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
  border-radius: 20px;
  background-color: #86c7dd;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .transition_price_blk .btn_style02 {
    width: 24%;
    font-size: 13px;
  }
}

.transition_price_blk {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .transition_price_blk {
    padding: 70px 0px;
  }
}
.transition_price_blk .inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .transition_price_blk .inner {
    max-width: 750px;
  }
}
.transition_price_blk .inner input[name=tab_item] {
  display: none;
}
.transition_price_blk .inner .graf_content {
  width: 100%;
  display: none;
  clear: both;
  overflow: hidden;
}
.transition_price_blk .inner .graf_content .graf {
  width: 100%;
}
.transition_price_blk .inner #gold:checked ~ #gold_content,
.transition_price_blk .inner #silver:checked ~ #silver_content,
.transition_price_blk .inner #palladium:checked ~ #palladium_content,
.transition_price_blk .inner #platina:checked ~ #platina_content {
  display: block;
}
.transition_price_blk .inner input:checked + .btn_style02 {
  background-color: #86c7dd;
  color: #fff;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　スライダー部分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main_visual {
  overflow: hidden;
}

.slide_blk {
  padding: 30px 15px;
  position: relative;
}
.slide_blk:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .slide_blk {
    padding: 70px 0px;
  }
  .slide_blk .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .slide_blk .banner a {
    transition: all 0.2s ease;
  }
  .slide_blk .banner a:hover {
    opacity: 0.8;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　高価買取実績
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.new_performance {
  padding: 30px 15px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .new_performance {
    padding: 70px 0px;
  }
  .new_performance .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .new_performance .ttlstyle_01 {
    margin-bottom: 20px;
  }
}
.new_performance .btn_area {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .new_performance .btn_area {
    margin-top: 50px;
  }
}
.new_performance .btn_area .btn_style01 {
  box-shadow: 0 1px 8px #a8abaf;
  padding: 13px 20px;
  font-size: 16px;
  background-color: #86c7dd;
}
.new_performance .btn_area .btn_style01:hover {
  background-color: #f7941d;
}
.new_performance .btn_area {
  text-align: center;
}
.new_performance .btn_area .arrow {
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.new_performance .btn_area .arrow:after, .new_performance .btn_area .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.new_performance .btn_area .arrow:after {
  width: 18px;
  height: 1px;
  background-color: #000;
  margin-left: -10px;
}
.new_performance .btn_area .arrow:before {
  width: 6px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 4px;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .new_performance .btn_area .arrow:hover {
    background-color: #000;
  }
  .new_performance .btn_area .arrow:hover:after, .new_performance .btn_area .arrow:hover:before {
    background-color: #fff;
  }
}
.new_performance .tag a {
  font-size: 13px;
  border: 1px solid #969696;
  line-height: 1em;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  color: #969696;
}
@media screen and (max-width: 375px) {
  .new_performance .tag a {
    font-size: 12px;
  }
}

.new_performance .performance {
  display: flex;
  position: relative;
  border-bottom: 1px solid #969696;
  padding-bottom: 15px;
  padding-top: 15px;
}
.new_performance .performance:first-child {
  border-top: 1px solid #969696;
  padding-top: 15px;
}
.new_performance .performance .text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .new_performance .performance .text {
    font-size: 14px;
  }
}
.new_performance .performance .tag_area {
  width: 25%;
}
@media screen and (max-width: 375px) {
  .new_performance .performance .tag_area {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .new_performance .performance .tag_area {
    display: flex;
    align-items: center;
  }
  .new_performance .performance .tag_area .tag {
    width: 80px;
  }
  .new_performance .performance .tag_area .date {
    flex: 1;
    margin-left: 0px;
    padding-left: 15px;
  }
}
.new_performance .performance .text {
  width: 75%;
  padding-right: 60px;
}
@media screen and (max-width: 375px) {
  .new_performance .performance .text {
    width: 70%;
    padding-right: 55px;
  }
}
.new_performance .performance .btn_area {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -16px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　買取価格に自信
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.mint_info_blk {
  padding: 40px 15px;
  position: relative;
}
.mint_info_blk:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mint_info_blk {
    padding: 70px 0px;
  }
  .mint_info_blk .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .mint_info_blk .ttlstyle_01 {
    margin-bottom: 20px;
  }
}
.mint_info_blk .serif {
  font-size: 17px;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  .mint_info_blk .serif {
    font-size: 23px;
    text-align: center;
  }
}
.mint_info_blk .img_wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mint_info_blk .img_wrap {
    margin-bottom: 50px;
  }
}
.mint_info_blk .img_wrap li + li {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mint_info_blk .img_wrap {
    display: flex;
  }
  .mint_info_blk .img_wrap li {
    text-align: center;
  }
}
.mint_info_blk .text_area .midashi_type02 {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .mint_info_blk .text_area .midashi_type02 {
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　3つのpoint
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.blk_three_point {
  padding: 30px 15px;
  position: relative;
}
.blk_three_point:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .blk_three_point {
    padding: 70px 0px 140px 0px;
  }
}
.blk_three_point .ttlstyle_01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .blk_three_point .ttlstyle_01 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .blk_three_point .ttlstyle_01 {
    font-size: 25px;
  }
}
.blk_three_point .inner {
  max-width: 750px;
  margin: 0 auto;
}
.blk_three_point .inner .box {
  position: relative;
  border: 1px solid #86c7dd;
  background-color: #fff;
  padding: 50px 25px;
}
@media screen and (min-width: 768px) {
  .blk_three_point .inner .box {
    padding: 80px 18px 30px 18px;
  }
}
.blk_three_point .inner .box p {
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blk_three_point .inner .box .number {
  background-color: #86c7dd;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: #fff;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
}
.blk_three_point .inner .box .number span {
  display: block;
  text-align: center;
  line-height: 1em;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.blk_three_point .inner .box .number span span {
  padding-top: 8px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .blk_three_point .inner .box .number {
    width: 100px;
    height: 100px;
    top: -50px;
    margin-left: -50px;
  }
  .blk_three_point .inner .box .number span {
    font-size: 16px;
  }
  .blk_three_point .inner .box .number span span {
    font-size: 26px;
  }
}
.blk_three_point .inner .box h3 {
  font-size: 20px;
  color: #86c7dd;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .blk_three_point .inner .box h3 {
    font-size: 23px;
  }
}
.blk_three_point .inner .box .icon {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .blk_three_point .inner .box .icon {
    margin-bottom: 25px;
  }
}
.blk_three_point .inner .box .icon img {
  width: 168px;
}
.blk_three_point .inner .box .img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .blk_three_point .inner .box .img {
    text-align: center;
  }
  .blk_three_point .inner .box .img img {
    width: auto;
  }
}
.blk_three_point .inner .box + .box {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .blk_three_point .inner {
    display: flex;
    justify-content: space-between;
  }
  .blk_three_point .inner .box {
    width: 235px;
  }
  .blk_three_point .inner .box + .box {
    margin-top: 0px;
  }
}
.index .transition_price_blk {
  padding-top: 0;
  padding-bottom: 20px;
}
.index .transition_price_blk:after {
  display: none;
}

#case .content_area {
  position: relative;
  background-image: url(../images/common/bg_pattern01.png);
  height: 100%;
}
#case .content_area .content {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  #case .content_area .content {
    padding: 70px 0px;
  }
}
@media screen and (min-width: 768px) and (min-width: 880px) {
  #case .content_area .content {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  #case .content_area {
    display: flex;
  }
  #case .content_area #widget_area {
    min-width: 230px;
    padding: 70px 20px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
XXXX
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.case_box_wrap .box {
  display: flex;
  flex-direction: column-reverse;
}
.case_box_wrap .box .text_area {
  padding: 20px;
  background-color: #fff;
}
.case_box_wrap .box + .box {
  margin-top: 40px;
}
.case_box_wrap .box:nth-child(2n) .text_area {
  background-color: #f5f5f5;
}

.case_box_wrap .img {
  position: relative;
  width: 100%;
  height: 40vw;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .case_box_wrap .img {
    height: 30vw;
  }
}
@media screen and (min-width: 880px) {
  .case_box_wrap .img {
    width: 220px;
    height: 220px;
  }
}
.case_box_wrap .tag_area {
  display: flex;
}
.case_box_wrap .tag_area .category a {
  background-color: #808080;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 1px 3px;
  line-height: 1em;
}
.case_box_wrap .tag_area .date {
  margin-left: 10px;
}
.case_box_wrap .ttl {
  color: #808080;
  font-size: 19px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 5px;
}
@media screen and (min-width: 880px) {
  .case_box_wrap .ttl {
    font-size: 24px;
    margin-top: 10px;
  }
}
.case_box_wrap .name {
  color: #808080;
}
@media screen and (min-width: 880px) {
  .case_box_wrap .name {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
}
.case_box_wrap dl {
  display: inline-block;
}
.case_box_wrap dl dt, .case_box_wrap dl dd {
  color: #000000;
  display: inline-block;
}
.case_box_wrap dl dt {
  font-size: 16px;
}
@media screen and (min-width: 880px) {
  .case_box_wrap dl dt {
    font-size: 17px;
    width: 80px;
  }
}
.case_box_wrap dl dd {
  font-size: 13px;
  margin-left: 5px;
}
@media screen and (min-width: 880px) {
  .case_box_wrap dl dd {
    font-size: 17px;
    text-align: right;
  }
}
.case_box_wrap dl dd span {
  display: inline-block;
  padding-right: 3px;
  font-size: 16px;
}
@media screen and (min-width: 880px) {
  .case_box_wrap dl dd span {
    font-size: 29px;
  }
}
.case_box_wrap dl + dl {
  margin-left: 20px;
}
@media screen and (min-width: 880px) {
  .case_box_wrap dl + dl {
    margin-left: 0px;
  }
}
@media screen and (min-width: 880px) {
  .case_box_wrap dl {
    display: block;
  }
}
.case_box_wrap .price dd span {
  color: #ff0000;
  font-size: 20px;
}
@media screen and (min-width: 880px) {
  .case_box_wrap .price dd span {
    font-size: 29px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media screen and (min-width: 880px) {
  .case_box_wrap {
    max-width: 650px;
    margin: 0 auto;
  }
  .case_box_wrap .box {
    flex-direction: row;
    background-color: #fff;
    padding: 30px;
  }
  .case_box_wrap .box .img {
    width: 220px;
  }
  .case_box_wrap .box .text_area {
    width: 380px;
  }
  .case_box_wrap .box:nth-child(2n) {
    background-color: #f5f5f5;
  }
  .case_box_wrap .box:nth-child(2n) .text_area {
    background-color: transparent;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
XXXX
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#widget_area {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  #widget_area {
    padding: 70px 0px;
  }
}
#widget_area .column_widget + .column_widget {
  margin-top: 30px;
}

#widget_area .column_widget h3 {
  color: #86c7dd;
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
#widget_area .column_widget ul a {
  color: #86c7dd;
  font-size: 13px;
}
#widget_area .column_widget.keyword ul a {
  background-color: #86c7dd;
  color: #fff;
  line-height: 1em;
  padding: 2px 3px;
  border-radius: 4px;
}
#widget_area .column_widget.keyword ul li {
  display: inline-block;
  margin: 1px;
}

@media screen and (min-width: 768px) {
  #widget_area {
    background-color: #a4d5e5;
    width: 230px;
  }
  #widget_area .column_widget h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
  }
  #widget_area .column_widget ul a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    position: relative;
  }
  #widget_area .column_widget ul a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.6s ease;
  }
  #widget_area .column_widget ul a:hover {
    opacity: 1;
  }
  #widget_area .column_widget ul a:hover:after {
    width: 100%;
  }
  #widget_area .column_widget.keyword ul a {
    background-color: #fff;
    color: #86c7dd;
    padding: 3px 3px;
  }
  #widget_area .column_widget.keyword ul a:hover {
    background-color: #398ed0;
    color: #fff;
  }
  #widget_area .column_widget.keyword ul a:after {
    display: none;
  }
  #widget_area .column_widget.keyword ul li {
    display: inline-block;
    margin: 1px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PAGENATION
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.pagination {
  margin: 50px auto 0px auto;
}
@media screen and (min-width: 768px) {
  .pagination {
    width: 100%;
    max-width: 650px;
    margin: 50px auto 0px auto;
  }
}
.pagination:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagination ul {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagination ul li {
  float: left;
  list-style: none outside none;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
.pagination ul li + li {
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .pagination ul li + li {
    margin-left: 10px;
  }
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li a {
  background: none repeat scroll 0 0 transparent;
  color: #666666;
  display: block;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.pagination ul li.active {
  position: relative;
  cursor: not-allowed;
  text-align: center;
  color: #fff;
  background-color: #666666;
}
.pagination ul li.active a {
  color: #FFF;
}
.pagination ul li.prev, .pagination ul li.next {
  position: relative;
}
.pagination ul li.prev:after, .pagination ul li.next:after {
  content: "";
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -3px;
  transition: all 0.2s ease;
}
.pagination ul li.prev:after {
  margin-right: -4px;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.pagination ul li.next:after {
  margin-right: -2px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.pagination ul li:hover a {
  background-color: #86c7dd;
  color: #fff;
  opacity: 1;
}
.pagination ul li:hover.prev, .pagination ul li:hover.next {
  position: relative;
}
.pagination ul li:hover.prev:after, .pagination ul li:hover.next:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.today_market_column {
  padding: 30px 15px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .today_market_column {
    padding: 70px 0px;
  }
  .today_market_column .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
.today_market_column .time {
  color: #ff0000;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .today_market_column .time {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.today_market_column .anno {
  margin-top: 20px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.transition_price_blk.market {
  position: relative;
}
.transition_price_blk.market:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -5;
}
@media screen and (min-width: 768px) {
  .transition_price_blk.market .table_style02 {
    margin-top: 60px;
  }
}
.transition_price_blk table th {
  width: 33.3333333333%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.market_average {
  padding: 30px 15px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .market_average {
    padding: 70px 0px;
  }
  .market_average .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
.market_average .table_style02 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .market_average .table_style02 {
    margin-top: 60px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 768px) {
  #product .ttlstyle_02 {
    font-size: 24px;
  }
}

.product_number_column {
  padding: 30px 15px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .product_number_column {
    padding: 70px 0px;
  }
  .product_number_column .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
.product_number_column .ttlstyle_01 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product_number_column .text {
  color: #000;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  text-align: center;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .product_number_column .text {
    font-size: 18px;
  }
}
.product_number_column .number_area {
  margin-top: 30px;
}
.product_number_column .number_area .caption {
  margin-top: -30px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .product_number_column .number_area {
    margin-top: 50px;
  }
  .product_number_column .number_area .caption {
    margin-top: 0;
    font-size: 14px;
  }
}
.product_number_column .number_area img + img {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .product_number_column .number_area img + img {
    margin-top: 0px;
    margin-left: 20px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.product_new_market {
  padding: 50px 15px 0px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product_new_market {
    padding: 100px 0px 0px 0px;
  }
  .product_new_market .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
.product_new_market:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -5;
}
.product_new_market .midashi_type3 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .product_new_market .table_style02 {
    margin-top: 60px;
  }
}
.product_new_market .time {
  color: #ff0000;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .product_new_market .time {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .product_new_market .new_market {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 50px;
  }
}
.product_new_market .new_market .box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product_new_market .new_market .box {
    width: 257px;
  }
}
@media screen and (max-width: 767px) {
  .product_new_market .new_market .box {
    display: flex;
  }
}
.product_new_market .new_market .box .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 374px) {
  .product_new_market .new_market .box .img {
    width: 115px;
    min-width: 115px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .product_new_market .new_market .box .img {
    width: 165px;
    min-width: 165px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .product_new_market .new_market .box .textarea {
    margin-left: 10px;
  }
}
.product_new_market .new_market .box .name {
  background-color: #86c7dd;
  font-size: 15px;
  color: #fff;
  padding: 5px 8px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 374px) {
  .product_new_market .new_market .box .name {
    font-size: 14px;
  }
}
.product_new_market .new_market .box .price {
  position: relative;
  padding-left: 75px;
  font-size: 16px;
  display: inline-block;
  color: #ff0000;
}
@media screen and (min-width: 480px) {
  .product_new_market .new_market .box .price {
    padding-left: 115px;
  }
}
@media screen and (min-width: 768px) {
  .product_new_market .new_market .box .price {
    font-size: 20px;
    padding-left: 115px;
  }
}
.product_new_market .new_market .box .price .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.product_new_market .new_market .box .price .icon img {
  width: 70px;
  position: relative;
  top: -3px;
}
@media screen and (min-width: 480px) {
  .product_new_market .new_market .box .price .icon img {
    width: 110px;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .product_new_market .new_market .box .price .icon img {
    width: 110px;
    top: 0;
  }
}
.product_new_market .new_market .box .price span {
  font-size: 20px;
  display: inline-block;
  padding-right: 3px;
  font-weight: 500;
}
@media screen and (max-width: 374px) {
  .product_new_market .new_market .box .price span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .product_new_market .new_market .box .price span {
    font-size: 36px;
  }
}
.product_new_market .new_market .box + .box {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .product_new_market .new_market .box + .box {
    margin-top: 0px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.product_table_blk {
  padding: 30px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product_table_blk {
    padding: 70px 0px 110px 0px;
  }
  .product_table_blk .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
.product_table_blk .notice_txt {
  margin-top: -15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product_table_blk .notice_txt {
    margin-top: -25px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .product_table_blk .notice_txt {
    margin-top: -30px;
  }
}
.product_table_blk:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -5;
}
@media screen and (min-width: 768px) {
  .product_table_blk .table_style03 {
    margin-top: 10px;
  }
}
.product_table_blk .anno {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .product_table_blk .column + .column {
    margin-top: 70px;
  }
}
.product_table_blk .column .other_table + .other_table {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .product_table_blk .column .other_table + .other_table {
    margin-top: 40px;
  }
}
.product_table_blk .midashi {
  color: #969696;
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .product_table_blk .midashi {
    font-size: 22px;
  }
}
.product_table_blk .midashi span {
  font-size: 13px;
  color: #ff0000;
  display: inline-block;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .product_table_blk .midashi span {
    font-size: 14px;
  }
}

.price_up {
  position: relative;
  padding: 10px 15px 25px 15px;
}
@media screen and (min-width: 768px) {
  .price_up {
    padding: 20px 15px 40px 15px;
  }
}
.price_up:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-color: #f7f7f7;
  z-index: -5;
}
.price_up .inner {
  text-align: center;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.product_price_up {
  padding: 30px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product_price_up {
    padding: 30px 0px 150px 0px;
  }
  .product_price_up .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
.product_price_up:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -5;
}
.product_price_up .tabel_in {
  margin: 30px 0px;
}
@media screen and (min-width: 768px) {
  .product_price_up .table_style02 {
    margin-top: 60px;
  }
}
.product_price_up .btn_area {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product_price_up .btn_area {
    margin-top: 70px;
  }
}
.product_price_up .btn_style01 {
  padding: 20px 20px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お買取について
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.scrap_factory {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .scrap_factory {
    padding: 100px 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 780px) {
  .scrap_factory {
    padding: 100px 0px;
  }
}
.scrap_factory .ttlstyle_01 {
  position: relative;
  margin-bottom: 50px;
}
.scrap_factory .ttlstyle_01 span {
  text-align: center;
  font-size: 18px;
  display: block;
  padding-top: 5px;
}
.scrap_factory .ttlstyle_01 .arrow {
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #86c7dd;
  border-right: 2px solid #86c7dd;
  position: absolute;
  bottom: -25px;
  right: 50%;
  margin-right: -10px;
  transform: rotate(45deg);
}
.scrap_factory .ttlstyle_01:after, .scrap_factory .ttlstyle_01:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 45%;
  background-color: #86c7dd;
  bottom: -15px;
}
.scrap_factory .ttlstyle_01:after {
  right: 50%;
  margin-right: 13px;
}
.scrap_factory .ttlstyle_01:before {
  left: 50%;
  margin-left: 13px;
}
.scrap_factory .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.scrap_factory .box_wrap .box {
  width: 50%;
  margin-bottom: 40px;
  text-align: center;
}
.scrap_factory .box_wrap .box:last-of-type {
  margin-bottom: 50px;
}
.scrap_factory .box_wrap .box .number {
  font-size: 15px;
  display: block;
  text-align: center;
  margin: 20px auto;
  background-color: #86c7dd;
  color: #FFF;
  height: 35px;
  width: 35px;
  padding-top: 10px;
  border-radius: 50%;
  line-height: 1em;
  letter-spacing: 0em;
}
.scrap_factory .box_wrap .box img {
  border-radius: 50%;
  width: 80%;
}
.scrap_factory .box_wrap .box .text {
  text-align: center;
  margin-top: 20px;
  color: #86c7dd;
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 1em;
  margin-right: -1em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scrap_factory .text_area .ttl {
  font-size: 23px;
  line-height: 1.4em;
  color: #86c7dd;
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
}
.scrap_factory .text_area p {
  padding: 0px 20px;
}

@media screen and (min-width: 768px) {
  .scrap_factory .ttlstyle_01 {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 10px;
    font-size: 50px;
    line-height: 1.6em;
  }
  .scrap_factory .ttlstyle_01 span {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 1.2em;
  }
  .scrap_factory .ttlstyle_01 .arrow {
    width: 30px;
    height: 30px;
    bottom: -30px;
    margin-right: -15px;
  }
  .scrap_factory .ttlstyle_01:after, .scrap_factory .ttlstyle_01:before {
    bottom: -15px;
    width: 45%;
  }
  .scrap_factory .ttlstyle_01:after {
    margin-right: 20px;
  }
  .scrap_factory .ttlstyle_01:before {
    margin-left: 20px;
  }
  .scrap_factory .box_wrap {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .scrap_factory .box_wrap .box {
    width: 150px;
    text-align: center;
  }
  .scrap_factory .box_wrap .box:last-of-type {
    padding-right: 0px;
  }
  .scrap_factory .box_wrap .box img {
    width: 150px;
  }
  .scrap_factory .text_area .ttl {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
  }
  .scrap_factory .text_area p {
    padding: 0px 20px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お買取について
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.scrap_purchase {
  position: relative;
  padding: 0px 15px 30px 15px;
}
@media screen and (min-width: 375px) {
  .scrap_purchase {
    padding: 0px 25px 30px 25px;
  }
}
.scrap_purchase:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .scrap_purchase {
    padding: 70px 0px 0px 0px;
  }
  .scrap_purchase .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}

.scrap_purchase .flex_box .img {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .scrap_purchase .flex_box {
    display: flex;
    justify-content: space-between;
  }
  .scrap_purchase .flex_box .textarea {
    width: 390px;
  }
  .scrap_purchase .flex_box .textarea .ttlstyle_02 {
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  .scrap_purchase .flex_box .textarea p {
    font-size: 16px;
    line-height: 1.9em;
    letter-spacing: 0.02em;
    text-align: justify;
  }
  .scrap_purchase .flex_box .img {
    width: 320px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お買取について　テーブル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.scrap_purchase_table {
  padding: 40px 15px 0px 15px;
  position: relative;
}
@media screen and (min-width: 375px) {
  .scrap_purchase_table {
    padding: 40px 25px 0px 25px;
  }
}
@media screen and (min-width: 768px) {
  .scrap_purchase_table {
    padding: 70px 0px;
  }
  .scrap_purchase_table .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
.scrap_purchase_table:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -1;
}
.scrap_purchase_table .anno {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .scrap_purchase_table .anno {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.scrap_purchase_table .tabel_in {
  margin-bottom: 20px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
分析手数料
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.scrap_analysis {
  padding: 30px 15px 30px 15px;
  position: relative;
}
@media screen and (min-width: 375px) {
  .scrap_analysis {
    padding: 30px 25px 30px 25px;
  }
}
@media screen and (min-width: 768px) {
  .scrap_analysis {
    padding: 70px 0px;
  }
  .scrap_analysis .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
.scrap_analysis:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -1;
}
.scrap_analysis .img {
  margin-top: 20px;
}

.scrap_analysis .flex_box .img {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .scrap_analysis .flex_box {
    display: flex;
    justify-content: space-between;
  }
  .scrap_analysis .flex_box .textarea {
    width: 360px;
  }
  .scrap_analysis .flex_box .textarea .ttlstyle_02 {
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  .scrap_analysis .flex_box .textarea p {
    font-size: 16px;
    line-height: 1.9em;
    letter-spacing: 0.02em;
    text-align: justify;
  }
  .scrap_analysis .flex_box .img {
    width: 350px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
買取対象金属
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.scrap_object {
  padding: 0px 15px 30px 15px;
  background-color: #fff;
}
@media screen and (min-width: 375px) {
  .scrap_object {
    padding: 0px 25px 30px 25px;
  }
}
@media screen and (min-width: 768px) {
  .scrap_object {
    padding: 70px 0px;
  }
  .scrap_object .inner {
    max-width: 750px;
    margin: 0 auto;
  }
  .scrap_object .inner .ttlstyle_02 {
    margin-top: 0px;
  }
}

.scrap_object .anno {
  margin-top: 20px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .scrap_object .anno {
    margin-top: -20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .scrap_object .text {
    font-size: 16px;
  }
}
.scrap_object .box_wrap .box p {
  color: #9c9c9c;
  margin-top: 5px;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scrap_object .box_wrap .box + .box {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .scrap_object .box_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .scrap_object .box_wrap .box {
    width: 240px;
    margin-bottom: 40px;
  }
  .scrap_object .box_wrap .box + .box {
    margin-top: 0px;
    margin-left: 15px;
  }
  .scrap_object .box_wrap .box + .box:nth-child(3n+1) {
    margin-left: 0px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
分析報告書
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.scrap_report {
  padding: 30px 15px;
  position: relative;
}
@media screen and (min-width: 375px) {
  .scrap_report {
    padding: 30px 25px 30px 25px;
  }
}
@media screen and (min-width: 768px) {
  .scrap_report {
    padding: 70px 0px;
  }
  .scrap_report .inner {
    max-width: 750px;
    margin: 0 auto;
  }
  .scrap_report .inner .ttlstyle_02 {
    margin-top: 0px;
  }
  .scrap_report .inner .text {
    font-size: 16px;
  }
}
.scrap_report:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .scrap_report .table_style02 {
    margin-top: 60px;
  }
}

.scrap_report .btn_area {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .scrap_report .btn_area {
    text-align: left;
  }
}
.scrap_report .btn_area img {
  width: 268px;
}
@media screen and (min-width: 768px) {
  .scrap_report .btn_area img {
    width: 422px;
  }
}
.scrap_report .btn_area a {
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .scrap_report .btn_area a:hover {
    opacity: 0.8;
  }
}

.square_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 320px;
  margin: 0 auto;
  padding: 30px 0px;
}
@media screen and (min-width: 768px) {
  .square_list {
    margin: 25px 0px;
    padding: 0px;
    max-width: 400px;
  }
}
.square_list li {
  color: #666666;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .square_list li {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
.square_list li:before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #86c7dd;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ボーナス加算
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.scrap_bonus {
  padding: 10px 15px 30px 15px;
  background-color: #fff;
}
@media screen and (min-width: 375px) {
  .scrap_bonus {
    padding: 10px 25px 30px 25px;
  }
}
@media screen and (min-width: 768px) {
  .scrap_bonus {
    padding: 70px 0px;
  }
  .scrap_bonus .inner {
    max-width: 750px;
    margin: 0 auto;
  }
  .scrap_bonus .inner .ttlstyle_02 {
    margin-top: 0px;
  }
  .scrap_bonus .inner .text {
    font-size: 16px;
  }
}

.scrap_bonus .tabel_in {
  margin: 20px 0px;
}
@media screen and (min-width: 768px) {
  .scrap_bonus .tabel_in .table_style03 tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .scrap_bonus .tabel_in .table_style03 tr {
    padding: 0;
    width: 50%;
  }
  .scrap_bonus .tabel_in .table_style03 tr td, .scrap_bonus .tabel_in .table_style03 tr th {
    width: 187px;
    font-size: 20px;
  }
  .scrap_bonus .tabel_in .table_style03 tr:nth-child(5) th {
    border-bottom: 1px solid #86c7dd;
  }
}
@media screen and (max-width: 767px) {
  .scrap_bonus .anno {
    font-size: 13px;
    line-height: 1.8em;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
口コミ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.scrap_voice {
  padding: 50px 15px 60px 15px;
  position: relative;
}
@media screen and (min-width: 375px) {
  .scrap_voice {
    padding: 50px 25px 60px 25px;
  }
}
@media screen and (min-width: 768px) {
  .scrap_voice {
    padding: 70px 0px;
  }
  .scrap_voice .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
.scrap_voice:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -1;
}
.scrap_voice .btn_area {
  margin-top: 30px;
  text-align: center;
}
.scrap_voice .btn_area .btn_style01 {
  padding: 20px 25px;
  box-shadow: 0 3px 0 #a8abaf;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .scrap_voice .btn_area .btn_style01 {
    padding: 20px 35px;
  }
}
.scrap_voice .btn_area .btn_style01:active {
  top: 3px;
  box-shadow: 0 0 0 #a8abaf;
}

.voice_box {
  border-radius: 10px;
  border: 1px solid #86c7dd;
  background-color: #fff;
  padding: 40px 20px 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice_box {
    padding: 70px 40px 50px 40px;
  }
}
.voice_box .ttl {
  color: #fff;
  background-color: #86c7dd;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  width: 170px;
  text-align: center;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -85px;
}
@media screen and (min-width: 768px) {
  .voice_box .ttl {
    font-size: 25px;
    width: 260px;
    padding: 10px;
    border-radius: 10px;
    top: -28px;
    margin-left: -130px;
  }
}
@keyframes textanime {
  0% {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  100% {
    white-space: normal;
  }
}
.voice_box dl {
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 0px;
}
.voice_box dl:first-of-type {
  border-top: 1px solid #cfcfcf;
}
@media screen and (min-width: 768px) {
  .voice_box dl {
    padding: 30px 0px;
  }
}
.voice_box dl dt {
  cursor: pointer;
  color: #86c7dd;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  transition: all 0.2s ease;
  animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  .voice_box dl dt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 768px) {
  .voice_box dl dt {
    font-size: 21px;
    overflow: visible;
    padding-left: 75px;
    padding-right: 50px;
  }
  .voice_box dl dt:hover {
    color: #f7941d;
  }
  .voice_box dl dt:hover span {
    background-color: #f7941d;
  }
}
.voice_box dl dt:before {
  content: "";
  width: 28px;
  height: 22px;
  background-image: url(../images/common/icon_hukidashi.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0.2em;
}
@media screen and (min-width: 768px) {
  .voice_box dl dt:before {
    width: 56px;
    height: 44px;
    top: -10px;
  }
}
.voice_box dl dt span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #86c7dd;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .voice_box dl dt span {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
.voice_box dl dt span:before, .voice_box dl dt span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transition: all 0.2s ease;
}
.voice_box dl dt span:before {
  width: 9px;
  height: 1px;
  margin-left: -4px;
}
@media screen and (min-width: 768px) {
  .voice_box dl dt span:before {
    width: 17px;
    margin-left: -8px;
  }
}
.voice_box dl dt span:after {
  width: 1px;
  height: 9px;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .voice_box dl dt span:after {
    height: 17px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .voice_box dl dt.open {
    animation-duration: 0.5s;
    animation-name: textanime;
    -webkit-animation-name: textanime;
  }
}
.voice_box dl dt.open span {
  background-color: #b5b5b5;
}
.voice_box dl dt.open span:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.voice_box dl dd {
  padding-left: 35px;
  display: none;
}
@media screen and (min-width: 768px) {
  .voice_box dl dd {
    padding-left: 75px;
    padding-right: 50px;
  }
}
.voice_box dl dd .name {
  color: #86c7dd;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .voice_box dl dd .name {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .voice_box dl dd .name .text {
    font-size: 15px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
会社概要
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.inner_column#company {
  position: relative;
}
.inner_column#company:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -1;
}

.company_date {
  padding: 40px 15px 60px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company_date {
    padding: 70px 0px;
  }
  .company_date .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
.company_date .ttlstyle_01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .company_date .ttlstyle_01 {
    margin-bottom: 70px;
  }
}

.company_date .company_info {
  background-color: #fff;
  padding: 25px 10px;
  border-radius: 8px;
}
@media screen and (min-width: 375px) {
  .company_date .company_info {
    padding: 20px 15px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .company_date .company_info {
    padding: 60px 50px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
全体
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#trading {
  position: relative;
}
#trading:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -10;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　banner
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.trading_banner {
  text-align: center;
  padding: 60px 15px 30px 15px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .trading_banner {
    padding: 70px 0px;
  }
}
.trading_banner .inner {
  max-width: 750px;
  margin: 0 auto;
}
.trading_banner a {
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .trading_banner a:hover {
    opacity: 0.8;
  }
}

.delivery_blk {
  padding: 60px 15px 60px 15px;
}
@media screen and (min-width: 768px) {
  .delivery_blk {
    padding: 70px 0px;
  }
}
.delivery_blk .inner {
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .inner {
    max-width: 750px;
    margin: 0 auto;
    padding: 50px 25px;
    border-radius: 30px;
  }
}

.delivery_blk .box_wrap .box {
  padding-bottom: 30px;
}
.delivery_blk .box_wrap .box:last-of-type {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box:last-of-type {
    padding-bottom: 150px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box {
    position: relative;
    padding-bottom: 40px;
  }
}

.delivery_blk .box_wrap .ttlstyle_01 {
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .ttlstyle_01 {
    font-size: 31px;
    text-align: left;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .anno {
    margin-top: 20px;
  }
}
.delivery_blk .box_wrap .number {
  background-color: #86c7dd;
  color: #FFF;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 15px;
  display: block;
  text-align: center;
  line-height: 35px;
  margin: 0px auto 15px auto;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .number {
    margin: 20px auto;
  }
}
.delivery_blk .box_wrap .img_box {
  background-size: cover;
  display: block;
  height: 50vw;
  width: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .img_box {
    height: 370px;
    border-radius: 30px;
    background-size: contain;
  }
}
.delivery_blk .box_wrap .img_box.pc {
  display: none;
}
.delivery_blk .box_wrap .img_box.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .img_box.pc {
    display: block;
  }
  .delivery_blk .box_wrap .img_box.sp {
    display: none;
  }
  .delivery_blk .box_wrap .img_box.gr {
    background-position: bottom 0px right -5px;
  }
  .delivery_blk .box_wrap .img_box.gr:before {
    content: "";
    border-radius: 30px;
    background: linear-gradient(to right, #e5e5e5, #FFF 40%, transparent);
    height: 100%;
    width: 100%;
    display: block;
  }
  .delivery_blk .box_wrap .img_box.none .inner {
    top: 120px;
  }
}
.delivery_blk .box_wrap .box_inner {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box_inner {
    position: absolute;
    top: 80px;
    left: 30px;
    margin-top: 40px;
  }
  .delivery_blk .box_wrap .box_inner.none {
    margin-top: 0px;
  }
  .delivery_blk .box_wrap .box_inner.t15 {
    margin-top: 15px;
  }
}
.delivery_blk .box_wrap .box_inner > .text {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box_inner > .text {
    text-align: left;
    margin-bottom: 10px;
    max-width: 370px;
    font-size: 15px;
    line-height: 1.8em;
  }
}
.delivery_blk .box_wrap .box_inner .btn_area {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box_inner .btn_area {
    text-align: left;
    margin-top: 20px;
  }
}
.delivery_blk .box_wrap .box_inner .btn_area a {
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box_inner .btn_area a img {
    margin-left: -10px;
  }
  .delivery_blk .box_wrap .box_inner .btn_area a:hover {
    opacity: 0.8;
  }
}
.delivery_blk .box_wrap .box_inner .btn_area p, .delivery_blk .box_wrap .box_inner .btn_area a {
  color: #808080;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box_inner .btn_area p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.delivery_blk .box_wrap .box_inner .btn_area .phone_number {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  font-size: 26px;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box_inner .btn_area .phone_number {
    margin-top: 5px;
    font-size: 40px;
    padding-left: 55px;
  }
}
.delivery_blk .box_wrap .box_inner .btn_area .phone_number:before {
  content: "";
  display: block;
  background-image: url("../images/common/phone_icon_g.png");
  position: absolute;
  height: 40px;
  width: 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box_inner .btn_area .phone_number:before {
    height: 45px;
    width: 45px;
    background-size: 45px;
    left: 0px;
  }
}

.delivery_blk .box_wrap .doc_area {
  padding-bottom: 30px;
}
.delivery_blk .box_wrap .doc_area .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #808080;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .doc_area .ttl {
    font-size: 18px;
  }
}
.delivery_blk .box_wrap .doc_area .img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .doc_area .img {
    text-align: center;
  }
}

.delivery_blk .box_wrap .box .security_box {
  margin-top: 40px;
  border-radius: 10px;
  background-image: url("../images/bg_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box .security_box {
    max-width: 700px;
    margin: 40px auto 0px auto;
  }
}
.delivery_blk .box_wrap .box .security_box .box_inner_secu {
  padding: 25px 25px 20px 25px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box .security_box .box_inner_secu {
    padding: 30px 40px 30px 40px;
  }
}
.delivery_blk .box_wrap .box .security_box .box_inner_secu h3 {
  color: #514727;
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box .security_box .box_inner_secu h3 {
    font-size: 34px;
    padding-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.delivery_blk .box_wrap .box .security_box .box_inner_secu h3:before, .delivery_blk .box_wrap .box .security_box .box_inner_secu h3:after {
  content: "";
  background-image: url("../images/border.png");
  display: block;
  width: 60px;
  height: 7px;
  position: absolute;
  margin-top: 10px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box .security_box .box_inner_secu h3:before, .delivery_blk .box_wrap .box .security_box .box_inner_secu h3:after {
    width: 152px;
    height: 7px;
    margin-top: 10px;
    top: 0;
  }
}
@media screen and (max-width: 374px) {
  .delivery_blk .box_wrap .box .security_box .box_inner_secu h3:before, .delivery_blk .box_wrap .box .security_box .box_inner_secu h3:after {
    width: 30px;
  }
}
.delivery_blk .box_wrap .box .security_box .box_inner_secu h3:before {
  left: 50%;
  margin-left: 75px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box .security_box .box_inner_secu h3:before {
    margin-left: 152px;
  }
}
.delivery_blk .box_wrap .box .security_box .box_inner_secu h3:after {
  right: 50%;
  margin-right: 75px;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box .security_box .box_inner_secu h3:after {
    margin-right: 152px;
  }
}
.delivery_blk .box_wrap .box .security_box .box_inner_secu .text {
  color: #8a7d50;
}
@media screen and (min-width: 768px) {
  .delivery_blk .box_wrap .box .security_box .box_inner_secu .text {
    font-size: 14px;
  }
}

.need_blk {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .need_blk {
    margin-bottom: 100px;
  }
}
.need_blk .text {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .need_blk .text {
    margin-bottom: 0px;
    text-align: left;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  .need_blk > .text {
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}
.need_blk .ttlstyle_01 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .need_blk .ttlstyle_01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .need_blk .document_wrap {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .need_blk .document_wrap .document {
    width: 340px;
  }
}
.need_blk .document_wrap .document + .document {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .need_blk .document_wrap .document + .document {
    margin-top: 0px;
    margin-left: 10px;
  }
}
.need_blk .document_wrap .document img {
  text-align: center;
}
.need_blk .document_wrap .document h3 {
  text-align: center;
  margin: 10px 0px 15px 0px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .need_blk .document_wrap .document h3 {
    margin: 20px 0px 30px 0px;
    font-size: 26px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　全体
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#contact, #thanks {
  position: relative;
}
#contact:after, #thanks:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_pattern01.png);
  z-index: -10;
}

#mod_form_blk {
  overflow: hidden;
}
#mod_form_blk .inner {
  padding: 10px 15px 30px 15px;
}
@media screen and (min-width: 768px) {
  #mod_form_blk .inner {
    padding: 70px 0px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　上部テキスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#mod_form_blk .form_text {
  margin-bottom: 40px;
}
#mod_form_blk .form_text .midashi_type01 {
  margin-bottom: 15px;
  color: #86c7dd;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #mod_form_blk .form_text .midashi_type01 {
    font-size: 29px;
    margin-bottom: 15px;
    margin-bottom: 70px;
  }
}
#mod_form_blk .form_text .text {
  margin-bottom: 10px;
}
#mod_form_blk .form_text .img {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #mod_form_blk .form_text .img {
    margin-bottom: 50px;
  }
}
#mod_form_blk .form_text .img img {
  max-width: 126px;
}

@media screen and (min-width: 768px) {
  #mod_form_blk .form_text {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #mod_form_blk .form_text .text {
    margin-bottom: 10px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　フォーム本体
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#form .ttl {
  color: #999999;
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-left: 5px solid #86c7dd;
  padding: 1px;
  padding-left: 10px;
  margin-bottom: 15px;
  line-height: 1em;
  letter-spacing: 0.08em;
}

#form .form_table {
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #form .form_table {
    max-width: 700px;
    margin: 0 auto;
  }
}
#form .form_table tr {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #form .form_table tr {
    margin-bottom: 30px;
  }
}
#form .form_table tr th {
  display: block;
  margin-bottom: 5px;
  color: #808080;
}
@media screen and (min-width: 768px) {
  #form .form_table tr th {
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
  }
}
#form .form_table tr td {
  display: block;
}
#form .form_table tr.address.top {
  margin-top: 60px;
}
#form .form_table tr:last-of-type {
  padding-bottom: 40px;
}
#form .form_table input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
#form .form_table input[type=text], #form .form_table input[type=file],
#form .form_table textarea {
  width: 100%;
  border: 1px solid #666666;
  background-color: #fff;
  padding: 10px 13px;
  font-size: 15px;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #form .form_table input[type=text], #form .form_table input[type=file],
#form .form_table textarea {
    width: 100%;
    border: 1px solid #666666;
    padding: 10px 13px;
    font-size: 15px;
    width: 100%;
    display: inline-block;
  }
}
#form .form_table input::placeholder {
  color: #999;
}
#form button[type=submit] img {
  max-width: 210px;
}
@media screen and (min-width: 768px) {
  #form button[type=submit] img {
    max-width: 420px;
  }
}

#mod_form_blk #form {
  overflow: hidden;
}
#mod_form_blk .delivery_info .ad_text {
  font-size: 18px;
  padding: 15px 5px 0px 5px;
  display: block;
  margin-bottom: 20px;
  color: #FFF;
  background-color: #86c7dd;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #mod_form_blk .delivery_info .ad_text {
    font-size: 18px;
    padding: 30px 0px 0px 0px;
    display: block;
    margin-bottom: 20px;
    color: #FFF;
    background-color: #86c7dd;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }
}
#mod_form_blk .delivery_info .ad_text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 45.5vw 0 45.5vw;
  border-color: #86c7dd transparent transparent transparent;
  position: absolute;
  right: 50%;
  margin-right: -45.5vw;
  bottom: -54px;
}
@media screen and (min-width: 768px) {
  #mod_form_blk .delivery_info .ad_text:after {
    border-width: 60px 50vw 0 50vw;
    margin-right: -50vw;
    bottom: -60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1180px) {
  #mod_form_blk .delivery_info .ad_text:after {
    border-width: 80px 50vw 0 50vw;
    margin-right: -50vw;
    bottom: -60px;
    z-index: -1;
  }
}

.radioGroup .horizontal-item {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.radioGroup .horizontal-item:last-child {
  margin-right: 0px;
}
.radioGroup .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
.radioGroup label {
  position: relative;
  cursor: pointer;
  line-height: 16px;
  padding-left: 22px;
  display: inline-block;
}
.radioGroup label input[type=radio] {
  display: none;
}
.radioGroup label input[type=radio] + span {
  display: inline-block;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 3px;
}
.radioGroup label input[type=radio] + span:before, .radioGroup label input[type=radio] + span:after {
  display: inline-block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 0px;
}
.radioGroup label input[type=radio] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 18px;
  height: 18px;
  border: 1px #D0D0D0 solid;
  border-radius: 0px;
}
.radioGroup label input[type=radio] + span:after {
  margin: 4px 4px;
  opacity: 0;
  width: 10px;
  height: 10px;
  background-color: #86c7dd;
  border-color: #86c7dd;
  border-radius: 50%;
}
.radioGroup label input[type=radio]:checked + span:before {
  background-color: #fff;
  border-color: #86c7dd;
}
.radioGroup label input[type=radio]:checked + span:after {
  opacity: 1;
  transition: all 0.2s ease;
}
.radioGroup label input[type=radio] + span:before {
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .radioGroup {
    padding: 10px 0px;
  }
  .radioGroup .horizontal-item {
    margin-bottom: 0px;
  }
  .radioGroup .horizontal-item + .horizontal-item {
    margin-left: 14px;
  }
}
.mw_wp_form_confirm .radioGroup {
  padding: 0px;
}

#form #submit_btn input {
  width: 210px;
  height: 54px;
  background-image: url(../images/common/submit_btn.png);
  background-size: cover;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #form #submit_btn input {
    width: 420px;
    height: 108px;
  }
}

#form .red {
  color: #ff0000;
}
#form .error_message {
  color: #ff0000;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　買取相場
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.phone_blk {
  padding-bottom: 50px;
}
.phone_blk .icon {
  text-align: center;
  margin-bottom: 15px;
}
.phone_blk .icon img {
  max-width: 94px;
}
.phone_blk a {
  text-align: center;
  font-size: 24px;
  color: #86c7dd;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .phone_blk a {
    font-size: 42px;
  }
}
.phone_blk .phone_link {
  text-align: center;
  margin-bottom: 10px;
}
.phone_blk .phone_number {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  font-size: 26px;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .phone_blk .phone_number {
    text-align: center;
    margin-top: 5px;
    font-size: 48px;
    padding-left: 66px;
  }
}
.phone_blk .phone_number:before {
  content: "";
  display: block;
  background-image: url("../images/common/icon_contact.png");
  position: absolute;
  height: 40px;
  width: 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .phone_blk .phone_number:before {
    content: "";
    height: 56px;
    width: 56px;
    background-size: 56px;
  }
}
.phone_blk .text {
  font-weight: bold;
  color: #86c7dd;
  text-align: center;
  margin-bottom: 10px;
  font-size: 21px;
}
.phone_blk .text.small {
  font-size: 17px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　サンクスページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#mod_form_blk .blk_thanks {
  max-width: 700px;
  margin: 0 auto;
}
#mod_form_blk .blk_thanks .box {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #mod_form_blk .blk_thanks p {
    font-size: 24px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8em;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  #mod_form_blk .phone_blk.thanks {
    padding-top: 80px;
  }
}
#mod_form_blk .phone_blk.thanks .sub {
  text-align: center;
  color: #86c7dd;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
#mod_form_blk .phone_blk.thanks .logo {
  text-align: center;
  margin-bottom: 15px;
}
#mod_form_blk .phone_blk.thanks .logo img {
  width: 272px;
}
#mod_form_blk .phone_blk.thanks .phone_link {
  text-align: center;
}
#mod_form_blk .phone_blk.thanks .phone_link a {
  display: inline-block;
  margin-top: 5px;
  font-size: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  #mod_form_blk .phone_blk.thanks .phone_link a {
    font-size: 38px;
  }
}

#form .addressWrap {
  max-width: 290px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

#form .addressWrap span {
  display: inline-block;
  padding: 0px 7px;
}

#form .addressWrap .input {
  width: 135px;
}

#form .addresstext {
  margin-top: 20px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	2020/07/27　追加
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.attention_area {
  margin-top: -20px;
}
.attention_area .wrap_box {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  height: 200px;
  overflow-y: scroll;
}
.attention_area .midashi {
  font-size: 16px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5px;
}
.attention_area .column {
  margin-top: 15px;
}
.attention_area dl dt {
  margin-top: 15px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 3px;
}
.attention_area .list {
  margin: 8px 0px;
}
.attention_area .list p + p, .attention_area .list p + ul, .attention_area .list ul + p, .attention_area .list ul + ul {
  margin-top: 8px;
}
.attention_area .list p {
  padding-left: 0.9em;
  text-indent: -0.9em;
}
.attention_area .list ul li {
  line-height: 1.5em;
  padding-left: 0.8em;
  position: relative;
}
.attention_area .list ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 0.75em;
  border-radius: 50%;
}
.attention_area .list ul li + li {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .attention_area .wrap_box {
    margin-bottom: 80px;
  }
}
.checkArea {
  text-align: center;
  margin-bottom: 20px;
}
.checkArea .textArea {
  text-align: center;
}
.checkArea .textArea .text {
  text-align: center;
  margin-bottom: 10px;
  padding: 0px 0.1em;
}
.checkArea .textArea .text a {
  color: #86c7dd;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .checkArea .textArea .text a:hover {
    opacity: 0.7;
  }
}
.checkArea .textArea .text a:before {
  display: none;
}
.checkArea label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 32px;
  display: inline-block;
}
.checkArea label input[type=checkbox] {
  display: none;
}
.checkArea label input[type=checkbox] + span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkArea label input[type=checkbox] + span:before, .checkArea label input[type=checkbox] + span:after {
  display: inline-block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.checkArea label input[type=checkbox] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 20px;
  height: 20px;
  border: 1px #aaaaaa solid;
  border-radius: 3px;
}
.checkArea label input[type=checkbox] + span:after {
  z-index: 1;
  margin: 4px 7px;
  width: 6px;
  height: 9px;
  opacity: 0;
}
.checkArea label input[type=checkbox]:checked + span:before {
  background-color: #86c7dd;
  border-color: #86c7dd;
}
.checkArea label input[type=checkbox]:checked + span:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .checkArea .textArea .text {
    font-size: 16px;
  }
  .checkArea .textArea .text a {
    font-size: 16px;
  }
  .checkArea label {
    line-height: 25px;
  }
  .checkArea label input[type=checkbox] + span {
    letter-spacing: 0.05em;
    font-size: 16px;
  }
  .checkArea label input[type=checkbox] + span:before, .checkArea label input[type=checkbox] + span:after {
    top: 0.2em;
  }
}
#form #submit_btn input.nocheck {
  pointer-events: none;
  background-image: url(../images/common/submit_btn_no.png);
}

#single .content_area {
  position: relative;
  background-image: url(../images/common/bg_pattern01.png);
  height: 100%;
}

#single .content_area .content {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  #single .content_area .content {
    padding: 85px 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 880px) {
  #single .content_area .content {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #single .pankuzu {
    top: 30px;
  }
}

@media screen and (min-width: 768px) {
  #single .content_area {
    display: flex;
  }
  #single .content_area #widget_area {
    min-width: 230px;
    padding: 70px 20px;
  }
}
#post {
  background-color: #fff;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  #post {
    padding: 40px 25px;
  }
}

#post .head_area .thumbnail.noimg {
  border: 1px solid #86c7dd;
}
#post .post_date {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #post .post_date {
    margin-bottom: 50px;
  }
}
#post .post_date .ttl {
  color: #808080;
  font-size: 19px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 880px) {
  #post .post_date .ttl {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#post .post_date .category {
  display: inline-block;
  margin-right: 5px;
}
#post .post_date .category li {
  display: inline-block;
  margin-right: 5px;
}
#post .post_date .category a {
  background-color: #808080;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 3px 5px;
  line-height: 1em;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #post .post_date .category a {
    transition: all 0.3s ease;
  }
  #post .post_date .category a:hover {
    background-color: #565656;
  }
}
#post .post_date .date {
  display: inline-block;
}

#post .snsbuttons {
  display: flex;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
#post .snsbuttons li {
  line-height: 1em;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

/*
    　投稿パーツ
========================================================= */
#postContent *:first-child {
  margin-top: 0px !important;
}
#postContent *:last-child {
  margin-bottom: 0px !important;
}
#postContent p {
  margin-bottom: 20px;
}
#postContent em {
  font-style: italic;
}
#postContent h2 {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#postContent h3 {
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  margin-top: 5px;
}
#postContent h4 {
  background-color: #eaeaea;
  color: #7d7d7d;
  font-size: 16px;
  padding: 10px 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}
#postContent img {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  height: auto;
  max-width: 100%;
}
#postContent img + h2 {
  margin-top: 0px;
}
#postContent a {
  color: #f5671d;
  text-decoration: underline;
  cursor: pointer;
}
#postContent strong {
  font-weight: bold;
}
#postContent ol, #postContent ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
#postContent ol {
  list-style-type: decimal;
}
#postContent ul {
  list-style-type: disc;
}
#postContent table {
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
  width: 100%;
  font-size: 14px;
}
#postContent table th, #postContent table td {
  padding: 8px 12px;
  vertical-align: middle;
}
#postContent table tr {
  border-bottom: 1px solid #e0e0e0;
}
#postContent table th {
  border-right: 1px solid #e0e0e0;
  white-space: nowrap;
}
#postContent table td {
  padding-left: 20px;
}
#postContent hr {
  background-color: transparent;
  border: transparent;
  background-color: #f0efea;
  width: 100%;
  height: 1px;
  display: block;
  margin: 0px;
  margin-bottom: 30px;
}
#postContent blockquote {
  margin-bottom: 20px;
  padding: 40px 20px 40px 20px;
  position: relative;
  margin-bottom: 30px;
  color: #7d7d7d;
}
#postContent blockquote p {
  margin-bottom: 0px;
}
#postContent blockquote:before, #postContent blockquote:after {
  content: "";
  background-image: url("../images/common/blockquote.png");
  background-size: cover;
  width: 30px;
  height: 24px;
  position: absolute;
}
#postContent blockquote:before {
  line-height: 1em;
  top: 0px;
  left: 14px;
}
#postContent blockquote:after {
  line-height: 0em;
  right: 14px;
  bottom: 5px;
  transform: scale(-1, -1);
}
#postContent .btn_style01 {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #postContent p {
    font-size: 14px;
  }
  #postContent h2 {
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #postContent h3 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  #postContent h4 {
    font-size: 20px;
    padding: 10px 15px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  #postContent img {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  #postContent img + img {
    margin-top: 0px;
  }
  #postContent a {
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #postContent a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #postContent ol, #postContent ul {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  #postContent table {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #postContent blockquote {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #postContent .btn_style01 {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
XXXX
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#postList .content_area {
  position: relative;
  background-image: url(../images/common/bg_pattern01.png);
  height: 100%;
}
@media screen and (min-width: 768px) {
  #postList .pankuzu {
    top: 30px;
  }
}

#postList .content_area .content {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  #postList .content_area .content {
    padding: 85px 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 880px) {
  #postList .content_area .content {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  #postList .content_area {
    display: flex;
  }
  #postList .content_area #widget_area {
    min-width: 230px;
    padding: 70px 20px;
  }
}
.post_box_wrap .box {
  display: flex;
  flex-direction: column-reverse;
}
.post_box_wrap .box .text_area {
  padding: 20px;
  background-color: #fff;
}
.post_box_wrap .box + .box {
  margin-top: 40px;
}
.post_box_wrap .box:nth-child(2n) .text_area {
  background-color: #f5f5f5;
}

.post_box_wrap .img {
  position: relative;
  width: 100%;
  height: 40vw;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .post_box_wrap .img {
    height: 30vw;
  }
}
@media screen and (min-width: 880px) {
  .post_box_wrap .img {
    width: 220px;
    height: 220px;
  }
}
.post_box_wrap .img a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .post_box_wrap .img:hover {
    opacity: 0.8;
  }
}
.post_box_wrap .tag_area {
  display: flex;
  margin-bottom: 15px;
}
.post_box_wrap .tag_area .category a {
  background-color: #808080;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 1px 8px;
  line-height: 1em;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .post_box_wrap .tag_area .category a {
    transition: all 0.3s ease;
  }
  .post_box_wrap .tag_area .category a:hover {
    background-color: #565656;
  }
}
.post_box_wrap .tag_area .date {
  margin-left: 10px;
}
.post_box_wrap .ttl {
  margin-bottom: 5px;
}
.post_box_wrap .ttl a {
  color: #808080;
  font-size: 19px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 5px;
}
@media screen and (min-width: 880px) {
  .post_box_wrap .ttl a {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .post_box_wrap .ttl a {
    transition: all 0.3s ease;
  }
  .post_box_wrap .ttl a:hover {
    color: #a4d5e5;
  }
}

@media screen and (min-width: 880px) {
  .post_box_wrap {
    max-width: 650px;
    margin: 0 auto;
  }
  .post_box_wrap .box {
    flex-direction: row;
    background-color: #fff;
    padding: 30px;
  }
  .post_box_wrap .box .img {
    width: 220px;
  }
  .post_box_wrap .box .text_area {
    width: 380px;
  }
  .post_box_wrap .box:nth-child(2n) {
    background-color: #f5f5f5;
  }
  .post_box_wrap .box:nth-child(2n) .text_area {
    background-color: transparent;
  }
  .post_box_wrap .box p {
    font-size: 14px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
XXXX
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 767px) {
  #case #widget_area {
    padding: 30px 15px 30px 15px;
  }

  #widget_area {
    padding: 0px 15px 30px 15px;
  }
  #widget_area .inner {
    background-color: #fff;
    padding: 25px 20px;
  }
  #widget_area .inner h3 {
    background-color: #86c7dd;
    padding: 5px 10px;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
  }
  #widget_area .inner .category ul li, #widget_area .inner .archive ul li {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  #widget_area .inner .category ul a, #widget_area .inner .archive ul a {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    color: #86c7dd;
    padding: 7px 0px;
  }
  #widget_area .inner .category ul li + li, #widget_area .inner .archive ul li + li {
    margin-top: 0px;
  }
  #widget_area .inner .column_widget + .column_widget {
    margin-top: 25px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
XXXX
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side_nav {
  padding: 40px 0px 70px 0px;
  min-width: 320px;
  background-color: #f3f9fc;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #side_nav {
    padding: 60px 0px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1180px) {
  #side_nav {
    padding: 80px 0px;
    max-width: 320px;
  }
}

#side_nav .banner {
  margin-bottom: 60px;
}
#side_nav .banner li {
  text-align: center;
}
#side_nav .banner li img {
  width: 240px;
}
#side_nav .banner li + li {
  margin-top: 20px;
}

#side_nav .blk_market_price {
  padding-bottom: 50px;
}
#side_nav .blk_market_price .midashi_type01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #side_nav .blk_market_price .midashi_type01 {
    font-size: 25px;
  }
}
#side_nav .blk_market_price .box {
  margin: 0 auto;
  width: 190px;
}
#side_nav .blk_market_price .box .img {
  margin-bottom: 8px;
}
#side_nav .blk_market_price .box .name {
  color: #828282;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #side_nav .blk_market_price .box .name {
    font-size: 14px;
    min-height: 45px;
  }
}
#side_nav .blk_market_price .box .price {
  color: #828282;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  #side_nav .blk_market_price .box .price {
    font-size: 13px;
  }
}
#side_nav .blk_market_price .box .price span {
  color: #ff0000;
  font-size: 24px;
  display: inline-block;
  padding: 0px 5px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  #side_nav .blk_market_price .box .price span {
    font-size: 24px;
  }
}
#side_nav .blk_market_price .box + .box {
  margin-top: 30px;
}

#side_nav .blk_performance {
  padding: 40px 0px 60px 0px;
}
#side_nav .blk_performance .midashi_type01 {
  margin-bottom: 20px;
}
#side_nav .blk_performance .box {
  position: relative;
  width: 260px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 15px 10px 10px 10px;
}
#side_nav .blk_performance .box + .box {
  margin-top: 40px;
}
#side_nav .blk_performance .box .date {
  font-weight: 600;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1em;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
}
#side_nav .blk_performance .box .img {
  margin-bottom: 15px;
}
#side_nav .blk_performance .box .name {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
#side_nav .blk_performance .box .price {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  #side_nav .blk_performance .box .price {
    font-size: 15px;
  }
}
#side_nav .blk_performance .box .price span {
  color: #ff0000;
  font-size: 29px;
  display: inline-block;
  padding: 0px 8px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#side_nav .blk_performance .box .btn_area {
  text-align: center;
}
#side_nav .blk_performance .box .btn_area .arrow {
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease;
}
#side_nav .blk_performance .box .btn_area .arrow:after, #side_nav .blk_performance .box .btn_area .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.2s ease;
}
#side_nav .blk_performance .box .btn_area .arrow:after {
  width: 18px;
  height: 1px;
  background-color: #000;
  margin-left: -10px;
}
#side_nav .blk_performance .box .btn_area .arrow:before {
  width: 6px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 4px;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  #side_nav .blk_performance .box .btn_area .arrow:hover {
    background-color: #000;
  }
  #side_nav .blk_performance .box .btn_area .arrow:hover:after, #side_nav .blk_performance .box .btn_area .arrow:hover:before {
    background-color: #fff;
  }
}

#side_nav .link {
  margin-top: 40px;
}
#side_nav .link li {
  text-align: center;
}
#side_nav .link li img {
  width: 240px;
}

#side_nav .contact_link {
  margin-top: 50px;
}
#side_nav .contact_link li {
  text-align: center;
}
#side_nav .contact_link li + li {
  margin-top: 20px;
}
#side_nav .contact_link .btn_style01 {
  width: 240px;
  box-shadow: 0 3px 0 #a8abaf;
  font-size: 16px;
}
#side_nav .contact_link .btn_style01:active {
  box-shadow: 0 0 0 #a8abaf;
}
#side_nav .contact_link .btn_style01.contact {
  padding: 20px 10px;
}
#side_nav .contact_link .btn_style01.delivery {
  padding: 13px 10px;
  background-color: #02a024;
}
#side_nav .contact_link .btn_style01.delivery:hover {
  background-color: #f7941d;
}

#fb-root {
  text-align: center;
  margin-top: 60px;
}
#fb-root .comment {
  text-align: center;
  margin-bottom: 20px;
}
#fb-root .comment img {
  width: 240px;
}

#side_nav .banner a {
  transition: all 0.2s ease;
}
#side_nav .banner a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  #side_nav .column_01 {
    max-width: 750px;
    margin: 0 auto;
  }
  #side_nav .column_01 .banner {
    display: flex;
    justify-content: space-between;
  }
  #side_nav .column_01 .banner li + li {
    margin-top: 0px;
  }
  #side_nav .column_01 .blk_market_price .midashi_type01 {
    margin-bottom: 50px;
  }
  #side_nav .column_01 .blk_market_price .box_wrap {
    display: flex;
  }
  #side_nav .column_01 .blk_market_price .box_wrap .box + .box {
    margin-top: 0px;
  }
  #side_nav .column_02 {
    background-color: #fff;
  }
  #side_nav .column_02 .blk_performance {
    max-width: 750px;
    margin: 0 auto;
  }
  #side_nav .column_02 .blk_performance .midashi_type01 {
    margin-bottom: 50px;
  }
  #side_nav .column_02 .blk_performance .box_wrap {
    display: flex;
    justify-content: center;
  }
  #side_nav .column_02 .blk_performance .box_wrap .box + .box {
    margin-top: 0px;
  }
  #side_nav .column_03 {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  #side_nav .column_03 .link_column {
    margin-right: 60px;
  }
  #side_nav .column_03 #fb-root {
    margin-top: 40px;
  }
}
/*
	Slick.css
========================================================= */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
    Slick-theme.css
========================================================= */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  background-color: #d1d1d1;
}

.slick-prev {
  left: -25px;
}
.slick-prev [dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next {
  right: -25px;
}
.slick-next [dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slide_blk .slick-prev, .slide_blk .slick-next {
  display: block;
  width: 15px;
  height: 100%;
  cursor: pointer;
  background-color: #d1d1d1;
  position: absolute;
  z-index: 66;
}
.slide_blk .slick-prev:after, .slide_blk .slick-next:after {
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}
.slide_blk .slick-prev {
  left: 0;
}
.slide_blk .slick-prev:after {
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
}
.slide_blk .slick-next {
  right: 0;
}
.slide_blk .slick-next:after {
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
}

/*
    Slick-theme.css ドット
========================================================= */
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #86c7dd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #59a3d9;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #86c7dd;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    position: absolute;
    bottom: 10px;
  }
  .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 8px;
  }
  .slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 5px;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
    border: none;
    background-color: #fff;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    background-color: #86c7dd;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #9c9c9c;
  }
}
/*
    #mainVisual
========================================================= */
#main_slider {
  height: 83vw;
}
@media screen and (min-width: 375px) {
  #main_slider {
    height: 70vw;
  }
}
#main_slider .slide {
  display: block;
  width: 100%;
  height: 83vw;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 375px) {
  #main_slider .slide {
    height: 70vw;
  }
}
#main_slider .slide:after {
  content: "";
  position: absolute;
  z-index: 88;
  top: 0px;
  left: 0px;
  background-image: url("../images/common/pattern_dot.png");
  height: 100%;
  width: 100%;
  z-index: 666;
}

#main_visual .slide.four {
  position: relative;
}
#main_visual .slide.four .fixed_box {
  width: 280px;
  position: absolute;
  bottom: 10px;
  right: 50%;
  margin-right: -140px;
}
@media screen and (min-width: 768px) {
  #main_visual .slide.four .fixed_box {
    bottom: 60px;
    right: 50px;
    width: 500px;
    margin-right: 0px;
  }
}
#main_visual .slide.four .fixed_box .new_market {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 70px;
}
#main_visual .slide.four .fixed_box .new_market .box {
  text-align: center;
  width: 120px;
}
@media screen and (min-width: 768px) {
  #main_visual .slide.four .fixed_box .new_market .box {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #main_visual .slide.four .fixed_box .new_market .box .img {
    width: 120px;
    min-width: 120px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  #main_visual .slide.four .fixed_box .new_market .box .img {
    margin-bottom: 10px;
  }
}
#main_visual .slide.four .fixed_box .new_market .box .textarea {
  text-align: center;
}
#main_visual .slide.four .fixed_box .new_market .box .name {
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #main_visual .slide.four .fixed_box .new_market .box .name {
    font-size: 11px;
    line-height: 1.1em;
    margin-bottom: 5px;
  }
}
#main_visual .slide.four .fixed_box .new_market .box .price {
  position: relative;
  font-size: 16px;
  display: inline-block;
  color: #ff0000;
  background-color: #fff;
  padding: 3px;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #main_visual .slide.four .fixed_box .new_market .box .price {
    min-width: 150px;
  }
}
#main_visual .slide.four .fixed_box .new_market .box .price .inner {
  display: flex;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #main_visual .slide.four .fixed_box .new_market .box .price {
    font-size: 20px;
    padding: 8px 6px 6px 6px;
  }
}
#main_visual .slide.four .fixed_box .new_market .box .price em {
  writing-mode: vertical-rl;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #main_visual .slide.four .fixed_box .new_market .box .price em {
    font-size: 14px;
  }
}
#main_visual .slide.four .fixed_box .new_market .box .price span {
  font-size: 20px;
  display: inline-block;
  padding-right: 3px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #main_visual .slide.four .fixed_box .new_market .box .price span {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  #main_visual .slide.four .fixed_box .new_market + .box {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1080px) {
  #main_visual .slide.taxhike {
    background-image: url("../images/top/slide_campaign_taxhike_sp.jpg") !important;
  }
  #main_visual .slide.fall {
    background-image: url("../images/top/slide_campaign_fall_sp.jpg") !important;
  }
  #main_visual .slide.three {
    background-image: url("../images/top/slide_visual01_sp.jpg") !important;
  }
  #main_visual .slide.four, #main_visual .slide.slidekinpara {
    background-image: url("../images/top/slide_visual04_sp.jpg") !important;
  }
  #main_visual .slide.five {
    background-image: url("../images/top/slide_visual03_sp.jpg") !important;
  }
  #main_visual .slide.six {
    background-image: url("../images/top/slide_visual06_sp.jpg") !important;
  }
  #main_visual .slide.seven {
    background-image: url("../images/top/slide_visual07_sp.jpg") !important;
  }
  #main_visual .slide.eight {
    background-image: url("../images/top/slide_visual08_sp.jpg") !important;
  }
  #main_visual .slide.nine {
    background-image: url("../images/top/slide_visual09_sp.jpg") !important;
  }
  #main_visual .slide.ten {
    background-image: url("../images/top/slide_visual10_sp.jpg") !important;
  }
  #main_visual .slide.eleven {
    background-image: url("../images/top/slide_visual11_sp.jpg") !important;
  }
  #main_visual .slide.twelve {
    background-image: url("../images/top/slide_visual12_sp.jpg") !important;
  }
  #main_visual .slide.thrteen {
    background-image: url("../images/top/slide_visual13_sp.jpg") !important;
  }
  #main_visual .slide.forteen {
    background-image: url("../images/top/slide_visual14_sp.jpg") !important;
  }
  #main_visual .slide.fifteen {
    background-image: url("../images/top/slide_visual15_sp.jpg") !important;
  }
  #main_visual .slide.sixteen {
    background-image: url("../images/top/slide_visual16_sp.jpg") !important;
  }
  #main_visual .slide.seventeen {
    background-image: url("../images/top/slide_visual17_sp.jpg") !important;
  }
  #main_visual .slide.eightteen {
    background-image: url("../images/top/slide_visual18_sp.jpg") !important;
  }
  #main_visual .slide.nineteen {
    background-image: url("../images/top/slide_visual19_sp.jpg") !important;
  }
  #main_visual .slide.twenty {
    background-image: url("../images/top/slide_visual20_sp.jpg") !important;
  }
  #main_visual .slide.autumn2021 {
    background-image: url("../images/top/slide_visual_2021autumn_sp.jpg") !important;
  }
  #main_visual .slide.takarakuji2021 {
    background-image: url("../images/top/slide_visual_2021takarakuji_sp.jpg") !important;
  }
  #main_visual .slide.otoshidama2022 {
    background-image: url("../images/top/slide_visual_2022otoshidama_sp.jpg") !important;
  }
  #main_visual .slide.vt_wd2022 {
    background-image: url("../images/top/slide_visual_2022vt_wd_sp.jpg") !important;
  }
  #main_visual .slide.spring2022 {
    background-image: url("../images/top/slide_visual_2022spring_sp.jpg") !important;
  }
  #main_visual .slide.campaign {
    background-image: url("../images/top/slide_campaign_sp.png") !important;
  }
}
@media screen and (max-width: 1079px) {
  #main_visual .fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 70px;
    background-image: url("../images/top/delivery_fixed_bg.jpg");
    padding: 10px 0px 5px 0px;
    display: none;
  }
  #main_visual .fixed .img {
    display: none;
  }
  #main_visual .fixed .btn {
    text-align: center;
  }
  #main_visual .fixed .btn img {
    max-width: 332px;
  }
}

@media screen and (max-width: 1079px) {
  #wrap.index {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  #main_slider {
    height: 550px;
    max-height: 700px;
  }
  #main_slider .slide {
    height: 550px;
    max-height: 700px;
  }
}
@media screen and (min-width: 1080px) {
  #main_slider {
    height: 550px;
    max-height: 700px;
  }
  #main_slider .slide {
    height: 550px;
    max-height: 700px;
  }
}
@media screen and (min-width: 1080px) {
  #main_visual {
    position: relative;
  }
  #main_visual .fixed {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../images/top/delivery_fixed_bg.jpg");
  }
}
@media screen and (min-width: 1080px) and (min-width: 1180px) {
  #main_visual .fixed {
    left: 33px;
  }
}
@media screen and (min-width: 1080px) {
  #main_visual .fixed .btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -168px;
  }
  #main_visual .fixed .btn img {
    width: 332px;
  }
  #main_visual .fixed .btn a {
    display: block;
  }
  #main_visual .fixed .btn a:hover {
    opacity: 0.8;
  }
}
/*
    #mainVisual
========================================================= */
#img_slider {
  margin: 30px 0px;
}
#img_slider .slide {
  width: 50%;
}

@media screen and (min-width: 768px) {
  #img_slider {
    max-width: 750px;
    margin: 30px 0px 60px 0px;
  }
}
#inner_visual {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  align-items: center;
  height: 35.6vw;
}
@media screen and (min-width: 768px) {
  #inner_visual {
    height: 300px;
  }
}
#inner_visual.case {
  background-image: url(../images/visual_case.jpg);
}
#inner_visual.market {
  background-image: url(../images/visual_market.jpg);
}
#inner_visual.product {
  background-image: url(../images/visual_product.jpg);
}
#inner_visual.contact {
  background-image: url(../images/visual_contact.jpg);
}
#inner_visual.campaign {
  background-image: url(../images/visual_contact.jpg);
}
#inner_visual.scrap {
  background-image: url(../images/visual_scrap.jpg);
}
#inner_visual.company {
  background-image: url(../images/visual_company.jpg);
}
#inner_visual.trading {
  background-image: url(../images/visual_trading.jpg);
}
#inner_visual .page_ttl {
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  #inner_visual .page_ttl {
    font-size: 86px;
  }
}
