@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  line-height: 1.5em;
  background: #fff;
}

.spimg img {
  width: 95%;
}

.wrap {
  overflow: hidden;
}

.shadow {
  display: inline-block;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
  /*横方向　下方向　ぼかし　広がり　色 */
}


img {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: auto;

}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

li {
  list-style-type: none;
}

a {
  color: #0066FF;
  text-decoration: none;
}

a:hover {
  color: #00C1DD;
  text-decoration: none;
}

a:hover img.hoverimg {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
}

header {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}


/* toptext */

.cp_actab {


  width: 100%;

  margin: 0 auto;
  color: #333;
  text-align: left;
  margin-top: 10px;
}

.cp_actab input {

  opacity: 0;
}

.cp_actab label {

  font-weight: bold;
  line-height: 2;

  display: block;

  cursor: pointer;
  margin: 0 0 0 0;
  background: #ffffff;
}


.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
  background: #ffffff;

}

.cp_actab .cp_actab-content p {
  width: 95%;
  margin: 10px;

}

/* :checked */
.cp_actab input:checked~.cp_actab-content {
  max-height: 20em;

}

/* Icon */

.cp_actab label {
  font-weight: bold;
  line-height: 2;
  display: block;
  cursor: pointer;
  margin: 0 0 0 0;
  background: #ffffff;
  position: relative;
}

.cp_actab label::after {
  line-height: 2;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;

}


.cp_actab input[type=checkbox]+label::after {
  content: '+';

}

.cp_actab input[type=checkbox]:checked+label::after {

  content: '×';
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/*
ヘッダー
-------------------------------------------*/

.flex_head-box {
  background-color: #fff;
  /* 背景色指定 */
  padding-left: 10px;
  /* 余白指定 */
  display: flex;
  /* フレックスボックスにする */
  align-items: stretch;
  /* 縦の位置指定 */
  height: 70px;
}

.flex_head-item {
  padding: 0px;
  color: #44ACFF;
  /* 文字色 */
  margin: 0px;
  /* 外側の余白 */
  border-radius: 5px;
  /* 角丸指定 */
  /* 幅指定 */
}

.flex_head-item:nth-child(1) {
  width: 45%;
  padding-top: 15px;
}

.flex_head-item:nth-child(2) {
  width: 40%;
  font-size: 5px;
  line-height: 1.3em;
  text-align: left;
  letter-spacing: -0.08em;
  padding-top: 15px;
  padding-bottom: 10px;

}

.flex_head-item p {
  font-weight: normal;
  line-height: 1.4em;
  font-size: 15px;
}

.flex_test-item:nth-child(3) {
  width: 0%;
}


#action {
  margin: 0 auto;
  margin-top: 20px;
  width: 95%;

}

/*-------------------------
table_goldtbl
-------------------------*/
table.goldtbl {
  display: block;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px;
  table-layout: fixed;
}


.goldtbl tr {
  width: 100%;
}

.goldtbl th {
  width: 100%;
  padding: 8px 8px;
  color: #000;
  font-size: 16px;
  text-align: center;
  background: -webkit-linear-gradient(top, #F3F2E0 0%, #F3F2E0 100%);
  background: linear-gradient(to bottom, #F3F2E0 0%, #F3F2E0 100%);
  white-space: nowrap;
  border-bottom: 1px solid #CECECE;
}


.goldtbl td.left {
  color: #000;
  padding: 8px 8px;
  font-size: 16px;
  width: 100%;
  background-color: #E2E1D6;

  border-bottom: 1px solid #CECECE;
}

.goldtbl td.right {
  color: #000000;
  padding: 8px 8px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  width: 100%;

}

table.goldtbl p {
  padding: 4px 7px;
  font-size: 16px;
}


.sample-box-13 {
  display: inline-block;
  margin: 0 auto;
  width: 90%;
  border: 2px solid #45ACFF;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  text-align: left;
  font-size: 15px;
  line-height: 1.7em;
}

.sample-box-13::before {
  background-color: #fff;
  color: #45ACFF;
  content: "買取価格表について";
  font-weight: bold;
  left: 1em;
  padding: 0 10px;
  position: absolute;
  top: -1em;
}


.m-top {
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
}

.m-bottom {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.on {
  display: inline-block;
  width: 90px;
  height: 45px;
  padding-top: 9px;
  background: #335672;
  border: 1px solid #FFF;
  -moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
  font-size: 22px;
  margin: 0 auto;
}

.on a {
  color: #fff;
}

.off {
  display: inline-block;
  width: 89px;
  height: 45px;
  padding-top: 9px;

  background: #FFFFFF;
  border: 1px solid #FFF;
  -moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
  font-size: 22px;
  margin: 0 auto;
}

.off a {
  color: #000;
}

.out {
  display: inline-block;
  width: 89px;
  height: 45px;
  border-collapse: collapse;
  border-spacing: 0;
  background: #F3F1E2;
  font-size: 22px;
  margin: 0 auto;
}



table.goldtb {
  width: 100%;
  border-collapse: separate;
}

.goldtb th {
  width: 100%;
  height: 30px;
  padding: 4px 7px;
  color: #ffff00;
  font-size: 15px;
  text-align: left;
  background-color: #4d4d4d;
  border-top: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
  border-bottom: 1px solid #262626;

  white-space: nowrap;
}


.goldtb td.left {
  color: #ffffff;
  padding: 4px 7px;
  font-size: 15px;
  background-color: #949494;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #646464;

  text-align: left;
}

.goldtb td.right {
  color: #000000;
  padding: 4px 7px;
  text-align: center;
  font-size: 15px;
  background-color: #F9F9F9;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #d4d4d4;


}

table.online {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  display: inline-block;

}

.online tr {
  display: flex;
  margin-bottom: 20px;
  width: 100%;

}


.online th {
  text-align: left;
  font-size: 16px;
  width: 40%;
  padding-top: 20px;

}

.online td {
  width: 60%;
  text-align: right;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;

}

.online td.kingaku {
  width: 100%;
  text-align: right;
  font-size: 16px;
}



.online select {
  height: 50px;
  width: 100%;
  font-size: 18px;
  text-align: right;

}



.onlinebg {
  width: 100%;
  margin: 0 auto;
}

.onlinebg p {
  display: inline-block;
  text-align: left;
  font-size: 15px;
  margin: 0 auto;

  line-height: 1.5em;
}

.onlinesatei {
  width: 95%;
  background: #fff;
  margin-bottom: 30px;
  margin: 0 auto;

}

.onlinesatei p {
  width: 100%;
  font-size: 16px;

}

.meberi {
  display: inline-block;
  width: 100%;
  background: #fff;

}

.meberi h2 {
  width: 95%;
  margin-top: 10px;
}

.meberi p {
  width: 100%;

  text-align: left;
  font-size: 15px;
  line-height: 1.7em;

}

.freetel {
  display: inline-block;
  font-size: 25px;
  color: #ff0000;
  margin-top: 20px;
}

.kakaku {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  background: #EEEEEE;

}

.kakaku p {
  display: inline-block;
  text-align: left;
  font-size: 22px;
  margin: 0 auto;


  margin-bottom: 20px;
}

.bg_blue {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #F9F9F9;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.bg_blue p {
  margin: 0 auto;
  width: 95%;
  color: #0F4B89;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 1.5em;
  font-weight: bold;
}



span.title {
  display: inline-block;
  width: 410px;
  border-bottom: 3px solid #6278BA;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

p.main {
  margin: 0 auto;
  margin-left: 10px;
  color: #12110F;
  font-size: 22px;
  text-align: left;

  font-weight: bold;
}

span.sub {

  margin: 0 auto;
  color: #000;
  font-size: 20px;
  text-align: right;

}



#header {
  width: 76px;
  height: auto;

  margin-left: 65px;
  z-index: 9999;
  text-decoration: none;
}

#header a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 76px;

  padding-top: 10px;

}


#header3 {
  width: 76px;
  height: auto;

  text-decoration: none;
}

#header3 a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 76px;
  padding-top: 10px;
}

.fa-caret-down {
  display: inline-block;
  margin-right: 5px;
}

.fa-caret-right {
  display: inline-block;
  margin-right: 5px;
}


.fa-times {
  color: #ff0000;
}


#imageRotator img {
  position: absolute;
}

.g_menu {
  vertical-align: top;
  width: 100%;
  margin: 0 auto;
  border-bottom: 3px solid#fff;

}

.g_menuin {

  display: flex;
  width: 100%;
  margin: 0 auto;
}

.g_menuin2 {
  display: flex;
  width: 100%;
  margin: 0 auto;

}


.g_menuleft {
  width: 100%;
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
  background: rgb(125, 126, 125);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-9 */
  border-right: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.g_menuright {
  width: 100%;
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
  background: rgb(125, 126, 125);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-9 */
  padding-top: 8px;
  padding-bottom: 8px;
}

.g_menu a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 1.3em;
}

.day {
  font-size: 12px;
  font-weight: normal;
}

.ore {
  color: #FF4D02;
  font-size: 20px;
}

.simple {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

.center {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.center2 {
  text-align: center;
}

.newsbox {
  display: inline-block;
  width: 95%;
  background: #F9F9F9;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: -10px;
}

.newsbox iframe {
  width: 94%;
  height: 250px;
  margin: 0 auto;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
  /* 追加で指定 */
  display: block;
  /* 追加で指定 */
  overflow: auto;
  /* scrollからautoに変更 */
  -webkit-overflow-scrolling: touch;
}

.iframe {
  display: inline-block;
  width: 278px;
  height: 300px;
  overflow: auto;
  /* scrollからautoに変更 */
  -webkit-overflow-scrolling: touch;

  padding: 10px;
  border: 1px solid #ccc;
  margin: 0 auto;
  background: #fff;


}


.content_bgbase_blue {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #F9F9F9;
  padding-top: 20px;
  margin-top: -20px;
  margin-bottom: 20px;

}

.bgbase_blue {
  text-align: center;
  margin: 0px auto;
  width: 95%;
  height: auto;


}

.bgbase_blue img {
  width: 100%;
  margin-bottom: 20px;

}


.kaitoribtn {
  clear: both;
  display: block;
  width: 95%;
  margin: 0 auto;
}

.kaitoribtn img {
  width: 100%;
  margin-bottom: 20px;
}

.map_g {
  display: inline-block;
  width: 100%;
  height: 400px;
  overflow: auto;
  /* scrollからautoに変更 */
  -webkit-overflow-scrolling: touch;

  padding: 10px;
  margin: 0 auto;
}

.store {
  margin-top: 20px;
  display: inline-block;
  width: 410px;
}

.storename {
  border-top: 1px solid #B49158;
  background: -webkit-linear-gradient(top, #F5F3EC 0%, #FCFBF7 100%);
  background: linear-gradient(to bottom, #F5F3EC 0%, #FCFBF7 100%);
  height: 40px;
}

.storename p {
  text-align: left;
}

.maplink {
  background: #3b3b3b;
  color: #fff;
  font-size: 22px;
  padding: 6px;
  text-align: center;
  width: 60px;
  font-weight: normal;
  display: inline-block;
  margin-right: 0px;
}


.content {
  width: 95%;
  margin: 0 auto;
}

/*-------------------------

footer

-------------------------*/

footer {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #45ACFF;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
  /*横方向　下方向　ぼかし　広がり　色 */

}

.ftbt {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

.ftbt a {
  color: #fff;
}

.footerboxin {
  width: 100%;
}

.footerbox {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ft_tit {
  margin: 1.5em 0 .5em;
  font-weight: bold;
}

.ft_linkbox {}

.ft_linkbox a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ft_linkbox2 {
  border-left: 1px solid #fff;
}

.ft_linkbox2 a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;

  padding-top: 8px;
  padding-bottom: 8px;
}

.copyright {
  padding: 3em 0 5em;
  font-size: .8em;
}

.fa-chevron-right {
  font-size: 15px;
}



.tentou_shop {}

.tentou_shop a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #16A05D;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;

}


.tentou_shop a:hover {
  display: inline-block;
  transform: translate3d(0, 6px, 0);
  border-top: none;
  border-bottom: none;
  box-shadow: none;
  margin-bottom: 6px;
}

.red {
  display: inline-block;
  color: #ff0000;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 20px;
}

.red2 {
  color: #ff0000;
}

p.koe_jin {
  margin: 0 auto;
  text-align: right;
  font-size: 15px;
  color: #FF006C;

}

p.koe_jinm {
  margin: 0 auto;
  text-align: right;
  font-size: 15px;
  color: #1F3F9D;

}

.content_bgbase {
  display: inline-block;
  width: 100%;
  text-align: center;

}


.content_bgbase_beige {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-bottom: 30px;


}

.content_bgbase_beige h2 {
  width: 95%;
}

.content_bgbase_beige2 {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #F9F9F9;
}

.bgbase_beige {

  text-align: center;
  margin: 0px auto;
  width: 100%;
  height: auto;
}

.bgbase_gray img {}

.bn {
  display: none;
}

#maintop {
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  margin: 0px auto;
}

#main {
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  margin: 0px auto;
}

.pc {
  display: none;
}


.bgbase {
  text-align: center;
  margin: 0px auto;
  width: 100%;
  height: auto;
}


.space {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.margin {
  margin-top: 3px;
}

.SW1 {
  background: #000;
  vertical-align: top;
}

.SW2 {
  background: #B5B4A7;
}

.SW3 {
  background: #000;
}

#SW4 {}

#SW5 {}

#SW6 {}

#SW7 {}

#SW8 {}

#SW9 {
  background: #B5B4A7;
}

#SW10 {
  background: #B5B4A7;
}

#SW11 {
  background: #B5B4A7;
}

#SW12 {
  background: #B5B4A7;
}

#SW13 {
  background: #B5B4A7;
}

#SW14 {
  background: #B5B4A7;
}

#SW15 {
  background: #B5B4A7;
}

#SW16 {
  background: #B5B4A7;
}

.kakaku_tab_on {
  display: inline-block;
  width: 30%;

  background: #000;
  border: 1px solid #F3F2E0;
  border-bottom: 3px solid #F3F2E0;

  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;

  list-style: none;
  padding-top: 8px;
  text-align: center;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 18px;

  margin-top: 20px;
}



.kakaku_tab_on {
  display: inline-block;
  width: 30%;

  background: #F3F2E0;
  border: 1px solid #F3F2E0;
  border-bottom: 3px solid #F3F2E0;

  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;

  list-style: none;
  padding-top: 8px;
  text-align: center;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-size: 18px;

  margin-top: 20px;
}



.kakaku_tab {
  display: inline-block;
  width: 30%;
  vertical-align: bottom;
  background: #6f6f6f;
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;

  padding-bottom: 5px;
  list-style: none;
  padding-top: 8px;

  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  font-size: 18px;

  margin-top: 20px;
}

.kakaku_tab_on a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}


.kakaku_tab a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}


section h4.active:before,
dt.active:before {
  margin-top: -2px;
}

section h4.active:after,
dt.active:after {
  margin-top: 3px;
}

section li,
dd {
  background-color: #fff;
  border-bottom: solid 1px #D6D6D6;

  font-size: 22px;
  text-align: left;
  line-height: 1.5em;
}

section li img {
  margin-right: 5px;
}

section li a {
  position: relative;
  display: block;
}

.slicknav_menu {
  display: none;
}

.js #menu {
  display: none;
}

.js .slicknav_menu {
  display: block;
}

.fix_menu_smartphone {
  display: flex;
  margin: 0 auto;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  background: rgba(150, 150, 150, 1.0);
  padding-top: 10px;
  padding-bottom: 10px;

}

.fix_menu_left {
  display: inlie-block;
  width: 95%;
}

.fix_menu_right {
  display: inlie-block;
  width: 95%;

}

.fix_menu_left img {
  width: 95%;
}

.fix_menu_right img {
  width: 95%;
}

.fa-chevron-right {
  position: absolute;
  top: 7px;
  left: 287px;
  font-size: 20px;
}

.hoge {
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}


input[type="submit"] {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 22px;
  height: 60px;
  width: 300px;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  margin: 10px;
  margin-bottom: 20px;
}

input[type="submit"]:hover {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 22px;
  height: 60px;
  width: 300px;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  margin: 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  margin-bottom: 20px;
}

textarea {

  display: block;
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 17px;
  height: 80px;
  margin-bottom: 10px;
}

textarea:focus {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}

p.asd {
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: -1.1px;
}

/*-------------------------
店舗情報CSS
-------------------------*/
.main_left_box7 {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  background: #eee;
  margin-top: 30px;

}

.shop_box {
  display: inline-block;
  width: 95%;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 0px;
  background: #eee;

}

.shop_info {
  display: flex;
  width: 95%;
  background: #fff;
  border-bottom: 2px solid #A5A39E;
  margin: 0 auto;
  margin-top: 20px;

}

.shop_info2 {
  display: flex;
  width: 95%;
  background: #fff;
  border-bottom: 2px solid #A5A39E;
  margin: 0 auto;
  margin-top: 20px;


}


.shop_info_left {
  display: block;

  text-align: left;
  width: 35%;
}

.shop_info_right {
  display: block;
  padding-left: 10px;
  text-align: left;
  width: 65%;
  background: #fff;
}

.shop_info_left img {
  width: 100%;

}

.shop_info_right p.shop_name {
  margin: 0 auto;
  font-size: 16px;
  padding-top: 10px;
  font-weight: bold;
}

.shop_info_right p.shop_addr {
  margin: 0 auto;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1.5em;
}

.category_box_in {
  display: flex;
  width: 100%;
  background: #eee;
  padding-top: 20px;
  vertical-align: top;
}

.category_box_in a {
  color: #000;
}

.category_box_left {
  width: 45%;
  padding-left: 3.3%;
}

.category_box_right {
  width: 45%;
  padding-left: 3.3%;
}

.category_box_left img {
  width: 100%;
}

.category_box_right img {
  width: 100%;
}

.category_box_left p {
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.category_box_right p {
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5em;
}


.category_box_left2 {
  width: 45%;
  padding-left: 3.3%;

}

.category_box_right2 {
  width: 45%;
  padding-left: 3.3%;
}

.category_box_left2 img {
  width: 89%;
  background: #fff;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.category_box_right2 img {
  width: 89%;
  background: #fff;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.category_box_left2 p {
  font-size: 16px;
  letter-spacing: -0.3px;
}

.category_box_right2 p {
  font-size: 16px;
  letter-spacing: -0.3px;
}

.category_box_left2 p.minip {
  font-size: 14px;
  letter-spacing: -0.3px;
}

.category_box_right2 p.minip {
  font-size: 14px;
  letter-spacing: -0.3px;
}


.category_box_left2 p.minip2 {
  font-size: 14px;
  letter-spacing: -0.5px;
}

.category_box_right2 p.minip2 {
  font-size: 14px;
  letter-spacing: -0.5px;
}


.category_box_left3 {
  width: 45%;
  padding-left: 3.3%;

}

.category_box_right3 {
  width: 45%;
  padding-left: 4%;
}

.category_box_left3 img {
  width: 79%;
  background: #fff;
  text-align: center;
  padding: 10%;

}

.category_box_right3 img {
  width: 79%;
  background: #fff;
  text-align: center;
  padding: 10%;
}

.category_box_left3 p {
  font-size: 16px;
  letter-spacing: -0.3px;
  text-align: center;
}

.category_box_right3 p {
  font-size: 16px;
  letter-spacing: -0.3px;
  text-align: center;
}

.category_box_left3 p.minip {
  font-size: 16px;
  letter-spacing: -0.3px;
}

.category_box_right3 p.minip {
  font-size: 16px;
  letter-spacing: -0.3px;
}

.category_box_left3 p.minip3 {
  font-size: 16px;
  letter-spacing: -0.3px;
}

.category_box_right3 p.minip3 {
  font-size: 16px;
  letter-spacing: -0.3px;
}

.stext {
  letter-spacing: -0.3px;
}

.category_brand_text {
  display: inline-block;
  font-size: 16px;
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.hinmokubox2 {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 95%;
}

.kintoptext {
  display: flex;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.kintoptext2 {
  display: flex;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.kintoptext2 p {
  text-align: left;
}

.kintoptext3 h2 {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.kintoptext3 p {
  display: block;
  width: 95%;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
}


.kintoptext3 img {
  width: 35%;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}




.kintoptext_left {
  width: 60%;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}

.kintoptext_right {
  width: 40%;
  font-size: 15px;
  text-align: center;
}

.shopjireibox_top {
  display: inline-block;
  width: 95%;
  margin-bottom: 30px;
}

.shopjirei2 {
  width: 69%;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  float: left;
}

.shopjireiimg {
  width: 30%;
  float: right;
  padding-left: 1%;
}

.shopjireiimg img {
  border-radius: 10px;

}

a.more {
  width: 140px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 10px 10px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  background: #45ACFF;
  border-radius: 15px;
  transition: .4s;
  margin-bottom: 20px;
}




a.more span {

  color: #fff;

}

a.more :hover {
  color: #000;
}


.actionbtn_left {
  width: 100%;
  display: inline-block;

}

.actionbtn_right {
  width: 100%;
  display: inline-block;
}


p.days {
  color: #000;
  padding-top: 10px;
  font-size: 16px;
}

p.days2 {
  color: #000;

  font-size: 13px;
  width: 90%;
  text-align: right;
}



#wrap {
  background: #fff;
}




.hikakubox {
  display: inline-block;
  width: 95%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: left;
  background-image: url(../img/strong.png);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  padding: 2.5%;
  position: relative;
}

.hikakuimg {

  display: inline-block;
  width: 95%;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;


}


.hikakuimg2 {
  margin-bottom: 30px;
}


.hikakuleft2 {
  width: 95%;

}

.hikakuright2 {
  margin-top: 10px;
  display: inline-block;
  width: 40%;
  float: right;
  position: absolute;
  top: 320px;
  right: 20px;

}

.hikakuright2 img {
  display: inline-block;
  text-align: right;


}

.hikakutextp1 {
  margin: 0 auto;
  font-size: 15px;
  border-bottom: 1px dashed #000;
  padding-top: 10px;
  padding-bottom: 5px;

}

.hikakutextp2 {
  margin: 0 auto;
  font-size: 15px;
  border-bottom: 1px dashed #000;
  padding-top: 20px;
  padding-bottom: 5px;
}

.hikakutextp3 {
  margin: 0 auto;
  font-size: 15px;
  border-bottom: 1px dashed #000;
  padding-top: 20px;
  padding-bottom: 5px;
}

.hikakutextp4 {
  margin: 0 auto;
  font-size: 15px;
  border-bottom: 1px dashed #000;
  padding-top: 20px;
  padding-bottom: 5px;
}

span.hikakusubtitle {
  display: inline-block;
  background: #FA6E58;
  color: #fff;
  width: 265px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.hikakuleft3 {
  display: inline-block;
  width: 95%;
  height: auto;
  text-align: left;

  font-size: 15px;
}

.hikakuright {
  margin-top: 10px;
  display: inline-block;
  width: 40%;
  float: right;
  position: absolute;
  top: 300px;
  right: 20px;

}

.hikakuright img {
  display: inline-block;
  text-align: right;


}

.hikakuleft3 p span {
  margin-top: 20px;
}

.hikakuright3 {
  margin-top: 10px;
  display: inline-block;
  width: 40%;
  float: right;
  position: absolute;
  top: 280px;
  right: 20px;

}

.hikakuright3 img {
  display: inline-block;
  text-align: right;
}

.hikakuright4 {
  margin-top: 10px;
  display: inline-block;
  width: 40%;
  float: right;
  position: absolute;
  top: 290px;
  right: 20px;

}

.hikakuright4 img {
  display: inline-block;
  text-align: right;
}

.hikakuright5 {
  margin-top: 10px;
  display: inline-block;
  width: 40%;
  float: right;
  position: absolute;
  top: 350px;
  right: 20px;

}

.hikakuright5 img {
  display: inline-block;
  text-align: right;
}

.hikakuright6 {
  margin-top: 10px;
  display: inline-block;
  width: 40%;
  float: right;
  position: absolute;
  top: 270px;
  right: 20px;

}

.hikakuright6 img {
  display: inline-block;
  text-align: right;
}

.hikakuright7 {
  margin-top: 10px;
  display: inline-block;
  width: 40%;
  float: right;
  position: absolute;
  top: 370px;
  right: 20px;

}

.hikakuright7 img {
  display: inline-block;
  text-align: right;
}

.hikakubottom {
  display: inline-block;
  width: 790px;
  margin-top: 20px;
}

.hikakubottom_1 {
  width: ;
}

.hikakubottom_1 {
  width: ;
}

.hikakubottom_1 {
  dispay: inline-block;
  width: 240px;
  float: left;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
}

.hikakubottom_2 {
  dispay: inline-block;
  width: 30px;
  float: left;
  padding-top: 10px;
  margin-left: 9px;
  width: 21px;
}

.hikakubottom_3 {
  dispay: inline-block;
  width: 130px;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding-top: 60px;
  text-align: center;

}

.ykakaku {
  color: #C8B711;
}

.bkakaku {
  color: #E95112;
}

.dkakaku {
  color: #EC3E3D;
}

.tasya {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;

}

.asya {
  float: left;
  text-align: center;
  width: 100px;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.bsya {
  float: left;
  text-align: center;
  width: 100px;
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.csya {
  float: right;
  text-align: center;
  width: 100px;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.hikakubigcenter {
  display: inline-block;
  width: 95%;
  height: auto;
  margin-top: 10px;


  text-align: center;
  font-weight: 900;

}

.hikakubigcenter h2 {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.hikakubigcenter2 {
  display: inline-block;
  width: 600px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 38px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5em;
}

.hikakubig_text {
  color: #ff0000;
  font-size: 25px;
  font-weight: 900;

}

span.blue {
  display: inline-block;
  color: #0d4988;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

span.blue2 {
  color: #333;
  font-weight: bold;
}


table.type08 {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-top: 20px;
  table-layout: fixed;
  margin: auto;
  margin-bottom: 20px;


}

table.type08 thead {
  border: 1px solid #ccc;
  background: #ffffff;
}

table.type08 td.wh {
  padding: 10px;

  vertical-align: middle;
  color: #ff0000;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #ffffff;
  line-height: 1.5;
  font-size: 18px;
  width: 100%;
  display: block;
}

table.type08 td.bl {
  padding: 10px;

  vertical-align: middle;
  color: #ffffff;
  background: #0d4988;
  line-height: 1.5;
  font-size: 15px;
  width: 100%;
  display: block;
}


.uchiwake {
  font-size: 15px;
  color: #000;
}


.hikakucenter {
  display: inline-block;
  width: 95%;
  height: auto;
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  font-weight: bolder;
  line-height: 1.5em;
}


.hikakucenter3 {
  display: inline-block;
  float: left;
  height: auto;
  margin-top: 10px;
  width: 50%;

  font-weight: bolder;

}

#faq {
  width: 95%;
  margin: 0 auto;
}

.faqbtn {
  width: 250px;
  margin: 0 auto;
  margin-top: 20px;
}


.hikakucenter2 {

  display: inline-block;
  width: 770px;
  height: auto;
  margin-top: 20px;
  font-size: 25px;
  text-align: center;
  font-weight: bolder;
  color: #000;

}

.hikaku_text2 {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  background: #FFFF00;

}

.hikaku_text {
  color: #48ADFF;
  font-size: 25px;
  font-weight: bold;
}


.hikakukakaku {
  width: 45%;
  float: right;
  text-align: right;
  font-size: 15px;
}


.hikakugoukei {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  margin-top: 10px;
  border-top: 3px solid #ccc;
}

.goukeileft {
  display: inline-block;
  float: left;
  width: 30%;
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
}

.goukeiright {
  display: inline-block;
  width: 70%;
  margin-top: 15px;
  padding-top: 10px;
  float: right;
  font-weight: bold;
  text-align: right;
  color: #ff0000;
  font-size: 25px;
  margin-top: 5px;
}


.topcopy {
  margin-bottom: 30px;
}


.main_left_box8 {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: top;

}

.koe_box_in {
  display: inline-block;
  width: 100%;
  height: auto;
  background: #f9f9f9;
  text-align: center;

}


.koe_box_in3 {
  display: inline-block;
  width: 100%;
  height: auto;
  background: #f9f9f9;
  padding: 1.5em;
  box-sizing: border-box;
  margin-bottom: 20px;
}


.voiceleft {
  display: flex;
  flex-direction: column;
}


.voiceleft img {
  max-width: 180px;
  margin-bottom: 20px;
}

.voiceright {
  display: block;
  margin: 0 auto;
}

.voiceright p {
  margin: 0 auto;
  font-size: 15px;
  padding: 10px;
  line-height: 1.7em;

}

.koeimg {
  margin-left: 10px;
  width: 180px;

}

.koeimg img {
  width: 180px;
}

.voicetop {
  text-align: left;
}

.voicebottom {
  text-align: left;
  margin-top: 30px;
}

.voicebottom2 {
  display: inline-block;
  width: 100%;

  background: #F2F2F2;
  border: 5px solid #fff;
  margin-top: 30px;
  text-align: left;
}


.voicebottom p {
  font-size: 15px;

}

.voicebottom2 p {
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7em;

}

.voicetitle {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.faq_btn {
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}


.imgprice {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;

}

.digest {
  display: inline-block;
  width: 100%;
  background: #595959;
  color: #fff;
  position: relative;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  font-size: 20px;


  overflow: hidden;
}

.digest img {
  width: 30px;

}

.digest h2 {
  font-size: 16px;
  padding-top: 10px;

}

.digest p {
  margin: 0 auto;
  font-size: 18px;

  font-weight: 900;
  text-align: center;
  letter-spacing: -0.3px;
  text-shadow: rgba(0, 0, 0, .3) 5px 5px 5px;

}

.date {
  font-size: 16px;
  margin: 0 auto;
}

.digest p.dateshop {
  margin: 0 auto;
  font-size: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
  text-align: center;
  text-shadow: rgba(0, 0, 0, .3) 3px 3px 3px;
}

.digest .ribbon {
  position: absolute;
  top: 0;
  left: 40px;
  width: 160px;
  height: 30px;
  line-height: 30px;
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#ce0411+2,a80316+45,870209+100 */
  background: rgb(206, 4, 17);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(206, 4, 17, 1) 2%, rgba(168, 3, 22, 1) 45%, rgba(135, 2, 9, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(206, 4, 17, 1) 2%, rgba(168, 3, 22, 1) 45%, rgba(135, 2, 9, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(206, 4, 17, 1) 2%, rgba(168, 3, 22, 1) 45%, rgba(135, 2, 9, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0411', endColorstr='#870209', GradientType=0);
  /* IE6-9 */
  color: white;
  font-size: 15px;
  text-align: left;
  padding-left: 50px;
  font-weight: 900;
  -webkit-transform: rotate(-45deg) translate(-70px, -70px);
  -moz-transform: rotate(-45deg) translate(-70px, -70px);
  -ms-transform: rotate(-45deg) translate(-70px, -70px);
  -o-transform: rotate(-45deg) translate(-70px, -70px);
  transform: rotate(-45deg) translate(-70px, -70px);
}

.digestin {
  display: inline-block;
  width: 100%;
  background: #282828;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5);
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}


.digestin3 {
  display: inline-block;
  width: 100%;
  background: #282828;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.digestleft {
  display: inline-block;
  float: left;
  margin-left: 30px;
  color: #ffff00;
  font-weight: 900;
  padding-top: 3px;
  font-size: 18px;
}

.digestright {
  display: inline-block;
  float: right;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  margin-right: 30px;

}

.digestleft_md {
  display: inline-block;

  margin-left: 30px;
  color: #ffff00;
  font-weight: 900;
  padding-top: 3px;
  font-size: 28px;
  margin-bottom: 20px;

}

.digestright_md {
  display: inline-block;


  color: #fff;
  font-size: 35px;
  font-weight: 900;
  margin-right: 30px;
  margin-bottom: 20px;

}


.digestleft_md2 {
  display: inline-block;

  margin-left: 30px;
  color: #ffff00;
  font-weight: 900;
  padding-top: 3px;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 20px;

}

.digestright_md2 {
  display: inline-block;


  color: #fff;
  font-size: 35px;
  font-weight: 900;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-top: 20px;

}


span.dimini {
  font-size: 20px;
  margin-left: 5px;
}

span.diminib {
  font-size: 25px;
  margin-left: 35px;
}



.pan {
  display: inline-block;
  width: 95%;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 20px;
}

.main_left_box5 {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #F9F9F9;
  margin-bottom: 30px;

}

p.statetext {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}

.statebox {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  margin: 0 auto;
}

.stateleft {
  display: inline;
  width: 46%;
  float: left;
  margin-left: 10px;
  font-size: 15px;
  margin-bottom: 30px;
}

.stateright {
  display: inline;
  width: 46%;
  float: left;
  margin-left: 10px;
  font-size: 15px;
  margin-bottom: 30px;
}


.statetile {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
}

.statetile h2 {
  font-size: 20px;
}

.statered {
  font-size: 22px;
  font-weight: 900;
  color: #ff0000;
  line-height: 1.5em;
}

.statebox p {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}

/*-------------------------
3つの理由CSS
-------------------------*/

.main_left_box4 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;


  z-index: -1;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}

.main_left_box5 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;


  z-index: -1;

  margin-bottom: 30px;
}


.reason_box {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.reason_box_in {
  display: inline-block;
  width: 100%;
  margin: 0 auto;

  margin-bottom: 0px;
  text-align: center;
}

.reason_box_left {
  display: inline-block;
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}

.reason_box_left img {
  display: inline-block;
  width: 30%;
  float: left;
}

.reason_box_left p {
  display: inline-block;
  width: 66%;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 14px;
  float: right;

}

.reason_box_right {
  display: inline-block;
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;

}

.reason_box_right img {
  display: inline-block;
  width: 30%;
  float: left;
}

.reason_box_right p {
  display: inline-block;
  width: 66%;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 14px;
  float: right;

}

/* 店舗ページ用価格表 */

.digest2 {
  display: inline-block;
  width: 100%;
  background: #595959;
  color: #fff;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  font-size: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.digest2 img {
  width: 30px;

}

.digest2 p {
  margin: 0 auto;
  font-size: 18px;
  padding-top: 20px;

  font-weight: 900;
  text-align: center;
  letter-spacing: -0.3px;
  text-shadow: rgba(0, 0, 0, .3) 5px 5px 5px;

}



.digest2 .dateshop {
  margin: 0 auto;
  font-size: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
  text-align: center;
  text-shadow: rgba(0, 0, 0, .3) 3px 3px 3px;
}




.digest2 .ribbon2 {
  position: absolute;
  top: 0;
  left: 30px;
  width: 160px;
  height: 30px;
  line-height: 30px;
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#ce0411+2,a80316+45,870209+100 */
  background: rgb(206, 4, 17);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(206, 4, 17, 1) 2%, rgba(168, 3, 22, 1) 45%, rgba(135, 2, 9, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(206, 4, 17, 1) 2%, rgba(168, 3, 22, 1) 45%, rgba(135, 2, 9, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(206, 4, 17, 1) 2%, rgba(168, 3, 22, 1) 45%, rgba(135, 2, 9, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0411', endColorstr='#870209', GradientType=0);
  /* IE6-9 */
  color: white;
  font-size: 13px;
  text-align: left;
  padding-left: 60px;
  font-weight: 900;
  -webkit-transform: rotate(-45deg) translate(-70px, -70px);
  -moz-transform: rotate(-45deg) translate(-70px, -70px);
  -ms-transform: rotate(-45deg) translate(-70px, -70px);
  -o-transform: rotate(-45deg) translate(-70px, -70px);
  transform: rotate(-45deg) translate(-70px, -70px);



}


.digest2 .ribbon3 {
  position: absolute;
  top: 0;
  left: 30px;
  width: 210px;
  height: 40px;
  line-height: 40px;
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#ce0411+2,a80316+45,870209+100 */
  background: rgb(206, 4, 17);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(206, 4, 17, 1) 2%, rgba(168, 3, 22, 1) 45%, rgba(135, 2, 9, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(206, 4, 17, 1) 2%, rgba(168, 3, 22, 1) 45%, rgba(135, 2, 9, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(206, 4, 17, 1) 2%, rgba(168, 3, 22, 1) 45%, rgba(135, 2, 9, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0411', endColorstr='#870209', GradientType=0);
  /* IE6-9 */
  color: white;
  font-size: 20px;
  text-align: left;
  padding-left: 50px;
  font-weight: 900;
  -webkit-transform: rotate(-45deg) translate(-70px, -70px);
  -moz-transform: rotate(-45deg) translate(-70px, -70px);
  -ms-transform: rotate(-45deg) translate(-70px, -70px);
  -o-transform: rotate(-45deg) translate(-70px, -70px);
  transform: rotate(-45deg) translate(-70px, -70px);




}

.digestin2 {
  display: inline-block;
  width: 100%;
  background: #282828;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5);
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 6px;


}

.tb_left {}

.tb_right {}

.digestin2 td.hini {
  font-size: 16px;
  color: #FFFF00;
  width: 60%;
  padding-left: 3%;
  text-align: left;
}


.digestin2 td.kingaku {
  font-size: 18px;
  color: #FFF;
  width: 20%;
  text-align: right;
}


.digestleft2 {
  display: inline-block;


  color: #ffff00;
  font-weight: 900;
  padding-top: 3px;
  font-size: 15px;
  text-align: left;
}

.digestright2 {
  display: inline-block;
  text-align: right;
  margin-left: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

span.dimini2 {
  font-size: 15px;
  margin-left: 5px;
  margin-right: 12px;
}

span.dimini3 {
  font-size: 22px;
  margin-left: 30px;
  margin-right: 12px;
}

.digestleft3 {
  display: inline-block;


  color: #ffff00;
  font-weight: 900;
  padding-top: 3px;
  font-size: 15px;

}

.digestright3 {
  display: inline-block;

  margin-left: 120px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.digestleft4 {
  display: inline-block;


  color: #ffff00;
  font-weight: 900;
  padding-top: 6px;
  font-size: 15px;

}

.digestright4 {
  display: inline-block;

  margin-left: 110px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;

  padding-top: 3px;
}

.digestleft5 {
  display: inline-block;

  color: #ffff00;
  font-weight: 900;
  padding-top: 6px;
  font-size: 15px;

}

.digestright5 {
  display: inline-block;

  margin-left: 115px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  padding-top: 3px;
}

hr {
  border: 0;
  border-top: 2px groove #5a5a5a;
  margin-bottom: 1px;
  width: 98%;
}

.effect62 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect62:before,
.effect62:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.effect62:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.kakaku_title {
  display: block;
  text-align: center;
}

#navi li {}

main {
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

main p {
  line-height: 1.5em;
  font-size: 20px;
  padding: 10px;
}


.takuhaibox3 {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.takuhaiboxin3 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 1.5em;
  background: #fff;
}

.takuhaiboxinflex {
  display: flex;
  width: 95%;
  margin: 0 auto;

}


.takuhaimidashi {
  width: 95%;
  margin: 0 auto;

  font-size: 16px;
  color: #6A492C;
  font-weight: bold;
  text-align: left;
}

.takuhaiboxin4 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5em;
  background: #Fff;

}

.takuhaimibun {
  margin-top: 20px;
  width: 560px;
}

.mibuntitle {
  color: #6A492C;
  font-weight: bold;
}

.mibunchui {
  display: inline-block;
  color: #ff0000;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.takuhaibox_leftmibun {

  width: 340px;
  text-align: left;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.takuhaibox_left {
  width: 60%;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.takuhaibox_leftin {
  width: 100%;
  text-align: left;
  font-size: 25px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.takuhaibox_leftin img {}

.takuhaibox_leftin p {
  margin-top: 20px;
}

.takuhaibox_right {
  width: 40%;
  margin-top: 20px;
}

.takuhaibox_right img {
  width: 100%;
}

.housp {
  display: inline-block;
  margin-top: 40px;
}


.takuhaibox p {
  margin: 0 auto;

  margin-top: 50px;

}

.takuhaibox2 {
  display: inline-block;
  width: 810px;
  vertical-align: top;


}

.takuhaibox2 p {
  margin: 0 auto;

  margin-top: 50px;

}

p.tenpoannai {
  font-size: 25px;
  margin-bottom: 20px;
  display: inline-block;

}

.ac {
  margin-top: 20px;


  margin-bottom: 5px;
}

.btn {
  margin-top: 20px;
  width: 95%;
}


.maritbox {
  display: inline-block;
  position: relative;
  background: #F9F9F9;

  padding: 2%;
  color: #454545;
  width: 95%;


}

.maritbox:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #F9F9F9;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.maritbox p {
  text-align: left;
  font-size: 15px;
  padding-bottom: 20px;
  color: #333;
}

.maritbox h3 {
  font-size: 16px;
}


h3.maritlist {
  margin: 0 auto;
  position: relative;
  line-height: 1.5;
  font-size: 20px;
  text-align: left;
  color: #45ACFF;
  /*アイコン色*/
}

h3.maritlist:before {
  position: absolute;
  /*絶対位置*/
  font-size: 20px;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 0;
  /*アイコンの位置*/
  color: #45ACFF;
  /*アイコン色*/
}

p.maritlist2 {
  margin: 0 auto;
  position: relative;
  padding-left: 1.3em;
  /*アイコン分のスペース*/
  line-height: 1.6;
  font-size: 25px;

  text-align: left;

}

p.maritlist2:before {
  font-family: FontAwesome;
  /*忘れずに*/
  content: "\f00c";
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  font-size: 25px;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 0;
  /*アイコンの位置*/
  color: #ff0000;
  /*アイコン色*/
}

.shadow {}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.radio,
.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  font-size: 22px;
  background-color: #fff;
  border: solid 1px #A9A9A9;
  vertical-align: middle;
  cursor: pointer;
}

.radio:hover,
.checkbox:hover {
  background-color: #e2edd7;
}

.radio:hover:after,
.checkbox:hover:after {
  border-color: #53b300;
}

.radio:after,
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #A9A9A9;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}

input[type=radio]:checked+.radio:before {
  opacity: 1;
}

input[type=radio]:checked2+.radio:before {
  opacity: 1;
}


.btn-default {
  /* 文字サイズを1.4emに指定 */
  font-size: 1.4em;
  /* 文字の太さをboldに指定 */
  font-weight: bold;

  /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
  padding: 10px 30px;

  background-color: #006A6C;
  color: #fff;
  border-style: none;
  /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
  box-shadow: 2px 2px 3px 1px #666;
  -moz-box-shadow: 2px 2px 3px 1px #666;
  -webkit-box-shadow: 2px 2px 3px 1px #666;
}

.btn-default2 {
  /* 文字サイズを1.4emに指定 */
  font-size: 1.4em;
  /* 文字の太さをboldに指定 */
  font-weight: bold;

  /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
  padding: 5px 30px;

  background-color: #888;
  color: #3B3630;
  border-style: none;
  /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
  box-shadow: 2px 2px 3px 1px #666;
  -moz-box-shadow: 2px 2px 3px 1px #666;
  -webkit-box-shadow: 2px 2px 3px 1px #666;
}

.square_btn3 {
  width: 40%;

  position: relative;
  display: inline-block;
  padding: 10px 0px;
  text-decoration: none;
  color: #FFF;
  background: #FA6E58;
  /*色*/
  border-radius: 4px;
  /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;
  /*線色*/

  margin-bottom: 30px;
}

.square_btn3:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square_btn4 {
  width: 40%;

  position: relative;
  display: inline-block;
  padding: 10px 0px;
  text-decoration: none;
  color: #FFF;
  background: #FA6E58;
  /*色*/
  border-radius: 4px;
  /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;
  /*線色*/

  margin-bottom: 30px;
}

.square_btn4:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square_btn {
  width: 260px;

  position: relative;
  display: inline-block;
  padding: 20px 0px;
  text-decoration: none;
  color: #FFF;
  background: #FA6E58;
  /*色*/
  border-radius: 4px;
  /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;
  /*線色*/

  margin-bottom: 30px;
}

.square_btn:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square_btn2 {
  width: 260px;

  position: relative;
  display: inline-block;
  padding: 20px 0px;
  text-decoration: none;
  color: #FFF;
  background: #FA6E58;
  /*色*/
  border-radius: 4px;
  /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;
  /*線色*/

  margin-bottom: 30px;
}

.square_btn2:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.css_btn_class {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #268a16;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  text-decoration: none;
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#299a0b+0,299a0b+100;Green+Flat+%231 */
  background: #299a0b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #299a0b 0%, #299a0b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #299a0b 0%, #299a0b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #299a0b 0%, #299a0b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#299a0b', endColorstr='#299a0b', GradientType=0);
  /* IE6-9 */
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 1px 1px 0px 0px #caefab;
  -moz-box-shadow: inset 1px 1px 0px 0px #caefab;
  box-shadow: inset 1px 1px 0px 0px #caefab;
}

.raiten {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 80px;
  background: #00C8EC;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  font-weight: bold;
}

.takuhai {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 80px;
  background: #8BCB02;
  color: #fff;

  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  font-weight: bold;
}


.faq {
  width: 100%;
  background: #F7F3E8;
  text-align: left;
  margin-bottom: 30px;
}


a.cta,
a.cta:hover,
a.cta:visited {

  position: relative;
  display: inline-block;
  height: 58px;
  width: 90%;
  font-size: 28px;
  font-weight: 900;
  padding-left: 1px;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 17px;
  text-align: center;
  border-top: 1px solid #6b7688;
  color: #d4d2d2;
  text-shadow: 0px 1px 0px #222;
  color: #f2f1f1;
  background: #586170;
  background: -webkit-gradient(linear, left top, left bottom, from(#586170), to(#424551));
  background: -moz-linear-gradient(top, #586170, #424551);
  background: -o-linear-gradient(top, #586170, #424551);
  background: -ms-linear-gradient(top, #586170, #424551);
  background: linear-gradient(top, #586170, #424551);
  -webkit-box-shadow: 0 1px 1px #1d1e20;
  -moz-box-shadow: 0 1px 1px #1d1e20;
  box-shadow: 0 1px 1px #1d1e20;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.titlekakaku {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #45ACFF;
  display: inline-block;
  margin-bottom: 20px;
}

.titlekakaku::before,
.titlekakaku::after {
  position: absolute;
  bottom: 8px;
  z-index: -1;
  content: '';
  width: 30%;
  height: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}

.titlekakaku::before {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: .3em;
}

.titlekakaku::after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: .3em;
}


/*--------------------------------------
  TOPへ戻る スマホ
--------------------------------------*/
#page-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  text-align: center;
  z-index: 1;
}

#page-top i {
  margin: 0;
  z-index: 9999;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  display: block;
  font-size: 25px;
  background: #444 url(../img/grey_wash_wall.png) left top repeat;
  /* thnx! http://subtlepatterns.com/ */
  border-radius: 5px;
  border: 2px solid #fff;
  z-index: 9999;
}

#page-top a:hover {
  text-decoration: none;
  background: #aaa;
  color: #fff;
  z-index: 9999;
}


.riyubox {
  width: 95%;
  margin: 0 auto;
}

.riyubox_inner p {
  text-align: left;
  font-size: 15px;
  line-height: 1.7em;
  padding-bottom: 10px;
}

.riyubox_inner2 p {
  text-align: left;
  font-size: 15px;
  line-height: 1.7em;
  padding-bottom: 10px;
}

.riyubox_inner img {
  margin-left: 20px;
  width: 180px;
}

.policybox {
  width: 95%;
  margin: 0 auto;
}

.policybox_inner p {
  text-align: left;
  font-size: 15px;
}

.policybox_inner img {
  margin-left: 20px;
  width: 180px;
}

.kaitoricategory {
  width: 100%;
  margin: 0 auto;
}


.kaitoricategorybox {
  width: 50%;
  float: left;
  display: inline-block;
}

.kaitoricategorybox img {
  width: 93%;

}

.kaitoricategorybox h3 {
  font-size: 16px;
}

.blogjireitop {
  width: 100%;
  margin: 0 auto;
}


.blogjireitopbox {
  width: 95%;
  margin: 0 auto;
}

.blogjireitopbox img {
  width: 70%;
}

.blogjireitopbox p {
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 20px;
}

.pricetitle {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.storeprice {
  color: #FF0000;
  font-size: 20px;
  font-weight: bold;
}

.fc_red {
  color: #FF0000;
  font-weight: bold;
}

.category_box_in_sw {
  display: inline-block;
  width: 95%;
  background: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  vertical-align: top;
}


.kinhikaku {
  width: 95%;
  margin: 0 auto;

}

.kinhikaku h3 {
  text-align: center;
  font-size: 18px;
  background: #FA6E58;
  color: #fff;
  font-weight: normal;
  font-family: 'Spectral', YuMincho, 'Yu Mincho', serif;
}

.kinhikaku h4 {
  text-align: left;
  font-size: 16px;
  color: #FA6E58;
  padding-top: 5px;
  margin: 0 auto;
}

.kinhikaku p {
  text-align: left;
  font-size: 16px;
  color: #000;
  margin: 0 auto;
}

.hasen {
  border-bottom: 1px dotted #000;
  padding-top: 5px;
  padding-bottom: 5px;
}


.kinhikaku2 {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.kinhikaku2box {
  display: flex;
  width: 95%;
  margin: 0 auto;
}

.kinhikaku2left {
  width: 50%;
  font-weight: bold;
}

.kinhikaku2right {
  width: 50%;
  text-align: right;
  font-weight: bold;
}

.kinhikaku2right p {
  text-align: right;
}

.kinhikaku2boxb {
  display: inline-block;
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;

}

.kinhikaku2box p {
  font-size: 18px;
}

.kinhikaku2boxb p {
  font-size: 18px;
  padding-bottom: 5px;
}

.kinhikaku2leftb {
  width: 50%;
  float: left;
}

.kinhikaku2rightb {
  width: 50%;
  text-align: right;
  float: right;
}

.kinhikaku2rightb p {
  text-align: right;
}

.c_o {
  color: #DE906A;
  font-weight: bold;
}

.c_r {
  color: #F90912;
  font-weight: bold;
}


.kakakunon {
  display: none;
}



.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  background: #FFF;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 0;
}

.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}

.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, .7);
}

.overlay::after {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255, 255, 255, 0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.side-open .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, .8);
}

h1 {
  color: #45ACFF;
  font-weight: bold;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.toptext {
  text-align: center;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}


.header {
  padding: 100px 0;
  background: #161616;
  color: #fff;
}

.header h1,
.contents h1 {
  margin-bottom: 30px;
  font-size: 20px;
}

.contents {
  padding: 150px 0 250px;
}

.contents p {
  margin-bottom: 50px;
}

.footer {
  padding: 150px 0;
  background: #fff;
}

/* --------------------------------------------------- btn */
.btn__box {
  position: relative;
  text-align: center;
  z-index: 2;
}

.btn__box a {
  display: block;
  width: 198px;
  height: 38px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 13px;
  color: #1a1e24;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #1a1e24;
}

.btn__box a:hover {
  color: #fff !important;
  background: #1a1e24;
}

.btn__box--svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 214px;
  height: 54px;
  margin: auto;
  z-index: -1;
}

.btn__box--svg rect {
  fill: transparent;
  stroke: #1a1e24;
  stroke-width: 1px;
  stroke-dasharray: 242px;
  stroke-dashoffset: 256px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.btn__box a:hover+.btn__box--svg rect {
  stroke-width: 2px;
  stroke-dasharray: 600px;
  stroke-dashoffset: 0;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  box-sizing: border-box;
  width: 300px;
  height: 100%;
  padding-top: 70px;
  text-align: left;
  font-size: 13px;
  background: #fff;
  z-index: 0;

}

.side-menu2 {
  position: fixed;
  top: 0;
  right: -100%;
  box-sizing: border-box;
  width: 300px;
  height: 100%;
  padding-top: 70px;
  text-align: left;
  font-size: 13px;
  background: #fff;
  z-index: 0;

}

.side-open .side-menu {
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 300px;
  height: 100%;
  padding-top: 70px;
  text-align: left;
  font-size: 13px;
  background: #fff;
  z-index: 0;

}

.side-open .side-menu2 {
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 300px;
  height: 100%;
  padding-top: 70px;
  text-align: left;
  font-size: 13px;
  background: #fff;
  z-index: 0;

}

.imgbox {
  width: 260px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.imgbox2 {
  width: 260px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.imgbox3 {
  width: 260px;
  margin: 0 auto;
  margin-top: 20px;
}


.side-menu__ul {
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
}

.side-menu__ul--child {
  display: none;
}

.active .side-menu__ul--child {
  display: block;
}

.side-menu__ul--child li a {
  display: block;
  padding: 8px 0 8px 32px;
  font-size: 12px;
  color: #ccc;
}

.side-menu__ul>li>a,
.side-menu__ul>li h2 {
  display: block;
  padding: 10px 0 10px 20px;
  color: #fff;
}

.side-menu__ul h2 {
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.side-menu__ul>li>h2:after {
  content: ' +';
  color: #ffd800;
  font-size: 20px;
}

.side-menu__ul>li.active h2:after {
  content: ' -';
}

.side-menu__ul>li>h2:hover,
.side-menu__ul>li a:hover {
  background: #f26964;
  color: #fff;
}

/* --------------------------------------------------- ellipsis btn */
.side-menu-btn {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  padding: 10px;
  cursor: pointer;
  z-index: 4;
  background-color: rgba(77, 77, 77, 0.7);
}

.ellipsis-v {
  position: relative;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.ellipsis-v .point {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 8px 0 #161616;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ellipsis-v .point.top {
  top: 0;
}

.ellipsis-v .point.mid {
  top: 0;
  bottom: 0;
}

.ellipsis-v .point.bot {
  bottom: 0;
}

.side-menu-btn:hover .top {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.side-menu-btn:hover .bot {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.side-open .side-menu-btn:hover .top,
.side-open .top {
  width: 42px;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-open .mid {
  opacity: 0;
}

.side-open .side-menu-btn:hover .bot,
.side-open .bot {
  width: 42px;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.side-open .side-menu-btn:hover .bot,
.side-open .side-menu-btn:hover .top {
  background: #000;
}


.pcsidebox {
  display: none;
}


.swiper-container {
  width: 100%;

  margin: 0 auto;
  text-align: center;
  display: block;

}

.swiper-wrapper {
  display: block;
  width: 100%;

  margin: 0 auto;
  text-align: center;

}

.swiper-slide {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.swiper-slidein1 {
  max-height: 312px;
}

.swiper-slidein2 {}

.swiper-slidein3 {}


.strp {
  text-align: left;
  font-size: 15px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

h3.str {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  padding: 0.6em;
  background: #EEEEEE;
  color: #F35925;
  font-size: 18px;
  margin-bottom: 20px;
}

h3.str:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #EEEEEE;
  width: 0;
  height: 0;
}


h4 {
  font-size: 18px;
}

.flexbox {
  width: 100%;
}

.flexbox img {
  width: 100%;
}

.sideac {
  margin-bottom: 10px;
  font-size: 16px;
}

.sideac a {
  display: block;
}

.sideac .child {
  display: none;
  margin: 0 0 -1px;
  padding: 0;
}

.sideac .child .menu {

  color: #5e5e5e;
}

.demo .child .menu:hover {
  background: #d0d0d0;
}

.sideac .child>li {
  margin: 0px 0;
  padding: 0 0px;
}

.demo .child>li:last-child {
  border-bottom: 0;
}



.switch .menu:after {
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -1.1rem;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}

.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}



.switch2 .menu:after {
  position: absolute;
  top: 101%;
  right: 48%;
  margin-top: -1.1rem;
  content: '>';
  font-size: 1.1rem;
  color: #EB591E;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}

.switch2 .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.child01 {}



.child02 {
  color: #5e5e5e;
}

.menu {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 15px;
}

.source {
  margin: 0;
  padding: 30px 0 0;
}

.sideaclink .menu {
  background: #5C5D5C;
  color: #fff;
}

.sideaclink .menu:hover {
  background: #5C5D5C;
  text-decoration: none;
}


.inner li {
  width: 50%;
  padding: 10px;
}

.inner li a {
  color: #000;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;

}

.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #fff;
  background: #FA6E58;
  transition: .4s;
  text-align: center;
}

.btn-flat-simple:hover {
  background: #F9F9F9;
  color: #333;
}


#embed {
  display: inline-block;
  width: 100%;
  height: 280px;

  margin-bottom: 30px;
}


.brandlist {
  width: 100%;
  font-size: 13px;
  background: #F9F9F9;
}


.brandlist ul {
  width: 100%;
  list-style: none;
}

.brandlist li {
  background: #F9F9F9;
  display: inline-block;
  width: 31%;
  font-size: 11px;
  vertical-align: top;
  padding-top: 10px;
  border: none;
}

table.coinkakaku {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

table.coinkakaku th {
  width: 25%;
  color: #000;
  /*テキストカラー*/
  background: #f0f0f0 !important;
  /*背景カラー*/
  font-size: 15px;
  /*フォントサイズ*/
  padding: 7px;
  /*内側余白調整*/
  border: solid 2px #e0e0e0;
  /*見出し周りのボーダー線*/
}

table.coinkakaku td {
  width: 25%;
  color: #000;
  /*テキストカラー*/
  background: #fff !important;
  /*背景カラー*/
  font-size: 15px;
  /*フォントサイズ*/
  padding: 7px;
  /*内側余白調整*/
  border: solid 2px #e0e0e0;
  /*見出し周りのボーダー線*/
}

table.buytable tr:nth-child(odd) {
  background-color: #eee
}

table.coinkakaku2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

table.coinkakaku2 th {
  width: 25%;
  color: #000;
  /*テキストカラー*/
  background: #f0f0f0 !important;
  /*背景カラー*/
  font-size: 15px;
  /*フォントサイズ*/
  padding: 7px;
  /*内側余白調整*/
  border: solid 2px #e8e8e8;
  /*見出し周りのボーダー線*/
}

table.coinkakaku2 td {
  width: 25%;
  color: #000;
  /*テキストカラー*/
  background: #fff !important;
  /*背景カラー*/
  font-size: 15px;
  /*フォントサイズ*/
  padding: 7px;
  /*内側余白調整*/
  border: solid 2px #e0e0e0;
  /*見出し周りのボーダー線*/
}

table.buytable tr:nth-child(odd) {
  background-color: #eee
}


/*-------------------------
固定事例
-------------------------*/

.fixdcase_box {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 95%;
}

.content2 {
  display: block;
  width: 95%;
  margin: 0 auto;
  margin-top: 4px;
  margin-bottom: 30px;
}

.fixdcase_box p {
  display: inline-block;
  margin: 1px 5px 0 7px;
  font-size: 1em;
  text-align: left;
}

.morebtn {
  margin: 0 auto;
  display: inline-block;
  padding: 0.6em 0.5em;
  width: 280px;
  text-decoration: none;
  color: #FFF;
  background: #FA6E58;
  /*背景色*/
  border-bottom: solid 2px #d27d00;
  /*少し濃い目の色に*/
  border-radius: 4px;
  /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.morebtn:active {
  border-bottom: solid 2px #FA6E58;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.brandlist2 {
  width: 100%;
  font-size: 13px;
  background: #F9F9F9;
}

.brandinlist2 {
  width: 95%;

  margin: 0 auto;
}

.brandlist2 .listtitle {
  display: inline-block;
  width: 95%;
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 15px;

}

.listitembox {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;

}

.brandlist2 .listitem {
  display: table-cell;
  text-align: left;
  width: 65%;
  margin-bottom: 20px;
  font-size: 13px;
}

.listimg {
  display: table-cell;
  vertical-align: middle;

}

.brandlist2 img {
  width: 150px;
}


.spspace {
  margin-bottom: 20px;
}

/*-------------------------
topページ
-------------------------*/

.brand2_fixdcase_box {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 47%;
  height: 350px;
  float: left;
  text-align: left;
  color: #333;
  margin: 0 4px 10px 4px;
  border: solid 0.5px #C0C0C0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 1.6em;
  font-size: 15px;
}

.brand2_fixdcase_box img {
  display: block;
  width: 90%;
  margin: 6px auto 2px auto;
  border: solid 1px #C0C0C0;
}


/*タブの中身を初期非表示に*/
.ChangeElem_Panel {
  display: none;
}

/*タブを横並べに*/
.ChangeElem_Btn_Content {
  display: inline-block;
  margin-top: -25px;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
}

/*通常時のタブ装飾*/
.ChangeElem_Btn {
  width: 30%;

  border: 2px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 15px;
  font-weight: 900;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  transition: all .3s ease-in-out;
  vertical-align: middle;
}

/*カレントとホバー時のタブ装飾*/
.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
  background: #fcf7f1;
  border: 2px solid #F87820;
  box-sizing: border-box;
  color: #F87820;
}

.spacing {
  letter-spacing: -2.5px;
}

.spacing2 {
  font-size: 20px;
}

.mg {
  margin-bottom: 20px;
}

.titlekakaku2 {
  width: 95%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: #2C2B34;
  display: inline-block;

}

ul.sitmaplink {
  width: 90%;
  margin: 0 auto;
  color: #45ACFF;
  /*文字色*/
  border: dashed 2px #45ACFF;
  /*破線 太さ 色*/
  background: #F2F2E9;
  /*背景色*/
  padding: 1em 1em 1em 1em;
  margin-bottom: 20px;
}

ul.sitmaplink li {
  line-height: 1.5;
  padding: 0.2em 0;
  background: #F2F2E9;
  /*背景色*/
  font-size: 18px;
}


ul.sitmaplink li a,
ol li a {
  color: #000;
  font-size: 15px;
}


.brandlist {
  width: 100%;
  font-size: 13px;
  background: #F9F9F9;
}


.brandlist ul {
  width: 100%;
  list-style: none;
}

.brandlist li {
  background: #F9F9F9;
  display: inline-block;
  width: 31%;
  font-size: 11px;
  vertical-align: top;
  padding-top: 10px;
  border: none;
}

.btspace {
  padding-bottom: 20px;
}

.spspace {
  margin-top: 20px;
  margin-bottom: 20px;
}

.titlekakaku4 {
  font-size: 15px;
  background: #4C4C4C;
  color: #fff;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.riyubox_inner2 {
  font-size: 15px;
  text-align: left;
  margin-bottom: 20px;
}

.riyubox_inner2 img {
  margin-left: 20px;
  width: 40%;
}

table.buytable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.cp_actab_kotu img {
  width: 40%;
}


.howtobuy {
  display: inline-block;
  width: 95%;
  margin: 0 auto;
  background: #f9f9f9;
  text-align: left;
  padding: 2.5%;
}

.howtobuy img {

  width: 35%;
  margin-right: 5px;
}


.howtobuy h3.deliverybuy {
  padding-top: 10px;
  color: #45ACFF;
}

.howtobuy h3.storebuy {
  padding-top: 10px;
  color: #45ACFF;
}


.howtobuy p {
  font-size: 15px;
}

.howtobuy2 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
}

.howtobuy2 span {
  width: 30%;
  display: inline-block;
  line-height: 3em;
  background: #FA6E58;
  height: auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;

}

.howtobuy2 img {
  width: 95%;
}

.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 15px;
  width: 85%;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  background: #fff;
  /*色*/
  border-radius: 4px;
  /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;
  /*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.howmg {
  margin-top: 10px;
  margin-bottom: 10px;
}

.howmg2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

table.goldtbl2 {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px;
  table-layout: fixed;
}


.goldtbl2 tr {
  width: 100%;
}

.goldtbl2 th {
  width: 100%;
  padding: 8px 8px;
  color: #000;
  font-size: 15px;
  text-align: center;
  background: -webkit-linear-gradient(top, #F3F2E0 0%, #F3F2E0 100%);
  background: linear-gradient(to bottom, #F3F2E0 0%, #F3F2E0 100%);
  white-space: nowrap;
  border-bottom: 1px solid #CECECE;
}


.goldtbl2 td.left {
  color: #000;
  padding: 8px 8px;
  font-size: 15px;
  width: 100%;
  background-color: #E2E1D6;

  border-bottom: 1px solid #CECECE;
}

.goldtbl2 td.right {
  color: #000000;
  padding: 8px 8px;
  text-align: center;
  font-size: 15px;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #CECECE;
}

table.goldtbl2 p {
  padding: 4px 7px;
  font-size: 15px;
}


.tblbox {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.tblleft {
  width: 100%;
}

.tblright {
  width: 100%;
}



table.goldtbl3 {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px;

}


.goldtbl3 tr {
  width: 100%;
}

.goldtbl3 th {
  width: 100%;
  padding: 8px 8px;
  color: #000;
  font-size: 15px;
  text-align: center;
  background: -webkit-linear-gradient(top, #F3F2E0 0%, #F3F2E0 100%);
  background: linear-gradient(to bottom, #F3F2E0 0%, #F3F2E0 100%);
  white-space: nowrap;
  border-bottom: 1px solid #CECECE;
}


.goldtbl3 td.left {
  color: #000;
  padding: 8px 8px;
  font-size: 15px;
  width: 100%;
  background-color: #E2E1D6;

  border-bottom: 1px solid #CECECE;
}

.goldtbl3 td.right {
  color: #000000;
  padding: 8px 8px;
  text-align: center;
  font-size: 15px;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #CECECE;

}

table.goldtbl3 p {
  padding: 4px 7px;
  font-size: 15px;
}

table.goldtbl3 .r1 {
  width: 60%;
}

table.goldtbl3 .r2 {
  width: 40%;
}

table.goldtbl3 .r1b {
  width: 60%;
}

table.goldtbl3 .r2b {
  width: 40%;
}

.colortable {
  width: 100%;
  border: solid 0px #808080;
  background: #fff;
  margin: 5px 5px 15px;
  border-collapse: collapse;
  font-size: 15px;
}


.colortable th {
  padding: 4px 4px 4px;
  background: #C0C0C0;
  text-align: left;
  border: solid 1px #808080;
  word-break: break-all;
}


.colortable td {
  padding: 4px 4px 4px;
  text-align: left;
  background: #fff;
  border: solid 1px #808080;
  word-break: break-all;
  width: 50%;

}


.coinkakaku {
  width: 100%;

  background: #fff;

  border-collapse: collapse;
  font-size: 15px;
}


.coinkakaku th {
  padding: 4px 4px 4px;
  background: #C0C0C0;
  text-align: left;
  border: solid 1px #808080;
  word-break: break-all;
}


.coinkakaku td {
  padding: 4px 4px 4px;
  text-align: left;
  background: #fff;
  border: solid 1px #808080;
  word-break: break-all;

}

.coinkakaku2 {
  width: 100%;

  background: #fff;

  border-collapse: collapse;
  font-size: 15px;
}


.coinkakaku2 th {
  padding: 4px 4px 4px;
  background: #C0C0C0;
  text-align: left;
  border: solid 1px #808080;
  word-break: break-all;
}


.coinkakaku2 td {
  padding: 4px 4px 4px;
  text-align: left;
  background: #fff;
  border: solid 1px #808080;
  word-break: break-all;

}

.coinkakaku td.image {
  width: 30%;
}

.coinkakaku2 td.image {
  width: 30%;
}

.smallheading {
  font-size: 14px;
  line-height: 1.2em;
}

.chartbg {

  display: inline-block;
  width: 95%;
  background: #F9F9F9;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.chart {
  display: inline-block;
  width: 95%;

}

.redprice {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}


.hikakutitlebox {
  width: 95%;
  margin: 0 auto;
  padding: 2.5%;
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
  background: rgb(69, 72, 77);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
}

.hikakutitlebox p {
  font-size: 16px;
  color: #FFFF00;
  text-align: left;
  padding-bottom: 5px;
}

.hikakutitlebox h2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.leftbox {
  float: left;
  width: 37.5%;
  margin-right: 2.5%;

}

.rightbox {
  float: right;
  width: 60%;
}

.rightbox p {
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
}

span.bluebg {
  display: inline-block;
  background: #1F497D;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 50px;
  padding: 5px 5px 5px 5px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

span.bigbluebg {
  display: inline-block;
  width: 50px;
  background: #1F497D;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 5px 5px 5px;

}

.rightbox .redprice {
  font-size: 18px;
  color: #ff0000;
  font-weight: bold;
}

span.toujitu {
  display: block;
  text-align: right;
  font-size: 16px;
  margin-top: -5px;
}

/*金製品の重量目安一例*/

.brand3_fixdcase_box {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 47%;
  height: 290px;
  float: left;
  text-align: left;
  margin: 0 4px 10px 4px;
  border: solid 0.5px #C0C0C0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 1.7em;
}

.brand3_fixdcase_box img {
  display: block;
  width: 90%;
  margin: 6px auto 2px auto;
  border: solid 1px #C0C0C0;
}

.font_b {
  font-weight: bold;
}

.center2 {
  text-align: center;
}

.font_20 {
  font-size: 20px;
}

.font_40 {
  font-size: 30px;
}

.font_red {
  color: #ff0000;
}

.font_white {
  color: #fff;
}

.font_orange {
  color: #ff5500;
}

.widemenu_title {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  background: #3e3034;
}

.widemenu {
  display: block;
  position: relative;
  width: 100%;
  height: 220px;
  background: #fff;
  top: -66px;
  /* 上に隠す鷹さ */
  left: 0;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  opacity: 0;
  /* 	最初読み込んだときは透過 */
  z-index: 1000;
  /*　他のアイテムに対して最上位のレイヤーになるように */
  /*	opacity: 0; */
  -moz-box-shadow: 0px 13px 8px -8px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: 0px 13px 8px -8px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 0px 13px 8px -8px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 13px 8px -8px rgba(0, 0, 0, 0.49);
}

.widemenu a:link {
  color: #333;
}

.widemenu a:visited {
  color: #000000;
}

.widemenu a:hover {
  color: #000000;
}

.widemenu a:active {
  color: #000000;
}

.widemenu1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 49%;
  height: 95px;
  background: #fff;
  line-height: 1.3;
  box-sizing: border-box;
}

.widemenu1:hover,
.widemenu2:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
}

.fontmargin1 {
  margin-top: 10px;
}

.fontmargin2 {
  margin-top: 10px;
}

.fontmargin3 {
  margin-top: 10px;
}

.fontmargin4 {
  margin-left: 6px;
}

.border1 {
  border-bottom: solid 2px #C0C0C0;
  border-right: solid 2px #C0C0C0;
}

.border2 {
  border-bottom: solid 2px #C0C0C0;
}

.border3 {
  border-right: solid 2px #C0C0C0;
}

#ido1,
#ido2,
#ido3,
#ido4 {
  display: block;
  padding-top: 260px;
  margin-top: -260px;
}

/* 新mini価格表 */

.tb_left2 {
  display: inline-block;
  width: 205px;
  margin-right: auto;
  border-bottom: 1px solid #5A5A5A;
}

.tb_right2 {
  display: inline-block;
  width: 155px;
  margin-left: auto;
  border-bottom: 1px solid #5A5A5A;
}

.tb_left3 {
  display: inline-block;
  width: 205px;
  margin-right: auto;
  border-bottom: 1px solid #5A5A5A;
}

.tb_right3 {
  display: inline-block;
  width: 155px;
  margin-left: auto;
  border-bottom: 1px solid #5A5A5A;
}

.digestin2 td.hini1 {
  font-size: 14px;
  color: #FFFF00;
  width: 130px;
  padding-left: 3%;
  text-align: left;
}

.digestin2 td.hini2 {
  font-size: 14px;
  color: #FFFF00;
  width: 130px;
  padding-left: 3%;
  text-align: left;
}

.digestin2 td.hini3 {
  font-size: 14px;
  color: #FFFF00;
  width: 132px;
  padding-left: 3%;
  text-align: left;
}

.digestin2 td.hini4 {
  font-size: 14px;
  color: #FFFF00;
  width: 130px;
  padding-left: 3%;
  text-align: left;
}


.digestin2 td.kingaku1 {
  font-size: 16px;
  color: #FFF;
  width: 78px;
  text-align: right;
}

.digestin2 td.kingaku2 {
  font-size: 16px;
  color: #FFF;
  width: 102px;
  text-align: right;
}

.digestin2 td.kingaku3 {
  font-size: 16px;
  color: #FFF;
  width: 75px;
  text-align: right;
}

.digestin2 td.kingaku4 {
  font-size: 16px;
  color: #FFF;
  width: 102px;
  text-align: right;
}

span.dimini4 {
  font-size: 15px;
  margin-left: 5px;
  margin-right: 4px;
}

.orikaeshi {
  display: inline-block;
}

.orikaeshi2 {
  display: inline-block;
}


.f_koan {
  color: #fff;
}

.m_topkoan {
  margin-top: 10px;
}

.menuleft {
  float: left;
  width: 49.5%;
  background: #797A79;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.menuleft a {
  padding: 8px;
  font-size: 14px;
  color: #fff;

}

.menuright {
  float: right;
  width: 50%;
  background: #797A79;
  padding: 3px;
  border-bottom: 1px solid #dddddd;
}

.menuright a {
  padding: 8px;
  font-size: 14px;
  color: #fff;
}

.spacetop {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;

}

.spacetop2 {
  display: block;
  margin-top: 20px;

}

.single {
  float: left;
  width: 100%;
  background: #797A79;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.single a {
  padding: 8px;
  font-size: 14px;
  color: #fff;

}

.sidemenubg2 {
  display: inline-block;
  width: 100%;
}

/*---------CARD中身----------*/
/*sp*/
.card {
  padding: 0em 0 0em 0;
  margin-top: 20px;
}

.card__area {
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.card__box {
  width: 47.5%;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;

  border: 1px solid #f5a210;
}

.card__box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mgspacesp {
  margin-right: 10px;
}


.card__catch {
  position: relative;
  bottom: auto;
  margin-top: -30%;
  font-size: 1.375em;
  background: rgba(255, 255, 255, .87);
}

.card__catch:hover {
  color: #666;
}

.card__ttl {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 0em;

}

.card__txt {
  font-size: 13px;
  line-height: 1.6;
}


#navi2 {}

.menuleft {
  float: left;
  width: 49.5%;
  background: #797A79;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.menuleft a {
  padding: 8px;
  font-size: 14px;
  color: #fff;

}

.menuright {
  float: right;
  width: 50%;
  background: #797A79;
  padding: 3px;
  border-bottom: 1px solid #dddddd;
}

.menuright a {
  padding: 8px;
  font-size: 14px;
  color: #fff;
}

.minilinktext2 {
  font-size: 13px;

}


.minilinktext {
  font-size: 11px;
  letter-spacing: -0.3px;

}

.spacetop {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;

}

.sidemenubg2 {
  display: inline-block;
  width: 100%;
}


/*---------POINT----------*/

.point__area {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.point__list {
  counter-reset: num;
}

.point__item {
  display: flex;
  padding-bottom: 1em;
  width: 70vw;
}

.point__item:nth-child(2) {
  padding-left: 5vw;
}

.point__item:nth-child(4) {
  padding-left: 5vw;
}

.point__img {
  max-width: 370px;
  flex: 1 0 30vw;
}

.point__img img {
  border-radius: 10px
}

.point__inner {
  padding-left: 2rem;
}

.point__subtit {
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  margin: 2em 0 0;
}

.point__subtit::before {
  content: "0" counter(num);
  counter-increment: num;
  color: #fec800;
  font-size: 1.5em;
  margin-right: .25em;
  margin-top: -.25em;
}

.point__txt {
  line-height: 1.8;
  font-size: 17px;
}

@media (max-width: 1000px) {
  .point__area {
    max-width: 100%;
  }

  .point__item {
    width: auto;
  }

  .point__subtit {
    margin-top: 0;
    font-size: 1.25em;
  }

  .point__subtit::before {
    font-size: 2.25em;
  }
}

@media (max-width: 600px) {

  .point__item {
    flex-direction: column;
  }

  .point__inner {
    padding-left: 0;
  }

  .point__list {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .point__img {
    flex-basis: 100%;
    max-width: 100%;
  }

  .point__img img {
    width: 100%;
  }

  .point__subtit {
    margin-top: 1em;
    font-size: 18px;
  }

  .point__txt {
    font-size: 15px;
  }
}

.linkright {
  padding-top: 6px;
  padding-right: 5%;
  float: right;
  font-size: 15px;
}

.sp {
  display: block;
}

table {
  border-collapse: collapse;
}

input,
select {
  -webkit-appearance: none;
  appearance: none;
}

/*-----TABLE-----*/
.sec01 {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

.tbl__box {
  width: 100%;
  padding: 30px 0 30px 0;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

.color01 {
  color: #c8a426;
  background: #fcf4d2;
}

.color02 {
  color: #7cb7cf;
  background: #e2f0fb;
}

.color03 {
  color: #999;
  background: #ececec;
}

.color04 {
  color: #fff;
  background: #aaaead;
}

.color05 {
  color: #333;
  background: #EEE2A9;
}

.color05b {
  color: #333;
  background: #8ED4ED;
}

.color05c {
  color: #333;
  background: #FBE1C6;
}


.color05d {
  color: #333;
  background: #CBD1D0;
}


.price_number {
  font-size: 1.25em;
  font-weight: bold;
  margin-right: 0.125em;
  color: #333;
}

.color052 {
  color: #333;
  background: #EEE2A9;
  width: 5em;
}


.price_number2 {
  font-size: 1.25em;
  font-weight: bold;
  margin-right: 0.125em;
  color: #333;
}


.tbl {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.tbl th,
.tbl td {
  border: 1px solid #999;
  padding: .5em 0.5em;
  text-align: center;
}

.tbl th {
  width: 6em;
  font-size: 15px;
}

.minspace {
  letter-spacing: -0.5px;
}

@media (max-width: 786px) {}

.tbl__inner {
  display: flex;
  align-items: start;
}

@media (max-width: 786px) {
  .tbl__inner {
    flex-direction: column;
  }
}

.tbl_2column {
  display: flex;
}

.tbl__tit {
  padding-left: 7px;
  border-left: 5px solid #ccc;

  margin-bottom: 20px;
}

@media (max-width: 786px) {
  .tbl_2column {
    flex-direction: column;
  }
}

/*tbl--01*/
.tbl--01 th {
  width: calc(100% / 4);
}

@media (min-width: 787px) {

  .tbl--01+.tbl--01 th,
  .tbl--01+.tbl--01 td {
    border-left: 0;
  }
}

@media (max-width: 786px) {
  .tbl--01+.tbl--01 th {
    border-top: 0;
  }
}

/*tbl--02*/
.tbl--02 {
  width: 100%;
}

.tbl--02 th,
.tbl--02 td {
  border-color: #c8a426;
}

@media (min-width: 787px) {
  .tbl--02+.tbl--02 th {
    border-left: 0;
  }
}

@media (max-width: 786px) {
  .tbl--02:last-child {
    border-bottom: 1px solid #c8a426;
  }

  .tbl--02 tbody {
    display: flex;
    flex-wrap: wrap;
  }

  .tbl--02 tr {
    width: 50%;
    display: flex;
  }

  .tbl--02 th,
  .tbl--02 td {
    display: block;
    border-bottom: 0;
  }

  .tbl--02 th {
    width: 10em;
  }

  .tbl--02 td {
    width: 100%;
    border-left: 0;
  }

  .tbl--02 tr:nth-child(2n) th {
    border-left: 0;
  }
}

@media (max-width: 500px) {
  .tbl--02 tr {
    width: 100%;
  }

  .tbl--02 tr:nth-child(2n) th {
    border-left: 1px solid;
  }
}

/*tbl--03*/
.tbl--03 th,
.tbl--03 td {
  border-color: #7cb7cf;
}

.tbl__inner--l {
  width: calc(100% / 3 * 2);
  padding-right: 10px;
}

.tbl__inner--r {
  width: calc(100% / 3);
}

@media (max-width: 786px) {

  .tbl__inner,
  .tbl__inner--l,
  .tbl__inner--r {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .tbl--03 tr {
    display: flex;
    flex-wrap: wrap;
  }

  .tbl--03 th,
  .tbl--03 td {
    display: block;
  }

  .tbl--03 tr+tr th,
  .tbl--03 tr+tr td {
    border-top: 0;
  }

  .tbl--03 th:nth-of-type(n+2),
  .tbl--03 td:nth-of-type(n+2) {
    border-top: 0;
  }

  .tbl--03 td {
    width: calc(100% - 8.25em);
    border-left: 0;
  }
}

/*tbl--04*/


/*tbl--05*/
.tbl--05 th {
  width: 12.8em;
}

.tbl--05 th,
.tbl--05 td {
  border-color: #E8D99B;
}

.tbl--05 td {
  background: #FFFCF0;
}



@media (max-width: 786px) {
  .tbl--05 tr {
    display: flex;
    flex-wrap: wrap;
  }

  .tbl--05 td {
    border-left: 0;
    width: calc(100% - 14.19em);
  }

  .tbl--05 th,
  .tbl--05 td {
    */ display: flex;
    justify-content: center;
    align-items: center;
  }

  .tbl--05 th:nth-child(n+2),
  .tbl--05 td:nth-child(n+4) {
    border-top: 0;
  }
}


/*tbl--05b*/
.tbl--05b th {
  width: 12.8em;
}

.tbl--05b th,
.tbl--05b td {
  border-color: #45ACFF;
}

.tbl--05b td {
  background: #E6F7FA;
}



@media (max-width: 786px) {
  .tbl--05b tr {
    display: flex;
    flex-wrap: wrap;
  }

  .tbl--05b td {
    border-left: 0;
    width: calc(100% - 14.19em);
  }

  .tbl--05b th,
  .tbl--05 td {
    */ display: flex;
    justify-content: center;
    align-items: center;
  }

  .tbl--05b th:nth-child(n+2),
  .tbl--05b td:nth-child(n+4) {
    border-top: 0;
  }
}

/*tbl--05c*/
.tbl--05c th {
  width: 12.8em;
}

.tbl--05c th,
.tbl--05c td {
  border-color: #FBE1C6;
}

.tbl--05c td {
  background: #FFF9FF;
}



@media (max-width: 786px) {
  .tbl--05c tr {
    display: flex;
    flex-wrap: wrap;
  }

  .tbl--05c td {
    border-left: 0;
    width: calc(100% - 14.19em);
  }

  .tbl--05c th,
  .tbl--05 td {
    */ display: flex;
    justify-content: center;
    align-items: center;
  }

  .tbl--05c th:nth-child(n+2),
  .tbl--05c td:nth-child(n+4) {
    border-top: 0;
  }
}

/*tbl--05d*/
.tbl--05d th {
  width: 12.8em;
}

.tbl--05d th,
.tbl--05d td {
  border-color: #ccc;
}

.tbl--05d td {
  background: #EFEFEF;
}



@media (max-width: 786px) {
  .tbl--05d tr {
    display: flex;
    flex-wrap: wrap;
  }

  .tbl--05d td {
    border-left: 0;
    width: calc(100% - 14.19em);
  }

  .tbl--05d th,
  .tbl--05 td {
    */ display: flex;
    justify-content: center;
    align-items: center;
  }

  .tbl--05d th:nth-child(n+2),
  .tbl--05d td:nth-child(n+4) {
    border-top: 0;
  }
}


/*-----計算-----*/
.culculator {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}

.culculator__area {
  padding: 0px 0;
  margin-bottom: 20px;
}

.culculator__tit {
  color: #45ACFF;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.culculator__box {
  background: #BEE3ED;
  display: flex;
  padding: 1.5em 1.75em;
}

.culculator__subtit {
  background: #45ACFF;
  color: #fff;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  padding: .25em 1em;
  float: left;
  margin: 0;
}

.culculator__box select,
.culculator__box input {
  border: 2px solid #45ACFF;
  font-size: 1.0125em;
  text-align: right;
  padding: .5em .5em;
  font-weight: bold;
  color: #666;
  width: 100%;
}

.culculator__inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

@media (max-width: 786px) {
  .culculator__box {
    flex-direction: column;
    padding: 1em;
  }

  .culculator__box select,
  .culculator__box input {
    font-size: .85em;
  }
}

@media (max-width: 500px) {
  .culculator__subtit {
    font-size: .9em;
  }
}

.formula {
  width: 100%;
}

.formula__area {

  justify-content: space-between;
}

.formula__box {

  flex-direction: column;
  align-items: start;
  width: 100%;
}

.formula__txt {
  width: 100%;
}

@media (max-width: 786px) {
  .formula {
    width: 100%;
  }

  .formula__area {
    width: 100%;
  }
}

@media (max-width: 786px) {
  .formula__txt {
    width: 100%;
  }
}

.arrow {
  position: relative;
  width: 100%;
}

.arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #45ACFF;
  border-right: 2px solid #45ACFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: .75em;
  bottom: .875em;
}

.arrow select {
  appearance: none;
  padding-right: 1.75em;
  width: 100%;
  background: #fff;
}


.sign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 2em;
  color: #45ACFF;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
}

.kakeru {
  margin: 0;
  display: block;
  text-align: center;
}

.equal {
  margin: 0;
}

.unit {
  font-size: 1.125em;
  font-weight: bold;
  margin-left: 5px;
}

@media (max-width: 786px) {
  .sign {
    width: 2em;
  }
}

@media (max-width: 500px) {
  .sign {
    font-size: 2em;
  }

  .unit {
    font-size: 1em;
  }
}

.answer {
  display: flex;
  width: 20%;
}

@media (max-width: 786px) {

  .formula__box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .answer__area {
    width: 80%;
    float: right;
  }

  .equal {

    margin: 0;
  }

  .answer {
    padding-top: 1em;
    width: 100%;
    justify-content: flex-end;
  }
}


/*メニューCSS*/
.menuButton,
.closeButton {
  display: block;
  height: 60px;
  width: 60px;
  top: 0;
  right: 0;
  position: fixed;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  z-index: 100;
}

.menuButton span {
  height: 2px;
  width: 60%;
  background: #45ACFF;
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.closeButton span {
  height: 2px;
  width: 60%;
  background: #45ACFF;
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menuButton span:nth-of-type(1),
.closeButton span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

.menuButton span:nth-of-type(3),
.closeButton span:nth-of-type(3) {
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}

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

  .menuButton,
  .header-mobile {
    display: none;
  }

  .scrollDown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: gray;
    display: none;
  }

  .scrollDown.is-show {
    opacity: 1;
    visibility: visible;
  }

  .menuTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px;
    background: blue;
  }

  .menuTop li {
    padding: 20px;
    color: #fff;
  }
}

.menuButton::after {
  content: 'MENU';
  position: fixed;
  top: 40px;
  right: 12px;
  font-size: 12px;
  color: #45ACFF;
}

.closeButton::after {
  content: 'CLOSE';
  position: fixed;
  top: 40px;
  right: 10px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  main {
    position: absolute;
    top: 120px;
    z-index: -1;
  }

  .g-nav-menu {
    display: none;
  }

  .menuTop,
  .scrollDown {
    display: none;
  }
}

.closeButton {
  z-index: 10;
}

.menuButton.deactive {
  opacity: 0;
  visibility: hidden;
}

.menuButton.deactive span:nth-of-type(1),
.closeButton.active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);

}

.menuButton.deactive span:nth-of-type(3),
.closeButton.active span:nth-of-type(3) {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}

.menuButton.deactive span:nth-of-type(2),
.closeButton.active span:nth-of-type(2) {
  width: 0;
}

.navDrawer {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  font-size: 30px;
  width: 300px;
  max-width: calc(100vw - 60px);
  height: 100vh;
  max-height: 100vh;
  z-index: 2;
  padding-bottom: 100px;
  overflow: auto;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.navDrawer .navSpace {
  height: 60px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}

.navDrawer .navSpace.active {
  height: 60px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

.navDrawer ul li:not(:first-of-type) {
  margin-top: 20px;
}

.navDrawer.active {
  -webkit-transform: translate(0%);
  transform: translate(0%);
  -webkit-transition: .3s;
  transition: .3s;
  max-width: 100vw;
}

.navSpace {
  position: fixed;
  width: 300px;
  height: 60px;
  top: 0;
  right: 0;
  z-index: 2;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 0.1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.mask.active {
  opacity: 0.7;
  visibility: visible;
  position: absolute;
  background: rbga(0, 0, 0, 0.7);
}

main {
  height: auto;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  max-width: 1000px;
  font-size: 30px;
}

.navDrawerTop {
  position: relative;
  background: #eee;
  height: 60px;
  width: 100%;
  z-index: 3;
}

.accordion__container {
  width: 300px;
  margin: 0 auto;
  z-index: 99;
}

.accordion__title {
  background-color: #45ACFF;
  border: 1px solid transparent;
  color: #fff;
  font-size: 17px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #fff;
}

.accordion__title::before,
.accordion__title::after {
  content: '';
  display: block;
  position: absolute;
}

.accordion__title::before {
  content: '';
  display: block;
  background-color: #45ACFF;
  position: absolute;
  top: calc(50% - $arrowButtonSize);
  width: 24px;
  height: 24px;
  right: 25px;
  border-radius: 50%;
}

.accordion__title::after {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 2px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active {
  background-color: #45ACFF;
}

.accordion__title.is-active::after {
  -webkit-transform: translateY(-2px) rotate(315deg);
  transform: translateY(-2px) rotate(315deg);
}

.accordion__content {
  display: none;
}

.accordion__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}

.accordion__list li {
  margin-top: 0 !important;
  background: #008BD3;
  padding: 5px;
}

.accordion__list li a {
  color: #fff;
  font-size: 17px;
  display: inline;
}

.header-mobile {
  position: fixed;
  width: 100%;
  z-index: 2;
}

.header-mobile-top {
  height: 60px;
  width: 100%;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.g_menu {
  display: block;
  vertical-align: top;
  width: 100%;
  margin: 0 auto;
  border-bottom: 0px solid #45ACFF;
}

.g_menuin {
  display: flex;
  width: 100%;
  margin: 0 auto
}

.g_menuin2 {
  display: flex;
  width: 100%;
  margin: 0 auto
}

.g_menuleft {
  width: 100%;
  background: #45ACFF;
  border-right: 1px solid #E6F7FA;
  border-bottom: 1px solid #E6F7FA;
  border-top: 1px solid #E6F7FA;
  padding-top: 10px;
  padding-bottom: 12px
}

.g_menuright {
  width: 100%;
  background: #45ACFF;
  border-top: 1px solid #E6F7FA;
  border-bottom: 1px solid #E6F7FA;
  border-top: 1px solid #E6F7FA;
  padding-top: 10px;
  padding-bottom: 12px
}

.g_menu a {
  display: inline-block;
  color: #fff;
  width: 100%;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.8px;
  text-align: center;
}

.header-mobile-top h1 {
  font-size: 30px;
}

.header-mobile__accordion {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #eee;
}

.header-mobile__accordion li {
  width: 25%;
  text-align: center;
  padding: 10px;
  background: #333;
}

.header-mobile__accordion li a {
  font-size: 20px;
  color: #fff;
}

.header-mobile__accordion-left,
.header-mobile__accordion-right {
  position: relative;
  color: #fff;
  width: 25%;
}

.header-mobile__accordion-left::before,
.header-mobile__accordion-right::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - $arrowButtonSize);
  width: 20px;
  height: 20px;
  right: 21px;
  border-radius: 50%;
}

.header-mobile__accordion-left::after,
.header-mobile__accordion-right::after {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 2px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.header-mobile__accordion-left.is-active::after,
.header-mobile__accordion-right.is-active::after {
  -webkit-transform: translateY(-2px) rotate(315deg);
  transform: translateY(-2px) rotate(315deg);
}

.header-mobile__slide-left,
.header-mobile__slide-right {
  width: 100%;
  background: #5C3130;
  display: none;
}

.header-mobile__slide-left ul,
.header-mobile__slide-right ul {
  padding: 20px 50px 10px 50px;
}

.header-mobile__slide-left ul a,
.header-mobile__slide-right ul a {
  display: inline;
  color: #fff;
}

.header-mobile__slide-left li,
.header-mobile__slide-right li {
  padding-bottom: 20px;
}

.mainimage {
  margin-top: 50px;
}

.c-headingtitle {
  display: block;
  letter-spacing: .05em;
  font-size: 1.5rem;
  line-height: 1.4;
  order: 1;
  background-image: linear-gradient(135deg, #b8751e 0%, #F0E685 37%, #D8B458 47%, #F0E685 50%, #EEE2A9 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  color: transparent;

  font-weight: bold;
  text-align: left;
}


.c-headingtitle2 {
  display: block;
  letter-spacing: .05em;
  font-size: 1.5rem;
  line-height: 1.4;
  order: 1;
  background-image: linear-gradient(135deg, #45ACFF 0%, #A4DDED 37%, #A4DDED 47%, #A4DDED 50%, #A4DDED 53%, #8ED4ED 63%, #45ACFF 100%);
  -webkit-background-clip: text;
  color: transparent;

  font-weight: bold;
  text-align: left;
}

.c-headingtitle3 {
  display: block;
  letter-spacing: .05em;
  font-size: 1.5rem;
  line-height: 1.4;
  order: 1;
  background-image: linear-gradient(135deg, #F89595 0%, #FFA39F 37%, #FFA39F 47%, #FFA39F 50%, #FFA39F 53%, #FFA39F 63%, #F89595 100%);
  -webkit-background-clip: text;
  color: transparent;

  font-weight: bold;
  text-align: left;
}


.c-headingtitle4 {
  display: block;
  letter-spacing: .05em;
  font-size: 1.5rem;
  line-height: 1.4;
  order: 1;
  background-image: linear-gradient(135deg, #7785A1 0%, #CBD1D0 37%, #CBD1D0 47%, #7785A1 50%, #7785A1 53%, #CBD1D0 63%, #7785A1 100%);
  -webkit-background-clip: text;
  color: transparent;

  font-weight: bold;
  text-align: left;
}




.c-headingtitle.-sub {
  font-size: 2rem;
  order: 0;
  line-height: 1.2;
  text-align: left;
}

.c-heading {
  position: relative;

  max-width: 100%;
  text-align: left !important;
}

.c-heading h2 {
  text-align: left !important;
}

.c-heading2 {
  position: relative;

  max-width: 100%;
  text-align: left !important;
}

.c-heading2 h2 {
  text-align: left !important;
}


.c-heading3 {
  position: relative;

  max-width: 100%;
  text-align: left !important;
}

.c-heading3 h2 {
  text-align: left !important;
}

.c-heading4 {
  position: relative;

  max-width: 100%;
  text-align: left !important;
}

.c-heading4 h2 {
  text-align: left !important;
}

.c-heading:before {
  position: absolute;
  bottom: -1rem;
  left: 0%;
  width: 40%;
  height: 1px;
  background-image: linear-gradient(135deg, #b8751e 100%, #ffce08 63%, #fefeb2 53%, #fafad6 50%, #fefeb2 47%, #e1ce08 37%, #b8751e 0%);
  content: '';
  transform: translateX(-50%);
}

.c-heading2:before {
  position: absolute;
  bottom: -1rem;
  left: 0%;
  width: 40%;
  height: 1px;
  background-image: linear-gradient(135deg, #45ACFF 0%, #A4DDED 37%, #A4DDED 47%, #A4DDED 50%, #A4DDED 53%, #8ED4ED 63%, #45ACFF 100%);
  content: '';
  transform: translateX(-50%);
}

.c-heading3:before {
  position: absolute;
  bottom: -1rem;
  left: 0%;
  width: 40%;
  height: 1px;
  background-image: linear-gradient(135deg, #F89595 0%, #FFA39F 37%, #FFA39F 47%, #FFA39F 50%, #FFA39F 53%, #FFA39F 63%, #F89595 100%);
  content: '';
  transform: translateX(-50%);
}

.c-heading4:before {
  position: absolute;
  bottom: -1rem;
  left: 0%;
  width: 40%;
  height: 1px;
  background-image: linear-gradient(135deg, #7785A1 0%, #CBD1D0 37%, #CBD1D0 47%, #EFEFEF 50%, #EFEFEF 53%, #CBD1D0 63%, #7785A1 100%);
  content: '';
  transform: translateX(-50%);
}



.c-subtitle {
  position: relative;
  z-index: 0;
  display: inline-block;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .c-subtitle {
    font-size: 1.5rem;
  }
}

.copybox {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}


/*F&A*/
.faq__area {
  background: #f9f9f9;
  padding: 1em;
  margin-bottom: 2em;
}

.faq__box {
  background: #fff;
  padding: 1em;
  margin-bottom: 1em;
}

.faq__tit {
  position: relative;
  text-align: left;
  padding-right: 2em;
  cursor: pointer;
  font-size: 15px;
}

.faq__tit::before {
  content: "Q";
  margin-right: 1em;
}

.faq__tit::after {
  box-sizing: border-box;
  content: '\f067';
  color: #000;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
}

.faq__tit.active::after {
  content: '\f068';
}

.faq__txt {
  display: none;
  position: relative;
  text-align: left;
  margin-top: 1em;
  font-size: 14px;
}

.faq__txt::before {
  content: "A";
  margin-right: 1em;
}


.newtitle {
  color: #45ACFF;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
  width: 95%;
  text-align: center;
}


.subtitle {
  margin: 0 auto;
  width: 95%;
  text-align: left;
  font-size: 15px;
  color: #333;
  width: 95%;
  padding-top: 10px;
  line-height: 1.8em;
}


.archive h3 {
  font-size: 20px;
  color: #FA6E58;
  background: none;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif !important;
}

.archive div {
  margin-top: 20px;
}

.archive p {
  font-size: 15px;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300;1,800&display=swap');

span.suchi {
  font-family: 'Open Sans', sans-serif;
  font-style: oblique;
  font-size: 40px !important;
  padding-right: 10px;
  padding-top: 60px;
}



/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #45ACFF;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 13px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 0px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#jirei01:checked~#jirei01_content,
#jirei02:checked~#jirei02_content,
#jirei03:checked~#jirei03_content,
#jirei04:checked~#jirei04_content,
#jirei05:checked~#jirei05_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  background-color: #45ACFF;
  color: #fff;
}


.kakakubtn,
a.kakakubtn,
button.kakakubtn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  display: block;
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-c {
  font-size: 1.8rem;

  display: block;
  overflow: hidden;

  padding: 1.5rem 0 1.5rem 3rem;

  border-bottom: 5px solid #e6d900;
  background: #fff100;
}

a.btn-c:before {
  font-size: 1.2rem;
  font-weight: bold;

  position: absolute;
  top: 1.2rem;
  left: -3.2rem;

  padding: 0 3rem;

  content: "無料!";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  transform-origin: top;

  color: #fff;
  background: #eb6100;
  -webkit-box-shadow: 0 3px 3px #e6d900;
  box-shadow: 0 3px 3px #e6d900;
}

a.btn-c:hover {
  transform: translateY(3px);

  border-bottom: 2px solid #e6d900;
  background: #fff21a;
}

#hikakujirei {

  width: 100%;
  background: #F9F9F9;
  margin: auto;
  margin-bottom: 30px;
  padding: 2.5%;
}

#hikakujirei .wrapper {
  width: auto;
  padding: 0px;
  background: #F9F9F9;
}

#hikakujirei .wrapper .pc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#hikakujirei .wrapper .left-contaienr {
  width: 40%;
}

#hikakujirei .wrapper img {
  max-width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

#hikakujirei .wrapper .right-container {
  width: 60%;
  margin-left: 25px;
  margin-right: 20px;

}

#hikakujirei .wrapper .right-container .top {
  width: 100% !important;
  display: inline-block !important;
}

#hikakujirei .wrapper .right-container .top .top-left {
  width: auto;
  width: 100%;

}

#hikakujirei .wrapper .right-container .top .top-left h3 {
  color: #45ACFF;
  font-size: 1.2rem;
  text-align: left;
}

#hikakujirei .wrapper .right-container .top .top-left ul {

  margin-top: 10px;
}

#hikakujirei .wrapper .right-container .top .top-left ul li {
  font-size: 1.0rem;
  margin-right: 20px;
  background: #f9f9f9;
  width: 100% !important;
  display: inline-block !important;

}


#hikakujirei .wrapper .right-container .top .top-right .bubble {
  width: 90% !important;
  display: inline-block;
  height: 40px;
  font-size: 0.82rem;
  color: #7a5328;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0;
  border-left: 1px solid #7a5328;
  border-bottom: 1px solid #7a5328;
  position: relative;
  line-height: 1.5em;
  margin-top: 20px;
}

#hikakujirei .wrapper .right-container .top .top-right .bubble::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -21px;
  top: 16px;
  border-right: 20px solid #7a5328;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

#hikakujirei .wrapper .right-container .top .top-right .bubble::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -20px;
  top: 15px;
  border-right: 20px solid #F9F9F9;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

#hikakujirei .wrapper .right-container .sp {
  display: none;
}


#hikakujirei .wrapper .right-container .sales-container .sales-item {
  margin-left: 18%;
  padding-top: 25px;
  text-align: left;
}

#hikakujirei .wrapper .right-container .sales-container .sales-item p {
  color: #fff;
  font-size: 1.2rem;
}

#hikakujirei .wrapper .right-container .sales-container .sales-item .sales-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 45px;
  line-height: 1.5em;
  margin-top: 0px;
}

#hikakujirei .wrapper .right-container .sales-container .sales-item .sales-flex h2 {
  font-size: 1.0rem;
  color: #f6bb46;
  letter-spacing: 0.1rem;
  line-height: 1.5em;
}

#hikakujirei .wrapper .right-container .sales-container .sales-item .sales-flex h2 span {
  font-size: 1.4rem;
  color: #f6bb46;
  letter-spacing: -0.5px;
  line-height: 1.5em;
}

#hikakujirei .wrapper .right-container .sales-container .sales-item .sales-flex p {
  font-size: 0.7rem;
  color: #fff;
  padding-bottom: 0.rem;
}

#hikakujirei .wrapper .right-container .sales-container .frame {
  position: absolute;
  top: 0;
  left: 18px;
  width: 14px;
  height: 45px;
  background: #2d2d2d;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.br {
  display: none;
}

#hikakujirei .wrapper .right-container .sales-container .triangle {
  position: absolute;
  top: 30px;
  left: 37px;
  width: 0;
  height: 0;
  border-left: 10px solid #F9F9F9;
  border-bottom: 10px solid #F9F9F9;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}

@media screen and (max-width: 414px) {
  #hikakujirei .wrapper .right-container .sales-container {
    width: 215%;
    height: 115px;
    background: #2d2d2d;
    margin-top: 15px;
    position: relative;
    top: 20px;
    left: -115%;
  }


  #hikakujirei .wrapper .right-container .conparison {
    margin-left: 0%;
    color: #45ACFF;
    text-align: center;
    font-size: 1.0rem;
    margin-top: 10px;
    font-weight: bold;
    width: 220%;
    margin-left: -130%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

}


@media screen and (max-width: 390px) {
  #hikakujirei .wrapper .right-container .sales-container {
    width: 220%;
    height: 115px;
    background: #2d2d2d;
    margin-top: 15px;
    position: relative;
    top: 10px;
    left: -121%;
  }


  #hikakujirei .wrapper .right-container .conparison {
    margin-left: 0%;
    color: #45ACFF;
    text-align: center;
    font-size: 1.0rem;
    margin-top: 10px;
    font-weight: bold;
    width: 200%;
    margin-left: -120%;
  }

}

@media screen and (max-width: 375px) {
  #hikakujirei .wrapper .right-container .sales-container {
    width: 225%;
    height: 115px;
    background: #2d2d2d;
    margin-top: 15px;
    position: relative;
    top: 10px;
    left: -127%;
  }


  #hikakujirei .wrapper .right-container .conparison {
    margin-left: 0%;
    color: #45ACFF;
    text-align: center;
    font-size: 1.0rem;
    margin-top: 10px;
    font-weight: bold;
    width: 200%;
    margin-left: -120%;
  }

}

@media screen and (max-width: 360px) {
  #hikakujirei .wrapper .right-container .sales-container {
    width: 218%;
    height: 115px;
    background: #2d2d2d;
    margin-top: 15px;
    position: relative;
    top: 10px;
    left: -118%;
  }


  #hikakujirei .wrapper .right-container .conparison {
    margin-left: 0%;
    color: #45ACFF;
    text-align: center;
    font-size: 1.0rem;
    margin-top: 10px;
    font-weight: bold;
    width: 220%;
    margin-left: -130%;
  }

}

/* CSS Document */
.column_wrap {
  font-size: 15px;
  text-align: left;
}

.column_wrap p {
  margin: .5em 0 1em;
}

.column_wrap p:last-child {
  margin-bottom: 2em;
}

.column_wrap .tt2 {
  border-bottom: double 5px #795548;
  font-size: 18px;
  font-weight: bold;
  color: #795548;
  margin: 2em 0 1em;
}

.column_wrap .width10 {
  width: 10% !important;
}

.column_wrap .width20 {
  width: 20% !important;
}

.column_wrap .width30 {
  width: 30% !important;
}

.column_wrap .width40 {
  width: 40% !important;
}

.column_wrap .width50 {
  width: 50% !important;
}

.column_wrap .width60 {
  width: 60% !important;
}

.column_wrap .width70 {
  width: 70% !important;
}

.column_wrap .width80 {
  width: 80% !important;
}

.column_wrap .width90 {
  width: 90% !important;
}

.column_wrap .width100 {
  width: 100% !important;
}

.column_wrap .width33 {
  width: 33.3% !important;
}

.column_wrap .width25 {
  width: 25% !important;
}

.column_wrap .width35 {
  width: 35% !important;
}

.column_wrap .width65 {
  width: 65% !important;
}

.column_wrap .width75 {
  width: 75% !important;
}

.wauto {
  width: auto !important;
}


.column_wrap .mb0 {
  margin-bottom: 0 !important;
}

.column_wrap .mb1em {
  margin-bottom: 1em !important;
}

.column_wrap .mb2em {
  margin-bottom: 2em !important;
}

.column_wrap .mt0 {
  margin-top: 0 !important;
}

.column_wrap .pb0 {
  padding-bottom: 0 !important;
}

.column_wrap .pb1em {
  padding-bottom: 1em !important;
}

.column_wrap .pb2em {
  padding-bottom: 2em !important;
}

.column_wrap .text_right {
  text-align: right !important;
}

.column_wrap .text_left {
  text-align: left !important;
}

.column_wrap .text_center {
  text-align: center !important;
}

.column_wrap a {
  color: #e24c31;
  text-decoration: none;
  cursor: pointer;
}

.column_wrap a:hover,
.column_wrap a img:hover {
  opacity: 0.7;
  transition: .5s;
}

.column_wrap .mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.column_wrap .btn {
  width: 100%;
}

.column_wrap .btn a {
  display: block;
  padding: 0.3em 2em;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  background: #e45045;
  box-shadow: 0 3px 0 #8b3005;
}



.column_wrap .txt_red {
  color: #F00;
}

.column_wrap .txt_bold {
  font-weight: bold;
}

.column_wrap .txt_ul {
  text-decoration: underline;
}

.column_wrap .txt_size_big {
  font-size: 1.2em;
}

.column_wrap .bg_red {
  background: #fff4f9 !important;
}

.column_wrap .bg_blue {
  background: #edf8ff !important;
}

.column_wrap .bg_green {
  background: #f5ffed !important;
}

.column_wrap .bg_yellow {
  background: #fffef2 !important;
}

.column_wrap .bg_violet {
  background: #fef4ff !important;
}

.column_wrap .bg_orange {
  background: #fbf3e7 !important;
}

.column_wrap .bg_stripe {
  background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px) !important;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px) !important;
}


.column_wrap .borderbox {
  margin: 2em auto;
  padding: 2em;
  border: 1px solid #A0A0A0;
}

.column_wrap .borderbox p:last-of-type,
.column_wrap .borderbox li:last-of-type {
  margin-bottom: 0 !important
}


.column_wrap ul {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.column_wrap ol {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.column_wrap li {
  list-style: none;
  font-size: 15px;
}

.column_wrap .list_dot li {
  list-style: inside circle !important;
  padding: 0;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.column_wrap .list_num li {
  list-style: inside decimal !important;
  padding: 0;
}

.column_wrap .listTab table {
  margin: 2em auto;
  border-collapse: collapse;
  display: block !important;
}

.column_wrap .listTab table th {
  border: 1px solid #A0A0A0;
  padding: 1em;
  background: #E0D2BA;
  text-align: center;
  width: 830px;
  max-width: 100%;
}

.column_wrap .listTab table td {
  padding: 1em;
  background: #fff;
  border: 1px solid #A0A0A0;
}

.column_wrap .va_m {
  vertical-align: middle !important;
}

.column_wrap .clm_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.column_wrap .clm_box.vtop {
  align-items: flex-start;
}

.column_wrap .clm_box.clm2>* {
  width: 48%;
}

.column_wrap .clm_box.clm3>* {
  width: 30%;
}

.column_wrap .clm_box.clm4>* {
  width: 22%;
}


.column_wrap .bq {
  margin: 2em auto;
  padding: 2em;
  background: #eee;
  border-left: 8px solid #E0D2BA;
}

.column_wrap blockquote {
  margin: 0 !important;
  word-break: break-all;
}

.column_wrap q {
  background: #eee;
  padding: 0.2em;
}

.column_wrap q::before,
.column_wrap q::after {
  content: "";
}




/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　RESPONSIVE
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/

@media only screen and (min-width: 601px) {
  .column_wrap .pcnone {
    display: none !important;
  }

  .column_wrap .spnone {
    display: block !important;
  }

}

@media only screen and (max-width:600px) {
  .column_wrap .pcnone {
    display: block !important;
  }

  .column_wrap .spnone {
    display: none !important;
  }

  .column_wrap .listTab table {
    width: 100%;
    word-break: break-all;
  }

  .column_wrap {
    padding: 0 3%;
  }

  .column_wrap .bq,
  .column_wrap .borderbox {
    padding: 1em;
  }

  .column_wrap li {
    border-bottom: none;
  }
}

.buybox {
  width: 95%;
  margin: 0 auto;
  text-align: left;
}


.buyinbox {
  margin-bottom: 20px;
}

.buytable {}

table.buytable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.buytable tr {}

table.buytable th,
table.buytable td {

  color: #000;
  /*テキストカラー*/
  background: #f7f7f7 !important;
  /*背景カラー*/
  font-size: 14px;
  /*フォントサイズ*/
  padding: 7px;
  /*内側余白調整*/
  border: solid 2px #e8e8e8;
  /*見出し周りのボーダー線*/
}

table.buytable tr:nth-child(odd) {
  background-color: #eee
}

.cp_actab_kotu img {
  width: 40%;
}

.leftsp {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.rinji {
  margin-bottom: 20px;
}

/* CSS Document */
.column_wrap {
  font-size: 15px;
  text-align: left;
}

.column_wrap p {
  margin: .5em 0 1em;
}

.column_wrap p:last-child {
  margin-bottom: 2em;
}

.column_wrap .tt2 {
  border-bottom: double 5px #795548;
  font-size: 18px;
  font-weight: bold;
  color: #795548;
  margin: 2em 0 1em;
}

.column_wrap .width10 {
  width: 10% !important;
}

.column_wrap .width20 {
  width: 20% !important;
}

.column_wrap .width30 {
  width: 30% !important;
}

.column_wrap .width40 {
  width: 40% !important;
}

.column_wrap .width50 {
  width: 50% !important;
}

.column_wrap .width60 {
  width: 60% !important;
}

.column_wrap .width70 {
  width: 70% !important;
}

.column_wrap .width80 {
  width: 80% !important;
}

.column_wrap .width90 {
  width: 90% !important;
}

.column_wrap .width100 {
  width: 100% !important;
}

.column_wrap .width33 {
  width: 33.3% !important;
}

.column_wrap .width25 {
  width: 25% !important;
}

.column_wrap .width35 {
  width: 35% !important;
}

.column_wrap .width65 {
  width: 65% !important;
}

.column_wrap .width75 {
  width: 75% !important;
}

.wauto {
  width: auto !important;
}


.column_wrap .mb0 {
  margin-bottom: 0 !important;
}

.column_wrap .mb1em {
  margin-bottom: 1em !important;
}

.column_wrap .mb2em {
  margin-bottom: 2em !important;
}

.column_wrap .mt0 {
  margin-top: 0 !important;
}

.column_wrap .pb0 {
  padding-bottom: 0 !important;
}

.column_wrap .pb1em {
  padding-bottom: 1em !important;
}

.column_wrap .pb2em {
  padding-bottom: 2em !important;
}

.column_wrap .text_right {
  text-align: right !important;
}

.column_wrap .text_left {
  text-align: left !important;
}

.column_wrap .text_center {
  text-align: center !important;
}

.column_wrap a {
  color: #e24c31;
  text-decoration: none;
  cursor: pointer;
}

.column_wrap a:hover,
.column_wrap a img:hover {
  opacity: 0.7;
  transition: .5s;
}

.column_wrap .mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.column_wrap .btn {
  width: 100%;
}

.column_wrap .btn a {
  display: block;
  padding: 0.3em 2em;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  background: #e45045;
  box-shadow: 0 3px 0 #8b3005;
}



.column_wrap .txt_red {
  color: #F00;
}

.column_wrap .txt_bold {
  font-weight: bold;
}

.column_wrap .txt_ul {
  text-decoration: underline;
}

.column_wrap .txt_size_big {
  font-size: 1.2em;
}

.column_wrap .bg_red {
  background: #fff4f9 !important;
}

.column_wrap .bg_blue {
  background: #edf8ff !important;
}

.column_wrap .bg_green {
  background: #f5ffed !important;
}

.column_wrap .bg_yellow {
  background: #fffef2 !important;
}

.column_wrap .bg_violet {
  background: #fef4ff !important;
}

.column_wrap .bg_orange {
  background: #fbf3e7 !important;
}

.column_wrap .bg_stripe {
  background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px) !important;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px) !important;
}


.column_wrap .borderbox {
  margin: 2em auto;
  padding: 2em;
  border: 1px solid #A0A0A0;
}

.column_wrap .borderbox p:last-of-type,
.column_wrap .borderbox li:last-of-type {
  margin-bottom: 0 !important
}


.column_wrap ul {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.column_wrap ol {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.column_wrap li {
  list-style: none;
  font-size: 15px;
}

.column_wrap .list_dot li {
  list-style: inside circle !important;
  padding: 0;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.column_wrap .list_num li {
  list-style: inside decimal !important;
  padding: 0;
}

.column_wrap .listTab table {
  margin: 2em auto;
  border-collapse: collapse;
  display: block !important;
}

.column_wrap .listTab table th {
  border: 1px solid #A0A0A0;
  padding: 1em;
  background: #E0D2BA;
  text-align: center;
  width: 830px;
  max-width: 100%;
}

.column_wrap .listTab table td {
  padding: 1em;
  background: #fff;
  border: 1px solid #A0A0A0;
}

.column_wrap .va_m {
  vertical-align: middle !important;
}

.column_wrap .clm_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.column_wrap .clm_box.vtop {
  align-items: flex-start;
}

.column_wrap .clm_box.clm2>* {
  width: 48%;
}

.column_wrap .clm_box.clm3>* {
  width: 30%;
}

.column_wrap .clm_box.clm4>* {
  width: 22%;
}


.column_wrap .bq {
  margin: 2em auto;
  padding: 2em;
  background: #eee;
  border-left: 8px solid #E0D2BA;
}

.column_wrap blockquote {
  margin: 0 !important;
  word-break: break-all;
}

.column_wrap q {
  background: #eee;
  padding: 0.2em;
}

.column_wrap q::before,
.column_wrap q::after {
  content: "";
}




/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　RESPONSIVE
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/

@media only screen and (min-width: 601px) {
  .column_wrap .pcnone {
    display: none !important;
  }

  .column_wrap .spnone {
    display: block !important;
  }

}

@media only screen and (max-width:600px) {
  .column_wrap .pcnone {
    display: block !important;
  }

  .column_wrap .spnone {
    display: none !important;
  }

  .column_wrap .listTab table {
    width: 100%;
    word-break: break-all;
  }

  .column_wrap {
    padding: 0 3%;
  }

  .column_wrap .bq,
  .column_wrap .borderbox {
    padding: 1em;
  }

  .column_wrap li {
    border-bottom: none;
  }
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　ベース
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */


section .column_wrap li,
.column_wrap dd {
  font-size: 100%;
}

section .column_wrap li a {
  display: inline;
}

section .column_wrap table {
  display: table;
}


.column_wrap {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 100%;
  text-align: left;
}

.column_wrap .txtbox {
  width: 95%;
  margin: 0 auto;
}

.column_wrap .txtbox p {
  margin: 0 0 2em;
  line-height: 160%;
  font-size: 16px;
}

.column_wrap .banner {
  margin: 2em auto;
  text-align: center;
}

.column_wrap .banner img {
  width: 100%;
}

.column_wrap .width10 {
  width: 10% !important;
}

.column_wrap .width20 {
  width: 20% !important;
}

.column_wrap .width30 {
  width: 30% !important;
}

.column_wrap .width40 {
  width: 40% !important;
}

.column_wrap .width50 {
  width: 50% !important;
}

.column_wrap .width60 {
  width: 60% !important;
}

.column_wrap .width70 {
  width: 70% !important;
}

.column_wrap .width80 {
  width: 80% !important;
}

.column_wrap .width90 {
  width: 90% !important;
}

.column_wrap .width100 {
  width: 100% !important;
}

.column_wrap .width33 {
  width: 33.3% !important;
}

.column_wrap .mb0 {
  margin-bottom: 0 !important;
}

.column_wrap .mb1em {
  margin-bottom: 1em !important;
}

.column_wrap .mb2em {
  margin-bottom: 2em !important;
}

.column_wrap .pb0 {
  padding-bottom: 0 !important;
}

.column_wrap .pb1em {
  padding-bottom: 1em !important;
}

.column_wrap .pb2em {
  padding-bottom: 2em !important;
}

.column_wrap .text_right {
  text-align: right !important;
}

.column_wrap .text_left {
  text-align: left !important;
}

.column_wrap .text_center {
  text-align: center !important;
}

.column_wrap .txtbox p.mb0 {
  margin-bottom: 0 !important;
}

.column_wrap .txtbox p.mb1em {
  margin-bottom: 1em !important;
}

.column_wrap .txtbox p.mb2em {
  margin-bottom: 2em !important;
}


/* ★目次 */
.column_wrap .pageindex {
  margin: 1.5em auto 6em;
  padding: 1.5em 2.5em;
  background: #fff;
  border: 1px solid #A0A0A0;
  list-style-type: none;
}

.column_wrap .pageindex p {
  font-size: 1.3em;
  line-height: 1.33;
  margin-bottom: 1em;
  color: #333;
  font-weight: bold;
}

.column_wrap .pageindex ol {
  counter-reset: item;
  list-style-type: none;
  color: inherit;
  border: none;
  background: #fff;
  padding: 0;
  margin: 0;
}

.column_wrap .pageindex ol li {
  list-style: none !important;
  background: #fff;
  font-size: 100%;
}

.column_wrap .pageindex ol li ol {
  padding-left: 1em !important;
}

.column_wrap .pageindex ol li:before {
  counter-increment: item;
  content: counters(item, "-")". ";
}

.column_wrap .pageindex ol li a {
  line-height: 35px !important;
}


/* ★リンク */
.column_wrap a {
  color: #F15920;
  text-decoration: none;
  cursor: pointer;
}

.column_wrap a:hover {
  opacity: 0.5;
}


/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　本文
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */

/* ★大見出し */
.column_wrap .tt1 {
  font-size: 1.3em;
  line-height: 1.33;
  margin: 0 0 1em;
  color: #F15920;
  background: #eee;
  padding: 1rem;
}

/* ★小見出し */
.column_wrap .tt2 {
  font-size: 1.2em;
  margin: 0 0 1em;
  padding: 0.5rem 0.5rem;
  color: #333;
  font-weight: bold;
  border-bottom: 3px solid #eee;
}

/* ★テキスト装飾 */
.column_wrap .txt_red {
  color: #F00;
}

.column_wrap .txt_bold {
  font-weight: bold;
  text-align: center;
}

.column_wrap .txt_ul {
  text-decoration: underline;
}

.column_wrap .txt_size_small {
  font-size: 12px;
}

.column_wrap .txt_size_big {
  font-size: 18px;
}

/* ★背景色 */
.column_wrap .bg_red {
  background: #FFE8F3 !important;
}

.column_wrap .bg_blue {
  background: #E1F2FE !important;
}

.column_wrap .bg_green {
  background: #E8FCDB !important;
}

.column_wrap .bg_yellow {
  background: #FFFCDB !important;
}

.column_wrap .bg_violet {
  background: #E7D5E8 !important;
}

.column_wrap .bg_orange {
  background: #FEECD2 !important;
}

.column_wrap .bg_stripe {
  background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px);
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px);
}


/* ★レイアウト */
.column_wrap .borderbox {
  margin: 0.5em auto;
  padding: 1em;
  border: 1px solid #A0A0A0;
}

.column_wrap .borderbox p:last-of-type,
.column_wrap .borderbox li:last-of-type {
  margin-bottom: 0 !important
}


.column_wrap ul {
  list-style-type: none !important;
  padding-left: 0;
  margin-left: 0;
}

.column_wrap .txtbox li {
  list-style: none;
}

.column_wrap .list_dot li {
  list-style: inside circle !important;
  padding: 0 1em;
}

.column_wrap .listTab table {
  margin: 1em auto 3em;
  border: 2px solid #595959;
  border-collapse: collapse;
}

.column_wrap .listTab table th {
  border: 1px solid #A0A0A0;
  padding: 1em;
  background: #ddd;
  text-align: center;
}

.column_wrap .listTab table td {
  padding: 1em;
  background: #fff;
  border: 1px solid #A0A0A0;
}

.column_wrap .bq {
  margin: 0.5em auto;
  padding: 1em;
  background: #f0f0f0;
  border-left: 5px solid #F15920;
  /* 左のラインの形状・色を変更する */
}

.column_wrap blockquote {
  margin: 0 !important;
  word-break: break-all;
}

.column_wrap q {
  background: #eee;
  /* 引用部分の背景色を変更する */
  padding: 0.2em;
}

.column_wrap q::before,
.column_wrap q::after {
  content: "";
}

h1.titlekakaku {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
  background: rgb(69, 72, 77);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

h1.titlekakaku::before,
h1.titlekakaku::after {
  position: absolute;
  bottom: 8px;
  z-index: -1;
  content: '';
  width: 30%;
  height: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}

h1.titlekakaku::before {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: .3em;
}

h1.titlekakaku::after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: .3em;
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　コラムリンク
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */

ul.pageNav01 {
  margin: 0 0 10px;
  padding: 10px 10px 5px;
  background: #eee;
  text-align: center;
}

ul.pageNav01 li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}

ul.pageNav01 li span,
ul.pageNav01 li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #aaa;
  text-decoration: none;
  vertical-align: middle;
}

ul.pageNav01 li a:hover {
  background: #eeeff7;
  border-color: #00f;
}

.f_koan {
  color: #fff;
}

.m_topkoan {
  margin-top: 10px;
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　コラム内移動
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */

.nav-previous a,
.nav-next>a {
  color: #304255;
  text-decoration: none;
  display: block;
}

.nav-previous,
.previous-image {
  float: left;
  padding-bottom: 7px;
  text-align: left;
  width: 49%;
  margin-left: 10px;
}

.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 48%;
  padding-bottom: 7px;
}

.nav-single+.comments-area,
#comment-nav-above {
  margin: 30px 0;
}

.nav-single {
  width: 95%;
}

.site-content nav a:hover {
  color: #2a2a2a;
}

.site-content nav span b {
  font-weight: normal;
  display: block;
  padding-bottom: 5px;
}

.site-content nav .nav-next a {
  background: url(img/next.gif) no-repeat right 2px;
  padding-right: 20px;
}

.site-content nav .nav-previous a {
  background: url(img/prev.gif) no-repeat 0px 2px;
  padding-left: 20px;
}

.banner {
  margin-bottom: 4px;
}

.banner img {
  width: 95%;
}

p.labelp {
  color: #45ACFF;
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
faqベースsp
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */


section .pageindex li,
.pageindex dd {
  font-size: 100%;
}

section .pageindex li a {
  display: inline;
}

section .pageindex table {
  display: table;
}


.pageindex {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1px;
  font-size: 100%;
  text-align: left;
}

.pageindex .txtbox {
  width: 95%;
  margin: 0 auto;
}

.pageindex .txtbox p {
  margin: 0 0 2em;
  line-height: 160%;
  font-size: 16px;
}

.pageindex .banner {
  margin: 2em auto;
  text-align: center;
}

.pageindex .banner img {
  width: 100%;
}

.pageindex .width10 {
  width: 10% !important;
}

.pageindex .width20 {
  width: 20% !important;
}

.pageindex .width30 {
  width: 30% !important;
}

.pageindex .width40 {
  width: 40% !important;
}

.pageindex .width50 {
  width: 50% !important;
}

.pageindex .width60 {
  width: 60% !important;
}

.pageindex .width70 {
  width: 70% !important;
}

.pageindex .width80 {
  width: 80% !important;
}

.pageindex .width90 {
  width: 90% !important;
}

.pageindex .width100 {
  width: 100% !important;
}

.pageindex .width33 {
  width: 33.3% !important;
}

.pageindex .mb0 {
  margin-bottom: 0 !important;
}

.pageindex .mb1em {
  margin-bottom: 1em !important;
}

.pageindex .mb2em {
  margin-bottom: 2em !important;
}

.pageindex .pb0 {
  padding-bottom: 0 !important;
}

.pageindex .pb1em {
  padding-bottom: 1em !important;
}

.pageindex .pb2em {
  padding-bottom: 2em !important;
}

.pageindex .text_right {
  text-align: right !important;
}

.pageindex .text_left {
  text-align: left !important;
}

.pageindex .text_center {
  text-align: center !important;
}

.pageindex .txtbox p.mb0 {
  margin-bottom: 0 !important;
}

.pageindex .txtbox p.mb1em {
  margin-bottom: 1em !important;
}

.pageindex .txtbox p.mb2em {
  margin-bottom: 2em !important;
}

/* ★目次 */
.pageindex {
  margin: 1.5em 5% 1em;
  padding: 1.5em 2.5em;
  background: #fff;
  border: 1px solid #A0A0A0;
  list-style-type: none;
}

.pageindex p {
  font-size: 1.3em;
  line-height: 1.33;
  margin-bottom: 1em;
  color: #333;
  font-weight: bold;
}

.pageindex ol {
  counter-reset: item;
  list-style-type: none;
  color: inherit;
  border: none;
  background: #fff;
  padding: 0;
  margin: 0;
}

.pageindex ol li {
  list-style: none !important;
  background: #fff;
  font-size: 100%;
}

.pageindex ol li ol {
  padding-left: 1em !important;
}

.pageindex ol li:before {
  counter-increment: item;
  content: counters(item, "-")". ";
}

.pageindex ol li a {
  line-height: 35px !important;
}

/* ★リンク */
.pageindex a {
  color: #F15920;
  text-decoration: none;
  cursor: pointer;
}

.pageindex a:hover {
  opacity: 0.5;
}

.pageindex ul {
  list-style-type: none !important;
  padding-left: 0;
  margin-left: 0;
}

/*---------LINEページsp----------*/

.photobox {
  width: 95%;
  height: auto;
  margin: 20px auto;
}

.photobox p {
  width: 90%;
  margin: 0 auto;
}

.txtleft {
  text-align: left;
}

.lineimg {
  vertical-align: top;
  width: 50%;
  max-width: 50%;
  height: auto;
}

.lineimg2 {
  width: 80%;
  height: 80%;
  max-width: 80%;
  margin: 0 auto;
}

.mrbottom2 {
  margin-bottom: 20px;
}

.mrbottom1 {
  margin-bottom: 20px;
}

.boxsize {
  width: 80%;
  height: 80%;
  max-width: 80%;
  margin: 20px auto;
}

.lineimg3 {
  width: 50%;
  height: 50%;
  max-width: 50%;
  margin: 0 auto;
}

.deliverybox {
  width: 95%;
  display: flex;
  margin: 0 auto 20px;
}

.deliveryboxin {
  width: 50%
}

.deliveryboxin p {
  line-height: 1.5em
}

.leftspace {
  margin-right: 5%
}

.chuibox {
  width: 100%;
  margin-bottom: 20px
}

.chuitext {
  background: #E5004F;
  padding: 2.5%;
  width: 95%;
  margin: 0 auto 20px;
}

.chuitext p {
  color: #fff
}

.mibuntext {
  width: 95%;
  margin: 0 auto 20px;
}

.mibuntext p {
  text-align: left
}

.mibuntext img {
  width: 50%;
  float: right
}

/*---------マンガ----------*/

.spnone {
  display: none;
}

.imgprice2 {

  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width:798px) {
  .imgprice2 {
    width: 95%;
  }
}

/*事例ページ　査定員のコメント　続きを見るボタン*/
.sectionside {
  text-align: center;
  margin: 10px auto;
  width: 95%;
  height: auto;
}

.assessmentarea.grad-wrap {
  padding: 0;
  /* margin: 30px 0; */
  margin: 30px 0 15px;
}

.assessmentarea .grad-item {
  height: 250px;
}

.assessmentarea .grad-item::before {
  height: 70px;
}

.assessmentarea .grad-btn {
  bottom: 0;
}

.assessmentarea .grad-trigger:checked~.grad-btn {
  display: none;
}

.assessmentarea dt {
  padding: 6px 0;
  font-weight: 700;
  color: #fff;
  background-color: #2C2B34;
  border-bottom: #292020 1px dashed;
}

.assessmentarea dd {
  font-size: 12px;
  padding: 5px 10px 10px;
}

.assessmentarea dd p {
  font-size: 15px;
}

/*事例ページ　買取商品部分*/

.swiper-container2 {
  width: 100%;

  margin: 0 auto;
  text-align: center;
  display: block;

}

.swiper-wrapper2 {
  display: block;
  width: 100%;

  margin: 0 auto;
  text-align: center;

}

.swiper-slide2 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/*事例ページ　買取商品詳細の表　アコーディオン付き*/
.headingbt {
  margin-bottom: 12px;
  padding-top: 40px;
}

#pastassessment #itemdetails h2 {
  font-size: 20px;
  border: none;
  padding: 0 30px 8px;
  margin: 30px 0 0 0;
}

#pastassessment #itemdetails h2::first-letter {
  font-size: 100%;
}

#pastassessment #itemdetails h2::before {
  display: none;
}

#itemdetails h2+p {
  font-size: 12px;
  padding: 0 30px 10px;

}

#itemdetails table {
  width: 100%;
}

#itemdetails th,
#itemdetails td {
  display: block;
  width: calc(100% - 60px);
}

#itemdetails tr:first-child th {
  border-top: #999 1px solid;
  font-weight: bold;
}

#itemdetails th {
  position: relative;
  padding: 10px 30px;
  border-bottom: #999 1px solid;
  cursor: pointer;
}

#itemdetails td {
  padding: 0 30px;
  font-size: 16px;
  border-bottom: #999 1px solid;
}

/*事例ページ　アコーディオンopen*/
#itemdetails th.open {
  border-bottom: #bbb 1px dashed;
}

#itemdetails th.open::after {
  transform: rotate(180deg);
}

#itemdetails th.open+td {
  padding: 15px 30px;
  border-bottom: #999 1px solid;
  background-color: #fafafa;
  opacity: 1;
}

#pastassessment h2:not(.kyouka) {
  margin-top: 60px;
}

/* 相場価格表示余白調整 */
.market_price {
  padding-top: 20px;
}

/* 事例一覧ページ下 ページ番号表記 */
ul.pageNav02 {
  margin: 0 0 10px;
  padding: 10px 10px 5px;
  background: #fff;
  text-align: center;
}

ul.pageNav02 li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}

ul.pageNav02 li span,
ul.pageNav02 li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #aaa;
  text-decoration: none;
  vertical-align: middle;
}

/* コラム用ボタン */
.btn2 {
margin-top: 20px;
width: 95%;
}

.css_btn_class2 {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #268a16;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    text-decoration: none;
    background: #299a0b;
    background: -moz-linear-gradient(top, #299a0b 0%, #299a0b 100%);
    background: -webkit-linear-gradient(top, #299a0b 0%, #299a0b 100%);
    background: linear-gradient(to bottom, #299a0b 0%, #299a0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#299a0b', endColorstr='#299a0b', GradientType=0);
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 1px 1px 0px 0px #caefab;
    -moz-box-shadow: inset 1px 1px 0px 0px #caefab;
    box-shadow: inset 1px 1px 0px 0px #caefab;
}

#article_body h2#single_title {
  font-size: 24px;
  word-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 24px;
}

#article_body p {
  margin-bottom: 2.1em;
  text-align: left;
}

#article_body {
  width: 95%;
  text-align: left;
  margin: 0 auto;
}

#article_body .kakakublog {
  width: 100%;
}

#article_body .kaitorikakaku {
  width: 95%;
  line-height: 1.6;
}

/* #article_body h4 {
  text-align: left;
} */