@charset "UTF-8";
/*
Theme Name: 楽器の買取屋さん
Description: 楽器の買取屋さんのテーマ_ver1.0
Theme URI: https://gakkikaitori.com/
Author: Steki, Inc
Author URI: https://steki-inc.jp/
Version: 1.0
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/
/* ==============================================
 Common
=============================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  min-width: 1200px;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

/* chromeで読み込み時にtransitionが発生するのを防ぐ */
.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

a {
  color: #0855c5;
  cursor: pointer;
  outline: medium none;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

a:hover {
  color: #0855c5;
  text-decoration: none;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
  vertical-align: baseline;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 1.8;
  margin: 0 0 24px;
  max-height: 100%;
}

code, kbd, pre, samp {
  -moz-hyphens: none;
  font-family: monospace,serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -moz-hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 85%;
  vertical-align: baseline;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  margin: 0;
}

th {
  font-weight: bold;
  font-weight: 600;
  vertical-align: middle;
}

td {
  vertical-align: middle;
}

li, dt, dd, th, td {
  line-height: 1.6;
}

@media (max-width: 1024px) {
  li, dt, dd, th, td {
    line-height: 1.5;
  }
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover img {
  opacity: 0.8;
}

@media (max-width: 1024px) {
  a:hover img {
    opacity: 1;
  }
}

input, textarea, button, select {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

select::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #033276;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* ==============================================
 Layout
=============================================== */
/* padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-25 {
  padding-top: 25px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

/* margin
----------------------------------------------- */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-25 {
  margin-top: 25px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

/* width
----------------------------------------------- */
._minw40 {
  min-width: 40px !important;
}

._minw100 {
  min-width: 100px !important;
}

._minw140 {
  min-width: 140px !important;
}

._minw200 {
  min-width: 200px !important;
}

._maxw240 {
  max-width: 240px !important;
}

._maxw380 {
  max-width: 380px !important;
}

._maxw580 {
  max-width: 580px !important;
}

._maxw880 {
  max-width: 880px !important;
}

._maxw1040 {
  max-width: 1040px !important;
}

._maxw1180 {
  max-width: 1180px !important;
}

._maxw1200 {
  max-width: 1200px !important;
}

._w40 {
  width: 40px !important;
}

._w60 {
  width: 60px !important;
}

._w100 {
  width: 100px !important;
}

._w150 {
  width: 150px !important;
}

._w200 {
  width: 200px !important;
}

._w5p {
  width: 5% !important;
}

._w10p {
  width: 10% !important;
}

._w15p {
  width: 15% !important;
}

._w20p {
  width: 20% !important;
}

._w25p {
  width: 25% !important;
}

._w30p {
  width: 30% !important;
}

._w35p {
  width: 35% !important;
}

._w40p {
  width: 40% !important;
}

._w45p {
  width: 45% !important;
}

._w50p {
  width: 50% !important;
}

._w55p {
  width: 55% !important;
}

._w60p {
  width: 60% !important;
}

/* Layout
----------------------------------------------- */
.wrapper {
  background-color: #f0f1f2;
  overflow: hidden;
}

.contents {
  background-color: #fff;
  float: left;
  padding: 30px 30px;
  margin-bottom: 80px;
  width: 850px;
}

.contents.no-bg {
  background-color: inherit;
  padding: 0;
}

.contents .content-inner {
  background-color: #fff;
  padding: 30px 30px;
}

.aside {
  float: right;
  margin-bottom: 80px;
  width: 280px;
}

.section {
  margin-bottom: 50px;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1160px;
}

.inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ==============================================
 fadein
=============================================== */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  40% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  40% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes delayFadeInLeft {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes delayFadeInLeft {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes delayFadeInRight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes delayFadeInRight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes delayFadeInTop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes delayFadeInTop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes delayFadeInBottom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes delayFadeInBottom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadein {
  opacity: 0;
}

.fadein.scrollin {
  -webkit-animation: fadeInBottom 600ms cubic-bezier(0.55, 0, 0.175, 1) forwards 0.1s;
  animation: fadeInBottom 600ms cubic-bezier(0.55, 0, 0.175, 1) forwards 0.1s;
}

/* ==============================================
 Font
=============================================== */
.fc-blue {
  color: #139edf;
}

.fc-red {
  color: #d50e18;
}

.fc-orange {
  color: #f15a25;
}

/* ==============================================
 Heading
=============================================== */
.heading-2 {
  color: #033276;
  font-size: 26px;
  border-bottom: 4px solid #cacccc;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
  line-height: 1.4;
}

.heading-2::after {
  content: "";
  background-color: #033276;
  height: 4px;
  left: 0;
  bottom: -4px;
  position: absolute;
  width: 50%;
}

.heading-3 {
  color: #fff;
  font-size: 22px;
  background: #033277;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#033277), to(#0a60a4));
  background: linear-gradient(to right, #033277 0%, #0a60a4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033277', endColorstr='#0a60a4',GradientType=1 );
  /* IE6-9 */
  padding: 14px 20px;
  margin-bottom: 25px;
}

.heading-4 {
  font-size: 20px;
  border-bottom: 2px solid #ccc;
  padding: 0 0 8px 20px;
  position: relative;
  margin-bottom: 16px;
}

.heading-4::before {
  content: "";
  background-color: #139edf;
  height: 31px;
  top: 0;
  position: absolute;
  left: 0;
  width: 5px;
}

/* ==============================================
 btn
=============================================== */
.btn-area {
  text-align: center;
  margin: 45px auto;
}

.btn-area .btn {
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 18px;
  font-weight: bold;
  border: none;
  display: inline-block;
  text-decoration: none;
  width: 320px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn-area .btn:hover {
  color: #fff;
  -webkit-box-shadow: 2px 7px 12px rgba(0, 0, 0, 0.12), 2px 3px 6px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 2px 7px 12px rgba(0, 0, 0, 0.12), 2px 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 7px 12px rgba(0, 0, 0, 0.12), 2px 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.btn-area .btn-large {
  font-size: 22px;
  background-size: 21px 21px;
  width: 420px;
}

.btn-area .btn-blue {
  background-color: #139edf;
  background-image: url("images/common/btn_arrow_blue.png");
}

.btn-area .btn-red {
  background-color: #d50e18;
  background-image: url("images/common/btn_arrow_red.png");
}

.btn-area .btn-orange {
  background-color: #f15a25;
  background-image: url("images/common/btn_arrow_orange.png");
}

.btn-area .btn-back {
  background-color: #139edf;
  position: relative;
}

.btn-area .btn-back::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 15px;
}

/* ==============================================
 Link type
=============================================== */
.link-type1 {
  padding-left: 13px;
  position: relative;
}

.link-type1::before {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #139edf;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.link-pdf {
  background: url("images/icons/icon_pdf.png") no-repeat 100% 50%/18px 18px;
  display: inline-block;
  padding-right: 20px;
}

/* ==============================================
 List type
=============================================== */
.list-type-number1 {
  list-style-type: none;
}

.list-type-number1 > li {
  counter-increment: cnt;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.8;
  position: relative;
  padding-left: 2.4em;
}

.list-type-number1 > li::before {
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: 0;
  top: 0;
}

.list-type-number2 {
  list-style: decimal;
  margin-left: 25px;
}

.list-type-number2 > li {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.8;
}

.list-type-number2 > li > ul {
  margin-top: 10px;
  margin-bottom: 18px;
}

.list-type-number2 > li > ul > li {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.8;
}

.list-type-disc1 {
  list-style: none;
  margin-bottom: 24px;
  margin-top: 24px;
}

.list-type-disc1 > li {
  line-height: 1.8;
  position: relative;
  padding-left: 1.2em;
}

.list-type-disc1 > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* ==============================================
 Table
=============================================== */
.table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}

.table th {
  background: #f0f1f2;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
  padding: 15px;
  vertical-align: middle;
}

.table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}

/* ==============================================
 Header
=============================================== */
.site-header {
  background: #fff;
  padding-bottom: 6px;
}

.site-header .header-logo {
  float: left;
  padding-top: 6px;
  margin-right: 10px;
}

.site-header .header-txt {
  text-wrap: nowrap;
  float: left;
  padding-top: 20px;
  margin-right: 15px;
}

.site-header .header-service {
  float: left;
  padding-top: 10px;
  margin-right: 22px;
}

.site-header .header-tel {
  padding-top: 0;
  display: flex;    
  justify-content: space-between;
  width: 21%;
  align-items: center;
}
.header__tel-text {
  background: red;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  padding: 5px 2px;
  height: 70%;

}
.header__tel-text p {
  vertical-align: middle;
  color: #FFF;
  font-weight: bold;
}

    .header__tel-toptext p{
      margin: 0;
      font-size: 12px;
      line-height: inherit;
      max-height: none;
    }
  .header__tel-number p{
      margin: 0;
      font-size: 20px;
      font-weight: bold;
      line-height: inherit;
      max-height: none;
    }

  .header__tel-undertext {
    margin: 0;
    font-size: 12px;
    max-height: none;
    line-height: inherit;
   
  }
  .header__tel-undertext p{
    margin: 0;
    max-height: none;
    line-height: inherit;
  }

.site-header .header-line {
  padding-top: 10px;
  float: left;
}

/* ==============================================
 Navigation
=============================================== */
/*.site-navigation {
  background-color: #f9e40c;
}

.site-navigation ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.site-navigation ul li {
  display: inline-block;
  font-weight: bold;
}

.site-navigation ul li:last-child {
  margin-right: 0;
}

.site-navigation ul li a {
  color: #333;
  height: 55px;
  line-height: 55px;
  display: block;
  padding: 0 12px;
  text-decoration: none;
}

.site-navigation ul li a:hover {
  background-color: #fad122;
}*/

.site-navigation {
    background: #766a00;
    background: linear-gradient(#fbef6f 0%, #f9e40c 6%, #f9e40c 96%, #766a00 100%);
    width: 100%
}

.site-navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

.site-navigation ul {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    position: relative
}

.site-navigation ul li {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    border-left: 1px solid #fff7d1
}

.site-navigation ul li:last-child {
    margin-right: 0;
    border-right: 1px solid #fff7d1
}

.site-navigation ul li.siteNav-has-child .siteNav-child {
    position: absolute;
    left: 0;
    top: 77px;
    background-color: #fff7d1;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    z-index: 101
}

.site-navigation ul li.siteNav-has-child:hover>.siteNav-child {
    visibility: visible;
    opacity: 1;
    display: block
}

.site-navigation ul li .site-navigation-menu {
    color: #333;
    height: 77px;
    line-height: 77px;
    display: block;
    padding: 0 16px;
    text-decoration: none
}

.site-navigation ul li .site-navigation-menu:hover {
    background: linear-gradient(#fce16d 0%, #fad122 6%, #fad122 96%, #766a00 100%);
    box-shadow: 0px -4px 5px -4px rgba(0, 0, 0, 0.6) inset
}

.site-navigation .site-navigation-ico01,.site-navigation .site-navigation-ico02,.site-navigation .site-navigation-ico03,.site-navigation .site-navigation-ico04,.site-navigation .site-navigation-ico05,.site-navigation .site-navigation-ico06 {
    padding-left: 2em;
    position: relative
}

.site-navigation .site-navigation-ico01::before,.site-navigation .site-navigation-ico02::before,.site-navigation .site-navigation-ico03::before,.site-navigation .site-navigation-ico04::before,.site-navigation .site-navigation-ico05::before,.site-navigation .site-navigation-ico06::before {
    content: "";
    position: absolute;
    background: url("/wp-content/themes/gakkikaitori_v1/images/common/ico_nav-01.png") no-repeat left center;
    background-size: contain;
    display: block;
    width: 1.5em;
    height: 1.5em;
    left: 0.25em;
    top: calc(50% - 0.75em)
}

.site-navigation .site-navigation-ico01::before {
    background-image: url("/wp-content/themes/gakkikaitori_v1/images/common/ico_nav-01.png")
}

.site-navigation .site-navigation-ico02::before {
    background-image: url("/wp-content/themes/gakkikaitori_v1/images/common/ico_nav-02.png")
}

.site-navigation .site-navigation-ico03::before {
    background-image: url("/wp-content/themes/gakkikaitori_v1/images/common/ico_nav-03.png");
    top: calc(50% - 0.8em);
    width: 1.6em
}

.site-navigation .site-navigation-ico04::before {
    background-image: url("/wp-content/themes/gakkikaitori_v1/images/common/ico_nav-04.png")
}

.site-navigation .site-navigation-ico05::before {
    background-image: url("/wp-content/themes/gakkikaitori_v1/images/common/ico_nav-05.png")
}

.site-navigation .site-navigation-ico06::before {
    background-image: url("/wp-content/themes/gakkikaitori_v1/images/common/ico_nav-06.png")
}

.site-navigation .siteNav-child-inner {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.site-navigation .siteNav-inner-left {
    display: flex;
    justify-content: space-between;
    line-height: 1.3;
    padding-right: 20px
}

.site-navigation .siteNav-inner-left-text1 {
    margin: 0.8em 0 0
}

.site-navigation .siteNav-inner-left-text2 {
    margin: 0.1em 0 0
}

.site-navigation .siteNav-inner-right {
    width: 330px;
    padding-left: 20px;
    font-size: 18px;
    margin: 0 auto;
    padding-bottom: 10px;
    position: relative
}

.site-navigation .siteNav-inner-right::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0
}

.site-navigation .siteNav-contact-text {
    margin-bottom: 0.5em
}

.site-navigation .siteNav-contact {
    width: 310px;
    margin: auto;
    display: block
}

.site-navigation .siteNav-contact:hover {
    background: none
}

.site-navigation .siteNav-cap {
    text-align: left;
    line-height: 1.3;
    padding-left: 1em;
    letter-spacing: 0.08em;
    margin-top: 0.5em
}

.site-navigation .siteNav-cap::before {
    content: "→";
    margin-left: -1em;
    display: inline-block;
    width: 1em
}

.site-navigation .siteNav-inner-link {
	color: #333;
    width: 280px;
    height: auto;
    display: block;
    text-align: left;
	padding: 0 12px;
    line-height: 1.5
}

.site-navigation .siteNav-inner-link:hover {
    opacity: 0.7;
    background: none
}


.site-header .drawer-hamburger {
  position: fixed;
  right: 1.75rem;
  top: 12px;
  cursor: pointer;
  height: 64px;
  width: 64px;
  padding: 0;
  z-index: 1;
}
.site-header .drawer-hamburger.drawer-toggle--none{
	display: none;
}

.drawer-open .site-header .drawer-hamburger {
  right: 1.75rem;
}

.drawer--right .drawer-nav {
  right: -18rem;
}

.drawer-open .drawer-nav {
  -webkit-box-shadow: 0 2px 17px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 17px rgba(0, 0, 0, 0.2);
}

.drawer-nav {
  font-size: 13px;
  width: 18rem;
}

.drawer-nav .drawer-toggle {
  background-color: #1f272a;
  color: #fff;
  padding: 12px 10px;
  cursor: pointer;
}

.drawer-nav .drawer-toggle span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}

.drawer-nav .drawer-toggle span::before, .drawer-nav .drawer-toggle span::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  left: 10px;
  top: 8px;
  width: 16px;
  border-radius: 2px;
}

.drawer-nav .drawer-toggle span::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.drawer-nav .drawer-toggle span::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.drawer-nav h3 {
  background-color: #033276;
  color: #fff;
  padding: 8px 10px;
}

.drawer-nav .drawer-menu-list > li {
  border-bottom: 1px solid #ccc;
}

.drawer-nav .drawer-menu-list > li > a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  position: relative;
}

.drawer-nav .drawer-menu-list > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #139edf;
  border-right: 2px solid #139edf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.drawer-nav .drawer-menu-list > li ul {
  padding: 0 10px 8px;
}

.drawer-nav .drawer-menu-list > li ul.sub-menu-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.drawer-nav .drawer-menu-list > li ul.sub-menu-list1 li {
  margin-right: 1%;
  width: 49.5%;
}

.drawer-nav .drawer-menu-list > li ul.sub-menu-list1 li:nth-child(even) {
  margin-right: 0;
}

.drawer-nav .drawer-menu-list > li ul li {
  margin-bottom: 2px;
}

.drawer-nav .drawer-menu-list > li ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  background-color: #f0f1f2;
  padding: 10px;
  position: relative;
}

/* ==============================================
 page title
=============================================== */
.page-title {
  background: #033276 url("images/common/page_title_bg.jpg") no-repeat 50% 50%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.page-title .container {
  position: relative;
}

.page-title h2 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 38px;
  -webkit-text-shadow: 0 1px 5px #033276;
  -moz-text-shadow: 0 1px 5px #033276;
  -ms-text-shadow: 0 1px 5px #033276;
  text-shadow: 0 1px 5px #033276;
}

.page-title p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.page-title .sub-title {
  font-size: 15px;
}

.breadcrumbs {
  background-color: #f0f1f2;
  font-size: 13px;
  padding: 15px 0 30px;
  line-height: 1.2;
}

.breadcrumbs .container > span {
  margin-right: 3px;
  margin-left: 3px;
}

.breadcrumbs .container > span:first-child {
  margin-left: 0;
}

.breadcrumbs .container > span:last-child {
  margin-right: 0;
}

.breadcrumbs .container a {
  text-decoration: none;
}

.breadcrumbs .container a:hover {
  text-decoration: underline;
}

/* ==============================================
 Contents
=============================================== */
.c-merit h3 {
  position: relative;
  margin-top: -18px;
  margin-bottom: 26px;
}

.c-merit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-merit ul li {
  margin-right: 3%;
  width: 31.333%;
}

.c-merit ul li:nth-child(3n) {
  margin-right: 0;
}

.c-merit ul li h4 {
  color: #d50e18;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 12px;
}

.c-merit ul li .img img {
  width: 100%;
}

.c-merit .btn-area {
  margin-top: 10px;
}

.c-reference-price-top h3 {
  margin-bottom: 20px;
  text-align: center;
}

.c-reference-price-top .c-reference-price-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-reference-price-top .c-reference-price-top-list li {
  border: 2px solid #ccc;
  margin-right: 2%;
  margin-bottom: 20px;
  position: relative;
  width: 32%;
}

.c-reference-price-top .c-reference-price-top-list li:nth-child(3n) {
  margin-right: 0;
}

.c-reference-price-top .c-reference-price-top-list li .img img {
  width: 100%;
}

.c-reference-price-top .c-reference-price-top-list li .contain {
  padding: 10px 13px 58px;
}

.c-reference-price-top .c-reference-price-top-list li h4 {
  font-size: 16px;
  margin-bottom: 3px;
}

.c-reference-price-top .c-reference-price-top-list li p {
  margin-bottom: 0;
}

.c-reference-price-top .c-reference-price-top-list li .link {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  bottom: 15px;
  width: 90%;
}

.c-reference-price-top .c-reference-price-top-list li .link a {
  display: block;
  border: 1px solid #0855c5;
  text-decoration: none;
  padding: 3px;
  text-align: center;
  border-radius: 4px;
}

.c-reference-price-top .c-reference-price-top-list li .link a:hover {
  text-decoration: underline;
}

.c-reference-price h3 {
  margin-bottom: 20px;
  text-align: center;
}

.c-reference-price .c-reference-price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-reference-price .c-reference-price-list li {
  margin-right: 2%;
  margin-bottom: 13px;
  position: relative;
  width: 32%;
}

.c-reference-price .c-reference-price-list li:nth-child(3n) {
  margin-right: 0;
}

.c-pinpoint h3 {
  text-align: center;
  margin-bottom: 25px;
}

.c-pinpoint ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-pinpoint ul li {
  border: 2px solid #ccc;
  margin-right: 2%;
  margin-bottom: 20px;
  position: relative;
  width: 32%;
}

.c-pinpoint ul li:nth-child(3n) {
  margin-right: 0;
}

.c-voice {
  background: url("images/voice/voice_bg.gif") repeat 0 0;
  padding: 30px;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}

.c-voice h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.c-voice h3 span {
  font-size: 36px;
}

.c-voice .btn-area {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-column .mes {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
}

.c-column .btn-area {
  margin-top: 30px;
  margin-bottom: 10px;
}

.c-column-relation .heading-3 {
  margin-bottom: 0;
}

.c-column-relation .heading-3 span.icon {
  background: url("images/icons/icon_column01.png") no-repeat 0 0/23px 27px;
  padding: 2px 0 2px 33px;
}

.c-point {
  background: url("images/contents/point_bg.jpg") no-repeat 50% 0;
  padding-top: 60px;
}

.c-point h3 {
  text-align: center;
  margin-bottom: 30px;
}

.c-point .mes {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.c-point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-point ul li {
  position: relative;
  margin-right: 2%;
  margin-bottom: 20px;
  width: 32%;
}

.c-point ul li:nth-child(3n) {
  margin-right: 0;
}

.c-point ul li .num {
  background-color: #d50e18;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 28px;
  text-align: center;
  display: inline-block;
  left: -10px;
  top: -10px;
  line-height: 50px;
  position: absolute;
  height: 50px;
  width: 50px;
  z-index: 1;
  border-radius: 50%;
}

.c-point ul li .img {
  margin-bottom: 10px;
}

.c-point ul li .img img {
  width: 100%;
}

.c-point ul li p {
  font-size: 16px;
  line-height: 1.6;
}

.c-point .btn-area {
  margin-top: 0;
}

.c-about {
  background: #e2f1f6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e2f1f6), color-stop(50%, #f0f2f2), to(#e2f1f6));
  background: linear-gradient(to right, #e2f1f6 0%, #f0f2f2 50%, #e2f1f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f6', endColorstr='#e2f1f6',GradientType=1 );
  /* IE6-9 */
  padding: 50px 30px;
}

.c-about h3 {
  text-align: center;
  margin-bottom: 20px;
}

.c-about .mes {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.c-about ul li {
  background: #fff url("images/contents/about_bg.gif") repeat-x 0 0;
  padding: 33px 30px 30px;
  margin-bottom: 30px;
}

.c-about ul li:last-child {
  margin-bottom: 0;
}

.c-about ul li .img {
  float: left;
  width: 46%;
}

.c-about ul li .txt {
  float: right;
  width: 51%;
}

.c-about ul li .txt h4 {
  margin-bottom: 20px;
}

.c-about ul li .txt p {
  margin-bottom: 0;
}

.c-contact .tel {
  margin-bottom: 20px;
}

.c-purchase {
  margin-bottom: 40px;
}

.c-purchase .heading-3 {
  font-size: 26px;
  text-align: center;
}

.c-purchase .c-purchase-block {
  margin-bottom: 40px;
}

.c-purchase .c-purchase-maker .heading-4::before {
  background-color: #a48c42;
}

.no-result {
  background-color: #f0f1f2;
  text-align: center;
  padding: 30px;
}

.no-bg .no-result {
  background-color: #fff;
}

/* ==============================================
 Top
=============================================== */
/* mainvisual
----------------------------------------------- */
.mainvisual {
  overflow: hidden;
  background-color: #033276;
  padding-bottom: 38px;
}

.mainvisual .mv-img img {
  left: 50%;
  top: 0;
  position: relative;
  margin-left: -720px;
  max-width: none;
}

.mainvisual .mv-cta .title {
  text-align: right;
  margin-bottom: 20px;
}

.mainvisual .mv-cta .title .container {
  padding-right: 30px;
  width: 1120px;
}

.mainvisual .mv-cta .contain {
  background-color: #fff;
}

.mainvisual .mv-cta .contain .container {
  padding: 14px 30px 14px 240px;
  width: 1120px;
}

.mainvisual .mv-cta .contain .container > img {
  position: absolute;
  left: 30px;
  bottom: 0;
}

.mainvisual .mv-cta .contain .txt {
  float: left;
}

.mainvisual .mv-cta .contain .tel {
  float: right;
  padding-top: 5px;
}

/* banner
----------------------------------------------- */
.banner{
  text-align: center;
  margin-top: 50px;
}

/* mv bottom
----------------------------------------------- */

.mv_bottom_cta{
  padding-top: 80px;
}

.mv_bottom_cta .container .block1{
  position: relative;
  background-color: #033276;
  border: 10px solid #004c9c;
}

.mv_bottom_cta h2{
  width: 90%;
        margin: 0 auto;
      padding-top: 50px;
}

.mv_bottom_cta .block1_text{
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-family: monospace;
  margin-top: 10px;
}

.mv_bottom_cta .flex{
  display: flex;
  width: 70%;
  margin: 0 auto;
  align-items: center;
}
  .mv_bottom_cta.number{
    color: #fff;
    font-size: 80px;
    font-weight: bold;
  }

  .mv_bottom_cta .flex2{
    display: flex;
    justify-content: center;
  }

  .mv_bottom_cta .receptiontime{
    color: #fff;
    text-align: center;
    font-size: 26px;
    margin-top: -50px;
  }

  .mv_bottom_cta .strong{
    font-weight: bold;
    font-size: 30px;
  }

  .mv_bottom_cta .human{
    margin-bottom: -10px;
    position: absolute;
    bottom: 0px;
    left: -130px;
  }

  .block2{
    border: solid 10px #004c9c;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .mv_bottom_cta h3{
      font-size: 28px;
      padding: 10px;
      text-align: center;
  }
  .mv_bottom_cta.red{
        color: #c30000;
      }
.mv_bottom_cta .container .block2 h3{
	font-size: 28px;
	padding: 10px;
	text-align: center;
	background-color: #fff;
}
.mv_bottom_cta .container .block2 h3 .red{
	color: #c30000;
}
.mv_bottom_cta .number{
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	margin-left: 20px;
}

.mv_bottom_cta.cta_side {
	padding-top: 0;
}
.mv_bottom_cta.cta_side .mv_bottom_cta-title {
	color: #ffe500;
	font-size: 19px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
}
.mv_bottom_cta.cta_side .container {
	width: 100%;
}
.mv_bottom_cta.cta_side .container .block1 h2 {
	padding-top: 20px;
}
.mv_bottom_cta.cta_side .container .block1 .flex {
	width: 96%;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin-top: 10px;
}
.mv_bottom_cta.cta_side .container .block1 .flex .number {
	font-size: 30px;
	font-family: "Roboto", sans-serif;
	line-height: 1.3;
	margin-left: 5px;
}
.mv_bottom_cta.cta_side .container .block1 .flex .ico {
	width: 30px;
}
.mv_bottom_cta.cta_side .container .block1 .flex p {
	margin-bottom: 0;
}
.mv_bottom_cta.cta_side .container .block1 .block1_text {
	font-size: 14px;
	margin-bottom: 0;
	padding: 0 5px;
}
.mv_bottom_cta.cta_side .container .block1 .human {
	width: 90px;
	left: -30px;
	bottom: 20px;
}
.mv_bottom_cta.cta_side .container .block1 .receptiontime {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1.5;
}
.mv_bottom_cta.cta_side .container .block1 .receptiontime .strong {
	font-size: 16px;
}
.mv_bottom_cta.cta_side .container .block1 .block1-inner {
	position: relative;
	padding-bottom: 10px;
}
.mv_bottom_cta.cta_side .container .block1 .cta_side-btn {
	margin-bottom: 1px;
}
.mv_bottom_cta.cta_side .container .block2 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.mv_bottom_cta.cta_side .container .block2 h3 {
	font-size: 20px;
}

.mv_bottom_cta.cta_lower{
	padding-top: 0;
}
.mv_bottom_cta.cta_lower .container{
	width: 100%;
}
.mv_bottom_cta.cta_lower .block1_text{
	font-size: 26px;
	margin-bottom: 0;
}
.mv_bottom_cta.cta_lower .flex{
	width: 90%;
	justify-content: center;
	margin-bottom: 40px;
}
.mv_bottom_cta.cta_lower .flex p{
	margin-bottom: 0;
}
.mv_bottom_cta.cta_lower .flex .number{
	font-size: 75px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
}
.mv_bottom_cta.cta_lower .flex2{
	width: 75%;
	margin: auto;
}
.mv_bottom_cta.cta_lower .human{
	width: 150px;
	left: -47px;
	bottom: 10px;
}
.mv_bottom_cta.cta_lower .block2{
	margin-top: 10px;
}
.mv_bottom_cta.cta_lower h3{
	font-size: 20px;
}
.mv_bottom_cta.cta_lower h3 .red{
	color: #d50e18;
}
.mv_bottom_cta.cta_lower .container .block2 h3{
	font-size: 20px;
}

      /*ショップページ shoplist
----------------------------------------------- */
.mv_shop{
  margin-bottom: 20px;
}
.shop_shop-list{
  margin-top: 50px;
  background-color: #f5f5f6;
  padding-bottom: 40px;
}
.shop_shop-list h3{
  font-size: 35px;
  text-align: center;
  background-color: #033276;
  padding: 15px;
  color: #fff;
  margin-bottom: 50px;
}

.shop_shop-list .flex{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  /*justify-content: space-between;*/
}
.shop_shop-list .flex .shop_block {
    width: 32%;
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-right: 2%;
}
.shop_shop-list .flex .shop_block:nth-child(3n) {
    margin-right: 0;
}
.shop_shop-list .shop_block_img{
  text-align: center;
}

.shop_shop-list .center{
  margin-right: 34%;
}

.shop_shop-list .shop_block{
  width: 32%;
  background-color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.shop_shop-list .shop_block_inner{
  margin: 0 8px;
}

.shop_shop-list .shop_block_inner .shop_name{
  font-weight: bold;
  margin-bottom: 5px;
}

.shop_shop-list .shop_block_inner  .zip_address{
  margin-bottom: 5px;
  font-size: 12px;
}

.shop_shop-list .shop_block_inner .smoll{
  font-size: 13px;
}

.shop_shop-list .shop_block_inner .num{
  margin-bottom: 10px;
}

.shop_shop-list .shop_block_inner  .shop_information{
  border: #000 1px solid;
}

.shop_shop-list .shop_block_inner .hours{
  margin: 5px;
  font-size: 12px;
}

.shop_shop-list .shop_block_inner .shop_button{
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}

/* shop_kaitori
----------------------------------------------- */

.shop_kaitori{
  margin-top: 50px;
  margin-bottom: 50px;
}

.shop_kaitori  .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.shop_kaitori .shop_block_img{
  width: 42%;
}

.shop_kaitori .shop_kaitori_block {
  width: 56%;
}

.shop_kaitori  h3{
  font-size: 24px;
  color: #033276;
  margin-bottom: 10px;
}

/* shop_detail_map
----------------------------------------------- */
.shop_detail_map{
  width: 850px;
  padding: -30px;
  background-color: #033276;
  margin-left: -30px;
  padding-bottom: 30px;
}

.shop_detail_map  h3{
  font-size: 35px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  text-decoration:underline;
  text-decoration-color: white;
  padding-top: 15px;
}

.shop_detail_map  .shop_detail_bg{
  width: 790px;
  background-color: #fff;
  margin: 0 auto;
}

.shop_detail_map .map{
  text-align: center;
  padding-top: 20px;
}

.shop_detail_map .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 646px;
  margin: 0 auto;
}

.shop_detail_map .block p{
  margin-bottom: 10px;
}

.shop_detail_map .shop_detail_map_img{
  width: 50%;
}

.shop_detail_map .shop_detail_map_button{
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}


/* satisfaction
----------------------------------------------- */

.satisfaction{
  background: url("images/kaitori/satisfaction_bg.jpg") no-repeat;
  background-size: cover;
}

.satisfaction .satisfaction_img{
  text-align: center;
  padding-top: 50px;
  margin-bottom: 30px;
}

.satisfaction .satisfaction_text{
  width: 60%;
  margin: 0 auto;
  padding-bottom: 50px;
}

/* top satei
----------------------------------------------- */
.top-satei {
  background: url("images/top/top_satei_bg.jpg") repeat-x 0 0;
  height: 488px;
  padding-top: 50px;
}

.top-satei .container {
  width: 660px;
}

.top-satei h2 {
  background-color: #1f272a;
  text-align: center;
  padding: 16px 0 14px;
  border-radius: 6px 6px 0 0;
}

.top-satei .contain {
  background-color: #fff;
  border: 3px solid #1f272a;
  padding: 23px 24px;
  border-radius: 0 0 6px 6px;
}

.top-satei .form-block .form-label {
  font-size: 16px;
  font-weight: bold;
}

.top-satei .form-block .form-field {
  margin-left: 115px;
}

.top-satei .form-block input[type="text"] {
  background-color: #fcf5ed;
  border-width: 2px;
  padding: 10px 12px;
}

.top-satei .form-block .select-wrapper {
  background-size: 8px 19px;
  background-color: #fcf5ed;
  border-width: 2px;
}

.top-satei .form-block .select-wrapper select {
  padding: 10px 30px 10px 12px;
}

.top-satei .btn-area {
  margin: 20px auto 0;
}

.top-satei .btn-area button {
  padding: 10px;
}

.top-satei .btn-area button .large {
  margin: 0 3px;
  font-size: 160%;
}

/* コロナ
----------------------------------------------- */
.attention img {
  width: 100%;
  max-width: 1095px;
}

/* youtube
----------------------------------------------- */
.youtube_area {
  /* display: none; */
  margin-bottom: 60px;
}

.youtube_area .container {
  background: url(https://gakkikaitori.co.jp/wp-content/themes/gakkikaitori_v1/images/top/youtube_bg.jpg);
  width: 1040px;
  background-size: cover;
}

.youtube_area .container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.youtube_area .container .flex > * {
  margin: 15px;
}

/* 期間限定キャンペーン
----------------------------------------------- */
.kikan {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  display: block;
}

/* top step
----------------------------------------------- */
.top-step {
  background: url("images/top/top_step_bg.gif") repeat 0 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-step .container {
  width: 1120px;
}

.top-step h2 {
  text-align: center;
  margin-bottom: 30px;
}

.top-step .imgs {
  float: left;
  width: 510px;
}

.top-step .area {
  float: right;
  width: 570px;
}

.top-step .area p {
  margin-bottom: 12px;
  padding-top: 6px;
}

.top-step .area table {
  border: 3px solid #033276;
  width: 100%;
  border-radius: 6px;
}

.top-step .area table th {
  background-color: #033276;
  text-align: center;
  padding-right: 3px;
  width: 174px;
  vertical-align: middle;
}

.top-step .area table td {
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
}

.top-step .area table td ul li {
  line-height: 1.8;
  display: inline-block;
}

.top-step .area table td ul li:not(:last-child)::after {
  content: "・";
}

/* top purchase
----------------------------------------------- */
.top-purchase {
  background-color: #fdf8e1;
  padding: 40px 0 90px;
}

.top-purchase .container {
  width: 1120px;
}

.top-purchase h2 {
  text-align: center;
  margin-bottom: 20px;
}

.top-purchase ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-purchase ul li {
  margin-right: 2.5%;
  margin-bottom: 16px;
  width: 31.666%;
}

.top-purchase ul li:nth-child(3n) {
  margin-right: 0;
}

.top-purchase p {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 0;
}

.top-purchase p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fced22));
  background: linear-gradient(transparent 60%, #fced22 60%);
  display: inline-block;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
}

.top-purchase p strong {
  display: inline-block;
  font-size: 44px;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fced22));
  background: linear-gradient(transparent 60%, #fced22 60%);
  padding-left: 10px;
  padding-right: 10px;
}

/* top trouble
----------------------------------------------- */
.top-trouble h2 {
  background-color: #033276;
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding: 14px;
}

.top-trouble .contain {
  background-color: #f0f1f2;
}

.top-trouble .contain .container {
  padding-top: 50px;
  max-width: 880px;
}

.top-trouble .contain .container::after {
  content: "";
  border-style: solid;
  border-width: 25px 40px 0 40px;
  border-color: #033276 transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -40px;
}

.top-trouble .contain ul {
  font-size: 0;
  letter-spacing: 0;
}

.top-trouble .contain ul li {
  background: url("images/icons/icon_check01.png") no-repeat 0 4px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 0 35px;
  width: 50%;
}

.top-trouble .contain .img {
  margin-top: 20px;
  text-align: center;
}

/* top cta
----------------------------------------------- */
.top-cta {
  background: url("images/top/top_cta_bg.gif") repeat 0 0;
}

.top-cta .container {
  /*padding-top: 260px;*/
  padding-bottom: 60px;
  width: 1120px;
}
.top-cta .container.pbNone{
	padding-bottom: 0;
}
.top-cta .imgs {
  position: absolute;
  text-align: center;
  top: -60px;
  left: 0;
  width: 100%;
}

.top-cta .tel {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.top-cta .cf > div {
  background-color: #fff;
}

/* top column
----------------------------------------------- */
.top-column {
  background: #033277;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #033277 0%, #095ea1 50%, #033277 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033277', endColorstr='#033277',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 60px 0;
  margin-bottom: 60px;
}

.top-column h2 {
  text-align: center;
  margin-bottom: 35px;
}

.top-column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-column ul li {
  background: #fff;
  padding: 10px 10px 30px;
  margin-right: 2%;
  position: relative;
  width: 23.5%;
}

.top-column ul li:nth-child(4n) {
  margin-right: 0;
}

.top-column ul li .img img {
  width: 100%;
}

.top-column ul li h3 {
  font-size: 16px;
  margin: 12px 0 5px;
}

.top-column ul li h3 a {
  color: #333;
  text-decoration: none;
}

.top-column ul li h3 a:hover {
  color: #0855c5;
}

.top-column ul li p {
  font-size: 14px;
  margin-bottom: 0;
}

.top-column ul li .link {
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 12px;
}

/* ==============================================
 Reference price
=============================================== */
/* reference price list
----------------------------------------------- */
.reference-price-list .reference-price-list-main {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 30px;
}

.reference-price-list .reference-price-list-main > * {
  position: relative;
  z-index: 1;
}

.reference-price-list .reference-price-list-main::after {
  content: "";
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6f1f9));
  background: linear-gradient(to bottom, #ffffff 0%, #e6f1f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f1f9',GradientType=0 );
  /* IE6-9 */
  height: 370px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.reference-price-list .reference-price-list-main .main-img {
  margin-bottom: 30px;
}

.reference-price-list .reference-price-list-main h3 {
  text-align: center;
  margin-bottom: 20px;
}

.reference-price-list .reference-price-list-main h4 {
  color: #139edf;
  text-align: center;
  font-size: 34px;
  margin-bottom: 15px;
}

.reference-price-list .reference-price-list-main ul {
  background-color: #139edf;
  color: #fff;
  padding: 20px 50px 15px;
  margin: 0 auto;
  max-width: 600px;
}

.reference-price-list .reference-price-list-main ul li {
  background: url("images/icons/icon_check03.png") no-repeat 0 6px/30px 22px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 40px;
}

.reference-price-list .reference-price-list-main .trouble-block {
  text-align: center;
  margin-bottom: 20px;
}

/* reference price detail
----------------------------------------------- */
.reference-price-detail .reference-price-detail-header {
  background: url("images/reference-price/header_bg.png") no-repeat 0 0;
  min-height: 205px;
  padding: 35px 0 0;
  text-align: center;
  margin-bottom: 40px;
}

.reference-price-detail .reference-price-detail-header p {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}

.reference-price-detail .reference-price-detail-header p .fc-red {
  display: block;
  font-size: 33px;
  margin-bottom: 10px;
}

.reference-price-detail .reference-price-detail-header p .fc-red .large {
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  top: 3px;
  margin-right: 3px;
  position: relative;
}

.reference-price-detail .heading-3 {
  background: #a48c42;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#a48c42), to(#c9ad3b));
  background: linear-gradient(to right, #a48c42 0%, #c9ad3b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48c42', endColorstr='#c9ad3b',GradientType=1 );
  /* IE6-9 */
}

.reference-price-detail .heading-4::before {
  background-color: #a48c42;
}

.reference-price-detail .reference-price-detail-purchase {
  margin-bottom: 50px;
}

.reference-price-detail .reference-price-detail-purchase ul li {
  border: 2px solid #dbdbdb;
  padding: 8px;
  margin-bottom: 20px;
}

.reference-price-detail .reference-price-detail-purchase ul li .img {
  float: left;
  text-align: center;
  width: 32%;
}

.reference-price-detail .reference-price-detail-purchase ul li .txt {
  padding-top: 0.5em;
  float: right;
  width: 65%;
}

.reference-price-detail .reference-price-detail-purchase ul li .txt h4 {
  font-size: 16px;
}

.reference-price-detail .reference-price-detail-purchase ul li .txt .purchase-amount {
  text-align: right;
  line-height: 1.5;
  margin-bottom: 10px;
}

.reference-price-detail .reference-price-detail-purchase ul li .txt .purchase-amount small {
  font-size: 15px;
  margin-right: 10px;
}

.reference-price-detail .reference-price-detail-purchase ul li .txt .purchase-amount .fc-red {
  font-size: 20px;
}

.reference-price-detail .reference-price-detail-purchase ul li .txt .purchase-amount .fc-red .large {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  top: 2px;
  margin-right: 3px;
  position: relative;
}

.reference-price-detail .reference-price-detail-purchase ul li .txt p {
  color: #8a8a8a;
  font-size: 13px;
  margin-bottom: 0;
}

.reference-price-detail .reference-price-detail-link {
  margin-bottom: 30px;
}

.reference-price-detail .reference-price-detail-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reference-price-detail .reference-price-detail-link ul li {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  margin-right: 3%;
  width: 31.333%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.reference-price-detail .reference-price-detail-link ul li:nth-child(3n) {
  margin-right: 0;
}

.reference-price-detail .reference-price-detail-link ul li a {
  color: #333;
  display: block;
  text-decoration: none;
}

.reference-price-detail .reference-price-detail-link ul li a:hover {
  color: #0855c5;
}

.reference-price-detail .reference-price-detail-link ul li .img img {
  width: 100%;
}

.reference-price-detail .reference-price-detail-link ul li .txt {
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  position: relative;
}

.reference-price-detail .reference-price-detail-link ul li .txt::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px;
}

.reference-price-detail .reference-price-detail-faq {
  margin-bottom: 50px;
}

.reference-price-detail .reference-price-detail-faq .heading-4 {
  margin-bottom: 0;
}

.reference-price-detail .reference-price-detail-others {
  margin-bottom: 30px;
}

.reference-price-detail .reference-price-detail-others ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reference-price-detail .reference-price-detail-others ul li {
  margin-bottom: 20px;
  margin-right: 3%;
  text-align: center;
  width: 31.333%;
}

.reference-price-detail .reference-price-detail-others ul li:nth-child(3n) {
  margin-right: 0;
}

.reference-price-detail .reference-price-detail-others ul li .img {
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 6px;
}

.reference-price-detail .reference-price-detail-others ul li .img img {
  width: 100%;
}

.reference-price-detail .reference-price-detail-others ul li p {
  margin-bottom: 0;
}

.reference-price-detail .reference-price-detail-others ul li a {
  font-weight: bold;
}

/* ==============================================
 Expensive
=============================================== */
/* expensive archive
----------------------------------------------- */
.expensive-archive {
  background-color: #f5f1e5;
  padding-bottom: 10px;
}

.expensive-archive .expensive-archive-title img {
  width: 100%;
}

.expensive-archive .expensive-archives-list {
  padding: 30px 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.expensive-archive .expensive-archives-list li {
  background-color: #fff;
  margin-right: 4%;
  margin-bottom: 30px;
  width: 48%;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.expensive-archive .expensive-archives-list li:nth-child(odd) {
  margin-right: 0;
}

.expensive-archive .expensive-archives-list li.item-first {
  width: 100%;
}

.expensive-archive .expensive-archives-list li.item-first .thumbnail a {
  display: block;
}

.expensive-archive .expensive-archives-list li.item-first .thumbnail a img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.expensive-archive .expensive-archives-list li .thumbnail a {
  display: block;
  position: relative;
}

.expensive-archive .expensive-archives-list li .thumbnail a.frame::before, .expensive-archive .expensive-archives-list li .thumbnail a.frame::after {
  background-color: #fff;
  content: "";
  opacity: 0.4;
  position: absolute;
  z-index: 1;
}

.expensive-archive .expensive-archives-list li .thumbnail a.frame::before {
  left: 8px;
  top: 8px;
  height: 1px;
  width: calc(100% - 17px);
}

.expensive-archive .expensive-archives-list li .thumbnail a.frame::after {
  right: 8px;
  top: 8px;
  height: calc(100% - 17px);
  width: 1px;
}

.expensive-archive .expensive-archives-list li .thumbnail a span {
  display: block;
  position: relative;
}

.expensive-archive .expensive-archives-list li .thumbnail a span::before, .expensive-archive .expensive-archives-list li .thumbnail a span::after {
  background-color: #fff;
  content: "";
  opacity: 0.4;
  position: absolute;
  z-index: 1;
}

.expensive-archive .expensive-archives-list li .thumbnail a span::before {
  left: 8px;
  bottom: 8px;
  height: 1px;
  width: calc(100% - 16px);
}

.expensive-archive .expensive-archives-list li .thumbnail a span::after {
  left: 8px;
  top: 9px;
  height: calc(100% - 18px);
  width: 1px;
}

.expensive-archive .expensive-archives-list li .thumbnail img {
  width: 100%;
}

.expensive-archive .expensive-archives-list li .txt {
  padding: 18px 20px 20px;
}

.expensive-archive .expensive-archives-list li .title {
  font-size: 18px;
  margin-bottom: 8px;
}

.expensive-archive .expensive-archives-list li .title a {
  color: #ab8f38;
  text-decoration: none;
}

.expensive-archive .expensive-archives-list li .title a:hover {
  color: #333;
}

.expensive-archive .expensive-archives-list li p {
  font-size: 14px;
  margin-bottom: 8px;
}

.expensive-archive .expensive-archives-list li .link {
  text-align: right;
}

.expensive-archive .expensive-archives-list li .link a {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  text-decoration: none;
  background: #ab8f38;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ab8f38), to(#cdb772));
  background: linear-gradient(to right, #ab8f38 0%, #cdb772 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab8f38', endColorstr='#cdb772',GradientType=1 );
  /* IE6-9 */
}

.expensive-archive .expensive-archives-list li .link a:hover {
  opacity: 0.8;
}

.expensive-archive .expensive-archives-list li .link a span {
  position: relative;
  padding-left: 14px;
}

.expensive-archive .expensive-archives-list li .link a span::before {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

/* ==============================================
 Faq
=============================================== */
.faq-contents .mes {
  font-size: 16px;
  font-weight: bold;
}

/* faq list
----------------------------------------------- */
.faq-list li {
  padding: 20px;
}

.faq-list li:nth-child(even) {
  background-color: #f7f7f7;
}

.faq-list li dl dt {
  background: url("images/icons/icon_faq_a.png") no-repeat 0 0/40px 40px;
  font-size: 18px;
  font-weight: normal;
  min-height: 40px;
  padding: 5px 0 20px 55px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}

.faq-list li dl dd {
  background: url("images/icons/icon_faq_q.png") no-repeat 0 3px/40px 40px;
  padding: 0 0 0 55px;
  min-height: 40px;
}

.faq-list li dl dd .tel {
  border: 2px solid #ccc;
  text-align: center;
  margin: 10px auto;
  padding: 10px 0;
}

.faq-list li dl dd strong {
  font-size: 125%;
}

/* ==============================================
 Purchase
=============================================== */
/* purchase sort
----------------------------------------------- */
.purchase-sort-area {
  border: 2px solid #aeafaf;
  padding: 10px 20px;
  margin-bottom: 30px;
  border-radius: 6px;
}

.purchase-sort-area h3 {
  background: url("images/icons/icon_search01.png") no-repeat 0 6px/18px 18px;
  font-size: 18px;
  padding: 2px 0 2px 25px;
  margin-bottom: 5px;
}

.purchase-sort-area .form-group {
  margin-bottom: 10px;
}

.purchase-sort-area .form-group.cf .col {
  float: left;
  width: 49%;
}

.purchase-sort-area .form-group.cf .col:nth-child(even) {
  float: right;
}

.purchase-sort-area .checkbox-area .checkbox-wrap {
  background-color: #f0f1f2;
  padding: 10px 5px 5px 10px;
}

.purchase-sort-area .checkbox-area label {
  display: inline-block;
  margin: 0 15px 5px 0;
  vertical-align: top;
}

.purchase-sort-area .checkbox-area input[type="checkbox"] {
  margin: 0 3px 4px 0;
  vertical-align: middle;
}

.purchase-sort-area .form-btns button {
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}

.purchase-sort-area .form-btns button[type="submit"] {
  background-color: #f15a25;
  color: #fff;
  float: right;
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 180px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.purchase-sort-area .form-btns button[type="submit"]:hover {
  background-color: rgba(241, 90, 37, 0.8);
}

.purchase-sort-area .form-btns button[type="reset"] {
  font-weight: normal;
  font-size: 14px;
  padding: 10px;
  color: #8a8a8a;
  float: right;
}

/* purchase archive
----------------------------------------------- */
.purchase-archive-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.purchase-archive-category-list li {
  margin-right: 2%;
  width: 32%;
}

.purchase-archive-category-list li:last-child {
  margin-right: 0;
}

.purchase-archive-category-list li a {
  border: 1px solid #ccc;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 20px;
  color: #033276;
  font-weight: bold;
  background: #fcfcfc;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e3e5e5));
  background: linear-gradient(to bottom, #fcfcfc 0%, #e3e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e3e5e5',GradientType=0 );
  /* IE6-9 */
  position: relative;
  border-radius: 4px;
  text-decoration: none;
}

.purchase-archive-category-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #033276;
  border-right: 2px solid #033276;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
}

.purchase-archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.purchase-archive-list li {
  border: 2px solid #dbdbdb;
  margin-bottom: 20px;
  margin-right: 2%;
  padding: 8px;
  width: 32%;
}

.purchase-archive-list li:nth-child(3n) {
  margin-right: 0;
}

.purchase-archive-list li .img {
  margin-bottom: 10px;
  position: relative;
}

.purchase-archive-list li .img .line-icon {
  background-color: #fff;
  color: #00c301;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 6px 2px;
  line-height: 1.4;
  position: absolute;
  top: 5px;
  left: 5px;
  text-decoration: none;
}

.purchase-archive-list li .data {
  margin-bottom: 10px;
  width: 100%;
}

.purchase-archive-list li .data td {
  border: 1px solid #6a6b6c;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

.purchase-archive-list li .data td.date {
  background: #6a6b6c;
  color: #fff;
}

.purchase-archive-list li .data td a {
  text-decoration: none;
}

.purchase-archive-list li .title {
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1.5;
}

.purchase-archive-list li .title a {
  text-decoration: none;
}

.purchase-archive-list li .title a:hover {
  text-decoration: underline;
}

.purchase-archive-list li .excerpt {
  font-size: 13px;
  color: #8a8a8a;
  margin-bottom: 10px;
  line-height: 1.6;
}

.purchase-archive-list li .purchase-price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #d50e18;
    line-height: 1
}

.purchase-archive-list li .purchase-price--text {
    font-size: 15px;
    font-weight: 700
}

.purchase-archive-list li .purchase-price--yen {
    font-size: 28px;
    font-weight: 700;
    font-family: "Roboto", sans-serif
}

.purchase-archive-list li .meta-list {
  /*border-top: 1px solid #ccc;*/
  padding-top: 12px;
}

.purchase-archive-list li .meta-list dd {
  background-repeat: no-repeat;
  font-size: 13px;
  margin-bottom: 2px;
  padding-left: 18px;
}

.purchase-archive-list li .meta-list dd.list-cat {
  background-image: url("images/icons/icon_tag_gray.png");
  background-size: 12px 12px;
  background-position: 1px 3px;
}

.purchase-archive-list li .meta-list dd.list-area {
  background-image: url("images/icons/icon_mappin_gray.png");
  background-size: 11px 15px;
  background-position: 1px 2px;
}

.purchase-archive-list li .meta-list dd a {
  text-decoration: none;
}

.purchase-archive-list li .meta-list dd a:hover {
  text-decoration: underline;
}

.purchase-kaitori-link.kaitori-link--trip {
  color: #2258a8;
}

.purchase-kaitori-link.kaitori-link--deliv {
  color: #bc892a;
}

.purchase-kaitori-link.kaitori-link--remains {
  color: #b54d15;
}

.purchase-kaitori-link.kaitori-link--shop {
  color: #d43e49;
}

.purchase-kaitori-link.kaitori-link--corp {
  color: #1f272a;
}

.purchase-kaitori-link.kaitori-link--line {
  color: #00c301;
}

.purchase-status h3 {
  background: #033277;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#033277), to(#0a60a4));
  background: linear-gradient(to right, #033277 0%, #0a60a4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033277', endColorstr='#0a60a4',GradientType=1 );
  /* IE6-9 */
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}

.purchase-status .contain {
  border: 8px solid #e5e9f0;
  padding: 20px 22px;
  position: relative;
}

.purchase-status .contain .staff-img {
  position: absolute;
  top: -22px;
  left: 22px;
}

.purchase-status .contain .status-check-list {
  padding-left: 310px;
  min-height: 250px;
  margin-bottom: 30px;
}

.purchase-status .contain .status-check-list li {
  background: url("images/icons/icon_check02.png") no-repeat 0 1px/22px 22px;
  border-bottom: 2px solid #ccc;
  color: #666666;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 6px 30px;
  margin-bottom: 15px;
}

.purchase-status .contain .purchase-status-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.purchase-status .contain .purchase-status-content-list li {
  margin-right: 3%;
  width: 31.333%;
}

.purchase-status .contain .purchase-status-content-list li:nth-child(3n) {
  margin-right: 0;
}

.purchase-status .contain .purchase-status-content-list li img {
  margin-bottom: 15px;
}

.purchase-status .contain .purchase-status-content-list li .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}

.purchase-status .contain .purchase-status-content-list li p {
  margin-bottom: 0px;
  line-height: 1.6;
}

.purchase-status .contain .purchase-status-content-list li .link {
  text-align: right;
}

.purchase-status .large {
  background: url("images/purchase/status_arrow.png") no-repeat 50% 0;
  color: #033276;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 25px;
  padding-top: 66px;
  margin-bottom: 0;
}

.purchase-check-point h3 {
  background-color: #f15a25;
  color: #fff;
  font-size: 26px;
  padding: 15px 20px 15px 125px;
  position: relative;
}

.purchase-check-point h3 img {
  position: absolute;
  left: -24px;
  top: -46px;
}

.purchase-check-point .contain {
  background: url("images/purchase/check_point_bg.gif") repeat 0 0;
  padding: 35px 30px;
}

.purchase-check-point .contain .txt {
  text-align: center;
  margin-bottom: 35px;
}

.purchase-check-point .check-point-list {
  margin-bottom: 35px;
}

.purchase-check-point .check-point-list li {
  background: #fff url("images/icons/icon_check_point.png") no-repeat 20px 19px/43px 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 15px 17px 75px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.purchase-check-point .purchase-check-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.purchase-check-point .purchase-check-content-list li {
  margin-right: 3%;
  width: 31.333%;
}

.purchase-check-point .purchase-check-content-list li:nth-child(3n) {
  margin-right: 0;
}

.purchase-check-point .purchase-check-content-list li img {
  margin-bottom: 15px;
}

.purchase-check-point .purchase-check-content-list li .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}

.purchase-check-point .purchase-check-content-list li p {
  margin-bottom: 0px;
  line-height: 1.6;
}

.purchase-check-point .purchase-check-content-list li .link {
  text-align: right;
}

.maker-description {
  border: 8px solid #f2f2f2;
  padding: 22px;
}

.maker-description h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.maker-description .description {
  display: table;
}

.maker-description .description .txt {
  display: table-cell;
  padding-right: 2%;
  width: 70%;
  vertical-align: top;
}

.maker-description .description .logo-area {
  display: table-cell;
  padding: 20px;
  text-align: center;
  width: 30%;
  vertical-align: top;
}

.maker-description .maker-description-related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.maker-description .maker-description-related-list li {
  margin-right: 2%;
  margin-bottom: 20px;
  width: 18.4%;
}

.maker-description .maker-description-related-list li:nth-child(5n) {
  margin-right: 0;
}

.maker-description .maker-description-related-list li img {
  margin-bottom: 8px;
}

.maker-description .maker-description-related-list li .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.4;
}

.maker-description .maker-description-related-list li p {
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.6;
}

.maker-description .maker-description-related-list li .link {
  font-size: 13px;
  text-align: right;
}

.purchase-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.purchase-category-list > li {
  border: 1px solid #ccc;
  border-top: 2px solid #139edf;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 0 10px 15px;
  width: 23.5%;
}

.purchase-category-list > li:nth-child(4n) {
  margin-right: 0;
}

.purchase-category-list > li h5 {
  background-size: 48px 48px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 10px;
}

.purchase-category-list > li h5 a {
  background: url("images/common/link_arrow_blue.png") no-repeat 0 50%/14px 14px;
  padding-left: 20px;
  display: block;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  color: #333;
}

.purchase-category-list > li.cat-1 h5 {
  background-image: url("images/purchase/purchase_category_img01.jpg");
}

.purchase-category-list > li.cat-2 h5 {
  background-image: url("images/purchase/purchase_category_img02.jpg");
}

.purchase-category-list > li.cat-3 h5 {
  background-image: url("images/purchase/purchase_category_img03.jpg");
}

.purchase-category-list > li.cat-4 h5 {
  background-image: url("images/purchase/purchase_category_img04.jpg");
}

.purchase-category-list > li.cat-5 h5 {
  background-image: url("images/purchase/purchase_category_img05.jpg");
}

.purchase-category-list > li.cat-6 h5 {
  background-image: url("images/purchase/purchase_category_img06.jpg");
}

.purchase-category-list > li.cat-7 h5 {
  background-image: url("images/purchase/purchase_category_img07.jpg");
}

.purchase-category-list > li.cat-8 h5 {
  background-image: url("images/purchase/purchase_category_img08.jpg");
}

.purchase-category-list > li.cat-9 h5 {
  background-image: url("images/purchase/purchase_category_img09.jpg");
}

.purchase-category-list > li.cat-10 h5 {
  background-image: url("images/purchase/purchase_category_img10.jpg");
}

.purchase-category-list > li.cat-11 {
  margin-right: 0;
  width: 49%;
}

.purchase-category-list > li.cat-11 h5 {
  background-image: url("images/purchase/purchase_category_img11.jpg");
}

.purchase-category-list > li ul li {
  line-height: 1.6;
  display: inline-block;
  font-size: 13px;
}

.purchase-category-list > li ul li::after {
  content: "/";
  margin-left: 3px;
  margin-right: 3px;
}

.purchase-category-list > li ul li:last-child::after {
  content: none;
}

.purchase-strengthen-brand h5 {
  background: #a48c42;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding: 8px;
  margin-bottom: 0;
}

.purchase-strengthen-brand .purchase-strengthen-list {
  padding: 30px 30px 5px;
  background: #e6d9b0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e6d9b0 0%, #fdfbf4 50%, #e6d9b0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d9b0', endColorstr='#e6d9b0',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.purchase-strengthen-brand .purchase-strengthen-list li {
  margin-right: 3%;
  margin-bottom: 20px;
  width: 31.333%;
}

.purchase-strengthen-brand .purchase-strengthen-list li:nth-child(3n) {
  margin-right: 0;
}

.purchase-strengthen-brand .purchase-strengthen-list li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.purchase-strengthen-brand .purchase-strengthen-list li a:hover {
  text-decoration: underline;
}

.purchase-strengthen-brand .purchase-strengthen-list li .maker-logo {
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  height: 80px;
  padding: 10px 0;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.purchase-strengthen-brand .purchase-strengthen-list li .maker-logo::after {
  content: "";
  background: #80640d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#80640d), to(#d6c99b));
  background: linear-gradient(to right, #80640d 0%, #d6c99b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80640d', endColorstr='#d6c99b',GradientType=1 );
  /* IE6-9 */
  height: 2px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}

.purchase-strengthen-brand .purchase-strengthen-list li .maker-logo img {
  max-height: 100%;
  max-width: 80%;
  width: auto;
}

.purchase-strengthen-brand .purchase-strengthen-list li .ja {
  font-weight: bold;
}

.purchase-strengthen-brand .purchase-strengthen-list li .ja span {
  background: url("images/common/link_arrow_brown.png") no-repeat 0 50%/14px 14px;
  padding-left: 20px;
}

.purchase-maker-list {
  background-color: #f0f1f2;
  border: 2px solid #ccc;
  padding: 20px;
  font-size: 0;
  letter-spacing: 0;
  height: 300px;
  overflow: auto;
}

.purchase-maker-list li {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
  padding-right: 10px;
  width: 25%;
  vertical-align: top;
}

.purchase-area-block {
  border: 8px solid #d5e8be;
  padding: 20px 28px;
  margin-bottom: 40px;
  position: relative;
}

.purchase-area-block > img {
  position: absolute;
  right: -13px;
  top: -16px;
}

.purchase-area-block > p {
  margin-bottom: 40px;
}

.purchase-area-block .heading-4 {
  background: url("images/icons/icon_mappin.png") no-repeat 0 50%;
  border-bottom: none;
  font-size: 22px;
  padding: 3px 0 3px 48px;
}

.purchase-area-block .heading-4::before {
  content: none;
}

.purchase-pref-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.purchase-pref-list > li {
  margin-right: 4%;
  margin-bottom: 15px;
  width: 48%;
}

.purchase-pref-list > li:nth-child(even) {
  margin-right: 0;
}

.purchase-pref-list > li dl dt a {
  color: #333;
  text-decoration: none;
}

.purchase-pref-list > li dl dd ul li {
  display: inline-block;
  line-height: 1.8;
}

.purchase-pref-list > li dl dd ul li::after {
  content: "/";
  margin-left: 5px;
  margin-right: 2px;
}

.purchase-pref-list > li dl dd ul li:last-child::after {
  content: none;
}

/* purchase detail
----------------------------------------------- */
.purchase-detail .detail-images {
  float: left;
  margin-bottom: 30px;
  width: 420px;
}

.purchase-detail .detail-images .purchase-slider {
  margin-bottom: 20px;
}

.purchase-detail .detail-images .purchase-slider .slide-item {
  border: 1px solid #ccc;
}

.purchase-detail .detail-images .purchase-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.purchase-detail .detail-images .purchase-thumbnails .thumbnail-item {
  margin-right: 2%;
  margin-bottom: 10px;
  width: 18.4%;
  opacity: 0.6;
}

.purchase-detail .detail-images .purchase-thumbnails .thumbnail-item:nth-child(5n) {
  margin-right: 0;
}

.purchase-detail .detail-images .purchase-thumbnails .thumbnail-item.thumbnail-current {
  opacity: 1;
}

.purchase-detail .detail-data {
  float: right;
  margin-bottom: 30px;
  width: 350px;
}

.purchase-detail .detail-data .table {
  margin-bottom: 20px;
}

.purchase-detail .detail-data .table th {
  padding: 12px;
  width: 7em;
}

.purchase-detail .detail-data .table td {
  padding: 12px;
}

.purchase-detail .detail-data .table td a {
  color: #333;
  text-decoration: none;
}

.purchase-detail .detail-data .table td a:hover {
  text-decoration: underline;
}

.purchase-detail .detail-data .table td .price {
  color: #d50e18;
}

.purchase-detail .detail-contents {
  clear: both;
}

.page-navigation {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 0;
}

.page-navigation > div {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}

.page-navigation .prev a {
  position: relative;
  margin-right: 40px;
  padding-left: 14px;
}

.page-navigation .prev a::before {
  content: "";
  background: #ccc;
  height: 20px;
  position: absolute;
  top: -2px;
  right: -20px;
  width: 1px;
}

.page-navigation .prev a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #139edf;
  border-left: 2px solid #139edf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}

.page-navigation .next a {
  position: relative;
  margin-left: 40px;
  padding-right: 14px;
}

.page-navigation .next a::before {
  content: "";
  background: #ccc;
  height: 20px;
  position: absolute;
  top: -2px;
  left: -20px;
  width: 1px;
}

.page-navigation .next a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #139edf;
  border-right: 2px solid #139edf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}

/* pager
----------------------------------------------- */
.page-control {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-control .pager {
  float: left;
}

.page-control .pager a, .page-control .pager span {
  background-color: #fff;
  border: 1px solid #aeafaf;
  font-weight: bold;
  padding: 7px 10px;
  border-radius: 3px;
}

.page-control .pager .current {
  background-color: #f7f7f7;
  border: 1px solid #aeafaf;
}

.page-control .pager a:hover {
  border: 1px solid #0855c5;
}

.page-control .page-orderby {
  float: right;
}

.page-control .page-orderby .current {
  font-weight: bold;
}

.page-control .page-orderby a {
  text-decoration: none;
}

.page-control .page-orderby a:hover {
  text-decoration: underline;
}

/* ==============================================
 Column
=============================================== */
/* column archive
----------------------------------------------- */
#link_column{
	padding-top: 80px;
}

.column-archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-archive-list li {
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.column-archive-list li:first-child, .column-archive-list li:nth-child(2) {
  margin-right: 2%;
  padding: 0;
  width: 49%;
}

.column-archive-list li:first-child .img, .column-archive-list li:first-child .txt, .column-archive-list li:nth-child(2) .img, .column-archive-list li:nth-child(2) .txt {
  float: none;
  width: 100%;
}

.column-archive-list li:first-child .txt, .column-archive-list li:nth-child(2) .txt {
  padding: 20px 20px;
}

.column-archive-list li:first-child .txt .link, .column-archive-list li:nth-child(2) .txt .link {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -43%;
  width: 86%;
}

.column-archive-list li:nth-child(2) {
  margin-right: 0;
}

.column-archive-list li .img {
  float: left;
  width: 32%;
  text-align: center;
}

.column-archive-list li .img a {
  display: block;
  position: relative;
}

.column-archive-list li .txt {
  padding: 0 20px;
  float: right;
  width: 68%;
}

.column-archive-list li .txt .categories {
  background: url("images/icons/icon_tag_gray.png") no-repeat 0 3px/12px 12px;
  padding-left: 18px;
  line-height: 1;
  margin-bottom: 5px;
}

.column-archive-list li .txt .categories a {
  color: #8a8a8a;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 5px 0;
}

.column-archive-list li .txt .categories a:not(:last-child) {
  border-right: 1px solid #B2B2B2;
  padding-right: 10px;
  margin-right: 3px;
}

.column-archive-list li .txt h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.column-archive-list li .txt h4 a {
  color: #333;
  text-decoration: none;
}

.column-archive-list li .txt h4 a:hover {
  color: #0855c5;
}

.column-archive-list li .txt p {
  margin-bottom: 0;
  font-size: 13px;
}

/* column list
----------------------------------------------- */
.column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-list li {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 20px 0;
}

.column-list li .img {
  float: left;
  width: 32%;
  text-align: center;
}

.column-list li .img a {
  display: block;
  position: relative;
}

.column-list li .txt {
  padding: 0 0 0 25px;
  float: right;
  width: 68%;
}

.column-list li .txt .categories {
  background: url("images/icons/icon_tag_gray.png") no-repeat 0 3px/12px 12px;
  padding-left: 18px;
  line-height: 1;
  margin-bottom: 5px;
}

.column-list li .txt .categories a {
  color: #8a8a8a;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 5px 0;
}

.column-list li .txt .categories a:not(:last-child) {
  border-right: 1px solid #B2B2B2;
  padding-right: 10px;
  margin-right: 3px;
}

.column-list li .txt h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.column-list li .txt h4 a {
  color: #333;
  text-decoration: none;
}

.column-list li .txt h4 a:hover {
  color: #0855c5;
}

.column-list li .txt p {
  margin-bottom: 0;
  font-size: 13px;
}

/* column category
----------------------------------------------- */
.category-icon {
  color: #fff;
  display: inline-block;
  padding: 3px 8px 3px;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 0 2px 7px 0;
  text-decoration: none;
  border-radius: 3px;
}

.category-icon:hover {
  color: #fff;
}

.column-archive .column-archive-heading {
  border-bottom: 2px solid #ccc;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-bottom: 8px;
  letter-spacing: 0.02em;
}

.column-archive .column-archive-heading .en {
  font-family: "Roboto", sans-serif;
}

.column-archive .column-archive-heading small {
  font-size: 16px;
  margin-left: 10px;
  vertical-align: middle;
}

.column-archive .column-cat-description {
  margin-bottom: 30px;
  position: relative;
}

.column-archive .column-cat-description .description-title {
  background-color: #fff;
  border-bottom: 2px solid #033276;
  color: #033276;
  font-size: 26px;
  padding: 10px 20px;
  position: relative;
}

.column-archive .column-cat-description .description-title::before {
  content: '●';
  font-size: 60%;
  color: #139edf;
  margin-right: 13px;
  vertical-align: middle;
}

.column-archive .column-cat-description .description-contents {
  background-color: #fff;
  padding: 20px 20px;
}

.column-archive .column-cat-description .description-contents h2 {
  color: #033276;
  font-size: 20px;
  margin-bottom: 10px;
}

.column-archive .column-cat-description .description-contents h3 {
  color: #033276;
  font-size: 16px;
  margin-bottom: 10px;
}

.column-archive .column-cat-description .description-contents p:last-child {
  margin-bottom: 0;
}

/* column archive pickup
----------------------------------------------- */
.column-archive-pickup {
  margin-bottom: 30px;
}

.column-archive-pickup h3 {
  border-top: 2px solid #333;
  padding: 12px 0 14px;
}

.column-archive-pickup h3 > span {
  background: url("images/icons/icon_pickup.svg") no-repeat 0 50%/36px 36px;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
  padding: 2px 0 2px 46px;
  letter-spacing: 0.02em;
}

.column-archive-pickup h3 > span .en {
  font-family: "Roboto", sans-serif;
}

.column-archive-pickup h3 > span small {
  font-size: 16px;
  margin-left: 10px;
  vertical-align: middle;
}

.column-archive-pickup .column-archive-pickup-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.column-archive-pickup .column-archive-pickup-slider .slide {
  padding: 0 10px;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .img {
  text-align: center;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .img a {
  display: block;
  position: relative;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .img a img {
  width: 100%;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .img a .pickup-label {
  background-color: #d50e18;
  color: #fff;
  font-size: 13px;
  position: absolute;
  left: -5px;
  top: 10px;
  z-index: 1;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .img a .pickup-label::after {
  content: "";
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #8f0a11 transparent transparent;
  position: absolute;
  left: 0px;
  bottom: -5px;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .img a .pickup-label .en {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  padding: 2px 10px;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .txt {
  padding: 15px;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .txt .categories {
  background: url("images/icons/icon_tag_gray.png") no-repeat 0 3px/12px 12px;
  padding-left: 18px;
  line-height: 1;
  margin-bottom: 5px;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .txt .categories a {
  color: #8a8a8a;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 5px 0;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .txt .categories a:not(:last-child) {
  border-right: 1px solid #B2B2B2;
  padding-right: 10px;
  margin-right: 3px;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .txt h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .txt h4 a {
  color: #333;
  text-decoration: none;
}

.column-archive-pickup .column-archive-pickup-slider .slide .slide-inner .txt h4 a:hover {
  color: #0855c5;
}

.column-archive-pickup .column-archive-pickup-slider .slick-prev, .column-archive-pickup .column-archive-pickup-slider .slick-next {
  background-color: #fff;
  height: 36px;
  width: 36px;
  z-index: 10;
  border-radius: 50%;
}

.column-archive-pickup .column-archive-pickup-slider .slick-prev {
  left: -15px;
}

.column-archive-pickup .column-archive-pickup-slider .slick-next {
  right: -15px;
}

.column-archive-pickup .column-archive-pickup-slider .slick-prev::before {
  left: 15px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #139edf;
  border-left: 3px solid #139edf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.column-archive-pickup .column-archive-pickup-slider .slick-next::before {
  right: 15px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #139edf;
  border-right: 3px solid #139edf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* column detail
----------------------------------------------- */
.post-detail {
  position: relative;
}

.post-detail::after {
  content: "";
  background-color: #139edf;
  height: 4px;
  width: 100%;
  left: 0;
  top: -30px;
  position: absolute;
  border-radius: 0 0 2px 2px;
}

.post-detail .post-title {
  font-size: 30px;
  margin-bottom: 12px;
  line-height: 1.4;
  position: relative;
}

.post-detail .column-category {
  margin-bottom: 5px;
}

.post-detail .column-tags {
  background: url("images/icons/icon_tag_gray.png") no-repeat 0 3px/12px 12px;
  padding-left: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

.post-detail .column-tags a {
  color: #8a8a8a;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 5px 0;
}

.post-detail .column-tags a:not(:last-child)::after {
  content: " /";
}

.post-detail .post-meta {
  margin-bottom: 4px;
}

.post-detail .post-meta .categories {
  float: left;
  background: url("images/icons/icon_tag_gray.png") no-repeat 0 3px/12px 12px;
  padding-left: 18px;
  margin-top: 3px;
  line-height: 1;
}

.post-detail .post-meta .categories a {
  color: #8a8a8a;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 5px 0;
}

.post-detail .post-meta .categories a:not(:last-child)::after {
  content: " /";
}

.post-detail .post-writer {
  background: url("images/icons/icon_human01.svg") no-repeat 0 5px/14px 15px;
  padding-left: 18px;
  float: left;
  color: #8a8a8a;
  font-size: 14px;
  padding-top: 3px;
  margin-right: 10px;
}

.post-detail .post-data {
  float: left;
  margin-bottom: 30px;
  text-align: right;
}

.post-detail .post-data .entry-date {
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #8a8a8a;
  display: inline-block;
  margin-right: 10px;
  font-family: "Roboto", sans-serif;
  padding-left: 20px;
  vertical-align: baseline;
}

.post-detail .post-data .entry-date.published {
  background-image: url("images/icons/icon_clock01.svg");
  background-size: 14px 14px;
  background-position: 0 4px;
}

.post-detail .post-data .entry-date.update {
  background-image: url("images/icons/icon_clock02.svg");
  background-size: 15px 15px;
}

.post-detail .post-twitter-link {
  float: right;
}

.post-detail .post-twitter-link a {
  background: url("images/icons/icon_twitter.svg") no-repeat 0 50%/16px 16px;
  color: #139edf;
  font-weight: bold;
  text-decoration: none;
  padding-left: 20px;
}

.post-detail .post-twitter-link a:hover {
  text-decoration: underline;
}

.post-detail .post-thumbnail {
  text-align: center;
  margin-bottom: 20px;
}

.post-detail .post-content {
  margin-bottom: 40px;
  line-height: 1.8;
  /* 目次 */
}

.post-detail .post-content::after {
  content: "";
  display: block;
  clear: both;
}

.post-detail .post-content > h1:first-child,
.post-detail .post-content > h2:first-child,
.post-detail .post-content > h3:first-child,
.post-detail .post-content > h4:first-child,
.post-detail .post-content > h5:first-child,
.post-detail .post-content > h6:first-child {
  margin-top: 0;
}

.post-detail .post-content h1 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.7;
  margin-top: 50px;
}

.post-detail .post-content h2 {
  background-color: #f0f1f2;
  border-bottom: 1px solid #d7dbde;
  margin-top: 50px;
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.7;
  padding: 15px 30px;
  position: relative;
  margin-left: -30px;
}

.post-detail .post-content h2::before {
  background-color: #139edf;
  content: "";
  left: -8px;
  height: 100%;
  top: 0;
  position: absolute;
  width: 8px;
}

.post-detail .post-content h2::after {
  content: "";
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #076895 transparent transparent;
  position: absolute;
  left: -8px;
  bottom: -8px;
}

.post-detail .post-content h3 {
  border-bottom: 3px solid #ccc;
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.8;
  padding-bottom: 5px;
  position: relative;
}

.post-detail .post-content h3::after {
  content: "";
  background-color: #139edf;
  height: 3px;
  left: 0;
  bottom: -3px;
  position: absolute;
  width: 140px;
}

.post-detail .post-content h4 {
  background-color: #f0f1f2;
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 1.8;
  padding: 10px 10px 10px 36px;
  position: relative;
  border-radius: 4px;
}

.post-detail .post-content h4::after {
  content: "";
  border: 3px solid #139edf;
  height: 14px;
  left: 15px;
  top: 19px;
  position: absolute;
  width: 14px;
  border-radius: 50%;
}

.post-detail .post-content h5 {
  border-left: 5px solid #f15a25;
  margin-top: 30px;
  font-size: 17px;
  margin-bottom: 14px;
  line-height: 1.8;
  padding-left: 12px;
}

.post-detail .post-content h6 {
  margin-top: 30px;
  color: #033276;
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 1.8;
}

.post-detail .post-content img {
  margin-bottom: 30px;
}

.post-detail .post-content img.alignleft {
  float: left;
  margin-right: 30px;
  margin-top: 5px;
}

.post-detail .post-content img.alignright {
  float: right;
  margin-left: 30px;
  margin-top: 5px;
}

.post-detail .post-content img.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

.post-detail .post-content blockquote {
  border: 1px solid #777;
  font-style: normal;
  font-size: 100%;
  padding: 4% 4% 1%;
  margin: 2.5em 2em;
  position: relative;
}

.post-detail .post-content blockquote::before, .post-detail .post-content blockquote::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 1;
  background-color: #fff;
}

.post-detail .post-content blockquote::before {
  background-image: url("images/icons/icon_blockquote01.svg");
  background-size: 20px 18px;
  left: -10px;
  top: -10px;
}

.post-detail .post-content blockquote::after {
  background-image: url("images/icons/icon_blockquote02.svg");
  background-size: 20px 18px;
  right: -10px;
  bottom: -10px;
}

.post-detail .post-content ol {
  margin-left: 3em;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
}

.post-detail .post-content ol li {
  margin-bottom: 8px;
}

.post-detail .post-content ul {
  margin-left: 3em;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
}

.post-detail .post-content ul li {
  margin-bottom: 8px;
  position: relative;
}

.post-detail .post-content ul li::before {
  background-color: #139edf;
  content: "";
  display: inline-block;
  height: 6px;
  left: -1.2em;
  position: absolute;
  top: 0.6em;
  width: 6px;
  border-radius: 50%;
}

.post-detail .post-content table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.post-detail .post-content table th {
  background-color: rgba(240, 241, 242, 0.6);
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}

.post-detail .post-content table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px;
  vertical-align: middle;
}

.post-detail .post-content .scroll-table {
  display: block;
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}

.post-detail .post-content .scroll-table::-webkit-scrollbar {
  height: 5px;
}

.post-detail .post-content .scroll-table::-webkit-scrollbar-track {
  background: #f0f1f2;
}

.post-detail .post-content .scroll-table::-webkit-scrollbar-thumb {
  background: #C2C2C2;
}

.post-detail .post-content #ez-toc-container {
  border: none;
  background: #fff;
  padding: 0;
  margin: 0 auto;
  width: 76%;
  border-radius: 0;
}

.post-detail .post-content #ez-toc-container .ez-toc-title-container {
  background-color: #139edf;
  color: #fff;
  padding: 8px 20px 10px;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

.post-detail .post-content #ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-weight: bold;
  display: inline-block;
  background: url("images/icons/icon_point01.png") no-repeat 0 50%/24px 26px;
  padding: 4px 0 0 30px;
}

.post-detail .post-content #ez-toc-container .ez-toc-list {
  border: 2px solid #139edf;
  border-top: none;
  padding: 16px 20px;
  border-radius: 0 0 4px 4px;
}

.post-detail .post-content #ez-toc-container .ez-toc-list li {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
}

.post-detail .post-content iframe{
	width: 100%;
}

/* column relation list
----------------------------------------------- */
.post-relation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.post-relation-list li {
  margin-bottom: 30px;
  margin-right: 2%;
  width: 23.5%;
}

.post-relation-list li:nth-child(4n) {
  margin-right: 0;
}

.post-relation-list li h4 {
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.5;
}

.post-relation-list li h4 a {
  color: #333;
  text-decoration: none;
}

.post-relation-list li h4 a:hover {
  text-decoration: underline;
}

/* column social buttons
----------------------------------------------- */
.social-buttons {
  margin-bottom: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-buttons li {
  margin-right: 1.5%;
  width: 18.8%;
}

.social-buttons li:last-child {
  margin-right: 0;
}

.social-buttons li a {
  background-position: center 10px;
  background-repeat: no-repeat;
  letter-spacing: 0.05em;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #fff;
  display: block;
  font-size: 95%;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  padding: 30px 0 3px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}

.social-buttons li a:hover {
  opacity: 0.8;
}

.social-buttons li .twitter {
  background-color: #00acee;
  background-image: url("images/common/social_icon_twitter.svg");
  background-size: 16px 16px;
  border-bottom-color: #008abf;
}

.social-buttons li .facebook {
  background-color: #3b5998;
  background-image: url("images/common/social_icon_facebook.svg");
  background-size: 10px 16px;
  border-bottom-color: #1c366c;
}

.social-buttons li .line {
  background-color: #00c300;
  background-image: url("images/common/social_icon_line.svg");
  background-size: 18px 18px;
  border-bottom-color: #009000;
}

.social-buttons li .hatena {
  background-color: #007fc5;
  background-image: url("images/common/social_icon_hatena.svg");
  background-size: 15px 15px;
  border-bottom-color: #015583;
}

.social-buttons li .pocket {
  background-color: #EE4056;
  background-image: url("images/common/social_icon_pocket.svg");
  background-size: 16px 18px;
  border-bottom-color: #b31c2f;
}

/* google map
----------------------------------------------- */
.ggmap {
  position: relative;
  padding-bottom: 44%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==============================================
 Kaitori
=============================================== */
.kaitori-contents .step-area {
  margin-bottom: 40px;
}

.kaitori-contents .contact-block {
  margin-bottom: 40px;
}

.kaitori-contents .kaitori-menu h3 {
  text-align: center;
  margin-bottom: 10px;
}

.kaitori-contents .kaitori-menu .kaitori-menu-block {
  background-color: rgba(240, 241, 242, 0.7);
  padding: 30px 20px;
  margin-bottom: 20px;
}

.kaitori-contents .kaitori-menu .kaitori-menu-block h4 {
  margin-bottom: 20px;
}

.kaitori-contents .kaitori-menu .kaitori-menu-block .img {
  float: left;
  width: 40%;
}

.kaitori-contents .kaitori-menu .kaitori-menu-block .txt {
  float: right;
  width: 58%;
}

.kaitori-contents .kaitori-menu .kaitori-menu-block .sub {
  margin-bottom: 18px;
}

.kaitori-contents .kaitori-menu .kaitori-menu-block p {
  font-size: 14px;
  font-weight: bold;
}

.kaitori-contents .kaitori-menu .kaitori-menu-block .area p {
  margin-bottom: 12px;
  padding-top: 6px;
  text-align: center;
}

.kaitori-contents .kaitori-menu .kaitori-menu-block .area table {
  border: 3px solid #033276;
  width: 100%;
  border-radius: 6px;
}

.kaitori-contents .kaitori-menu .kaitori-menu-block .area table th {
  background-color: #033276;
  text-align: center;
  padding: 8px;
  vertical-align: middle;
}

.kaitori-contents .kaitori-menu .kaitori-menu-block .area table td {
  background-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
}

.kaitori-contents .kaitori-menu .kaitori-menu-block .area table td ul li {
  line-height: 1.8;
  display: inline-block;
}

.kaitori-contents .kaitori-menu .kaitori-menu-block .area table td ul li:not(:last-child)::after {
  content: "・";
}

.kaitori-contents .kaitori-menu .kaitori-menu-block .btn-area {
  margin: 20px auto 0;
}
/* 240611追記 */
.kaitori-contents .kaitori-menu .kaitori-menu-block .btn-area .btn {
	font-size: 20px;
	padding: 14px;
	width: 260px;
}
.kaitori-contents .kaitori-contents-img01 {
	width: 90%;
	margin: 20px auto;
}
.kaitori-contents .kaitori-contents-area {
	width: 100%;
	margin: 20px auto;
	font-style: italic;
}
.kaitori-contents .kaitori-contents-area--title {
	text-align: center;
	font-size: 40px;
	line-height: 1;
}
.kaitori-contents .kaitori-contents-area--title span {
	display: inline-block;
	color: #ffcc00;
	background-color: #033276;
	padding: 10px 1em 0;
}
.kaitori-contents .kaitori-contents-area--text {
	color: #033276;
	padding: 1.25em 1.5em;
	border: 10px solid #033276;
	line-height: 1.8;
	font-size: 18px;
	font-weight: 700;
}
.kaitori-contents .kaitori-menu-title {
	text-align: center;
	font-size: 40px;
	font-style: italic;
	color: #fff;
	background-color: #033276;
	padding: 0.25em;
	line-height: 1;
	margin-bottom: 30px;
}
.kaitori-contents .kaitori-menu-link.btn-area {
	margin: 20px auto 0;
	background: none;
}
.kaitori-contents .kaitori-menu-link.btn-area .btn {
	font-size: 30px;
	padding: 0.75em;
	width: 400px;
}
.kaitori-contents .kaitori-menu-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.kaitori-contents .kaitori-menu-inner .kaitori-menu-img {
	width: 45%;
}
.kaitori-contents .kaitori-menu-inner .kaitori-menu-text {
	width: 50%;
}
.kaitori-contents .step-area {
	margin-bottom: 40px;
}
.kaitori-contents .contact-block {
	margin-bottom: 40px;
}
.kaitori-contents .kaitori-menu {
	margin-bottom: 70px;
}
.kaitori-contents .kaitori-menu h2 {
	text-align: center;
}
.kaitori-contents .kaitori-menu h3 {
	text-align: center;
	margin-bottom: 10px;
}
.kaitori-contents .kaitori-menu h3.kaitori-menu-title {
	margin-bottom: 30px;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block {
	background-color: rgba(240, 241, 242, 0.7);
	padding: 30px 20px;
	margin-bottom: 20px;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block h4 {
	margin-bottom: 20px;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block .img {
	float: left;
	width: 40%;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block .txt {
	float: right;
	width: 58%;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block .sub {
	margin-bottom: 18px;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block p {
	font-size: 14px;
	font-weight: bold;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block .area p {
	margin-bottom: 12px;
	padding-top: 6px;
	text-align: center;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block .area table {
	border: 3px solid #033276;
	width: 100%;
	border-radius: 6px;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block .area table th {
	background-color: #033276;
	text-align: center;
	padding: 8px;
	vertical-align: middle;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block .area table td {
	background-color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block .area table td ul li {
	line-height: 1.8;
	display: inline-block;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block .area table td ul li:not(:last-child)::after {
	content: "・";
}
.kaitori-contents .kaitori-menu .kaitori-menu-block .btn-area {
	margin: 20px auto 0;
	background: none;
}
.kaitori-contents .kaitori-menu .kaitori-menu-block .btn-area .btn {
	font-size: 30px;
	padding: 0.75em;
	width: 400px;
}

/* kaitori link list
----------------------------------------------- */
.kaitori-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kaitori-link-list li {
  margin-bottom: 20px;
  margin-right: 2%;
  width: 32%;
}

.kaitori-link-list li:nth-child(3n) {
  margin-right: 0;
}

.kaitori-link-list li img {
  width: 100%;
}

/* kaitori detail
----------------------------------------------- */
.kaitori-detail .kaitori-detail-header {
  background: url("images/kaitori/bg01.gif") repeat 0 0;
}

.kaitori-detail .kaitori-detail-header h3 img {
  width: 100%;
}

.kaitori-detail .kaitori-detail-header .contain {
  padding: 40px 60px;
}

.kaitori-detail .kaitori-detail-header p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.kaitori-detail .kaitori-detail-header .sub {
  text-align: center;
  margin-bottom: 30px;
}

.kaitori-detail .kaitori-detail-header .area {
  margin-bottom: 30px;
}

.kaitori-detail .kaitori-detail-header .area p {
  margin-bottom: 12px;
  padding-top: 6px;
  text-align: center;
}

.kaitori-detail .kaitori-detail-header .area table {
  border: 3px solid #033276;
  width: 100%;
  border-radius: 6px;
}

.kaitori-detail .kaitori-detail-header .area table th {
  background-color: #033276;
  text-align: center;
  padding: 8px;
  vertical-align: middle;
}

.kaitori-detail .kaitori-detail-header .area table td {
  background-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
}

.kaitori-detail .kaitori-detail-header .area table td ul li {
  line-height: 1.8;
  display: inline-block;
}

.kaitori-detail .kaitori-detail-header .area table td ul li:not(:last-child)::after {
  content: "・";
}

.kaitori-detail .kaitori-detail-header .step {
  text-align: center;
}

.kaitori-detail .kaitori-detail-recommend {
  background-color: rgba(240, 241, 242, 0.7);
  padding: 40px 20px;
}

.kaitori-detail .kaitori-detail-recommend#mass {
  padding-top: 10px;
}

.kaitori-detail .kaitori-detail-recommend .img {
  float: left;
  width: 40%;
}
.kaitori-detail .kaitori-detail-recommend .txt {
  float: right;
  width: 58%;
}

.kaitori-detail .kaitori-detail-recommend h4 {
  margin-bottom: 18px;
}

.kaitori-detail .kaitori-detail-recommend h5 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 3px;
}

.kaitori-detail .kaitori-detail-recommend p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.kaitori-detail .kaitori-detail-recommend{
	display: flex;
	justify-content: space-between;
}
.kaitori-detail .kaitori-detail-recommend .img{
	width: 38%;
    height: auto;
	float: none;
    /*background:url(images/kaitori/bgtrip.png) no-repeat;*/
    /*background-size: 100%;*/
	background-color: #fff;
    border:5px solid #000;
    border-radius: 5px;
	position: relative;
}
.kaitori-detail .kaitori-detail-recommend .img .title{
    /*font-size: 5.5vw;*/
	font-size: 25px;
    font-family: "cabin";
    text-align: center;
    color:#fff;
	background-color: #333;
	padding: 0.25em;
	position: relative;
}
.kaitori-detail .kaitori-detail-recommend .img .title::after{
	content: '';
	width: 50px;
	height: 20px;
	background-color: #333;
	clip-path: polygon(50% 20px, 0% 0%, 50px 0%);
	bottom: -19px;
	left: calc( 50% - 25px );
	display: block;
	position: absolute;
}
.kaitori-detail .kaitori-detail-recommend .img ul{
	padding: 50px 25px 30px;
}
.kaitori-detail .kaitori-detail-recommend.corp .img ul,.kaitori-detail .kaitori-detail-recommend.mass .img ul{
	padding: 40px 25px 20px;
}
.kaitori-detail .kaitori-detail-recommend .img li{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0.75em;
	padding-left: 30px;
	line-height: 1.5;
	position: relative;
}
.kaitori-detail .kaitori-detail-recommend .img li:before{
    /*content: url(images/kaitori/check.png);*/
	content: '';
	position: absolute;
	background: url("images/kaitori/check.png")no-repeat left top;
	background-size: contain;
    display: inline-block;
	left: 0;
	top: 0;
	width: 24px;
	height: 30px;
    vertical-align: top;
    margin-right: 5px;
}
.kaitori-detail .kaitori-detail-recommend .txt{
	width: 51%;
}
.kaitori-detail .kaitori-detail-recommend .txt h3{
	margin-bottom: 20px;
}

.kaitori-detail .kaitori-detail-flow {
  background-color: rgba(240, 241, 242, 0.7);
  padding: 0 20px 10px;
  margin-bottom: 30px;
}

.kaitori-detail .kaitori-detail-flow h3{
	margin-bottom: 5px;
}
.kaitori-detail .kaitori-detail-flow h4 {
  margin-bottom: 20px;
}

.kaitori-detail .kaitori-detail-flow ul li {
  background-color: #fff;
  margin-bottom: 26px;
  padding: 16px;
  position: relative;
}

.kaitori-detail .kaitori-detail-flow ul li:not(:last-child)::after {
  content: '';
  left: 50%;
  border-style: solid;
  border-width: 18px 20px 0 20px;
  border-color: #033276 transparent transparent transparent;
  margin-left: -20px;
  bottom: -18px;
  position: absolute;
}

.kaitori-detail .kaitori-detail-flow ul li .img {
  float: left;
  width: 40%;
}

.kaitori-detail .kaitori-detail-flow ul li .txt {
  float: right;
  width: 57%;
}

.kaitori-detail .kaitori-detail-flow ul li .txt .step {
  border-top: 3px solid #033276;
  margin-bottom: 10px;
}

.kaitori-detail .kaitori-detail-flow ul li .txt .step .step-num {
  background-color: #033276;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.05em;
  padding: 0 6px 0 10px;
  height: 24px;
  line-height: 21px;
  vertical-align: top;
  position: relative;
}

.kaitori-detail .kaitori-detail-flow ul li .txt .step .step-num::after {
  content: "";
  border-style: solid;
  border-width: 24px 20px 0 0;
  border-color: #033276 transparent transparent transparent;
  position: absolute;
  right: -20px;
  top: 0;
}

.kaitori-detail .kaitori-detail-flow ul li .txt h5 {
  font-size: 22px;
  margin-bottom: 3px;
  letter-spacing: 0.03em;
}

.kaitori-detail .kaitori-detail-flow ul li .txt p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.kaitori-detail .kaitori-remains-merit {
  background-color: rgba(240, 241, 242, 0.7);
  padding: 0 20px 10px;
  margin-bottom: 30px;
}

.kaitori-detail .kaitori-remains-merit h4 {
  margin-bottom: 20px;
}

.kaitori-detail .kaitori-remains-merit ul li {
  border-top: 2px solid #033276;
  background-color: #fff;
  margin-bottom: 26px;
  padding: 16px;
}

.kaitori-detail .kaitori-remains-merit ul li .img {
  float: left;
  width: 40%;
}

.kaitori-detail .kaitori-remains-merit ul li:last-child h5 {
  text-align: center;
  margin-bottom: 15px;
}

.kaitori-detail .kaitori-remains-merit ul li .txt {
  float: right;
  width: 57%;
}

.kaitori-detail .kaitori-remains-merit ul li .txt h5 {
  font-size: 22px;
  margin-bottom: 3px;
  letter-spacing: 0.03em;
}

.kaitori-detail .kaitori-remains-merit ul li .txt p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.kaitori-detail .kaitori-line-good {
  clear: both;
  padding-top: 20px;
}

.kaitori-detail .kaitori-line-good h6 {
  border: 2px solid #f15a25;
  color: #f15a25;
  padding: 6px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 14px;
}

.kaitori-detail .kaitori-line-good dl {
  margin-bottom: 14px;
}

.kaitori-detail .kaitori-line-good dl dd {
  font-weight: bold;
  margin-bottom: 3px;
}

.kaitori-detail .kaitori-line-good .kaitori-line-good-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kaitori-detail .kaitori-line-good .kaitori-line-good-imgs .img {
  margin-right: 2%;
  text-align: center;
  width: 23.5%;
}

.kaitori-detail .kaitori-line-good .kaitori-line-good-imgs .img:last-child {
  margin-right: 0;
}

.kaitori-detail .kaitori-line-good .kaitori-line-good-imgs .img img {
  width: 100%;
}

.kaitori-detail .kaitori-line-good .kaitori-line-good-imgs .img p {
  line-height: 1.6;
  font-weight: bold;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
}

.kaitori-detail .kaitori-line-attention h4 {
  color: #d50e18;
  font-size: 18px;
  margin-bottom: 5px;
}

.kaitori-detail .kaitori-line-attention p {
  font-size: 14px;
}

.kaitori-detail .kaitori-detail-attention {
  background-color: #ffeeee;
  padding: 24px 30px;
  margin-bottom: 40px;
}

.kaitori-detail .kaitori-detail-attention h4 {
  color: #d50e18;
  font-size: 22px;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}

.kaitori-detail .kaitori-detail-attention p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.kaitori-detail .kaitori-detail-attention .fs-small {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 0;
}

/* kaitori relation
----------------------------------------------- */
.kaitori-relation-purchase {
  margin-bottom: 30px;
}

.kaitori-relation-purchase .btn-area {
  margin-top: 10px;
}

.kaitori-relation-column .heading-3 {
  margin-bottom: 0;
}

.kaitori-relation-column .heading-3 .icon {
  background: url("images/icons/icon_column01.png") no-repeat 0 0/23px 27px;
  padding: 2px 0 2px 33px;
}

.kaitori-relation-column .btn-area {
  margin-top: 30px;
}

/* ==============================================
 Reason
=============================================== */
.reason-contents .reason-header {
  background: url("images/reason/reason_bg.gif") repeat 0 0;
  margin-bottom: 30px;
}

.reason-contents .reason-header .contain {
  padding: 44px 40px;
  position: relative;
}

.reason-contents .reason-header .contain > img {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.reason-contents .reason-header .txt-img {
  text-align: center;
  margin-bottom: 36px;
}

.reason-contents .reason-header p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0;
}

.reason-contents ul li {
  border: 10px solid #f0f1f2;
  margin-bottom: 20px;
}

.reason-contents ul li h5 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  position: relative;
  padding: 19px 0 20px 110px;
}

.reason-contents ul li h5 .num {
  position: absolute;
  left: 0;
  top: 0;
}

.reason-contents ul li .cf {
  padding: 0px 30px 16px;
}

.reason-contents ul li .cf img {
  float: right;
  margin-left: 25px;
  margin-bottom: 10px;
  margin-top: 6px;
  width: 35%;
}

.reason-contents ul li .cf p {
  margin-bottom: 10px;
}

/* ==============================================
 Point
=============================================== */
.point-contents {
  background: url("images/contents/point_bg.jpg") no-repeat 50% 0;
  padding-top: 50px;
}

.point-contents h3 {
  text-align: center;
  margin-bottom: 30px;
}

.point-contents h4 {
  background-color: #d50e18;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 6px;
}

.point-contents .mes {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.point-contents .point-common {
  margin-bottom: 50px;
}

.point-contents .point-common li {
  background-color: #fff;
  padding: 24px 20px;
}

.point-contents .point-common li:nth-child(even) {
  background-color: #f5f5f5;
}

.point-contents .point-common li h5 {
  background-color: #fff;
  color: #d50e18;
  border: 2px solid #d50e18;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 6px 10px 6px 96px;
  position: relative;
}

.point-contents .point-common li h5 .num {
  color: #fff;
  background-color: #d50e18;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin-right: 14px;
  height: 28px;
  line-height: 28px;
  padding: 0 15px 0 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  border-radius: 0 14px 14px 0;
}

.point-contents .point-common li .img {
  float: left;
  padding-top: 6px;
  width: 34%;
}

.point-contents .point-common li .txt {
  float: right;
  width: 63.5%;
}

.point-contents .point-common li .txt p {
  margin-bottom: 0;
}

.point-contents .point-gakki h4 {
  margin-bottom: 20px;
}

.point-contents .point-gakki ul li {
  border: 10px solid #f0f1f2;
  margin-bottom: 40px;
}

.point-contents .point-gakki ul li:last-child {
  margin-bottom: 0;
}

.point-contents .point-gakki ul li p {
  padding: 20px;
  margin-bottom: 0;
}

/* ==============================================
 About
=============================================== */
.about-contents h3 {
  margin-bottom: 15px;
}

.about-contents .mes {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}

.about-contents .about-point ul li {
  margin-bottom: 15px;
}

.about-contents .about-point ul li h4 {
  background: #f7f8f9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f8f9), to(#e9eaeb));
  background: linear-gradient(to bottom, #f7f8f9 0%, #e9eaeb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f9', endColorstr='#e9eaeb',GradientType=0 );
  /* IE6-9 */
  color: #033276;
  border-top: 2px solid #033276;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  padding: 10px 20px;
  margin-bottom: 14px;
}

.about-contents .about-point ul li .img {
  float: right;
  padding-top: 6px;
  margin-bottom: 20px;
  text-align: right;
  width: 36%;
}

.about-contents .about-point ul li .txt {
  float: left;
  width: 62%;
}

.about-contents .about-reason h4 {
  margin-bottom: 20px;
}

.about-contents .about-reason ul li {
  float: left;
  margin-right: 2%;
  width: 32%;
}

.about-contents .about-reason ul li:last-child {
  margin-right: 0;
}

.about-contents .about-reason ul li .img {
  margin-bottom: 12px;
}

.about-contents .about-reason ul li .img img {
  width: 100%;
}

.about-contents .about-reason ul li h5 {
  color: #d50e18;
  font-size: 20px;
  text-align: center;
  margin-bottom: 8px;
}

.about-contents .about-reason ul li p {
  font-size: 14px;
}

.about-can h4 {
  text-align: center;
  margin-bottom: 16px;
}

/* ==============================================
 Promise
=============================================== */
/* excluded
----------------------------------------------- */
.excluded-contents .heading-4 {
  margin-top: 50px;
}

.excluded-promise {
  background: url("images/contents/promise_bg.jpg") no-repeat 50% 0;
  padding: 40px 90px 0;
}

.excluded-promise h3 {
  text-align: center;
  margin-bottom: 50px;
}

.excluded-promise ul li {
  background: #fff;
  border: 3px solid #d50e18;
  color: #d50e18;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding: 40px 20px 26px;
  border-radius: 8px;
}

.excluded-promise ul li .icon {
  position: absolute;
  left: 0;
  top: -23px;
  width: 100%;
}

/* junk
----------------------------------------------- */
.junk-case {
  background: #033277;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #033277 0%, #095ea1 50%, #033277 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033277', endColorstr='#033277',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 30px 40px;
  color: #fff;
}

.junk-case h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 14px;
}

.junk-case p {
  font-size: 14px;
  letter-spacing: 0.03em;
}

.junk-case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.junk-case ul li {
  margin-right: 2%;
  width: 18.4%;
}

.junk-case ul li:last-child {
  margin-right: 0;
}

.step-area .mes {
  text-align: center;
}

.step-area .imgs {
  float: left;
  padding-top: 30px;
  width: 52%;
}

.step-area .area {
  float: right;
  width: 45%;
}

.step-area .area p {
  margin-bottom: 12px;
  padding-top: 6px;
  text-align: center;
}

.step-area .area table {
  border: 3px solid #033276;
  width: 100%;
  border-radius: 6px;
}

.step-area .area table th {
  background-color: #033276;
  text-align: center;
  padding: 8px;
  vertical-align: middle;
}

.step-area .area table td {
  background-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
}

.step-area .area table td ul li {
  line-height: 1.8;
  display: inline-block;
}

.step-area .area table td ul li:not(:last-child)::after {
  content: "・";
}

/* ==============================================
 Voice
=============================================== */
/* voice list
----------------------------------------------- */
.voice-list li {
  background-color: #fff;
  border: 3px solid #f15a25;
  padding: 25px 30px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.voice-list li .img {
  float: right;
  margin-bottom: 10px;
  width: 35%;
}

.voice-list li .img img {
  width: 100%;
}

.voice-list li .contain {
  float: left;
  margin-bottom: 5px;
  width: 62%;
}

.voice-list li h4 {
  background-color: #f15a25;
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  padding: 10px 15px 10px 24px;
  position: relative;
  margin-left: -40px;
}

.voice-list li h4::after {
  content: "";
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #cb5b00 transparent transparent;
  position: absolute;
  left: 0px;
  bottom: -8px;
}

.voice-list li h4 a {
  color: #fff;
  text-decoration: none;
}

.voice-list li h4 a:hover {
  color: #fff;
}

.voice-list li .item {
  background: #fff;
  border: 2px solid #aaa;
  display: table;
  margin-bottom: 12px;
  width: 100%;
}

.voice-list li .item dt {
  background-color: #aaa;
  color: #fff;
  display: table-cell;
  text-align: center;
  padding: 6px 0;
  width: 80px;
  vertical-align: middle;
}

.voice-list li .item dd {
  display: table-cell;
  font-weight: bold;
  padding: 6px 13px;
  vertical-align: middle;
}

.voice-list li table {
  margin-bottom: 5px;
  width: 100%;
}

.voice-list li table td {
  font-weight: bold;
  padding: 2px 0 2px 0;
  text-align: left;
  width: 50%;
  vertical-align: middle;
}

.voice-list li table td .col-name {
  color: #8a8a8a;
  margin-bottom: 2px;
}

.voice-list li table td[colspan="2"] .col-name {
  float: left;
  margin-right: 10px;
}

.voice-list li table td img {
  height: 20px;
  width: auto;
  vertical-align: baseline;
}

.voice-list li .txt {
  background: #f9f6eb;
  clear: both;
  padding: 16px 20px;
}

.voice-list li p {
  margin-bottom: 5px;
}

.voice-list li .link {
  text-align: right;
}

.voice-list li .link a {
  color: #f15a25;
}

.voice-list li .link a::before {
  border-color: transparent transparent transparent #f15a25;
}

/* voice detail
----------------------------------------------- */
.voice-detail .voice-detail-main {
  background-color: #fff;
  border: 3px solid #f15a25;
  padding: 25px 30px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.voice-detail .voice-detail-main .img {
  float: right;
  margin-bottom: 10px;
  width: 35%;
}

.voice-detail .voice-detail-main .img img {
  width: 100%;
}

.voice-detail .voice-detail-main .contain {
  float: left;
  margin-bottom: 5px;
  width: 62%;
}

.voice-detail .voice-detail-main h4 {
  background-color: #f15a25;
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  padding: 10px 15px 10px 24px;
  position: relative;
  margin-left: -40px;
}

.voice-detail .voice-detail-main h4::after {
  content: "";
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #cb5b00 transparent transparent;
  position: absolute;
  left: 0px;
  bottom: -8px;
}

.voice-detail .voice-detail-main h4 a {
  color: #fff;
  text-decoration: none;
}

.voice-detail .voice-detail-main h4 a:hover {
  color: #fff;
}

.voice-detail .voice-detail-main .item {
  background: #fff;
  border: 2px solid #aaa;
  display: table;
  margin-bottom: 12px;
  width: 100%;
}

.voice-detail .voice-detail-main .item dt {
  background-color: #aaa;
  color: #fff;
  display: table-cell;
  text-align: center;
  padding: 6px 0;
  width: 80px;
  vertical-align: middle;
}

.voice-detail .voice-detail-main .item dd {
  display: table-cell;
  font-weight: bold;
  padding: 6px 13px;
  vertical-align: middle;
}

.voice-detail .voice-detail-main table {
  margin-bottom: 5px;
  width: 100%;
}

.voice-detail .voice-detail-main table td {
  font-weight: bold;
  padding: 2px 0 2px 0;
  text-align: left;
  width: 50%;
  vertical-align: middle;
}

.voice-detail .voice-detail-main table td .col-name {
  color: #8a8a8a;
  margin-bottom: 2px;
}

.voice-detail .voice-detail-main table td[colspan="2"] .col-name {
  float: left;
  margin-right: 10px;
}

.voice-detail .voice-detail-main table td img {
  height: 20px;
  width: auto;
  vertical-align: baseline;
}

.voice-detail .voice-detail-main .txt {
  background: #f9f6eb;
  clear: both;
  padding: 16px 20px;
}

.voice-detail .voice-detail-main p {
  margin-bottom: 5px;
}

.voice-detail .voice-detail-sub-block .heading-4 {
  margin-top: 20px;
}

.voice-detail .voice-detail-sub-block.cf .img {
  float: right;
  margin: 6px 0 10px 20px;
  width: 36%;
}

/* ==============================================
 Flow
=============================================== */
.flow-contents h3 {
  background-color: #f15a25;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 10px;
  margin-bottom: 22px;
}

.flow-contents .mes {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #f15a25;
}

.flow-contents .flow-list li {
  position: relative;
  padding-bottom: 26px;
}

.flow-contents .flow-list li h4 {
  border-top: 3px solid #f15a25;
  border-bottom: 2px solid #eee;
  padding: 10px 0 10px 100px;
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
}

.flow-contents .flow-list li h4 img {
  position: absolute;
  left: 0;
  top: -15px;
  width: 80px;
}

.flow-contents .flow-list li h4::after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 16px;
  bottom: -38px;
  position: absolute;
  width: 48px;
  height: 18px;
  z-index: 1;
}

.flow-contents .flow-list li .contain {
  padding: 0 20px 0 100px;
  position: relative;
}

.flow-contents .flow-list li .contain::before {
  content: "";
  left: 16px;
  top: 0;
  position: absolute;
  width: 48px;
  height: 100%;
}

.flow-contents .flow-list li .contain::after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 16px;
  bottom: 0;
  position: absolute;
  width: 48px;
  height: 18px;
}

.flow-contents .flow-list li .contain .img {
  float: right;
  padding-top: 6px;
  width: 33%;
}

.flow-contents .flow-list li .contain .txt {
  float: left;
  width: 63%;
}

.flow-contents .flow-list li .contain .txt p {
  margin-bottom: 0;
}

.flow-contents .flow-list li:nth-child(1) .contain::before {
  background-color: #fff4df;
}

.flow-contents .flow-list li:nth-child(2) .contain::before {
  background-color: #fceccd;
}

.flow-contents .flow-list li:nth-child(3) .contain::before {
  background-color: #fbe2b3;
}

.flow-contents .flow-list li:nth-child(1) h4::after {
  background-image: url("images/flow/flow_bg01_1.jpg");
}

.flow-contents .flow-list li:nth-child(2) h4::after {
  background-image: url("images/flow/flow_bg02_1.jpg");
}

.flow-contents .flow-list li:nth-child(3) h4::after {
  background-image: url("images/flow/flow_bg03_1.jpg");
}

.flow-contents .flow-list li:nth-child(1) .contain::after {
  background-image: url("images/flow/flow_bg01_2.jpg");
}

.flow-contents .flow-list li:nth-child(2) .contain::after {
  background-image: url("images/flow/flow_bg02_2.jpg");
}

.flow-contents .flow-list li:nth-child(3) .contain::after {
  background-image: url("images/flow/flow_bg03_2.jpg");
}

.flow-contents .kaitori-attention {
  background-color: #ffeeee;
  padding: 24px 30px;
  margin-bottom: 40px;
}

.flow-contents .kaitori-attention h4 {
  color: #d50e18;
  font-size: 22px;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}

.flow-contents .kaitori-attention p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow-contents .kaitori-attention .fs-small {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ==============================================
 News
=============================================== */
/* news list
----------------------------------------------- */
.news-list li {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px;
  margin-bottom: 20px;
}

.news-list li .img {
  padding-top: 6px;
  float: left;
  width: 12%;
}

.news-list li .txt {
  float: right;
  width: 86%;
}

.news-list li .post-date {
  float: left;
  display: block;
  font-size: 14px;
  padding-top: 2px;
  margin-right: 10px;
}

.news-list li .post-category {
  float: left;
}

.news-list li .post-category a {
  background-color: #979b9d;
  font-size: 12px;
  padding: 1px 10px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}

.news-list li .post-title {
  clear: both;
  font-size: 17px;
  padding-top: 8px;
  margin-bottom: 6px;
}

.news-list li .post-title a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.news-list li .post-title a:hover {
  color: #0855c5;
}

.news-list li p {
  font-size: 14px;
  margin-bottom: 0;
}

/* news detail
----------------------------------------------- */
.news-detail .post-title {
  border-left: 5px solid #139edf;
  font-size: 26px;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 25px;
  margin-bottom: 15px;
}

.news-detail .post-meta {
  margin-bottom: 30px;
}

.news-detail .post-meta .post-date {
  float: left;
  padding-top: 1px;
  margin-right: 14px;
}

.news-detail .post-meta .post-category {
  float: left;
}

.news-detail .post-meta .post-category a {
  background-color: #979b9d;
  font-size: 14px;
  padding: 1px 10px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
}

.news-detail .post-thumbnail {
  text-align: center;
  margin-bottom: 30px;
}

.news-detail .post-content > h1:first-child,
.news-detail .post-content > h2:first-child,
.news-detail .post-content > h3:first-child,
.news-detail .post-content > h4:first-child,
.news-detail .post-content > h5:first-child,
.news-detail .post-content > h6:first-child {
  margin-top: 0;
}

.news-detail .post-content h1 {
  font-size: 26px;
  border-bottom: 2px solid #139edf;
  padding-bottom: 6px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.news-detail .post-content h2 {
  color: #139edf;
  border-bottom: 2px solid #ccc;
  margin-top: 40px;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.8;
  padding-bottom: 6px;
  border-radius: 5px;
}

.news-detail .post-content h3 {
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.8;
  padding-left: 24px;
  position: relative;
}

.news-detail .post-content h3::after {
  content: "";
  border: 3px solid #139edf;
  height: 14px;
  left: 0;
  top: 9px;
  position: absolute;
  width: 14px;
  border-radius: 50%;
}

.news-detail .post-content h4, .news-detail .post-content h5, .news-detail .post-content h6 {
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.8;
}

.news-detail .post-content img {
  margin-bottom: 30px;
}

.news-detail .post-content img.alignleft {
  float: left;
  margin-right: 30px;
  margin-top: 5px;
}

.news-detail .post-content img.alignright {
  float: right;
  margin-left: 30px;
  margin-top: 5px;
}

.news-detail .post-content img.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

.news-detail .post-content blockquote {
  border: 1px solid #777;
  font-style: normal;
  font-size: 100%;
  padding: 4% 4% 1%;
  margin: 2.5em 2em;
  position: relative;
}

.news-detail .post-content blockquote::before, .news-detail .post-content blockquote::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 1;
  background-color: #fff;
}

.news-detail .post-content blockquote::before {
  background-image: url("images/icons/icon_blockquote01.svg");
  background-size: 20px 18px;
  left: -10px;
  top: -10px;
}

.news-detail .post-content blockquote::after {
  background-image: url("images/icons/icon_blockquote02.svg");
  background-size: 20px 18px;
  right: -10px;
  bottom: -10px;
}

.news-detail .post-content ol {
  margin-left: 3em;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
}

.news-detail .post-content ol li {
  margin-bottom: 8px;
}

.news-detail .post-content ul {
  margin-left: 3em;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
}

.news-detail .post-content ul li {
  margin-bottom: 8px;
  position: relative;
}

.news-detail .post-content ul li::before {
  background-color: #139edf;
  content: "";
  display: inline-block;
  height: 6px;
  left: -1.2em;
  position: absolute;
  top: 0.6em;
  width: 6px;
  border-radius: 50%;
}

/* Site map
----------------------------------------------- */
.sitemap-contents h3 {
  background-color: #139edf;
  color: #fff;
  font-size: 17px;
  padding: 6px 16px;
  margin-bottom: 16px;
  margin-top: 30px;
}

.sitemap-contents h4 {
  font-size: 13px;
  margin-bottom: 6px;
}

.sitemap-contents h4 > a {
  background: url(images/common/link_arrow_blue.png) no-repeat 0 50%/12px 12px;
  color: #333;
  padding: 2px 0 2px 16px;
}

.sitemap-list {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 15px;
  padding: 0 16px;
}

.sitemap-list > li {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 6px;
  width: 25%;
  vertical-align: top;
}

.sitemap-list > li.full {
  font-weight: bold;
  width: 100%;
  margin-bottom: 0;
}

.sitemap-list > li.full > ul {
  padding-top: 6px;
}

.sitemap-list > li.full > ul > li {
  font-weight: normal;
}

.sitemap-list > li > ul {
  font-size: 0;
  letter-spacing: 0;
}

.sitemap-list > li > ul > li {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 6px;
  width: 25%;
  vertical-align: top;
}

.sitemap-list.sitemap-area-list > li {
  width: 100%;
}

.sitemap-list.sitemap-area-list > li > a {
  display: block;
  background: #f0f1f2;
  padding: 6px 10px;
  margin-bottom: 6px;
  text-decoration: none;
}

.sitemap-list.sitemap-area-list > li > a:hover {
  text-decoration: underline;
}

.sitemap-list.sitemap-area-list > li > ul {
  margin-top: 10px;
  margin-bottom: 6px;
}

/* privacy policy
----------------------------------------------- */
.privacy-policy h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.privacy-policy h4 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* ==============================================
 Sidebar
=============================================== */
.sidebar .block {
  margin-bottom: 20px;
}

.sidebar .s-about {
  margin-bottom: 10px;
}

.sidebar .s-area h3 {
  background-color: #033276;
  text-align: center;
  padding: 8px 0;
}

.sidebar .s-area .blockS-area-h2{
	background-color: #033276;
}

.sidebar .s-area ul {
  background-color: #fff;
  border: 2px solid #033276;
  border-top: none;
  padding: 10px;
}

.sidebar .s-area ul li {
  font-size: 14px;
  display: inline-block;
}

.sidebar .s-area ul li:not(:last-child)::after {
  content: "・";
}

.sidebar .s-title {
  font-size: 17px;
  margin-bottom: 10px;
  position: relative;
}

.sidebar .s-title::after {
  content: "";
  background-color: #cbcdce;
  height: 6px;
  top: 50%;
  position: absolute;
  left: 0;
  margin-top: -3px;
  width: 100%;
}

.sidebar .s-title span {
  background: #f0f1f2;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

.sidebar .s-purchase ul li {
  margin-bottom: 10px;
}

.sidebar .s-purchase ul li:nth-child(3) {
  margin-bottom: 20px;
}

.sidebar .s-ranking {
  border-top: 3px solid #b09648;
}

.sidebar .s-ranking h3 {
  background-color: #fff;
  text-align: center;
  padding: 15px 0 20px;
  margin-bottom: 1px;
}

.sidebar .s-ranking ul li {
  background-color: #fff;
  margin-bottom: 1px;
  position: relative;
}

.sidebar .s-ranking ul li > img {
  position: absolute;
  left: 5px;
  top: -5px;
}

.sidebar .s-ranking ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 5px 10px 10px;
}

.sidebar .s-ranking ul li a .maker-logo {
  height: 70px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar .s-ranking ul li a .maker-logo img {
  max-height: 100%;
  max-width: 60%;
  width: auto;
}

.sidebar .s-ranking ul li a .maker-name {
  font-weight: bold;
}

.sidebar .s-ranking ul li a .maker-count {
  line-height: 1;
  margin-bottom: 6px;
}

.sidebar .s-ranking ul li a .maker-count strong {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  margin: 0 2px 0 5px;
  position: relative;
  top: 1px;
}

.sidebar .s-menu h3 {
  color: #fff;
  font-size: 17px;
  background: #616d71;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#616d71), color-stop(99%, #333c40));
  background: linear-gradient(to bottom, #616d71 0%, #333c40 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616d71', endColorstr='#333c40',GradientType=0 );
  /* IE6-9 */
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
}

.sidebar .s-purchase-menu h3 {
  border: 1px solid #ccc;
  font-size: 17px;
  background: #616d71;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fafa), color-stop(99%, #e7e9ea));
  background: linear-gradient(to bottom, #f9fafa 0%, #e7e9ea 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616d71', endColorstr='#333c40',GradientType=0 );
  /* IE6-9 */
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
}

.sidebar .s-menu-list {
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.sidebar .s-menu-list li {
  border-bottom: 1px solid #ccc;
}

.sidebar .s-menu-list li:last-child {
  border-bottom: none;
}

.sidebar .s-menu-list li a {
  display: block;
  padding: 11px 18px 11px 30px;
  color: #333;
  text-decoration: none;
  position: relative;
}

.sidebar .s-menu-list li a::before {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #b1b3b3;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -5px;
}

.sidebar .s-menu-list li a:hover {
  text-decoration: underline;
}

.sidebar .s-reference-price ul li {
  margin-bottom: 10px;
}

.sidebar .s-reference-price .link {
  text-align: right;
}

.sidebar .s-reference-price .link a {
  background: url("images/common/link_arrow_blue.png") no-repeat 0 50%/15px 15px;
  color: #333;
  padding: 2px 0 2px 20px;
}

.sidebar .s-pinpoint h3 {
  text-align: center;
  margin-bottom: 14px;
}

.sidebar .s-pinpoint ul li {
  margin-bottom: 10px;
}

.sidebar .s-pinpoint ul li:last-child {
  margin-bottom: 0;
}

.sidebar .s-pinpoint ul li:last-child img {
  width: 100%;
}

.sidebar .s-news h3 {
  background: #6a6b6c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#6a6b6c), to(#6a6b6c));
  background: linear-gradient(to right, #6a6b6c 0%, #6a6b6c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6b6c', endColorstr='#6a6b6c',GradientType=1 );
  /* IE6-9 */
  font-size: 17px;
  color: #fff;
  padding: 8px 15px;
}

.sidebar .s-news h3 span {
  background: url("images/icons/icon_news.png") no-repeat 0 50%/28px 25px;
  display: inline-block;
  padding: 3px 0 3px 36px;
}

.sidebar .s-news ul li {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 12px;
  font-size: 14px;
}

.sidebar .s-news ul li .post-meta {
  margin-bottom: 5px;
}

.sidebar .s-news ul li .post-meta .post-date {
  float: left;
  padding-top: 1px;
  margin-right: 8px;
}

.sidebar .s-news ul li .post-meta .post-category {
  float: left;
}

.sidebar .s-news ul li .post-meta .post-category a {
  background-color: #979b9d;
  font-size: 12px;
  padding: 1px 10px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
}

.sidebar .s-news ul li .post-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.sidebar .s-news ul li .post-title a {
  color: #333;
}

.sidebar .s-news .link {
  text-align: right;
}

.sidebar .s-news .link a {
  background: url("images/common/link_arrow_blue.png") no-repeat 0 50%/15px 15px;
  color: #333;
  padding: 2px 0 2px 20px;
}

.sidebar .s-news-category-block h3 {
  background-color: #033276;
  color: #fff;
  font-size: 17px;
  padding: 12px 15px;
  position: relative;
}

.sidebar .s-news-category-block ul {
  margin-bottom: 20px;
}

.sidebar .s-news-category-block ul li {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.sidebar .s-news-category-block ul li a {
  display: block;
  padding: 12px 15px;
}

.sidebar .s-contact h3 {
  background-color: #d50e18;
  text-align: center;
  color: #fff;
  padding: 8px 10px 12px;
}

.sidebar .s-contact ul {
  background: url("images/sidebar/side_contact_bg.gif") repeat 0 0;
  padding: 20px 15px;
  position: relative;
}

.sidebar .s-contact ul::after {
  content: "";
  border-style: solid;
  border-width: 10px 12px 0 12px;
  border-color: #d50e18 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -12px;
}

.sidebar .s-contact ul li {
  margin-bottom: 10px;
}

.sidebar .s-contact ul li:first-child {
  margin-bottom: 15px;
}

.sidebar .s-contact ul li:last-child {
  margin-bottom: 0;
}

.sidebar .s-column h3 {
  background: #033276;
  color: #fff;
  font-size: 17px;
  padding: 10px 15px;
}

.sidebar .s-column h3 span {
  background: url("images/icons/icon_column01.png") no-repeat 0 50%/21px 24px;
  display: inline-block;
  padding: 0 0 0 28px;
}
.sidebar .s-column h3 a{
	color: #fff;
	text-decoration: underline;
}
.sidebar .s-column h3 a:hover{
	text-decoration: none;
}
.sidebar .s-column-block h3 {
  background-color: #033276;
  color: #fff;
  font-size: 17px;
  padding: 12px 15px;
  position: relative;
}

.sidebar .s-column-block h4 {
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1;
  margin-top: 20px;
}

.sidebar .s-column-block ul {
  margin-bottom: 25px;
}

.sidebar .s-column-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar .s-column-cat-list li {
  margin-right: 2%;
  margin-bottom: 5px;
  width: 48%;
}

.sidebar .s-column-cat-list li:nth-child(even) {
  margin-right: 0;
}

.sidebar .s-column-cat-list li a {
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 11px 0;
  text-decoration: none;
  position: relative;
  border-radius: 3px;
}

.sidebar .s-column-cat-list li a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.sidebar .s-column-tag-list li {
  display: inline-block;
  margin: 0 4px 5px 0;
}

.sidebar .s-column-tag-list li a {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 3px 12px;
  border-radius: 3px;
}

.sidebar .s-column-tag-list li a:hover {
  border: 1px solid #0855c5;
  color: #0855c5;
}

.sidebar .s-column-posts-list {
  background-color: #fff;
  border-top: none;
}

.sidebar .s-column-posts-list > li:not(.popular-posts) {
  border-bottom: 1px solid #ccc;
  padding: 12px;
}

.sidebar .s-column-posts-list > li:not(.popular-posts) .txt {
  font-size: 13px;
  float: right;
  margin-bottom: 0;
  width: 66%;
}

.sidebar .s-column-posts-list > li:not(.popular-posts) .txt a {
  margin-top: -4px;
  display: block;
}

.sidebar .s-column-posts-list > li:not(.popular-posts) .img {
  float: left;
  width: 30%;
}

.sidebar .wpp-list {
  counter-reset: item;
}

.sidebar .wpp-list li {
  border-bottom: 1px solid #ccc;
  padding: 12px;
  margin-bottom: 0;
}

.sidebar .wpp-list li::after {
  content: "";
  display: block;
  clear: both;
}

.sidebar .wpp-list li .txt {
  font-size: 13px;
  float: right;
  margin-bottom: 0;
  width: 66%;
}

.sidebar .wpp-list li .txt a {
  font-weight: normal;
  margin-top: -4px;
  display: block;
}

.sidebar .wpp-list li .txt .post-stats {
  text-align: right;
}

.sidebar .wpp-list li .img {
  float: left;
  position: relative;
  width: 30%;
}

.sidebar .wpp-list li .img a {
  display: block;
  position: relative;
}

.sidebar .wpp-list li .img a::after {
  background-color: #8a8a8a;
  color: #fff;
  counter-increment: item;
  content: counter(item);
  display: inline-block;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 0;
  left: 0;
  position: absolute;
  width: 20px;
  z-index: 1;
}

.sidebar .wpp-list li .img img {
  float: none;
}

.sidebar .wpp-list li:nth-child(1) .img a::after {
  background-color: #ceaa1b;
}

.sidebar .wpp-list li:nth-child(2) .img a::after {
  background-color: #b2b2b2;
}

.sidebar .wpp-list li:nth-child(3) .img a::after {
  background-color: #a27635;
}

.sidebar .s-column-search-form {
  position: relative;
  display: block;
  padding-right: 40px;
  margin-bottom: 30px;
}

.sidebar .s-column-search-form input[type="text"] {
  border-radius: 4px 0 0 4px;
}

.sidebar .s-column-search-form input[type="submit"] {
  background: #333 url("images/icons/icon_search02.png") no-repeat 50% 50%/16px 16px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  height: 100%;
  width: 41px;
  border-radius: 0 4px 4px 0;
}

.sidebar .s-expensive {
  background: #033277;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #033277 0%, #095ea1 50%, #033277 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033277', endColorstr='#033277',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 10px 15px 10px;
}

.sidebar .s-expensive h3 {
  padding: 10px 0 10px;
  text-align: center;
}

.sidebar .s-expensive ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
}

.sidebar .s-expensive ul li img {
  width: 100%;
}

.sidebar .s-expensive ul li .title {
  margin-top: 8px;
  margin-bottom: 5px;
}

.sidebar .s-expensive ul li .link {
  text-align: right;
}

/* ==============================================
 Footer
=============================================== */
.site-footer {
  background-color: #f0f1f2;
}

.site-footer .footer-pagetop {
  background-color: #033276;
  color: #fff;
  text-align: right;
  margin-bottom: 38px;
}

.site-footer .footer-pagetop .pagetop {
  background: url("images/common/pagetop_arrow.png") no-repeat 0 50%/17px 20px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 27px;
  cursor: pointer;
}

.site-footer .footer-info {
  float: left;
  margin-bottom: 30px;
  width: 60%;
}

.site-footer .footer-info .footer-logo {
  float: left;
  margin-right: 20px;
}

.site-footer .footer-info .footer-service {
  float: left;
  padding-top: 10px;
}

.site-footer .footer-info p {
  clear: both;
  padding-top: 20px;
}

.site-footer .footer-area {
  float: right;
  margin-bottom: 30px;
  width: 38%;
}

.site-footer .footer-area dl dt {
  color: #fff;
  background-color: #8d8e8f;
  text-align: center;
  padding: 10px 8px 8px;
}

.site-footer .footer-area dl dd {
  background-color: #fff;
  border: 2px solid #8d8e8f;
  border-top: none;
  padding: 15px 20px;
}

.site-footer .footer-area dl dd ul li {
  line-height: 1.8;
  display: inline-block;
}

.site-footer .footer-area dl dd ul li:not(:last-child)::after {
  content: "・";
}

.site-footer .footer-navigation {
  border-top: 1px solid #ccc;
  position: relative;
  padding: 40px 0 50px;
}

.site-footer .footer-navigation::before {
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.site-footer .footer-navigation .footer-navigation-block {
  float: left;
  width: 33.333%;
}

.site-footer .footer-navigation .footer-navigation-list > li {
  margin-bottom: 5px;
}

.site-footer .footer-navigation .footer-navigation-list > li > a {
  color: #333;
  text-decoration: none;
  padding-left: 13px;
  position: relative;
}

.site-footer .footer-navigation .footer-navigation-list > li > a::before {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #139edf;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.site-footer .footer-navigation .footer-navigation-list > li > a:hover {
  text-decoration: underline;
}

.site-footer .footer-navigation .footer-navigation-list > li ul {
  padding-left: 13px;
}

.site-footer .footer-navigation .footer-navigation-list > li ul li {
  margin-top: 5px;
}

.site-footer .footer-navigation .footer-navigation-list > li ul li a {
  color: #333;
  text-decoration: none;
  padding-left: 1em;
  position: relative;
}

.site-footer .footer-navigation .footer-navigation-list > li ul li a::before {
  background-color: #333;
  content: "";
  height: 1px;
  position: absolute;
  left: 3px;
  top: 50%;
  width: 6px;
}

.site-footer .footer-navigation .footer-navigation-list > li ul li a:hover {
  text-decoration: underline;
}

.law h3 {
  background-color: #edf0f2;
  font-size: 22px;
  font-weight: 600;
  padding: 12px 20px;
  letter-spacing: 0.1em;
}

.law table th {
  line-height: 1.7;
  border-bottom: 1px solid #e1e4e6;
  letter-spacing: .04em;
  text-align: left;
  padding: 30px;
  width: 20%;
  vertical-align: top;
}

.law table td {
  border-bottom: 1px solid #e1e4e6;
  letter-spacing: .04em;
  text-align: left;
  padding: 30px;
  vertical-align: top;
  line-height: 1.7;
}

/* copyright
----------------------------------------------- */
.copyright {
  background-color: #fff;
  border-top: 1px solid #ccc;
  text-align: center;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 20px 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .copyright {
    float: none;
    font-size: 11px;
    text-align: center;
  }
}

/* ==============================================
 form
=============================================== */
/* estimate
----------------------------------------------- */
.estimate-contents {
  background-color: #fff;
  margin: 0 auto 80px;
  padding: 30px 50px 10px;
  max-width: 900px;
  position: relative;
}

.estimate-contents .form-area h3 {
  color: #f15a25;
  font-size: 30px;
}

.estimate-contents .form-area .form-table + .heading-4 {
  margin-top: 50px;
}

/* layout
----------------------------------------------- */
/* table */
.form-area {
  margin-bottom: 60px;
}

.form-area h3 {
  color: #033276;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.form-area h3::after {
  content: "";
  background-color: #e2e3e4;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 100%;
  border-radius: 4px;
}

.form-area h3 span {
  background-color: #fff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.form-area h3.form-title-blue{
	color: #fff;
	background-color: #000d46;
	padding: 0.25em;
	margin-top: 30px;
}
.form-area h3.form-title-blue::after {
	display: none;
}

.form-area h2 {
	color: #033276;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}
.form-area h2::after {
	content: "";
	background-color: #e2e3e4;
	height: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 100%;
}
.form-area h2 span {
	background-color: #fff;
	display: inline-block;
	padding: 0 12px;
	position: relative;
	z-index: 1;
}

.form-area .check-privacy {
  background-color: #f0f1f2;
  padding: 20px;
  text-align: center;
}

.form-area .check-privacy .mwform-checkbox-field-text {
  display: none;
}

.form-area .check-privacy a {
  color: #333;
}

.form-area .mw_wp_form_preview .check-privacy {
  display: none;
}

.form-area .btns {
  margin-top: 30px;
  text-align: center;
}

.form-area .form-preveiw-mes {
  text-align: center;
  font-weight: bold;
  display: none;
}

.form-area .mw_wp_form_preview .form-preveiw-mes {
  display: block;
}

.form-area .mw_wp_form_preview .col-icon .required,
.form-area .mw_wp_form_preview .col-icon .option {
  display: none;
}

.form-area .form-complete-mes {
  background-color: rgba(241, 90, 37, 0.05);
  border: 2px solid #f15a25;
  padding: 30px 30px 10px;
  font-weight: bold;
  margin: auto;
  max-width: 820px;
}

.form-table {
  margin-bottom: 20px;
  width: 100%;
}

.form-table th {
  border-bottom: 2px solid #fff;
  text-align: left;
  padding: 18px 20px;
  width: 24%;
  vertical-align: middle;
}

.form-table td {
  border-bottom: 2px solid #fff;
  text-align: left;
  padding: 18px 20px;
  vertical-align: middle;
}

.form-table td input[type="radio"] {
  vertical-align: baseline;
}

.form-table td span {
  vertical-align: middle;
}

.form-table .col-icon {
  padding-left: 0;
  padding-right: 0;
  width: 60px;
}

.form-table .col-icon .required {
  background-color: #d50e18;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 1px 8px;
  line-height: 1.4;
  margin-left: 10px;
  border-radius: 3px;
  white-space: nowrap;
}

.form-table .col-icon .option {
  background-color: #979b9d;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 1px 8px;
  line-height: 1.4;
  margin-left: 10px;
  border-radius: 3px;
  white-space: nowrap;
}

.form-table tr:nth-child(odd) th,
.form-table tr:nth-child(odd) td {
  background-color: rgba(19, 158, 223, 0.06);
}

.form-block {
  margin-bottom: 15px;
}

.form-block::after {
  content: "";
  display: block;
  clear: both;
}

.form-block .form-label {
  font-weight: bold;
  margin-bottom: 10px;
}

.form-block--horizontal .form-label {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.form-block--horizontal .form-field {
  margin-left: 200px;
}

.form .mwform-tel-field input[type="text"],
.form .mwform-zip-field input[type="text"] {
  width: 80px;
}

.form-note {
  font-size: 13px;
  margin-top: 3px;
  line-height: 1.6;
  margin-bottom: 0;
}

.mw_wp_form_preview .form-note {
  display: none;
}

/* form default */
input.form-control, input[type="number"].form-control, input[type="email"].form-control, button.form-control, textarea.form-control {
  border: none;
  background: #fff;
  line-height: 1.6;
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}

input.form-control:focus, button.form-control:focus, textarea.form-control:focus {
  border: none;
  background: none;
}

input[type="submit"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  outline-offset: -2px;
  outline: 0;
}

input[type="text"].form-control, input[type="number"].form-control, input[type="password"].form-control, input[type="email"].form-control, input[type="tel"].form-control, input[type="url"].form-control, textarea.form-control {
  background: #fff;
  padding: 8px 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
  width: 100%;
}

input[type="text"].form-control.form-required, input[type="number"].form-control.form-required, input[type="password"].form-control.form-required, input[type="email"].form-control.form-required, input[type="tel"].form-control.form-required, input[type="url"].form-control.form-required, textarea.form-control.form-required {
  background-color: #fff1f2;
}

input[type="text"].form-control:focus, input[type="number"].form-control:focus, input[type="password"].form-control:focus, input[type="email"].form-control:focus, input[type="tel"].form-control:focus, input[type="url"].form-control, textarea.form-control:focus {
  border: 2px solid #139edf;
}

input[type="text"].form-zip {
  width: 140px;
}

input[name="submit"], input[name="submitBack"], input[name="submitConfirm"] {
  background-color: #139edf;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 3px;
  padding: 10px;
  width: 240px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

input[name="submit"]:hover, input[name="submitBack"]:hover, input[name="submitConfirm"]:hover {
  color: #fff;
  -webkit-box-shadow: 2px 7px 12px rgba(0, 0, 0, 0.12), 2px 3px 6px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 2px 7px 12px rgba(0, 0, 0, 0.12), 2px 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 7px 12px rgba(0, 0, 0, 0.12), 2px 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

input[name="submitBack"] {
  background-color: #8a8a8a;
}

/* selectbox */
.select-wrapper {
  background: #fff url("images/common/select_arrow.png") no-repeat right 12px top 50%/6px 15px;
  display: block;
  position: relative;
  width: auto;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.col-required .select-wrapper {
  background-color: #fff1f2;
}

.select-wrapper select {
  background: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 8px 30px 8px 10px;
  line-height: 1.6;
  border: none;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}

.select-wrapper select.form-control-auto {
  width: auto;
}

/* ie9対策 */
.select-wrapper select:not(:target) {
  width: 120% \9;
}

.mw_wp_form_preview .select-wrapper {
  background: none;
  border: none;
  padding: 0;
}

.mw_wp_form_preview .select-wrapper::after {
  content: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #999999;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #999999;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #999999;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #999999;
  opacity: 1;
}

/* IE */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #999999;
  opacity: 1;
}

/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #999999;
  opacity: 1;
}

/* Chrome, Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox, IE */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Chrome autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 1120px) {
  .hidden-xl {
    display: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1119px) {
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}

/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* pc min
----------------------------------------------- */
@media screen and (max-width: 1119px) {
  /* column
  ----------------------------------------------- */
  .col-md-1 {
    width: 12%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 57.0833%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3334%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
}

/* tablet
----------------------------------------------- */
@media screen and (max-width: 991px) {
  body.sp-nav-open {
    overflow: hidden !important;
  }
  /* ==============================================
     Layout
    =============================================== */
  /* column
    ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 57.0833%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3334%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

/* column
----------------------------------------------- */
@media screen and (max-width: 767px) {
  /* column
    ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6666%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 57.0833%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3334%;
  }
  .col-xs-11 {
    width: 91.6666%;
  }
  .col-xs-12 {
    width: 100%;
  }
}

/* モーダルウィンドウ設定 */
.modal-area {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

/* バナーの組み立て */
.bnr-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 777;
}

.popup_bnr {
  width: 350px;
  height: auto;
  text-align: center;
  position: relative;
}

.btn-area {
  background: #ffa200;
  height: auto;
  margin: 0;
}

.btn-area p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.btn-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-area img {
  padding: 0 5px;
  padding-bottom: 10px;
}

.btn-area img:hover {
  opacity: 0.8;
}

/* 閉じるボタン */
.popup_bnr .close {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 50px;
  background-color: #fff;
}

.popup_bnr .close a {
  width: 20px;
  color: #000;
  display: block;
  height: 25px;
  text-align: center;
  background-color: #fff;
}

.popup_bnr .close a span {
  display: block;
  width: 50px;
  height: 20px;
  overflow: hidden;
}

.popup_bnr p.close a i {
  font-size: 20px;
  z-index: 888;
  color: #222;
}

.author-page {
  padding-bottom: 30px;
}

.author-page-header-row {
  display: flex;
  justify-content: space-between;
}

.author-page-header-img {
  width: 40%;
}

.author-page-header-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.author-page-header-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.author-page-header-txt {
  width: 55%;
}

.author-page-name-letter {
  margin-bottom: 0;
  border-bottom: 1px solid currentColor;
  padding-bottom: .5em;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}
.author-page-name-letter.no-border {
  border-width: 0;
}

.author-page-role {
  margin-top: 10px;
}

.author-page-role-letter {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}

.author-page-desc {
  margin-top: 15px;
}

.author-page-desc-letter {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}

.author-page-link {
  margin-top: 15px;
}

.author-page-body {
  margin-top: 20px;
}


.post-author {
  margin-top: 40px;
}

.post-author-body {
  margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */



/* ============================================================================================



/* 20260615 ushisako 店舗詳細ページ*/



/* ============================================================================================



/* ==============================================
 買取事例ヘッダー
=============================================== */
.purchase-archive-heading {
    margin: 0 0 18px;
}
.purchase-archive-heading .archive_head {
    margin: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    background: linear-gradient(180deg, #2a1f1c 0%, #0f0b0a 100%);
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: .04em;
    border-radius: 2px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .15);
}

/* ==============================================
 メーカー検索ボックス
=============================================== */
.mkbox {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
}
.mkbox__inner {
    max-width: 1200px;
    margin: 0;
}
.mkbox__search {
    position: relative;
    border: 3px solid #9fa0a0;
    background-color: #eef8f9;
    height: 56px;
    display: flex;
    align-items: center;
    padding-left: 64px;
    box-sizing: border-box;
    margin-bottom: 18px;
}
.mkbox__icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: url("./images/Instrument/Vector.png") no-repeat center / contain;
}
.mkbox__icon::before,
.mkbox__icon::after {
    content: none;
}
.mkbox__input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
}
.mkbox__input::placeholder {
    color: #a9a9a9;
    font-weight: 700;
}
.mkbox__frame {
    border: 3px solid #9fa0a0;
    background: #fff;
    height: 320px;
    overflow-y: auto;
    padding: 12px 14px;
    box-sizing: border-box;
}
.mkbox__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
}
.mkbox__item {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 16px 6px 14px;
    border-bottom: 2px dashed #8b86c8;
    box-sizing: border-box;
}
.mkbox__item:hover {
    background: #f7f7fb;
}
.mkbox__jp {
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 4px;
}
.mkbox__eng {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: #1f4aa8;
    line-height: 1.1;
}
.mkbox__item--tight .mkbox__jp {
    margin-bottom: 2px;
}
.mkbox__frame::-webkit-scrollbar {
    width: 12px;
}
.mkbox__frame::-webkit-scrollbar-track {
    background: #e9e9ee;
}
.mkbox__frame::-webkit-scrollbar-thumb {
    background: #1a1b5f;
    border-radius: 8px;
}
@media (max-width: 420px) {
    .mkbox__search {
        height: 52px;
        padding-left: 58px;
    }
    .mkbox__input {
        font-size: 16px;
    }
    .mkbox__frame {
        height: 300px;
    }
    .mkbox__jp {
        font-size: 17px;
    }
}

/* ==============================================
 CTAセクション
=============================================== */
.cta-section {
    background: url("./images/cta_new/CTA_bg.png") no-repeat center / cover;
    padding: 24px 16px 36px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.cta-inner {
    max-width: 868px;
    margin: 120px auto;
    position: relative;
}
.cta-title {
    font-size: 62px;
    color: #2b427a;
    display: block;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    font-weight: 900;
}
.cta-main {
    position: relative;
    z-index: 3;
    text-align: center;
}
.cta-main-img {
    width: 100%;
    display: block;
}
.cta-tel {
    margin-top: -48px;
    position: relative;
    z-index: 9;
}
.cta-tel-bg {
    position: relative;
    text-align: center;
}
.cta-tel-bg img {
    width: 100%;
    display: block;
}
.cta-tel-text {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.cta-tel-link {
    display: block;
    text-decoration: none;
}
.cta-tel-btn-css {
    background: #e7271f;
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(219, 36, 43, 0.6);
    padding: 16px 10px;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cta-tel-top {
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 8px 0;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.cta-tel-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}
.cta-tel-icon {
    width: 85px;
    height: 85px;
    display: inline-flex;
    flex-shrink: 0;
}
.cta-tel-icon svg {
    width: 100%;
    height: 100%;
}
.cta-tel-number {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.cta-tel-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 0;
}
.cta-tel-badge {
    background: #fff;
    color: #e7271f;
    font-size: 23px;
    font-weight: 900;
    padding: 10px 30px;
    border-radius: 9px;
    line-height: 1.2;
}
.cta-tel-time {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}
.cta-btn-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cta-btn-icon img {
    width: 26px;
    height: auto;
    display: block;
}
@media (max-width: 420px) {
    .cta-btn-css { font-size: 14px; padding: 10px 4px; gap: 6px; }
    .cta-btn-icon { width: 34px; height: 34px; }
    .cta-btn-icon img { width: 18px; }
    .cta-btn-icon.line-icon-wrap img { width: 22px; }
    .cta-buttons-css { gap: 10px; }
}
.cta-buttons-css {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 15px;
    position: relative;
    z-index: 3;
}
.cta-btn-css {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 25px;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 900;
    font-size: 32px;
    font-family: "Noto Sans JP", sans-serif;
    gap: 20px;
    letter-spacing: 0.05em;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cta-btn-css.mail-btn-css {
    background: linear-gradient(180deg, #fdad2b 0%, #eb7c00 100%);
    box-shadow: 0 0 15px rgba(235, 124, 0, 0.7);
}
.cta-btn-css.line-btn-css {
    background: linear-gradient(180deg, #74cd66 0%, #40a030 100%);
    box-shadow: 0 0 15px rgba(64, 160, 48, 0.7);
}
.cta-btn-icon {
    width: 70px;
    height: 70px;
    display: inline-flex;
    flex-shrink: 0;
}
.cta-btn-icon svg {
    width: 100%;
    height: 100%;
}
@media (max-width: 420px) {
    .cta-btn-css { font-size: 14px; padding: 10px 4px; gap: 6px; }
    .cta-btn-icon { width: 28px; height: 28px; }
    .cta-buttons-css { gap: 10px; }
}
.cta-buttons {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    position: relative;
    z-index: 3;
}
.cta-btn {
    flex: 1;
    display: block;
}
.cta-btn img {
    width: 100%;
    display: block;
}

/* ==============================================
 PC版 リニューアル共通
=============================================== */
.pc-renewal-contents {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.pc-renewal-contents img {
    width: 100%;
    height: auto;
}
.pc-inner {
    max-width: 1200px;
    margin: 90px auto;
    width: 100%;
    position: relative;
}

/* ==============================================
 パンくずリスト
=============================================== */
#local-navi {
    background-color: #f5f5f5;
    padding: 12px 5vw;
    font-size: 12px;
    box-sizing: border-box;
}
#local-navi ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0; margin: 0;
}
#local-navi li {
    display: flex;
    align-items: center;
    color: #333;
}
#local-navi li a {
    color: #0A2458;
    text-decoration: none;
}
#local-navi li:not(:last-child)::after {
    content: ">";
    margin: 0 8px;
    color: #888;
    font-size: 10px;
}

/* ==============================================
 メインビジュアル
=============================================== */
.pc-renewal-contents .mv-section {
    position: relative;
    width: 100%;
    height: 600px;
    background-color: #061956;
    overflow: hidden;
    padding: 0;
}
.pc-renewal-contents .mv-bg-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    max-width: none !important;
    height: auto;
    z-index: 1;
}
.pc-renewal-contents .mv-section .pc-inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 100%;
    z-index: 10;
}
.pc-renewal-contents .mv-text-wrap {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
}
.pc-renewal-contents .mv-capsule {
    display: inline-block;
    background-color: #fcc800;
    color: #111;
    font-size: 34px;
    font-weight: bold;
    padding: 4px 36px;
    border-radius: 50px;
    border: 2px solid #333;
    margin-bottom: 20px;
    max-width: 1200px;
    max-height: 60px;
    word-break: break-all;
    text-shadow: none;
}
.pc-renewal-contents .mv-title {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin: 0;
    line-height: 1.3;
}
.pc-renewal-contents .mv-title span {
    font-size: 34px;
}
.pc-renewal-contents .mv-title .mv-capsule {
    font-size: 34px;
}
.pc-renewal-contents .mv-title .mv-heading {
    font-size: 85px;
    white-space: nowrap;
    letter-spacing: -0.06em;
    background: linear-gradient(to bottom, #fdd800 0%, #ffe68d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-shadow: none;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.5));
}
.pc-renewal-contents .mv-title .mv-heading .dot{
    font-size: 80px;
    margin: 0 -0.18em 0 -0.18em;
    display: inline-block;
}

/* ==============================================
 イントロダクション
=============================================== */
.pc-renewal-contents .intro-title {
    font-size: 36px;
    font-weight: bold;
    color: #0A2458;
    margin-bottom: 15px;
    line-height: 1.5;
}
.pc-renewal-contents .intro-text {
    font-size: 16px;
    line-height: 1.8;
}
.pc-renewal-contents .intro-section {
    box-sizing: border-box;
}
.pc-renewal-contents .intro-section .pc-inner{
    margin: 80px auto;
}

/* ==============================================
 店舗情報・アクセスマップ
=============================================== */
.pc-renewal-contents .section-title {
    font-size: 22px;
    font-weight: bold;
    color: #0A2458;
    margin-bottom: 40px;
    text-align: center;
    display: block;
}
.pc-renewal-contents .section-title .title-text-wrap {
    position: relative;
    display: inline-block;
    text-align: center;
}
.pc-renewal-contents .section-title .title-icon {
    position: absolute;
    right: 100%;
    top: 10px;
    width: 39px;
    height: auto;
    margin-right: 13px;
}
.pc-renewal-contents .section-title img {
    height: auto;
}
.pc-renewal-contents .shop-info-section {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 120px auto 52px;
    width: 100%;
    position: relative;
}

.pc-renewal-contents .shop-gallery {
    margin-bottom: 20px;
}
.pc-renewal-contents .shop-gallery .thumb-list {
    display: flex;
    justify-content: flex-start;
    gap: 2.66%;
    list-style: none;
    padding: 0; margin: 10px 0 0 0;
}
.pc-renewal-contents .shop-gallery .thumb-list li {
    width: 23%;
}
.pc-renewal-contents .shop-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}
.pc-renewal-contents .shop-table td a {
    text-decoration: none;
}
.pc-renewal-contents .shop-table th,
.pc-renewal-contents .shop-table td {
    padding: 12px 10px;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}
.pc-renewal-contents .shop-table th {
    color: #274c90;
    width: 20%;
    text-align: left;
}

.access-section{
    max-width: 1200px;
    margin: 0 auto 120px;
}

.pc-renewal-contents .shop-access-box {
    border: 2px solid #0A2458;
    padding: 30px;
    margin-top: 25px;
    background-color: #fff;
    height: 617px;
}

.pc-renewal-contents .access-head {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.pc-renewal-contents .access-head svg {
    width: 18px;
    height: auto;
    fill: #0A2458;
    margin-right: 8px;
}
.pc-renewal-contents .access-head h3 {
    font-size: 24px;
    font-weight: 900;
    color: #0A2458;
    margin: 0;
    letter-spacing: 0.05em;
}
.pc-renewal-contents .access-map-wrap {
    width: 100%;
    line-height: 0;
    margin-bottom: 18px;
}
.pc-renewal-contents .access-map-wrap iframe {
    width: 100%;
    height: 500px;
}
.pc-renewal-contents .access-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #263868;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 20px;
    border-radius: 50px;
    width: 88%;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    letter-spacing: 0.05em;
}
.pc-renewal-contents .access-btn-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    display: flex;
}
.pc-renewal-contents .access-btn-icon svg {
    width: 100%;
    height: 100%;
}

/* ==============================================
 店舗下・中間CTA
=============================================== */
.pc-renewal-contents .shop-cta-section {
    padding: 0 5vw 40px;
    box-sizing: border-box;
}
.pc-renewal-contents .cta-red-wrap {
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px;
}
.pc-renewal-contents .cta-red-wrap img {
    max-width: 33.5px;
    height: auto;
    margin-right: 10px;
}
.pc-renewal-contents .cta-red-label {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #e60012;
    border: 2px solid #e60012;
    border-radius: 20px;
    padding: 4px 18px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    z-index: 2;
}
.pc-renewal-contents .cta-red-label img {
    width: 24px;
    height: auto;
    margin-right: 8px;
}
.pc-renewal-contents .cta-red-btn {
    display: block;
    background: #fff;
    color: #ff2a17;
    text-align: center;
    padding: 16px 10px;
    text-decoration: none;
    border: solid #ff2a17;
    border-width: 2px 0;
}
.pc-renewal-contents .cta-red-btn .small-text {
    font-size: 13px;
    font-weight: 900;
    display: block;
    margin: 2px auto;
}
.pc-renewal-contents .cta-red-btn .tel-text {
    font-size: 30px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
}
.pc-renewal-contents .cta-red-btn .tel-text svg {
    width: 6vw;
    height: auto;
    margin-right: 6px;
    fill: #e60012;
}
.pc-renewal-contents .cta-red-btn .bottom-text {
    font-size: 14px;
    display: block;
    font-weight: 900;
}
.pc-renewal-contents .cta-orange-btn {
    display: block;
    background: linear-gradient(to bottom, #ffaf1a 0%, #e67300 100%);
    color: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 30px 0;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    position: relative;
}
.pc-renewal-contents .cta-orange-btn .small-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6%;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 4px auto;
}
.pc-renewal-contents .cta-orange-btn .main-text {
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
}
.pc-renewal-contents .cta-orange-btn .main-text img {
    width: 38px;
    height: auto;
    margin-right: 16px;
}

/* ==============================================
 エリア情報
=============================================== */
.pc-renewal-contents .area-block {
    border: 2px solid #263868;
    background: #fff;
    margin-top: 50px;
}
.pc-renewal-contents .area-block-head {
    background: #263868;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.pc-renewal-contents .area-block-body {
    padding: 20px 15px;
}
.pc-renewal-contents .area-city-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pc-renewal-contents .area-city-list li {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

/* ==============================================
 実績・権威性
=============================================== */
.content-authority-section {
    background-image: url("./images/shop/shop_authority_bak_pc.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 66px 5vw;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}
.content-authority-heading h2 {
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.content-authority-badges {
    margin-bottom: 25px;
}
.content-authority-badges .badge-img {
    max-width: 820px;
    height: auto;
}
.content-authority-box {
    position: relative;
    background-image: url("./images/shop/shop_authority_textbox_pc.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px;
    text-align: left;
    max-width: 860px;
    margin: 0 auto;
    height: 577px;
}
.content-authority-box p {
    font-size: 22px;
    line-height: 2.1;
    color: #333;
    margin: 0;
}
.content-authority-box .accent-red {
    color: #e60012;
    font-weight: bold;
    border-bottom: 1px solid #e60012;
}

/* ==============================================
 メリットセクション
=============================================== */
.pc-renewal-contents .shop-merit-section {
    background-image: url("./images/shop/shop_merit_bak_sp.jpg");
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.pc-renewal-contents .shop-merit-heading {
    text-align: left;
}
.pc-renewal-contents .title-bg-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-right: 8%;
    z-index: 2;
}
.pc-renewal-contents .hukidashi-img {
    width: 912px;
    max-width: none;
    display: block;
    height: auto;
}
.pc-renewal-contents .title-bg-wrap h2 {
    position: absolute;
    top: 45%;
    left: 39%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    margin: 0;
    z-index: 5;
}
.pc-renewal-contents .title-bg-wrap .small-text {
    font-size: 66px;
    color: #111;
    font-weight: 900;
    margin-bottom: 5px;
    text-shadow:
        -2px -2px 0 #fff,  2px -2px 0 #fff,
        -2px  2px 0 #fff,  2px  2px 0 #fff,
        0px  3px 4px rgba(0,0,0,0.2);
}
.pc-renewal-contents .title-bg-wrap .main-text-img {
    width: 650px;
    height: auto;
}
.pc-renewal-contents .char-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 375px;
    right: 8%;
    z-index: 3;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}
.pc-renewal-contents .shop-merit-list {
    display: flex;
    flex-direction: column;
    gap: 53px;
    margin: 40px 0 120px;
}
.pc-renewal-contents .shop-merit-card {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 20px 20px 0 0;
    display: flex;
}
.pc-renewal-contents .shop-merit-card img {
    width: 50%;
    height: auto;
    display: block;
}
.pc-renewal-contents .shop-merit-card-body {
    padding: 50px;
}
.pc-renewal-contents .shop-merit-card-body h3 {
    font-size: 36px;
    font-weight: bold;
    color: #111;
    margin-bottom: 80px;
    line-height: 1.4;
}
.pc-renewal-contents .shop-merit-card-body p {
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin: 0;
}

/* ==============================================
 選ばれる理由
=============================================== */
.pc-renewal-contents .shop-reason-section {
    background-color: #fff;
    box-sizing: border-box;
}
.pc-renewal-contents .shop-reason-heading {
    text-align: center;
    margin-bottom: 82px;
}
.pc-renewal-contents .shop-reason-heading h2 {
    font-size: 64px;
    font-weight: bold;
    color: #111;
    line-height: 1.5;
    margin: 0;
    font-style: italic;
}
.pc-renewal-contents .shop-reason-heading .shop-name {
    color: #00aace;
    font-size: 68px;
}
.pc-renewal-contents .shop-reason-heading .uline {
    position: relative;
    display: inline-block;
}
.pc-renewal-contents .shop-reason-heading .uline::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 4px;
    background-color: #2b427a;
}
.pc-renewal-contents .shop-reason-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.pc-renewal-contents .shop-reason-card {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
}
.pc-renewal-contents .shop-reason-card .card-top-img {
    width: 420px;
    height: auto;
    display: block;
    border-radius: 15px 15px 0 0;
}
.pc-renewal-contents .shop-reason-card-body {
    padding: 0 30px;
}
.pc-renewal-contents .shop-reason-card-body h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.4;
    letter-spacing: -0.5;
}
.pc-renewal-contents .shop-reason-card-body h3 .large-text {
    font-size: 36px;
    color: #263868;
    font-weight: 800;
}
.pc-renewal-contents .shop-reason-card-body p {
    line-height: 2;
    color: #333;
    margin: 0;
    font-size: 16px;
}
.pc-renewal-contents .staff-comment-box {
    display: flex;
    align-items: flex-end;
    margin-top: 25px;
}
.pc-renewal-contents .staff-img {
    width: 75px;
    height: auto;
    flex-shrink: 0;
}
.pc-renewal-contents .comment-bubble {
    position: relative;
    background-color: #fff;
    border: 1px solid #1d3557;
    padding: 15px 10px;
    width: 100%;
    margin-left: 28px;
}
.pc-renewal-contents .comment-bubble p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #111;
}
.pc-renewal-contents .comment-bubble::before,
.pc-renewal-contents .comment-bubble::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
}
.pc-renewal-contents .comment-bubble::before {
    left: -13px;
    top: 8px;
    border-right: 12px solid #1d3557;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.pc-renewal-contents .comment-bubble::after {
    left: -6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

/* ==============================================
 ご利用の流れ
=============================================== */
.pc-renewal-contents .shop-flow-section {
    background: linear-gradient(to bottom, #fff 0%, #fff calc(100% - 300px), #e7f0fa 100%);
    padding: 30px 0;
    box-sizing: border-box;
}
.pc-renewal-contents .shop-flow-heading {
    text-align: center;
    margin-bottom: 82px;
}
.pc-renewal-contents .shop-flow-heading h2 {
    font-size: 56px;
    font-weight: bold;
    color: #111;
    line-height: 1.5;
    margin: 0;
    color: #2b427a;
}
.pc-renewal-contents .shop-flow-heading .uline {
    position: relative;
    display: inline-block;
}
.pc-renewal-contents .shop-flow-heading .uline::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 4px;
    background-color: #2b427a;
}
.pc-renewal-contents .shop-flow-section .cta-red-wrap {
    margin-top: 45px;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
.pc-renewal-contents .shop-flow-section .cta-red-label {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 5px 10px;
    top: -24px;
}
.pc-renewal-contents .shop-flow-section .cta-red-label img {
    width: 18px;
    margin-right: 5px;
}
.pc-renewal-contents .shop-flow-section .cta-red-btn {
    padding: 15px 10px;
}
.pc-renewal-contents .shop-flow-section .cta-red-btn .tel-text {
    font-size: 27px;
    margin: 5px 0;
}
.pc-renewal-contents .flow-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: -2px;
    position: relative;
    z-index: 2;
    gap: 30px;
}
.pc-renewal-contents .flow-tab {
    flex: 1;
    background: #fff;
    border: 2px solid #dcdcdc;
    border-bottom: 2px solid #2b3d68;
    color: #888;
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px 8px 0 0;
    position: relative;
    transition: all 0.2s ease;
}
.pc-renewal-contents .flow-tab:not(:first-child) {
    margin-left: -2px;
}
.pc-renewal-contents .flow-tab.active {
    color: #2b3d68;
    border: 2px solid #2b3d68;
    border-bottom: 2px solid #fff;
    z-index: 3;
}
.pc-renewal-contents .flow-tab img {
    width: 24px;
    height: auto;
    opacity: 0.5;
}
.pc-renewal-contents .flow-tab.active img {
    opacity: 1;
}
.pc-renewal-contents .flow-content-wrap {
    background: #fff;
    border-top: none;
    position: relative;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
}
.pc-renewal-contents .flow-content-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3000px;
    height: 2px;
    background-color: #2b3d68;
    z-index: 1;
}
.pc-renewal-contents .flow-content {
    display: none;
}
.pc-renewal-contents .step-num-img {
    width: 70px;
    height: auto;
    display: block;
    z-index: 2;
}
.pc-renewal-contents .line-top {
    flex: none;
    height: 140px;
    width: 2px;
    z-index: 1;
}
.pc-renewal-contents .line-bottom {
    flex: 1;
    width: 2px;
    z-index: 1;
}
.pc-renewal-contents .step-body {
    padding-right: 33px !important;
    box-sizing: border-box;
}
.pc-renewal-contents .flow-step.is-last .step-body {
    padding-right: 0 !important;
}
.pc-renewal-contents .step-1 .line-top { background: transparent; }
.pc-renewal-contents .step-1 .line-bottom { background: #81c1d9; }
.pc-renewal-contents .step-2 .line-top { background: #81c1d9; }
.pc-renewal-contents .step-2 .line-bottom { background: linear-gradient(to bottom, #81c1d9 0%, #b5b3bf 100%); }
.pc-renewal-contents .step-3 .line-top { background: linear-gradient(to bottom, #b5b3bf 0%, #e9a5a5 100%); }
.pc-renewal-contents .step-3 .line-bottom { background: #e9a5a5; }
.pc-renewal-contents .step-4 .line-top { background: #e9a5a5; }
.pc-renewal-contents .step-4 .line-bottom { background: transparent; }
.pc-renewal-contents .is-last .line-bottom { background: transparent !important; }
.pc-renewal-contents .step-body h3 {
    font-size: 26px;
    font-weight: 900;
    color: #111;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
}
.pc-renewal-contents .step-img {
    margin: 0 auto 30px;
    display: block;
    height: 250px;
    object-fit: contain;
}
.pc-renewal-contents .step-img img{
    width: 100%;
    height: auto;
}
.pc-renewal-contents .step-body p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}
.pc-renewal-contents .attention-head {
    text-align: center;
    margin-bottom: 20px;
}
.pc-renewal-contents .attention-head .alert-icon {
    width: 50px;
    margin-bottom: 10px;
}
.pc-renewal-contents .attention-head h3 {
    font-size: 26px;
    font-weight: 900;
    color: #111;
}
.pc-renewal-contents .attention-details {
    background: #fff;
    border-bottom: 3px solid #ccc;
    margin: 0 auto;
    width: 1000px;
}
.pc-renewal-contents .attention-details summary {
    padding: 25px 15px;
    font-size: 22px;
    font-weight: bold;
    color: #111;
    cursor: pointer;
    position: relative;
    list-style: none;
    text-align: center;
}
.pc-renewal-contents .attention-details summary::-webkit-details-marker {
    display: none;
}
.pc-renewal-contents .attention-details summary::after {
    content: "";
    position: absolute;
    right: 110px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    border-bottom: 3px solid #888;
    border-right: 3px solid #888;
    transition: transform 0.3s;
}
.pc-renewal-contents .attention-details[open] summary::after {
    transform: translateY(-20%) rotate(-135deg);
}
.pc-renewal-contents .details-content {
    padding: 0 40px 100px;
    font-size: 22px;
    line-height: 1.8;
}
.pc-renewal-contents .details-desc {
    text-align: left;
    margin-bottom: 40px;
}
.pc-renewal-contents .mt-10 { margin-top: 10px; }
.pc-renewal-contents .docs-box {
    width: 920px;
    margin: 0 auto;
    border: 2px solid #2b3d68;
}
.pc-renewal-contents .docs-title {
    background: linear-gradient(to bottom, #2a5298 0%, #1e3c72 100%);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 26px;
}
.pc-renewal-contents .docs-list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    margin: 0;
    list-style: none;
}
.pc-renewal-contents .docs-list li {
    width: 50%;
    padding: 5px 0;
    position: relative;
    padding-left: 38px;
    box-sizing: border-box;
    color: #2b3d68;
    font-size: 22px;
}
.pc-renewal-contents .docs-list li.full-width {
    width: 100%;
}
.pc-renewal-contents .docs-list li::before {
    content: "■";
    position: absolute;
    left: 0;
    color: #2b3d68;
    font-size: 24px;
}
.pc-renewal-contents .btn-orange-outline {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e67300;
    color: #fff;
    text-decoration: none;
    padding: 30px 0;
    border-radius: 50px;
    font-weight: bold;
    font-size: 26px;
    margin: 42px auto 0;
    border: 2px solid #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}
.pc-renewal-contents .btn-orange-outline .arrow-circle {
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    margin-left: 52px;
    color: transparent;
}
.pc-renewal-contents .btn-orange-outline .arrow-circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #e67300;
}

/* ==============================================
 買取方法
=============================================== */
.pc-renewal-contents .kaitori-methods-section {
    background-color: #fff;
    padding: 100px 5vw;
    box-sizing: border-box;
}
.pc-renewal-contents .methods-title {
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    color: #111;
    margin-bottom: 70px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.pc-renewal-contents .methods-title .large-num {
    font-size: 56px;
    color: #2b3d68;
    margin: 0 4px;
    line-height: 1;
}
.pc-renewal-contents .methods-title::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 4px;
    background-color: #2b3d68;
}
.pc-renewal-contents .methods-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 4%;
}
.pc-renewal-contents .method-item {
    width: 48%;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.pc-renewal-contents .img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.pc-renewal-contents .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pc-renewal-contents .method-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 8px 27px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.pc-renewal-contents .play-icon {
    position: relative;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
}
.pc-renewal-contents .play-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #111;
}
.pc-renewal-contents .method-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-top: 8px;
    font-weight: bold;
}
.pc-renewal-contents .methods-footer {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    color: #111;
    margin-top: 50px;
}
.pc-renewal-contents .footer-link {
    color: #2b3d68;
    text-decoration: none;
    border-bottom: 2px solid #2b3d68;
    display: inline-block;
    margin-top: 4px;
    font-size: 42px;
}

/* ==============================================
 買取相場
=============================================== */
.pc-renewal-contents .market-price-section {
    background-color: #fff;
    box-sizing: border-box;
}
.pc-renewal-contents .market-price-box {
    border: 2px solid #2b3d68;
    background: #fff;
}
.pc-renewal-contents .market-price-title {
    color: #fff;
    background-color: #2b427a;
    text-align: center;
    padding: 25px;
    margin: 0;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.1em;
    width: 100%;
    box-sizing: border-box;
}
.pc-renewal-contents .market-price-title::after {
    display: none;
}
.pc-renewal-contents .market-price-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    padding: 40px;
}
.pc-renewal-contents .market-price-item {
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 2px solid #e1e4e6;
    margin: 0;
}
.pc-renewal-contents .market-price-item:nth-child(n+3) {
    border-bottom: none;
}
.pc-renewal-contents .market-price-item .item-img {
    width: 220px;
    height: 220px;
    flex-shrink: 0;
    margin: 0;
}
.pc-renewal-contents .market-price-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    background-color: #000;
    display: block;
}
.pc-renewal-contents .market-price-item .item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pc-renewal-contents .market-price-item .item-brand {
    font-size: 18px;
    font-weight: 900;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.4;
}
.pc-renewal-contents .market-price-item .item-name {
    font-size: 14px;
    font-weight: bold;
    color: #111;
    line-height: 1.6;
    margin-bottom: 20px;
}
.pc-renewal-contents .market-price-item .item-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.pc-renewal-contents .market-price-item .price-label {
    background-color: #c81528;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    padding: 4px 12px;
    border-radius: 4px;
    line-height: 1;
}
.pc-renewal-contents .market-price-item .price-value {
    color: #c81528;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
}

/* ==============================================
 お客様の声
=============================================== */
.pc-renewal-contents .c-customer-voice {
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.pc-renewal-contents .c-customer-voice .cv-header {
    text-align: center;
    margin-bottom: 40px;
}
.pc-renewal-contents .c-customer-voice .cv-title {
    font-size: 56px;
    font-weight: 900;
    color: #2b3d68;
    display: inline-block;
    position: relative;
    margin: 0;
}
.pc-renewal-contents .c-customer-voice .cv-title-icon {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 8px;
    width: 107px;
    height: auto;
}
.pc-renewal-contents .c-customer-voice .cv-avatar {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}
.pc-renewal-contents .c-customer-voice .cv-avatar svg {
    width: 100%;
    height: 100%;
    display: block;
}
.pc-renewal-contents .c-customer-voice .cv-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
    margin-right: 40px;
    margin-left: 13px;
}
.pc-renewal-contents .c-customer-voice .cv-meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.pc-renewal-contents .c-customer-voice .cv-date {
    font-size: 14px;
    font-weight: 900;
    color: #111;
    line-height: 1;
}
.pc-renewal-contents .c-customer-voice .cv-stars {
    display: flex;
    gap: 5px;
}
.pc-renewal-contents .c-customer-voice .cv-star {
    width: 30px;
    height: 30px;
    display: inline-flex;
}
.pc-renewal-contents .c-customer-voice .cv-star svg {
    width: 100%;
    height: 100%;
}
.pc-renewal-contents .c-customer-voice .cv-author {
    font-size: 12px;
    font-weight: 900;
    color: #111;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
.pc-renewal-contents .c-customer-voice .cv-text {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    color: #111;
    margin: 0;
    padding: 0;
    flex: 1;
}
.pc-renewal-contents .c-customer-voice .cv-note {
    font-size: 21px;
    color: #000;
    text-align: right;
    margin: 15px 5vw 25px;
}
.pc-renewal-contents .c-customer-voice .cv-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2b427a;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    padding: 34px;
    border-radius: 20px;
    width: 460PX;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    letter-spacing: 0.05em;
}

/* ==============================================
 買取事例リスト
=============================================== */


.purchase-archive-heading {
    margin: 0 0 18px;
}
.purchase-archive-heading .archive_head {
    margin: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    background: linear-gradient(180deg, #2a1f1c 0%, #0f0b0a 100%);
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: .04em;
    border-radius: 2px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .15);
}

.purchase-archive-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.purchase-archive-list li {
    border: 2px solid #dbdbdb;
    margin-bottom: 20px;
    padding: 8px;
    width: 49%;
}
.purchase-archive-list li .img {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}
.purchase-archive-list li .img img {
    width: 100%;
    height: auto;
}
.purchase-archive-list li .data {
    margin-bottom: 10px;
    width: 100%;
}
.purchase-archive-list li .data td {
    border: 1px solid #6a6b6c;
    font-size: 13px;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}
.purchase-archive-list li .data td.date {
    background: #6a6b6c;
    color: #fff;
    font-size: 24px;
}
.purchase-archive-list li .data td a {
    text-decoration: none;
}
.purchase-archive-list li .title {
    font-weight: bold;
    margin-bottom: 3px;
    line-height: 1.5;
}
.purchase-archive-list li .title a {
    text-decoration: none;
    color: #0855c5;
}
.purchase-archive-list li .title a:hover {
    text-decoration: underline;
}
.purchase-archive-list li .purchase--title {
    font-size: 18px;
}
.purchase-archive-list li .purchase-price {
    color: #d50e18;
    line-height: 1.2 !important;
    text-align: center!important;
    margin-top: 4px;
    flex-direction: column;
    align-items: center !important;
}
.purchase-archive-list li .purchase-price--text {
    font-size: 23px !important;
    font-weight: 700 !important;
    display: block !important;
}
.purchase-archive-list li .purchase-price--yen {
    font-size: 40px !important;
    font-weight: 700 !important;
    font-family: "Roboto", sans-serif !important;
    display: block !important;
}
.purchase-archive-list li .meta-list {
    padding-top: 12px;
}
.purchase-archive-list li .meta-list dd {
    background-repeat: no-repeat;
    font-size: 13px;
    margin-bottom: 2px;
    padding-left: 18px;
}
.purchase-archive-list li .meta-list dd.list-cat {
    background-image: url("./images/icons/icon_tag_gray.png");
    background-size: 12px 12px;
    background-position: 1px 6px;
    font-size: 16px;
}
.purchase-archive-list li .meta-list dd.list-area {
    background-image: url("./images/icons/icon_mappin_gray.png");
    background-size: 11px 15px;
    background-position: 1px 5px;
    font-size: 16px;
}
.purchase-archive-list li .meta-list dd a {
    text-decoration: none;
    color: #0855c5;
}
.purchase-archive-list li .meta-list dd a:hover {
    text-decoration: underline;
}


.purchase-archive-scroll {
background: #fff;
height: 450px;
overflow-y: scroll;
overflow-x: hidden;
}

.purchase-archive-scroll::-webkit-scrollbar {
width: 12px;
}

.purchase-archive-scroll::-webkit-scrollbar-track {
background: #e9e9ee;
}

.purchase-archive-scroll::-webkit-scrollbar-thumb {
background: #1a1b5f;
border-radius: 8px;
}

/* ===== スクショ寄せ：黒帯の見出し ===== */
.purchase-archive_header {
margin: 0 0 18px;
}

.purchase-archive_header .archive_head {
margin: 0;
width: 100%;
padding: 18px 12px;
text-align: center;

/* スクショの黒～こげ茶っぽい帯 */
background: linear-gradient(180deg, #2a1f1c 0%, #0f0b0a 100%);
color: #fff;

font-family: "Noto Sans JP", sans-serif;
font-weight: 900;
font-size: 20px;
line-height: 1.2;
letter-spacing: .04em;

/* 帯の見た目 */
border-radius: 2px;
box-shadow: 0 2px 0 rgba(0, 0, 0, .15);
}

/* ===== 買取事例カード：タクソノミー表示スタイル ===== */
.card-title-meta {
padding: 4px 8px 2px;
}
.card-meta-line1 {
margin: 0 0 2px;
font-family: "Noto Sans JP", sans-serif;
font-size: 18px;
font-weight: 700;
color: #0a4a97;
line-height: 1.4;
word-break: break-all;
}
.card-meta-row {
display: flex;
align-items: flex-start;
padding: 1px 8px;
}
.card-meta-icon {
flex: 0 0 13px;
width: 13px;
margin-right: 4px;
padding-top: 1px;
display: flex;
align-items: flex-start;
justify-content: center;
}
.card-meta-line2 {
flex: 1;
margin: 0;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
font-size: 13px;
color: #0a4a97;
line-height: 1.4;
word-break: break-all;
}
.card-meta-slash {
color: #000;
margin: 0 1px;
}
.card-meta-line1 a,
.card-meta-line2 a {
color: inherit;
text-decoration: none;
}
.card-meta-line1 a:hover,
.card-meta-line2 a:hover {
text-decoration: underline;
}


/* ==============================================
 近隣店舗
=============================================== */
.nearby-shops {
    padding: 40px 15px 50px;
    background: #f8f9fa;
}
.nearby-shops__head {
    margin-bottom: 40px;
    text-align: center;
}
.nearby-shops__head h2 {
    font-size: 46px;
    margin: 0;
    letter-spacing: 0.05em;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}
.nearby-shops__head h2 span{
    font-size: 52px;
    font-weight: 900;
    color: #112e57;
}
.nearby-shops__head h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 4px;
    background-color: #112e57;
}
.nearby-shops__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}
.n-shop-card {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 20px 15px;
}
.pc-renewal-contents .n-shop-card {
    background: #fff;
    border: 2px solid #e1e4e6;
    padding: 40px;
    display: flex;
    gap: 40px;
    align-items: stretch;
}
.pc-renewal-contents .n-shop-card__img {
    width: 45%;
    flex-shrink: 0;
    margin-bottom: 0;
}
.pc-renewal-contents .n-shop-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pc-renewal-contents .n-shop-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
}
.pc-renewal-contents .n-shop-card__name {
    font-size: 32px;
    font-weight: 900;
    color: #111;
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.pc-renewal-contents .n-shop-card__info {
    font-size: 1rem;
    color: #111;
    line-height: 1.6;
}
.pc-renewal-contents .n-shop-card__address {
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e1e4e6;
    font-weight: 500;
}
.pc-renewal-contents .n-shop-card__row {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e1e4e6;
}
.pc-renewal-contents .n-shop-card__info p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.pc-renewal-contents .n-shop-card__row--parking {
    display: flex;
    align-items: center;
    margin-top: 0;
}
.pc-renewal-contents .n-shop-card__btn-wrap {
    margin: 62px auto 0;
    text-align: left;
}
.pc-renewal-contents .n-shop-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3e4046;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    padding: 30px 20px;
    width: 450px;
    box-sizing: border-box;
    position: relative;
    transition: opacity 0.2s;
    box-shadow: 6px 6px 0 #e6eaec;
}
.pc-renewal-contents .n-shop-btn:hover {
    opacity: 0.85;
    color: #fff;
    text-decoration: none;
}
.pc-renewal-contents .n-shop-btn .arrow {
    position: absolute;
    right: 20px;
    font-size: 32px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.n-shop-card__img-ph {
    width: 100%;
    height: 200px;
    background: #000;
}
.n-shop-card__info {
    font-size: 16px;
    color: #111;
    line-height: 1.6;
}
.n-shop-card__address {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e1e4e6;
    font-weight: 500;
}
.n-shop-card__row {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e1e4e6;
}
.n-shop-card__info p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.n-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    flex-shrink: 0;
    display: inline-block;
}
.n-icon--tel {
    background: url("./images/icons/shop_nearby_tel.png") no-repeat center center;
    background-size: contain;
}
.n-icon--time {
    background: url("./images/icons/shop_nearby_time-icon.png") no-repeat center center;
    background-size: contain;
}
.n-tag {
    background-color: #2b3d68;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    margin-right: 10px;
    line-height: 1;
}
.n-text {
    font-weight: 500;
}
.n-text--tel {
    font-size: 16px;
    margin: 0;
}
.n-shop-card__row--parking {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.n-tag--parking {
    display: inline-block;
    background-color: #2b3d68;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 8px;
    border-radius: 4px;
    margin-right: 10px;
    line-height: 1;
    white-space: nowrap;
}
.n-shop-card__btn-wrap {
    margin: 20px 16px 0;
    text-align: center;
}
.n-shop-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3e4046;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    transition: opacity 0.2s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}
.n-shop-btn:hover {
    opacity: 0.85;
    color: #fff;
    text-decoration: none;
}
.n-shop-btn .arrow {
    position: absolute;
    right: 20px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.nearby-shops__all-btn-wrap {
    margin-top: 30px;
    text-align: center;
}
.n-shop-all-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2b3d68;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 20px;
    border-radius: 8px;
    width: 70%;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    transition: opacity 0.2s;
}
.n-shop-all-btn:hover {
    opacity: 0.85;
    color: #fff;
    text-decoration: none;
}
.slick-slide {
    height: auto;
}

/* ==============================================
 共通ボタンエリア
=============================================== */
.shop-btn-area {
    text-align: center;
    margin: 80px auto 30px;
    padding: 0 15px;
}
.shop-btn-blue {
    background-color: #2b427a;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    padding: 32px 20px;
    border-radius: 15px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    max-width: 650px;
    text-align: center;
    transition: all 0.2s ease;
}
.shop-btn-blue:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(2px);
    box-shadow: 0 2px 0 #162445;
}

/* ==============================================
 その他・調整用・LP除外
=============================================== */
.cta-excluded {
    margin-top: 40px;
}
.cta-excluded .btn-area {
    width: 900px;
    margin: 0 auto;
}
.heading-2p {
    background: linear-gradient(to right, #0b3c7b 0%, #155ba4 100%) !important;
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    box-sizing: border-box !important;
    width: auto;
    margin-left: -3000px;
    margin-right: -3000px;
    padding-left: 3020px;
    padding-right: 3000px;
    padding-top: 32px;
    padding-bottom: 32px;
}
.faq-contents {
    margin-bottom: 0;
}
.pc-renewal-contents .faq-list li {
    width: auto;
    margin-left: -3000px;
    margin-right: -3000px;
    padding-left: 3000px;
    padding-right: 3000px;
}
.pc-renewal-contents .faq-list li:nth-child(even) {
    background-color: #f7f7f7 !important;
}

/* ==============================================
 追従フッター（ベース）
=============================================== */
body { padding-bottom: 136px !important; }
#cf-sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 136px;
    z-index: 9999;
}
#cf-sticky-footer .cf-bar {
    position: absolute;
    top: -77px;
    left: 0;
    width: 100%;
    height: 213px;
    background-color: #002b6a;
}
#cf-sticky-footer .cf-wrap {
    position: relative;
    width: 100%;
    max-width: 375px;
    height: 136px;
    margin: 0 auto;
}
#cf-sticky-footer .cf-badge-inner {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.164;
    text-align: center;
}
#cf-sticky-footer .cf-badge-inner p { margin: 0; padding: 0; line-height: 1.164; }
#cf-sticky-footer .cf-em1 { font-size: 27px; font-weight: 900; color: #EFEA3A; padding-left: 8px;}
#cf-sticky-footer .cf-em2 { font-size: 27px; font-weight: 900; color: #EFEA3A; padding-left: 8px;}
#cf-sticky-footer .cf-btn-row {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
#cf-sticky-footer .cf-btn {
    display: block;
    width: 110px;
    height: 70px;
    flex-shrink: 0;
    text-decoration: none;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
#cf-sticky-footer .cf-btn img { 
    display: block; width: 110px; height: 70px; pointer-events: none; 
}

/* ==============================================
 ⚠️ 以降、各セクションのレイアウト上書き・微調整
 （※CSSの優先度に関わるため順番を変更しないでください）
=============================================== */
.pc-renewal-contents .shop-info-pc-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
.pc-renewal-contents .shop-info-left { width: 45%; }
.pc-renewal-contents .shop-info-right { width: 55%; }
.pc-renewal-contents .shop-access-box { margin-top: 0; }
.pc-renewal-contents .pc-cta-flex-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    margin: 40px;
}
.pc-renewal-contents .cta-red-wrap,
.pc-renewal-contents .cta-orange-btn {
    width: 370px;
    height: auto;
    margin: 0 auto;
}
.pc-renewal-contents .cta-red-label {
    top: -20px;
    width: auto;
    white-space: nowrap;
}

.pc-renewal-contents .shop-reason-card {
    display: flex;
}
.pc-renewal-contents .step-num-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    flex-shrink: 0;
}
.pc-renewal-contents .flow-content.active {
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding: 80px 0;
}
.pc-renewal-contents .flow-step {
    flex-direction: column;
    align-items: center;
    width: auto;
    flex: 1;
    text-align: center;
}
.pc-renewal-contents .step-num-wrap {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
}
.pc-renewal-contents .line-top,
.pc-renewal-contents .line-bottom {
    height: 4px;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.pc-renewal-contents .line-top { left: 0; }
.pc-renewal-contents .line-bottom { right: 0; }
.pc-renewal-contents .methods-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.pc-renewal-contents .method-item {
    width: 100%;
    margin-bottom: 0;
}
.pc-renewal-contents .market-price-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 80px;
    padding: 50px;
    position: relative;
}
.pc-renewal-contents .market-price-item {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0;
    border-bottom: none;
    margin: 0;
    position: relative;
}
.pc-renewal-contents .market-price-item:nth-child(1)::after,
.pc-renewal-contents .market-price-item:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e1e4e6;
}
.pc-renewal-contents .c-customer-voice .cv-list {
    margin: 0;
    list-style: none;
    display: flex !important;
    flex-direction: column !important;
    gap: 50px !important;
}
.pc-renewal-contents .c-customer-voice .cv-item {
    background: #fff;
    border-top: none !important;
    border-left: none !important;
    border-right: 2px solid #e1e4e6 !important;
    border-bottom: 2px solid #e1e4e6 !important;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.06) !important;
    padding: 40px 50px !important;
    margin: 0;
    display: flex;
    align-items: center;
}
.pc-renewal-contents .c-customer-voice .cv-item:last-child {
    border-right: 2px solid #e1e4e6 !important;
    border-bottom: 2px solid #e1e4e6 !important;
}
.pc-renewal-contents .purchase-archive-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 21px;
    column-gap: 41px;
}
.pc-renewal-contents .purchase-archive-list li {
    width: 100%;
    margin-bottom: 0;
}
.pc-renewal-contents .nearby-shops__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.pc-renewal-contents .instrument-pick__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.pc-renewal-contents .purchase-strong-brand__grid {
    grid-template-columns: repeat(3, 2fr);
    gap: 30px;
}
.pc-renewal-contents .mkbox__grid {
    grid-template-columns: repeat(4, 1fr);
}
.pc-renewal-contents .section-title,
.pc-renewal-contents .market-price-title,
.pc-renewal-contents .c-customer-voice {
    font-size: 36px;
}
.pc-renewal-contents .purchase-pagination-wrap {
    margin: 50px 0;
    text-align: center;
}
.pc-renewal-contents .purchase-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.pc-renewal-contents .purchase-pagination .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #7ea8d9;
    color: #1f4aa8;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    box-sizing: border-box;
}
.pc-renewal-contents .purchase-pagination .page-numbers.current {
    background: #f7f7f7;
    color: #000;
    border-color: #b3b3b3;
}
.pc-renewal-contents .purchase-sort {
    font-size: 14px;
    font-weight: bold;
}
.pc-renewal-contents .purchase-sort a {
    color: #1f4aa8;
    text-decoration: none;
}
.Instrument-maker__head {
    margin-bottom: 58px;
    text-align: center;
}
.Instrument-maker__head h2 {
    font-size: 46px;
    margin: 0;
    display: inline-block;
    position: relative;
}
.Instrument-maker__head h2 span{
    font-size: 52px;
    font-weight: 900;
    color: #112e57;
}
.Instrument-maker__head h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background-color: #112e57;
}
.instrument-pick {
    padding: 22px 15px 10px;
    background: #fff;
}
.instrument-pick__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.instrument-pick__title {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}
.instrument-pick__bar {
    width: 20px;
    height: 100px;
    background: #0a4a97;
    flex-shrink: 0;
}
.instrument-pick__heading {
    margin: 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
}
.instrument-pick__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}
.instrument-card {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .15);
}
.instrument-card img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 480px) {
    .instrument-pick__heading {
        font-size: 28px;
    }
}
.purchase-strong-brand {
    background: #fff;
}
.purchase-strong-brand__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.purchase-strong-brand__title {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
}
.purchase-strong-brand__bar {
    width: 20px;
    height: 100px;
    background: #0a4a97;
    flex-shrink: 0;
}
.purchase-strong-brand__heading {
    margin: 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
}
.purchase-strong-brand__box {
    background: #f6f1df;
    border: 2px solid #a58b3a;
    padding: 30px;
}
.purchase-strong-brand__boxhead {
    background: #a58b3a;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 10px;
    margin: 0 -16px 14px;
    letter-spacing: .06em;
}
.purchase-strong-brand__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
}
.purchase-strong-brand__item {
    display: block;
    text-decoration: none;
    color: #000;
}
.purchase-strong-brand__logo {
    background: #fff;
    border: 1px solid #d0c7a9;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}
.pc-renewal-contents .purchase-strong-brand__logo img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.purchase-strong-brand__logo--empty {
    width: 100%;
    height: 100%;
    background: #fff;
}
.purchase-strong-brand__name {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
}
.purchase-strong-brand__dot {
    width: 10px;
    height: 10px;
    background: #6b5b1b;
    border-radius: 50%;
    margin-top: 4px;
    flex-shrink: 0;
}
@media (max-width: 480px) {
    .purchase-strong-brand__heading {
        font-size: 28px;
    }
    .purchase-strong-brand__logo {
        height: 70px;
    }
    .purchase-strong-brand__name {
        font-size: 13px;
    }
}

/* ==============================================
 サイドバー
=============================================== */
#container .aside .sidebar .s-pinpoint h2 {
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.6;
}
#container .aside .sidebar .s-pinpoint h2 .title-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #f26331;
    font-size: 46px;
    font-weight: bold;
}
#container .aside .sidebar .s-pinpoint h2 .title-top::before,
#container .aside .sidebar .s-pinpoint h2 .title-top::after {
    content: "";
    display: inline-block;
    width: 42px;
    aspect-ratio: 1 / 1.1;
    background: url("./images/shop/shop_page-bottom_icon.png") no-repeat center center;
    background-size: contain;
}
#container .aside .sidebar .s-pinpoint h2 .title-bottom {
    color: #000;
    font-size: 52px;
    font-weight: bold;
}
#container .aside {
    float: none;
    width: 100%;
    margin: 0;
    clear: both;
    background-color: #fff;
}
#container .aside .sidebar {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: 0;
    padding: 0;
}
#container .aside .sidebar > .block {
    width: 100%;
    margin: 0;
    padding-bottom: 120px;
    float: none;
    box-sizing: border-box;
}
#container .aside .sidebar > .block > :is(h2, h3, ul, div) {
    max-width: 1200px;
    margin: 0 auto 50px;
    box-sizing: border-box;
}
#container .aside .sidebar .s-pinpoint {
    background-color: #fff;
}
#container .aside .sidebar .s-ranking {
    background-color: #d81123;
}
#container .aside .sidebar :is(.s-expensive, .s-column, .s-news) {
    background-color: #2b3d68;
}
#container .aside .sidebar :is(.s-expensive, .s-column, .s-news) :is(h2, h3),
#container .aside .sidebar :is(.s-column, .s-news) a {
    color: #fff;
}
#container .aside .sidebar .s-pinpoint ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}
#container .aside .sidebar .s-pinpoint ul li {
    width: 373px;
    margin: 0;
}
#container .aside .sidebar .s-ranking h2 {
    text-align: center;
    margin-bottom: 30px;
}
#container .aside .sidebar .s-ranking ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 15px 30px;
    padding: 0;
}
#container .aside .sidebar .s-ranking ul li {
    width: 100%;
    margin: 0;
}
#container .aside .sidebar :is(.s-expensive, .s-column) ul li {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#container .aside .sidebar :is(.s-expensive, .s-column) ul li .img {
    width: 200px;
    flex-shrink: 0;
    margin: 0 20px 0 0;
    float: none;
}
#container .aside .sidebar :is(.s-expensive, .s-column) ul li .txt {
    flex: 1;
    text-align: left;
    color: #111;
}
#container .aside .sidebar :is(.s-expensive, .s-column) ul li .txt a {
    color: #111;
}
#container .aside .sidebar img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#container .aside .sidebar .s-expensive {
  padding: 0;
  padding-top: 60px;
  padding-bottom: 120px;
}
#container .aside .sidebar .s-expensive .s-expensive__heading {
    text-align: center;
    margin-bottom: 50px;
}
#container .aside .sidebar .s-expensive .s-expensive__subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #dac480;
    font-size: 46px;
    font-weight: bold;
    border-top: 2px solid #dac480;
    border-bottom: 2px solid #dac480;
    padding: 18px 30px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    font-family: "リュウミン", "Ryumin", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", serif;
}
#container .aside .sidebar .s-expensive .s-expensive__subtitle .kuten{
    margin-right: -0.4em;
  }
#container .aside .sidebar .s-expensive .s-expensive__subtitle .arrow-up {
    display: inline-block;
    width: 31px;
    height: 45px;
    margin-left: 5px;
    background: url("./images/shop/shop_page-bottom_icon-2.png") no-repeat center center;
    background-size: contain;
    position: relative;
    top: -3px;
}
#container .aside .sidebar .s-expensive h2 {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    font-style: italic;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
#container .aside .sidebar .s-expensive ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
#container .aside .sidebar .s-expensive ul li {
    background: #fff;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-sizing: border-box;
    display: block !important;
}
#container .aside .sidebar .s-expensive ul li a.s-expensive__link-area {
    display: flex;
    align-items: stretch;
    padding: 24px;
    text-decoration: none;
    color: #111;
    transition: opacity 0.2s;
    height: 100%;
    box-sizing: border-box;
}
#container .aside .sidebar .s-expensive ul li a.s-expensive__link-area:hover {
    opacity: 0.8;
}
#container .aside .sidebar .s-expensive ul li .img {
    width: 230px;
    flex-shrink: 0;
    margin: 0 20px 0 0 !important;
}
#container .aside .sidebar .s-expensive ul li .img img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #e1e4e6;
}
#container .aside .sidebar .s-expensive ul li .txt-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#container .aside .sidebar .s-expensive ul li .title {
    font-size: 16px;
    font-weight: bold;
    color: #002b6a;
    line-height: 1.6;
    margin-bottom: 15px;
    border-bottom: 2px solid #002b6a;
    padding-bottom: 15px;
}
#container .aside .sidebar .s-expensive ul li .link-btn {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #112e57;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#container .aside .sidebar .s-expensive ul li .link-btn::before {
    content: "▶";
    font-size: 11px;
    margin-right: 6px;
    color: #4eb5d3;
}
#container .aside .sidebar .s-column {
    background-color: #fff !important;
    padding: 0 !important;
    margin: 120px auto;
}
#container .aside .sidebar .s-column .s-column__title-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}
#container .aside .sidebar .s-column .s-column__bar {
    width: 20px;
    height: 100px;
    background: #0a4a97;
    flex-shrink: 0;
}
#container .aside .sidebar .s-column h2 {
    color: #111 !important;
    margin: 0 !important;
    font-size: 42px !important;
    font-weight: 900;
    line-height: 1.2;
    border-left: none !important; 
    padding-left: 0 !important; 
}
#container .aside .sidebar .s-column ul {
    display: flex;
    flex-direction: column;
    border-top: 6px solid #f4f4f4;
    padding: 0;
}
#container .aside .sidebar .s-column ul li {
    display: flex;
    align-items: flex-start;
    padding: 30px 20px !important;
    border: none !important;
    border-bottom: 6px solid #f4f4f4 !important;
    background: #fff;
    margin: 0;
}
#container .aside .sidebar .s-column ul li .img {
    width: 280px;
    flex-shrink: 0;
    margin: 0 30px 0 0 !important;
}
#container .aside .sidebar .s-column ul li .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    border: 1px solid #e1e4e6;
}
#container .aside .sidebar .s-column ul li .txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #111;
}
#container .aside .sidebar .s-column .s-column-cat {
    display: inline-block;
    background-color: #a13e0a;
    color: #fff !important;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 12px;
    margin-bottom: 12px;
    align-self: flex-start;
    border-radius: 4px;
}
#container .aside .sidebar .s-column .s-column-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 6px;
}
#container .aside .sidebar .s-column .s-column-title a {
    color: #1f4aa8 !important;
    text-decoration: underline;
}
#container .aside .sidebar .s-column .s-column-title a:hover {
    text-decoration: none;
}
#container .aside .sidebar .s-column .s-column-tag {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
#container .aside .sidebar .s-column .tag-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23888' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
}
#container .aside .sidebar .s-column .s-column-excerpt {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}
#container .aside .sidebar .s-column .s-column-readmore {
    color: #1f4aa8 !important;
    text-decoration: underline;
    font-weight: bold;
    text-align: right;
}
#container .aside .sidebar .s-column .s-column-readmore:hover {
    text-decoration: none;
}
#container .aside .sidebar .s-news {
    background-color: #fff !important;
    padding: 0 !important;
    margin-bottom: 50px;
}
#container .aside .sidebar .s-news .s-news__heading-wrap {
    background-color: #555555;
    width: auto;
    max-width: none; 
    margin-left: -3000px;
    margin-right: -3000px;
    padding-left: 3040px;
    padding-right: 3000px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#container .aside .sidebar .s-news .s-news__heading-inner {
    max-width: 900px;
    margin: 0 auto;
}
#container .aside .sidebar .s-news h2 {
    color: #fff !important;
    font-size: 36px !important;
    font-weight: 900;
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 15px;
    letter-spacing: 0.15em;
    border-left: none !important;
    padding-left: 0 !important;
}
#container .aside .sidebar .s-news .news-icon {
    height: 32px;
    width: auto;
    margin: 0;
}
#container .aside .sidebar .s-news .s-news__list {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}
#container .aside .sidebar .s-news .s-news__list li {
    list-style: none;
    border-bottom: 2px solid #e1e4e6 !important;
    margin: 0;
    padding: 0 !important;
    background: #fff;
}
#container .aside .sidebar .s-news .s-news__link {
    display: block;
    padding: 30px 0;
    text-decoration: none;
    color: #111 !important;
    transition: opacity 0.2s;
}
#container .aside .sidebar .s-news .s-news__link:hover {
    opacity: 0.7;
}
#container .aside .sidebar .s-news .s-news__meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
#container .aside .sidebar .s-news .s-news__date {
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}
#container .aside .sidebar .s-news .s-news__cat {
    background-color: #888;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 20px; 
}
#container .aside .sidebar .s-news .s-news__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
#container .aside .sidebar .s-news .s-news__title span {
    border-bottom: 1px solid #111;
    padding-bottom: 2px;
}
#container .aside .sidebar .s-news .s-news__more {
    max-width: 900px;
    margin: 20px auto 0;
    text-align: right;
}
#container .aside .sidebar .s-news .s-news__more a {
    color: #111 !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #111;
    padding-bottom: 2px;
    display: inline-block;
    transition: opacity 0.2s;
}
#container .aside .sidebar .s-news .s-news__more a:hover {
    opacity: 0.7;
}

/* ==============================================
 追従フッター（PC版）
=============================================== */
#cf-sticky-footer.pc-sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px !important; 
    background-color: #033276; 
    padding: 0 !important;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}

.pc-sticky-footer__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative; 
    height: 100%;
    display: flex;
    align-items: center; 
    justify-content: center;
}

#cf-sticky-footer .cf-badge {
    position: absolute;
    top: 4px; 
    left: 50%;
    transform: translateX(-50%);
    width: 700px; 
    padding: 10px 0;
    z-index: 10;
}

.pc-sticky-footer__btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 15px;
    /* max-height: 100px;  */
    width: 100%;
    margin-top: 50px;
}

#cf-sticky-footer .sticky-img-btn {
    flex: 1;
    max-width: 355px;
    display: block;
    transition: opacity 0.3s ease; 
}

#cf-sticky-footer .sticky-img-btn:hover {
    opacity: 0.8;
}

#cf-sticky-footer .sticky-img-btn img {
    width: 100%;
    height: auto;
    display: block;
}

#cf-sticky-footer .sticky-btn-large {
    flex: 1.5;
    max-width: 448px;
    height: 90% !important; 
    text-decoration: none;
    display: block;
    container-type: inline-size;
}

#cf-sticky-footer .cta-tel-btn-css {
    padding: 1.2cqw!important;
    border-radius: 2.2cqw !important;
    border-width: 2px !important;
    height: 100% !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#cf-sticky-footer .cta-tel-top {
    font-size: 2.9cqw !important; 
    margin-bottom: 0.5cqw !important;
}

#cf-sticky-footer .cta-tel-middle {
    gap: 2.2cqw !important;
    margin-bottom: 0.5cqw !important;
}

#cf-sticky-footer .cta-tel-icon {
    width: 9.3cqw !important; 
    height: auto !important;
}

#cf-sticky-footer .cta-tel-number {
    font-size: 7.5cqw !important; 
}

#cf-sticky-footer .cta-tel-bottom {
    gap: 2.6cqw !important;
    margin-bottom: 0 !important;
}

#cf-sticky-footer .cta-tel-badge {
    font-size: 2.4cqw !important; 
    padding: 0.6cqw 1.8cqw !important;
    border-radius: 1cqw !important;
}

#cf-sticky-footer .cta-tel-time {
    font-size: 2.9cqw !important; 
}

#cf-sticky-footer .slash-line {
   padding: 0 8px;
}

body.single-purchase #sincloBox,
body.post-type-archive-purchase #sincloBox,
body.tax-maker #sincloBox,
body.tax-area #sincloBox,
body.page-id-290 #sincloBox,
body.top-renewal-active #sincloBox,
body:has(#cf-sticky-footer.pc-sticky-footer) #sincloBox {
    bottom: 195px !important;
}

.copyright-new {
    background-color: #fff;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 20px 0 300px;
}

/* ==============================================
 予約カレンダーセクション
=============================================== */
.shop-reservation{
    margin: 0 auto;
}

body.is-modal-open {
  overflow: hidden;
  overscroll-behavior-y: none; 
}
.timerex-modal-wrapper.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.timerex-btn {
    width: 370px;
    display: inline-flex;     
    align-items: center;        
    justify-content: center;   
    padding: 28px 0;
    font-size: 1.75rem;
    font-weight: bold;
    border-radius: 12px;
    cursor: pointer;
    border: none;
    background-color: #49B5A9; 
    color: #fff;            
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    gap: 15px;
}

.timerex-btn .title-icon {
    width: 33px;  
    height: auto;
}

.timerex-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    /* ふんわり表示させるためのアニメーション */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.timerex-modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.timerex-modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 600px; /* カレンダーの幅に合わせて調整 */
    max-height: 85vh; /* 画面からはみ出さないように */
    border-radius: 8px;
    padding: 40px 20px 20px;
    overflow-y: auto; /* 縦に長い場合はスクロールさせる */
    z-index: 2;
}

.timerex-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    line-height: 1;
}

/* ==============================================
 店舗用共通ヘッダー
=============================================== */
.header__tel-text p{
    white-space: nowrap;
}
.header__tel-number p{
    white-space: nowrap;
}

.header__tel-block{
    margin-left: 10px;
}

.siteNav-image{
position: relative;
}

.siteNav-overlay-text{
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
z-index: 10;
font-size: 28px;
color: #fff;
}
/* 2026-08-06: common column navigation (Figma PC 1019:1466 / 1019:1527) */
.common-column-navigation {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.common-column-navigation *,
.common-column-navigation *::before,
.common-column-navigation *::after { box-sizing: border-box; }
.common-column-navigation__group { margin: 0; padding: 0; }
.common-column-navigation__header { min-height: 69px; padding: 6px 0 0; }
.common-column-navigation__heading { margin: 0; color: #0a4a97; font-size: 24px; font-weight: 900; line-height: 38px; }
.common-column-navigation__heading a { color: inherit; text-decoration: none; }
.common-column-navigation__description { margin: 0; color: #000; font-size: 14px; font-weight: 500; line-height: 25px; }
.common-column-navigation__articles { margin: 0; padding: 0; list-style: none; }
.common-column-navigation__item { margin: 0; padding: 5px 0 8px; }
.common-column-navigation__article { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 16px; align-items: start; }
.common-column-navigation__thumbnail { display: block; width: 220px; height: 137px; overflow: hidden; background: #eee; }
.common-column-navigation__thumbnail img { display: block; width: 100%; height: 100%; object-fit: cover; }
.common-column-navigation__content { min-width: 0; }
.common-column-navigation__category { display: block; width: fit-content; max-width: 100%; min-height: 28px; padding: 4px 14px; border-radius: 3px; background: #0a4a97; color: #fff; font-size: 13px; font-weight: 700; line-height: 20px; letter-spacing: .05em; text-align: center; text-decoration: none; }
.common-column-navigation__article-title { margin: 7px 0 0; color: #000; font-size: 14px; font-weight: 700; line-height: 21px; }
.common-column-navigation__article-title a { color: inherit; text-decoration: none; }
.common-column-navigation a:focus-visible { outline: 3px solid #f2a900; outline-offset: 3px; }
.common-column-navigation__heading a:hover,
.common-column-navigation__article-title a:hover { text-decoration: underline; }
.common-column-navigation__thumbnail:hover img { transform: scale(1.02); transition: transform .2s ease; }

/* ==================================================
   出張買取SEO改修 2026-08-18
   /kaitori/trip/ 専用：kaitori-trip.php 内の暫定CSSを移設
   ================================================== */
.area-seo-page--pc.kaitori-trip-page .area-mv-section .mv-title {
  color: #fdd800;
}

.area-seo-page--pc.kaitori-trip-page .area-mv-section .mv-text-wrap {
  top: 120px;
}

.area-seo-page--pc.kaitori-trip-page .area-mv-section .pc-inner {
  margin-top: 0;
  margin-bottom: 0;
}

.area-seo-page--pc.kaitori-trip-page .area-mv-section .mv-capsule {
  white-space: nowrap;
}

.area-seo-page--pc.kaitori-trip-page .area-mv-section .mv-subtitle {
  color: #fdd800;
  font-size: 44px;
  letter-spacing: 0.08em;
  -webkit-text-fill-color: #fdd800;
}

.area-seo-page--pc.kaitori-trip-page .area-mv-section .mv-heading {
  letter-spacing: 0.02em;
}

.contents:has(.area-seo-page--pc.kaitori-trip-page) {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.wrapper:has(.area-seo-page--pc.kaitori-trip-page) .page-title {
  display: none;
}

.wrapper:has(.area-seo-page--pc.kaitori-trip-page) .breadcrumbs {
  display: none;
}

.main:has(.area-seo-page--pc.kaitori-trip-page) > .container.cf {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.area-seo-page--pc.kaitori-trip-page .area-methods-section {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}

.area-seo-page--pc.kaitori-trip-page .trip-support-section {
  background-color: #eefbfb;
  background-image: repeating-linear-gradient(0deg, rgba(23, 56, 109, 0.018) 0, rgba(23, 56, 109, 0.018) 1px, transparent 1px, transparent 4px);
  padding: 0;
}

.area-seo-page--pc.kaitori-trip-page .trip-support-section > .pc-inner {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 74px;
}

.area-seo-page--pc.kaitori-trip-page .trip-support-heading {
  position: relative;
  box-sizing: border-box;
  width: 760px;
  min-height: 158px;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto 28px;
  padding: 14px 243px 18px 0;
}

.area-seo-page--pc.kaitori-trip-page .trip-support-heading small {
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-left: auto;
  color: #000;
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: .03em;
}

.area-seo-page--pc.kaitori-trip-page .trip-support-heading small::before,
.area-seo-page--pc.kaitori-trip-page .trip-support-heading small::after {
  content: "";
  display: block;
  width: 28px;
  height: 41px;
  background: url(images/kaitori/trip-support-h2-icon.png) center / contain no-repeat;
}

.area-seo-page--pc.kaitori-trip-page .trip-support-heading small::after {
  transform: scaleX(-1);
}

.area-seo-page--pc.kaitori-trip-page .trip-support-heading__main {
  position: relative;
  display: flex;
  width: max-content;
  align-items: baseline;
  margin-left: auto;
  padding: 4px 0 15px;
  font-size: 74px;
  letter-spacing: .01em;
  white-space: nowrap;
}

.area-seo-page--pc.kaitori-trip-page .trip-support-heading__main::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background: url(images/kaitori/trip-support-h2-border.png) center / 100% 6px no-repeat;
}

.area-seo-page--pc.kaitori-trip-page .trip-support-heading__main span {
  color: #2f477f;
}

.area-seo-page--pc.kaitori-trip-page .trip-support-heading__main em {
  color: #000;
  font-style: normal;
}

.area-seo-page--pc.kaitori-trip-page .trip-support-heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 223px;
  height: 158px;
  background: url(images/kaitori/trip-support_image.png) center / contain no-repeat;
}

.area-seo-page--pc.kaitori-trip-page .trip-support-text {
  max-width: 1200px;
  margin: 0 auto 42px;
  font-size: 16px;
  line-height: 2.1;
  font-weight: 500;
}

.area-seo-page--pc.kaitori-trip-page .trip-area-box {
  max-width: 1200px;
  margin: 0 auto 48px;
  border: 2px solid #17386d;
  background: #fff;
}

.area-seo-page--pc.kaitori-trip-page .trip-area-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #2f477f;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding: 22px 20px;
}

.area-seo-page--pc.kaitori-trip-page .trip-area-box__head::before {
  content: "";
  display: block;
  width: 53px;
  height: 50px;
  background: url(images/kaitori/trip-area-box-icon.png) center / contain no-repeat;
}

.area-seo-page--pc.kaitori-trip-page .trip-area-box__head span {
  color: #ffd600;
}

.area-seo-page--pc.kaitori-trip-page .trip-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 12px;
  padding: 28px 28px;
  justify-content: flex-start;
}

.area-seo-page--pc.kaitori-trip-page .trip-area-list a {
  display: inline-block;
  background: #e5f3f7;
  color: #17386d;
  border-radius: 5px;
  padding: 5px 12px;
  font-weight: 700;
  text-decoration: none;
}

.area-seo-page--pc.kaitori-trip-page .trip-recommend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.area-seo-page--pc.kaitori-trip-page .trip-recommend__steps {
  flex: 0 0 459px;
}

.area-seo-page--pc.kaitori-trip-page .trip-recommend__steps img {
  display: block;
  width: 100%;
  height: auto;
}

.area-seo-page--pc.kaitori-trip-page .trip-recommend__box {
  box-sizing: border-box;
  flex: 1 1 auto;
  min-height: 330px;
  background: #fff;
  border-radius: 20px;
  padding: 28px 100px 24px;
  font-size: 32px;
  font-weight: 900;
}

.area-seo-page--pc.kaitori-trip-page .trip-recommend__box h3 {
  position: relative;
  color: #17386d;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  border-bottom: 5px solid #2f477f;
  margin: 0 0 20px;
  padding-bottom: 9px;
}

.area-seo-page--pc.kaitori-trip-page .trip-recommend__box h3::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 14px solid #2f477f;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  transform: translateX(-50%);
}

.area-seo-page--pc.kaitori-trip-page .trip-recommend__box ul {
  margin: 0;
  padding: 0;
}

.area-seo-page--pc.kaitori-trip-page .trip-recommend__box li {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 48px;
  border-bottom: 1px dashed #7181a7;
  list-style: none;
}

.area-seo-page--pc.kaitori-trip-page .trip-recommend__box li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(images/kaitori/trip-recommend_box.png) center / contain no-repeat;
  transform: translateY(-50%);
}

.area-seo-page--pc.kaitori-trip-page .trip-recommend__box mark {
  background: linear-gradient(transparent 62%, #ffe400 62%);
  color: inherit;
  font-style: normal;
}

.area-seo-page--pc.kaitori-trip-page .area-instrument-maker > .pc-inner {
  margin-top: 140px;
}

.area-seo-page--pc.kaitori-trip-page .area-instrument-maker .purchase-strong-brand {
  padding-top: 120px;
}

.area-seo-page--pc.kaitori-trip-page .area-selling-tips-section {
  padding-top: 120px;
}


/* ===== TOP renewal styles PC 260914 ===== */
body.top-renewal-active .wrapper > section.mv {
  display: none !important;
}

/* トップページプレビュー：#lpform フォーム装飾 */
.area-seo-page--pc.top-renewal-page #lpform.lower {
  background: #fff;
  padding: 40px 0;
}

.area-seo-page--pc.top-renewal-page #lpform .form {
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  letter-spacing: 0.2em;
}

.area-seo-page--pc.top-renewal-page #lpform .js-expand-container {
  overflow: hidden;
  max-height: 195px;
  transition: max-height 0.7s ease-in-out;
  border-bottom: 5px solid #36ACE3;
  position: relative;
}

.area-seo-page--pc.top-renewal-page #lpform .js-expand-container.is-expanded {
  max-height: 4000px;
}

.area-seo-page--pc.top-renewal-page #lpform .gakkiname_item {
  margin: 0 !important;
  margin-bottom: 18px !important;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase {
  height: 100%;
  flex-flow: column;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase form {
  height: 100%;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-top {
  position: relative;
  background: url(/wp-content/themes/gakkikaitori_v1/lp-rmk/images/mv/form_top.png) center center no-repeat;
  background-size: contain;
  aspect-ratio: 6.25;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-top .toiawase-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #ffe404;
  font-size: min(30px, 2.8vw);
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle {
  background: url(/wp-content/themes/gakkikaitori_v1/lp-rmk/images/mv/form_middle.png) repeat-y;
  background-size: contain;
  padding: 2% 5% 0;
  color: #080808;
  flex-grow: 1;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle h3 {
  text-align: center;
  color: #3eb2ea;
  background-color: #ffe404;
  border-radius: 10px;
  font-size: min(28px, 2.4vw);
  margin-bottom: 4%;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle dl {
  display: flex;
  flex-wrap: wrap;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle dl dt {
  width: 30%;
  font-size: min(18px, 1.6vw);
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle dl dt.required {
  color: #d53030;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle dl dt.long-char {
  letter-spacing: 0.1em;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle dl dt .attention {
  font-size: min(8px, 0.6vw);
  vertical-align: top;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle dl dd {
  width: 70%;
  margin-bottom: 2%;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle dl dd select {
  width: 100%;
  font-size: min(12px, 1vw);
  border-radius: 9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #bebebe;
  background: url(/wp-content/themes/gakkikaitori_v1/lp-rmk/images/mv/select_arrow.png) no-repeat center right;
  padding: 3% 6%;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle dl dd input[type="text"] {
  width: 100%;
  font-size: min(12px, 1vw);
  border-radius: 9px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.41) inset;
  padding: 3% 0 3% 6%;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle .annotation {
  text-align: center;
  font-size: min(12px, 1vw);
  margin-bottom: 1.5%;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle .annotation a {
  color: #d53030;
  text-decoration: underline;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle .btn-submit {
  max-width: 403px;
  margin: 0 auto;
  padding-bottom: 3%;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle .btn-submit .btn {
  width: 100%;
  padding: 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  background: url(/wp-content/themes/gakkikaitori_v1/lp-rmk/images/mv/btn_satei_submit.png);
  background-size: cover;
  aspect-ratio: 3.7314814815;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle .p-country-name {
  display: none;
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-middle .error {
  font-size: min(12px, 1vw);
}

.area-seo-page--pc.top-renewal-page #lpform .form .form_toiawase .form-bottom {
  background: url(/wp-content/themes/gakkikaitori_v1/lp-rmk/images/mv/form_bottom.png) no-repeat;
  background-size: cover;
  aspect-ratio: 55.5555555556;
}

/* トップページプレビュー：楽器から選ぶ */
.area-seo-page--pc.top-renewal-page .pc-renewal-contents .instrument-pick__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .instrument-pick__title {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 30px;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .instrument-pick__bar {
  width: 20px;
  height: 100px;
  background: #2b427a;
  flex-shrink: 0;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .instrument-pick__heading {
  margin: 0;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .instrument-pick__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .instrument-card {
  display: grid;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .15);
  text-decoration: none;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .instrument-card img,
.area-seo-page--pc.top-renewal-page .pc-renewal-contents .instrument-card__label {
  grid-row: 1;
  grid-column: 1;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .instrument-card img {
  display: block;
  width: 100%;
  height: auto;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .instrument-card__label {
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5%;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  pointer-events: none;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .instrument-card__label--sm {
  font-size: 30px;
}

.area-seo-page--pc.top-renewal-page .area-tips-faq-link {
  margin-bottom: 60px;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom--inline .sidebar .s-pinpoint {
  padding-top: 60px;
}

/* トップページ：テレビCMの上下余白 */
.area-seo-page--pc.top-renewal-page .youtube_area {
  margin: 60px 0;
}

/* トップページ：選ばれる5つの理由（画像・アイコン枠） */
.area-seo-page--pc.top-renewal-page .top-reasons-section {
  padding: 74px 20px 84px;
  background: #fffdf5;
}

.area-seo-page--pc.top-renewal-page .top-reasons-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.area-seo-page--pc.top-renewal-page .top-reasons-title {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 46px;
  padding: 0 120px;
  color: #111;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.area-seo-page--pc.top-renewal-page .top-reasons-title span,
.area-seo-page--pc.top-renewal-page .top-reasons-title strong {
  display: block;
}

.area-seo-page--pc.top-renewal-page .top-reasons-title span {
  font-size: 31px;
}

.area-seo-page--pc.top-renewal-page .top-reasons-title strong {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 10px;
  font-size: 43px;
  line-height: 1;
}

.area-seo-page--pc.top-renewal-page .top-reasons-title em {
  display: inline-flex;
  margin-right: 5px;
}

.area-seo-page--pc.top-renewal-page .top-reasons-title em img {
  display: block;
  width: 52px;
  height: auto;
}

.area-seo-page--pc.top-renewal-page .top-reasons-title::before,
.area-seo-page--pc.top-renewal-page .top-reasons-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 75px;
  height: 100px;
  background: url(images/top/top-reason-heading.png) center / contain no-repeat;
}

.area-seo-page--pc.top-renewal-page .top-reasons-title::before {
  left: 20px;
  transform: translateY(-50%);
}

.area-seo-page--pc.top-renewal-page .top-reasons-title::after {
  right: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.area-seo-page--pc.top-renewal-page .top-reasons-list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-seo-page--pc.top-renewal-page .top-reason-card {
  display: grid;
  grid-template-columns: 90px 126px minmax(0, 1fr);
  align-items: center;
  min-height: 166px;
  padding: 28px 34px 28px 24px;
  border: 2px solid #d6aa2e;
  background: #fff;
  box-shadow: 0 3px 7px rgba(71, 54, 12, .13);
}

.area-seo-page--pc.top-renewal-page .top-reason-card__number {
  color: #caa82f;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-align: center;
}

.area-seo-page--pc.top-renewal-page .top-reason-card__media {
  width: 100px;
  height: 100px;
}

.area-seo-page--pc.top-renewal-page .top-reason-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.area-seo-page--pc.top-renewal-page .top-reason-card__body h3 {
  margin: 0 0 10px;
  color: #bf251d;
  font-size: 26px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.35;
}

.area-seo-page--pc.top-renewal-page .top-reason-card__body p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

/* トップページ：3つの約束（背景画像・アイコン枠） */
.area-seo-page--pc.top-renewal-page .top-promise-section {
  padding: 78px 20px 54px;
  background: #efefec url(images/top/top-promise-back.jpg) center top / cover no-repeat;
}

.area-seo-page--pc.top-renewal-page .top-promise-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.area-seo-page--pc.top-renewal-page .top-promise-title {
  margin: 0 0 46px;
  color: #111;
  font-size: 35px;
  font-weight: 900;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
  text-shadow: 0 0 7px rgba(255, 255, 255, .95), 0 0 12px rgba(255, 255, 255, .8);
  text-align: center;
}

.area-seo-page--pc.top-renewal-page .top-promise-title::before {
  content: "";
  display: block;
  width: 62px;
  height: 46px;
  margin: 0 auto 12px;
  background: url(images/top/top-promise-heading.png) center / contain no-repeat;
}

.area-seo-page--pc.top-renewal-page .top-promise-title span {
  color: #df3329;
}

.area-seo-page--pc.top-renewal-page .top-promise-list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-seo-page--pc.top-renewal-page .top-promise-list li {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  min-height: 110px;
  overflow: visible;
  border: 2px solid #df443a;
  border-radius: 9px;
  background: #fff;
  box-shadow: 3px 5px 9px rgba(57, 31, 25, .3);
}

.area-seo-page--pc.top-renewal-page .top-promise-card__badge {
  position: relative;
  top: -12px;
  align-self: start;
  justify-self: center;
  display: flex;
  width: 72px;
  height: 92px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 30px;
  background: url(images/top/top-promise-object.png) center top / 100% 100% no-repeat;
  color: #fff;
  line-height: 1;
  left: 24px;
}

.area-seo-page--pc.top-renewal-page .top-promise-card__badge span {
  font-size: 13px;
  font-weight: 700;
}

.area-seo-page--pc.top-renewal-page .top-promise-card__badge strong {
  margin-top: 3px;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
}

.area-seo-page--pc.top-renewal-page .top-promise-list p {
  margin: 0;
  padding: 18px 28px;
  color: #c52e27;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.area-seo-page--pc.top-renewal-page .top-promise-link-wrap {
  width: 100vw;
  margin: 50px calc(50% - 50vw) -54px;
  padding: 34px 20px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}

.area-seo-page--pc.top-renewal-page .top-promise-link {
  position: relative;
  display: inline-flex;
  min-width: 500px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  background: #df151b;
  box-shadow: -150px 0 0 #f5a000, 150px 0 0 #f5a000;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.area-seo-page--pc.top-renewal-page .top-promise-link::after {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cpath fill='%23df151b' d='M1 0l7 5-7 5z'/%3E%3C/svg%3E") center / 8px 10px no-repeat;
}

.area-seo-page--pc.top-renewal-page .area-mv-section .mv-title {
  color: #fdd800;
}

.area-seo-page--pc.top-renewal-page .area-mv-section .pc-inner {
  margin-top: 0;
  margin-bottom: 0;
}

.area-seo-page--pc.top-renewal-page .area-mv-section .mv-text-wrap {
  top: 100px;
}

.area-seo-page--pc.top-renewal-page .area-mv-section .mv-capsule {
  white-space: nowrap;
}

.area-seo-page--pc.top-renewal-page .area-mv-section .mv-subtitle {
  color: #fdd800;
  font-size: 44px;
  letter-spacing: 0.08em;
  -webkit-text-fill-color: #fdd800;
}

.area-seo-page--pc.top-renewal-page .area-mv-section .mv-heading {
  letter-spacing: 0.02em;
}

/* トップページ：出張買取案内 */
.area-seo-page--pc.top-renewal-page .trip-support-section {
  background-color: #eefbfb;
  background-image: repeating-linear-gradient(0deg, rgba(23, 56, 109, 0.018) 0, rgba(23, 56, 109, 0.018) 1px, transparent 1px, transparent 4px);
  padding: 68px 0 76px;
}

.area-seo-page--pc.top-renewal-page .top-trip-support-inner {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.area-seo-page--pc.top-renewal-page .top-trip-support-heading {
  position: relative;
  box-sizing: border-box;
  width: 550px;
  min-height: 150px;
  margin: 0 auto 22px;
  padding: 8px 190px 12px 0;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

.area-seo-page--pc.top-renewal-page .top-trip-support-heading__small {
  display: block;
  color: #000;
  font-size: 37px;
  letter-spacing: .02em;
}

.area-seo-page--pc.top-renewal-page .top-trip-support-heading__small strong {
  color: #2f477f;
}

.area-seo-page--pc.top-renewal-page .top-trip-support-heading__main {
  position: relative;
  display: inline-block;
  width: 360px;
  margin-top: 8px;
  padding: 0 0 6px 40px;
  transform: skewX(-7deg);
  transform-origin: left center;
}

.area-seo-page--pc.top-renewal-page .top-trip-support-heading__main svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.area-seo-page--pc.top-renewal-page .top-trip-support-heading__main text {
  fill: #fff;
  stroke: #063676;
  stroke-width: 12px;
  stroke-linejoin: round;
  paint-order: stroke fill;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 62px;
  font-weight: 800;
  letter-spacing: .03em;
}

.area-seo-page--pc.top-renewal-page .top-trip-support-heading__main::after {
  content: "";
  position: absolute;
  right: 16%;
  bottom: 0;
  left: 13%;
  height: 6px;
  background: url(images/kaitori/trip-support-h2-border.png) center / 100% 6px no-repeat;
}

.area-seo-page--pc.top-renewal-page .top-trip-support-heading::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 40px;
  width: 190px;
  height: 135px;
  background: url(images/kaitori/trip-support_image.png) center / contain no-repeat;
}

.area-seo-page--pc.top-renewal-page .top-trip-support-steps {
  width: 459px;
  margin: 0 auto 40px;
}

.area-seo-page--pc.top-renewal-page .top-trip-support-steps img {
  display: block;
  width: 100%;
  height: auto;
}

.area-seo-page--pc.top-renewal-page .top-trip-documents {
  margin: 0 auto 38px;
  border: 2px solid #2f477f;
  background: #fff;
}

.area-seo-page--pc.top-renewal-page .top-trip-documents h3 {
  margin: 0;
  padding: 18px 20px;
  background: #2f477f;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.area-seo-page--pc.top-renewal-page .top-trip-documents__body {
  padding: 24px 38px 25px;
  font-size: 15px;
  line-height: 1.8;
}

.area-seo-page--pc.top-renewal-page .top-trip-documents__body p {
  margin: 0;
}

.area-seo-page--pc.top-renewal-page .top-trip-documents__body a {
  color: #1558a6;
  text-decoration: underline;
}

.area-seo-page--pc.top-renewal-page .trip-area-box {
  margin: 0 auto;
  border: 2px solid #17386d;
  background: #fff;
}

.area-seo-page--pc.top-renewal-page .trip-area-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #2f477f;
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  text-align: center;
  padding: 19px 20px;
}

.area-seo-page--pc.top-renewal-page .trip-area-box__head::before {
  content: "";
  display: block;
  width: 43px;
  height: 41px;
  background: url(images/kaitori/trip-area-box-icon.png) center / contain no-repeat;
}

.area-seo-page--pc.top-renewal-page .trip-area-box__head span {
  color: #ffd600;
}

.area-seo-page--pc.top-renewal-page .trip-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
  padding: 25px 28px;
  justify-content: flex-start;
}

.area-seo-page--pc.top-renewal-page .trip-area-list a {
  display: inline-block;
  background: #e5f3f7;
  color: #17386d;
  border-radius: 5px;
  padding: 5px 12px;
  font-weight: 700;
  text-decoration: none;
}

/* ===== TOP renewal scoped shared area styles PC 260914 ===== */
.area-seo-page--pc.top-renewal-page .area-purchase-section,
.area-seo-page--pc.top-renewal-page .area-nearby-shops,
.area-seo-page--pc.top-renewal-page .area-instrument-maker,
.area-seo-page--pc.top-renewal-page .area-faq-section,
.area-seo-page--pc.top-renewal-page .area-selling-tips-section {
  width: 1160px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.area-seo-page--pc.top-renewal-page .area-purchase-section {
  width: 1200px;
  padding: 0 0 80px;
}

.area-seo-page--pc.top-renewal-page .area-section-title {
  margin: 48px 0 22px;
  color: #17386d;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.area-seo-page--pc.top-renewal-page .area-purchase-section .area-section-title {
  width: 100%;
  margin: 0;
  padding: 25px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.area-seo-page--pc.top-renewal-page .area-purchase-section .purchase-archive-list {
  height: 450px;
  margin-top: 16px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}

.area-seo-page--pc.top-renewal-page .area-purchase-section .purchase-archive-list::-webkit-scrollbar {
  width: 12px;
}

.area-seo-page--pc.top-renewal-page .area-purchase-section .purchase-archive-list::-webkit-scrollbar-track {
  background: #e9e9ee;
}

.area-seo-page--pc.top-renewal-page .area-purchase-section .purchase-archive-list::-webkit-scrollbar-thumb {
  background: #1a1b5f;
  border-radius: 8px;
}

.area-seo-page--pc.top-renewal-page .area-nearby-shops {
  width: 100%;
  max-width: none;
}

.area-seo-page--pc.top-renewal-page .area-nearby-shops .nearby-shops__all-btn-wrap {
  margin-top: 44px;
  text-align: center;
}

.area-seo-page--pc.top-renewal-page .area-nearby-shops .area-nearby-shop-list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 460px !important;
  max-width: 100%;
  min-height: 66px !important;
  padding: 16px 24px !important;
  box-sizing: border-box;
  border-radius: 12px !important;
  background: #2b427a !important;
  box-shadow: 0 4px 0 #18284f !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none !important;
}

.area-seo-page--pc.top-renewal-page .area-nearby-shops .area-nearby-shop-list-btn:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}

.area-seo-page--pc.top-renewal-page .area-purchase-more {
  margin: 44px 0 10px;
  text-align: center;
}
.area-seo-page--pc.top-renewal-page .area-purchase-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  max-width: 100%;
  min-height: 66px;
  padding: 16px 24px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #2b427a;
  box-shadow: 0 4px 0 #18284f;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}
.area-seo-page--pc.top-renewal-page .area-purchase-more-btn:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}

.area-seo-page--pc.top-renewal-page .area-faq-section {
  width: 100%;
  max-width: none;
}
.area-seo-page--pc.top-renewal-page .area-faq-section .pc-inner {
  width: 1160px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.area-seo-page--pc.top-renewal-page .area-faq-section .heading-2p {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0 calc((100% - 1160px) / 2 + 20px);
}
.area-seo-page--pc.top-renewal-page .area-placeholder-box {
  padding: 28px;
  color: #666;
  text-align: center;
  background: #f5f5f5;
  border: 1px dashed #bbb;
}

.area-seo-page--pc.top-renewal-page .area-tips-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.area-seo-page--pc.top-renewal-page .area-tip-card {
  padding: 18px;
  background: #fff;
  border: 1px solid #d7e3f3;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(23, 56, 109, 0.08);
  box-sizing: border-box;
}

.area-seo-page--pc.top-renewal-page .area-tip-card h3 {
  margin: 0 0 10px;
  color: #17386d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.area-seo-page--pc.top-renewal-page .area-tip-card p {
  margin-bottom: 0;
}

.area-seo-page--pc.top-renewal-page .area-selling-tips-section {
  width: 1200px;
  padding-top: 40px;
}
.area-seo-page--pc.top-renewal-page .area-selling-tips-section .area-section-title {
  position: relative;
  display: table;
  margin: 0 0 54px;
  margin-right: auto;
  margin-left: auto;
  color: #0b3c7b;
  font-size: 52px;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
.area-seo-page--pc.top-renewal-page .area-selling-tips-section .area-section-title::before {
  content: "";
  position: absolute;
  right: -65px;
  bottom: 12px;
  width: 52px;
  height: 80px;
  background: url("./images/area/area-selling-icon.png") no-repeat center / contain;
}
.area-seo-page--pc.top-renewal-page .area-selling-tips-section .area-section-title::after {
  content: "";
  display: block;
  width: 180px;
  height: 4px;
  margin: 18px auto 0;
  background: #2b427a;
}
.area-seo-page--pc.top-renewal-page .area-selling-tips-inner {
  width: 100%;
}
.area-seo-page--pc.top-renewal-page .area-tips-subtitle {
  position: relative;
  margin: 0 0 54px;
  padding-left: 42px;
  color: #000;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.12em;
}
.area-seo-page--pc.top-renewal-page .area-tips-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 78px;
  transform: translateY(-50%);
  background: #2b427a;
}
.area-seo-page--pc.top-renewal-page .area-tips-common-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 42px;
  margin-bottom: 82px;
}
.area-seo-page--pc.top-renewal-page .area-tip-common-card {
  width: calc((100% - 84px) / 3);
  min-height: 560px;
  padding: 0;
  border: 2px solid #a9a9a9;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.area-seo-page--pc.top-renewal-page .area-tip-common-card h4 {
  display: flex;
  align-items: center;
  min-height: 92px;
  margin: 0;
  padding: 16px 18px;
  box-sizing: border-box;
  background: #2b427a;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}
.area-seo-page--pc.top-renewal-page .area-tip-common-card h4 span {
  display: inline-block;
  margin-right: 14px;
  color: rgba(255, 255, 255, 0.35);
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.area-seo-page--pc.top-renewal-page .area-tip-card__img {
  padding: 20px 20px 0;
}
.area-seo-page--pc.top-renewal-page .area-tip-card__img img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}
.area-seo-page--pc.top-renewal-page .area-tip-common-card p {
  margin: 0;
  padding: 22px 24px 28px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.area-seo-page--pc.top-renewal-page .area-instrument-tips-list {
  display: grid;
  gap: 48px;
  margin-bottom: 86px;
}
.area-seo-page--pc.top-renewal-page .area-instrument-tip {
  display: grid;
  grid-template-columns: 560px 1fr;
  align-items: center;
  gap: 44px;
  padding: 38px 40px;
  border: 2px solid #a9a9a9;
  background: #fff;
  box-sizing: border-box;
}
.area-seo-page--pc.top-renewal-page .area-instrument-tip__media {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: #000;
}
.area-seo-page--pc.top-renewal-page .area-instrument-tip__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.08) 100%);
}
.area-seo-page--pc.top-renewal-page .area-instrument-tip__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.area-seo-page--pc.top-renewal-page .area-instrument-tip__media span {
  position: absolute;
  z-index: 2;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.35;
}
.area-seo-page--pc.top-renewal-page .area-instrument-tip p {
  margin: 0;
  color: #000;
  font-size: 16px;
  /* font-weight: 700; */
  line-height: 2;
}
.area-seo-page--pc.top-renewal-page .area-tips-faq-link {
  text-align: center;
}
.area-seo-page--pc.top-renewal-page .area-tips-faq-link {
  margin-bottom: 60px;
}
.area-seo-page--pc.top-renewal-page .area-tips-faq-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 420px;
  min-height: 76px;
  padding: 16px 28px;
  box-sizing: border-box;
  background: #0b3c7b;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
}
.area-seo-page--pc.top-renewal-page .area-tips-faq-link a::after {
  content: "▶";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #0b3c7b;
  font-size: 18px;
  line-height: 1;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom {
  clear: both;
  width: 100%;
  max-width: none;
  margin: 0;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .aside {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  background-color: #fff;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar > .block {
  float: none;
  width: 100%;
  margin: 0;
  padding-bottom: 120px;
  box-sizing: border-box;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar > .block > :is(h2, h3, ul, div) {
  max-width: 1200px;
  margin: 0 auto 50px;
  box-sizing: border-box;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-pinpoint {
  margin: 0;
  padding: 70px 0 80px;
  background-color: #fff;
  box-sizing: border-box;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-pinpoint h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1.6;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-pinpoint h2 .title-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #f26331;
  font-size: 46px;
  font-weight: bold;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-pinpoint h2 .title-top::before,
.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-pinpoint h2 .title-top::after {
  content: "";
  display: inline-block;
  width: 42px;
  aspect-ratio: 1 / 1.1;
  background: url("./images/shop/shop_page-bottom_icon.png") no-repeat center center;
  background-size: contain;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-pinpoint h2 .title-bottom {
  color: #000;
  font-size: 52px;
  font-weight: bold;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-pinpoint ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-pinpoint ul li {
  width: 373px;
  margin: 0;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-pinpoint img {
  display: block;
  width: 100%;
  height: auto;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom--inline .sidebar .s-pinpoint {
  padding-top: 80px;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar :is(.s-expensive, .s-column, .s-news) {
  background-color: #2b3d68;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar :is(.s-expensive, .s-column, .s-news) :is(h2, h3),
.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar :is(.s-column, .s-news) a {
  color: #fff;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-expensive {
  padding: 60px 0 120px;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-expensive .s-expensive__heading {
  text-align: center;
  margin-bottom: 50px;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-expensive ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-expensive ul li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  border: none !important;
  box-sizing: border-box;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-expensive ul li a.s-expensive__link-area {
  display: flex;
  align-items: stretch;
  height: 100%;
  padding: 24px;
  color: #111;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.2s;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-expensive ul li a.s-expensive__link-area:hover {
  opacity: 0.8;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-expensive ul li .img {
  width: 230px;
  flex-shrink: 0;
  margin: 0 20px 0 0 !important;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-expensive ul li .img img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e1e4e6;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-expensive ul li .txt-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-expensive ul li .title {
  font-size: 16px;
  font-weight: bold;
  color: #002b6a;
  line-height: 1.6;
  margin-bottom: 15px;
  border-bottom: 2px solid #002b6a;
  padding-bottom: 15px;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-expensive ul li .link-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #112e57;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-expensive ul li .link-btn::before {
  content: "▶";
  margin-right: 6px;
  color: #4eb5d3;
  font-size: 11px;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column {
  background-color: #fff !important;
  padding: 0 !important;
  margin: 120px auto;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column .s-column__title-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column .s-column__bar {
  width: 20px;
  height: 100px;
  background: #0a4a97;
  flex-shrink: 0;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column h2 {
  color: #111 !important;
  margin: 0 !important;
  font-size: 42px !important;
  font-weight: 900;
  line-height: 1.2;
  border-left: none !important;
  padding-left: 0 !important;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column ul {
  display: flex;
  flex-direction: column;
  border-top: 6px solid #f4f4f4;
  padding: 0;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column ul li {
  display: flex;
  align-items: flex-start;
  padding: 30px 20px !important;
  border: none !important;
  border-bottom: 6px solid #f4f4f4 !important;
  background: #fff;
  margin: 0;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column ul li .img {
  width: 280px;
  flex-shrink: 0;
  margin: 0 30px 0 0 !important;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column ul li .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  border: 1px solid #e1e4e6;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column ul li .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #111;
  text-align: left;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column .s-column-cat {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 4px 12px;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
  background-color: #a13e0a;
  border-radius: 4px;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column .s-column-title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column .s-column-title a,
.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column .s-column-readmore {
  color: #1f4aa8 !important;
  text-decoration: underline;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column .s-column-tag {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #888;
  font-size: 13px;
  font-weight: bold;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column .tag-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23888' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-column .s-column-excerpt {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news {
  background-color: #fff !important;
  padding: 0 !important;
  margin-bottom: 50px;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__heading-wrap {
  width: auto;
  max-width: none;
  margin-left: -3000px;
  margin-right: -3000px;
  padding: 15px 3000px 15px 3040px;
  background-color: #555;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__heading-inner,
.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__list,
.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__more {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news h2 {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff !important;
  font-size: 36px !important;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 0 !important;
  border-left: none !important;
  padding-left: 0 !important;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .news-icon {
  width: auto;
  height: 32px;
  margin: 0;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__list {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__list li {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  background: #fff;
  border-bottom: 2px solid #e1e4e6 !important;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__link {
  display: block;
  padding: 30px 0;
  color: #111 !important;
  text-decoration: none;
  transition: opacity 0.2s;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__link:hover {
  opacity: 0.7;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__date {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__cat {
  padding: 4px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #888;
  border-radius: 20px;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__title span {
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__more {
  margin-top: 20px;
  text-align: right;
}

.area-seo-page--pc.top-renewal-page .area-seo-bottom .sidebar .s-news .s-news__more a {
  display: inline-block;
  color: #111 !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}

/* ==================================================
   SEOエリアページ追加スタイル 2026-07-29
   メーカーから選ぶ：店舗詳細 purchase-strong-brand と同じ見た目に調整
   ================================================== */
.area-seo-page--pc.top-renewal-page .area-instrument-maker .purchase-strong-brand {
  padding: 40px 0 0;
  background: #fff;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .purchase-strong-brand__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .purchase-strong-brand__title {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0 0 40px;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .purchase-strong-brand__bar {
  width: 20px;
  height: 100px;
  background: #0a4a97;
  flex-shrink: 0;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .purchase-strong-brand__heading {
  margin: 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .purchase-strong-brand__box {
  background: #f6f1df;
  border: 2px solid #a58b3a;
  padding: 30px;
  box-sizing: border-box;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .purchase-strong-brand__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 16px;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .purchase-strong-brand__item {
  display: block;
  color: #000;
  text-decoration: none;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .purchase-strong-brand__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  padding: 10px;
  background: #fff;
  border: 1px solid #d0c7a9;
  box-sizing: border-box;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .purchase-strong-brand__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .purchase-strong-brand__name {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .purchase-strong-brand__dot {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  background: #6b5b1b;
  border-radius: 50%;
  flex-shrink: 0;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .mkbox {
  padding: 40px 0 !important;
  background: transparent;
}

.area-seo-page--pc.top-renewal-page .area-instrument-maker .mkbox__inner {
  margin-top: 0;
}

/* ==================================================
   SEOエリアページ追加スタイル 2026-07-31
   出張買取の流れ：店舗ページ流用時の全幅区切り線を非表示
   ================================================== */
.area-seo-page--pc.top-renewal-page .area-seo-page--pc.top-renewal-page .pc-renewal-contents .area-flow-section .flow-content-wrap,
.area-seo-page--pc.top-renewal-page .area-seo-page--pc.top-renewal-page .pc-renewal-contents .area-flow-section .flow-content-wrap {
  border-top: none !important;
}

.area-seo-page--pc.top-renewal-page .area-seo-page--pc.top-renewal-page .pc-renewal-contents .area-flow-section .flow-content-wrap::before,
.area-seo-page--pc.top-renewal-page .area-seo-page--pc.top-renewal-page .pc-renewal-contents .area-flow-section .flow-content-wrap::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

/* ==================================================
   SEOエリアページ追加スタイル 2026-07-31
   選べる6つの買取方法：上下余白調整
   ================================================== */
.area-seo-page--pc.top-renewal-page .area-seo-page--pc.top-renewal-page .pc-renewal-contents .area-methods-section,
.area-seo-page--pc.top-renewal-page .area-seo-page--pc.top-renewal-page .pc-renewal-contents .area-methods-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .method-label--shop {
  justify-content: center;
  gap: 14px;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 32px;
  white-space: nowrap;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .method-label__text {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .method-label__sub {
  font-size: 0.72em;
}

.area-seo-page--pc.top-renewal-page .pc-renewal-contents .method-label--shop .play-icon {
  flex: 0 0 auto;
}

.area-seo-page--pc.top-renewal-page .area-methods-catch {
  margin-top: 46px;
  text-align: center;
}

.area-seo-page--pc.top-renewal-page .area-methods-catch p {
  display: inline-block;
  margin: 0;
  color: #000;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.area-seo-page--pc.top-renewal-page .area-methods-catch span {
  display: inline-block;
  position: relative;
  color: #2b427a;
}

.area-seo-page--pc.top-renewal-page .area-methods-catch span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 100%;
  height: 3px;
  transform: translateX(-50%);
  background: #2b427a;
}


/* 2026-08-06: common column navigation (Figma PC 1019:1466 / 1019:1527) */
.area-seo-page--pc.top-renewal-page .common-column-navigation {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.area-seo-page--pc.top-renewal-page .common-column-navigation *,
.area-seo-page--pc.top-renewal-page .common-column-navigation *::before,
.area-seo-page--pc.top-renewal-page .common-column-navigation *::after { box-sizing: border-box; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__group { margin: 0; padding: 0; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__header { min-height: 69px; padding: 6px 0 0; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__heading { margin: 0; color: #0a4a97; font-size: 24px; font-weight: 900; line-height: 38px; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__heading a { color: inherit; text-decoration: none; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__description { margin: 0; color: #000; font-size: 14px; font-weight: 500; line-height: 25px; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__articles { margin: 0; padding: 0; list-style: none; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__item { margin: 0; padding: 5px 0 8px; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__article { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 16px; align-items: start; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__thumbnail { display: block; width: 220px; height: 137px; overflow: hidden; background: #eee; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__thumbnail img { display: block; width: 100%; height: 100%; object-fit: cover; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__content { min-width: 0; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__category { display: block; width: fit-content; max-width: 100%; min-height: 28px; padding: 4px 14px; border-radius: 3px; background: #0a4a97; color: #fff; font-size: 13px; font-weight: 700; line-height: 20px; letter-spacing: .05em; text-align: center; text-decoration: none; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__article-title { margin: 7px 0 0; color: #000; font-size: 14px; font-weight: 700; line-height: 21px; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__article-title a { color: inherit; text-decoration: none; }
.area-seo-page--pc.top-renewal-page .common-column-navigation a:focus-visible { outline: 3px solid #f2a900; outline-offset: 3px; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__heading a:hover,
.area-seo-page--pc.top-renewal-page .common-column-navigation__article-title a:hover { text-decoration: underline; }
.area-seo-page--pc.top-renewal-page .common-column-navigation__thumbnail:hover img { transform: scale(1.02); transition: transform .2s ease; }
