@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

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

table {
  border-collapse: collapse;
}

.wrap {
  overflow: hidden;
}

.pctop {
  width: 100%;
  height: 480px;
  background-image: url(../img/top-bg-gold.png);
}

#top {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 1120px;
  height: 480px;
  border: 0;
  overflow: hidden;
  background-size: contain;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
  vertical-align: top;

}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}


@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}


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

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 */
}

.strong {
  font-weight: bold;
}


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

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


.meberi h3.titledeco {
  margin-top: 20px;
  color: #0480A2;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3em;
}

.taishobox h3.titledeco {
  margin-top: 20px;
  color: #0480A2;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3em;
}

small {
  color: #413D3A;
}

span.clch {
  color: #DE2152;
  font-size: 35px;
}

.acd-label {
  background: #BEE3ED;
  color: #333;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  font-weight: bold;
  position: relative;
  background: #E7F7FC;
  color: #333;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  padding-right: 20px;
  position: relative;
  text-align: left;
}

.acd-content {
  display: inline-block;
  opacity: 1;
  margin-bottom: 20px;
  visibility: visible;
}

.acd-label:after {
  box-sizing: border-box;
  content: '\f067';
  color: #000;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  position: absolute;
  right: 0;
  top: 0px;
}

.acd-content p {
  text-align: left;
  display: inline-block;
  font-size: 15px;
  border: 1px solid #ccc;
  padding: 10px;
  width: 810px;
  text-align: left;
  display: inline-block;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  line-height: 1.7em;
}

.spacebottom {
  display: inline-block;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
}

.acd-check:checked+.acd-label:after {
  content: '\f068';
}

.acd-check:checked+.acd-label+.acd-content {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}


/*FAQ*/
.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: 17px;
}

.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: 15px;
}

.faq__txt::before {
  content: "A";
  margin-right: 1em;
}


/*
ヘッダー
-------------------------------------------*/
.pchead {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;

}

.flex_head-box {
  margin: 0 auto;
  width: 1120px;
  padding-left: 10px;
  /* 余白指定 */
  display: flex;
  /* フレックスボックスにする */
  align-items: stretch;
  /* 縦の位置指定 */
}

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

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

.flex_head-item:nth-child(2) {
  width: 47%;
  font-size: 11px;
  line-height: 1.5em;
  text-align: left;
  padding-top: 24px;
}

.flex_head-item p {
  font-size: 20px;
  padding-left: 20px;
}

h1 {
  color: #45ACFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.toptext {
  text-align: center;
  font-size: 16px;
}

.flex_head-item:nth-child(3) {
  width: 20%;
  padding-top: 10px;
}

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

.lefty {
  display: block;
}

.clear {
  clear: both;
}

.redtext {
  color: #ff0000;
  font-size: 25px;
  font-weight: bold;
}

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

.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: #333;
}

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

.meberi {
  display: inline-block;
  width: 830px;
  background: #fff;
}

.meberi p {
  width: 100%;
  text-align: left;
  font-size: 22px;
  line-height: 1.5em;
}

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

.komidashi {
  margin-top: 20px;
  border-top: 3px solid #295890;
  border-bottom: 3px solid #295890;
  font-size: 25px;
  font-weight: bold;
}

.komidashi_top {
  margin-top: 20px;
  border-top: 3px solid #295890;
  border-bottom: 3px solid #295890;
  font-size: 25px;
  font-weight: bold;
}

span.ybg {
  background: #ffff00;
  padding-left: 1px;
  padding-right: 1px;
}

.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;
  padding-top: 8px;
  padding-bottom: 8px;
}

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

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

.bg_blue3 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.textcontent {
  width: 410px;
  margin: 0 auto;
  margin-top: 20px;
  background: #EEEEEE;
}

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: #333;
  font-size: 20px;
  text-align: right;
}

.heading8 {
  width: 388px;
  display: inline-block;
  position: relative;
  padding: 7px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 15px;
  background-color: #723934;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 10px;
}

.heading8:before {
  content: '';
  height: 25px;
  width: 2px;
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  background-color: #fff;
  border-left: 4px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.heading9 {
  width: 386px;
  display: inline-block;
  position: relative;
  padding: 9px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 15px;
  background-color: #723934;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 10px;
}

.heading9:before {
  content: '';
  height: 25px;
  width: 2px;
  display: block;
  position: absolute;
  top: 20px;
  left: 4px;
  background-color: #fff;
  border-left: 4px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#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;
}

/*

#header{
	width: 76px;
	height: auto;
	 
    margin-right: 5px; 
    text-decoration: none;
	}
	
#header a{
	color:#fff;
	text-decoration:none;
	display: inline-block;
	background:#D60137;
	width: 76px;
	border-radius:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	}
	
	#header2{
	width: 76px;
	height: auto;
	 
    margin-right: 5px; 
    text-decoration: none;
	}
	
#header2 a{
	color:#fff;
	text-decoration:none;
	background: #1CA261;
	display: inline-block;
	width: 76px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius:5px;
	font-size: 14px;
	}

	#header3{
	width: 76px;
	height: auto;
	 
	text-decoration: none;
	}
	
#header3 a{
	color:#fff;
	text-decoration:none;
	background:#1797d3;
	display: inline-block;
	width: 76px;
	border-radius:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;

	}	
	
	
*/

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

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

.fa-times {
  color: #ff0000;
}

#my-menu {}

#my-menu ul li {

  padding-top: 10px;
}

#containersub {
  margin: 0 auto;
  width: 100%;
  height: auto;
  vertical-align: top;
}

#container {
  margin: 0 auto;
  width: 100%;
  background: #000;
  height: 312px;
  vertical-align: top;
  margin-bottom: 140px;
}

#imageRotator img {
  position: absolute;
}

header {
  position: relative;
}

.pcgmenu {
  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_menu {
  display: inline-block;
  width: 1120px;
  margin: 0 auto;
}

.g_menuin {
  display: inline-block;
  float: left;
  width: 560px;
  margin: 0 auto;
}

.g_menuin2 {
  display: inline-block;
  float: right;
  width: 560px;
  margin: 0 auto;
}

.g_menuleft {
  display: inline-block;
  width: 139px;
  float: left;
  text-align: center;
}

.g_menuright {
  display: inline-block;
  width: 140px;
  float: left;
  text-align: center;
}

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

.g_menu2 {
  display: block;
  width: 100%;
  height: 70px;
  background: #413D3A;
  margin: 0 auto;
  border-bottom: 3px solid#fff;
}

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

.dije {
  display: inline-block;
  width: 410px;
  background-color: rgba(31, 63, 157, 0.8);
  margin-top: 180px;
  height: 60px;
  animation-delay: 1s;
}

.dijetop {
  display: inline-block;
  width: 370px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: 10px;
}

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

.dijeleft {
  display: inline-block;
  width: 205px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dijeright {
  display: inline-block;
  width: 205px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;

}

.onleft {
  width: 102px;
  border-right: 1px solid #040000;
  font-size: 15px;
}

.onright {
  width: 101px;
  border-right: 1px solid #040000;
  font-size: 15px;
}

.lestright {
  width: 102px;
  font-size: 14px;
}

.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;
}

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

.newsbox iframe {
  width: 95%;
  height: 290px;
  margin: 0 auto;
}

iframe {
  width: 100%;
  height: 290px;
  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;
}

.shopbox_innerright iframe {
  height: 360px;
}

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

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

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

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

.bgbase_blue_new img {
  width: 95%;
  margin-bottom: 20px;
}

.pcimgl {
  display: inline-block;
  float: left;
}

.pcimgr {
  display: inline-block;
  margin-left: 30px;
  float: right;
}

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

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

.tokeikakaku {
  display: inline-block;
  width: 100%;
  height: 1000px;
  overflow: auto;
  /* scrollからautoに変更 */
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
}

.jirei {
  display: inline-block;
  width: 100%;
  height: 798px;
  overflow: auto;
  /* scrollからautoに変更 */
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 0 auto;
  background: #fff;
}

.kakakuhyou {
  display: inline-block;
  width: 100%;
  height: 1765px;
  overflow: auto;
  /* scrollからautoに変更 */
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  background: #fff;
}

.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;

}

.fb {
  width: 410px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.fb img {
  width: 410px;

}


.map_areabox_top {
  display: block;

  width: 410px;
  margin: 0 auto;
  background: #eee;

}

.map_areabox {
  display: block;

  width: 410px;
  clear: both;
  margin: 0 auto;

}


.map_area {
  width: 360px;
  height: auto;
  margin: 0 auto;
}



.map_area_shop {
  display: block;
  font-weight: bold;
  font-size: 15px;

  padding-top: 10px;
  padding-bottom: 10px;
  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;


}


.map_area_map {
  display: none;
  margin-top: 10px;
  margin-left: 13px;

}

.tellink {
  display: inline-block;

  width: 250px;
}

.map_area_tel {
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  color: #0066FF;
  text-align: left;
  width: 560px;
}

.map_area_adbox {
  display: inline-block;
  width: 560px;
  margin-top: 20px;


}

.map_area_ad1 {
  display: inline-block;

  width: 120px;

  margin-right: 10px;
  background: #E9E2CD;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;

}

.map_area_ad2 {
  display: inline-block;

  width: 430px;
  height: auto;
  font-size: 22px;
  text-align: left;

}


.map_area_link a {
  display: inline-block;
  width: 560px;

  margin-top: 20px;

  background: #B49158;
  font-size: 22px;
  font-weight: bold;
  text-align: center;

  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;

  margin-bottom: 10px;

}




.pagetop {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 1999;
  width: 100px;
  height: 100px;
}

.pagetop a {
  display: inline-block;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;

  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.bar {
  display: inline-block;
  width: 410px;
  height: 10px;
  margin: 0 auto;
  background: url(img/bar.png);

}



/*-------------------------
footer
-------------------------*/
div#footer {
  display: inline-block;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  background-color: #ACC7EB;
  margin-top: 30px;
}

.footerbox {
  display: inline-block;
  margin: 0px auto;
  width: 1120px;
  height: auto;
  background-color: #ACC7EB;
}


.ftbt {
  display: inline-block;
  width: 1120px;
  background: #ACC7EB;
  margin-bottom: 30px;
}

.ftbt_left {
  width: 560px;
  float: left;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.ftbt_left a {
  color: #333;
}

.ftbt_right {
  width: 560px;
  float: right;
  color: #333;
  font-size: 12px;
  text-align: right;
}

.ftbt_right a {
  color: #333;
}

.footerboxin {
  width: 100%;
  background: #ACC7EB;

}

.footerboxin a {
  color: #333;
  line-height: 1.5em;
  padding-bottom: 2px;
  display: block;
}

.footerboxin a:hover {
  text-decoration: underline;
}

.footerbox {
  display: inline-block;
  width: 1120px;
  margin: 0 auto;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 30px;

}

.ftmg {
  margin-right: 30px;

}

.tentou_shop {}

.kobu {
  width: 280px;
  margin-top: 20px;
  color: #333;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 20px;
  float: left;
}

.subcatch {
  width: 400px;
  margin: 0 auto;
  font-size: 15px;
  text-align: left;
  color: #fff;
  float: left;
}

.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;
}



.tentou_shop2 {
  display: inline-block;


  margin-bottom: 15px;

}

.tentou_shop2 a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background-color: #FF5F00;
  line-height: 1.5em;
  padding: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
  text-shadow: 2px 2px 1px #000;

}


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

}

.takuhai_shop2 {
  display: inline-block;


  margin-bottom: 15px;

}

.takuhai_shop2 a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background-color: #16A05D;

  padding: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
  text-shadow: 2px 2px 1px #000;
}


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


.tel-link {
  color: #06F;
  font-size: 15px;
  font-weight: bold;
}

.red {
  display: inline-block;
  color: #ff0000;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;

  padding-top: 20px;
}

.red2 {

  color: #ff0000;
}


.ft_linkwrap {
  display: flex;
}

.ft_linkbox {
  width: calc(100% / 4);
  padding-right: 1em;
  text-align: left;
}

.ft_tit {
  margin-bottom: .75em;
  font-size: 1.5em;
  font-weight: bold;
}

.ft_kyoka {

  font-size: 1.1em;
  line-height: 1.5em;
}

.ft_kyoka li {
  margin-bottom: 1em;
}

.ft_linkbox2 {
  display: flex;
  justify-content: center;
  margin: 2em 0;
  font-weight: bold;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

/*-------------------------
column
-------------------------*/
.col2_1 {

  width: 390px;
  height: auto;
  margin-top: 0px;
  text-align: left;
  padding: 10px;
}

.col2_2 {
  width: 390px;
  height: auto;
  margin-top: 0px;
  text-align: left;
  padding: 10px;
}

.col2_1 p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.col2_2 p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.col2_1 p.red {
  font-size: 15px;

  color: #ff0000;
  font-weight: bold;
  margin-top: 10px;
}

.col2_2 p.red {
  font-size: 15px;
  margin-top: 10px;

  color: #ff0000;
  font-weight: bold;
}


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

column3

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

.koe_box {
  display: inkibe-block;
  width: 370px;
  height: auto;
  margin: 0 auto;

}

.col3_1 {



  width: 370px;

  height: auto;

  margin-top: 0px;



  text-align: left;
  margin-bottom: 40px;

}

.col3_2 {



  width: 370px;

  height: auto;

  margin-top: 0px;

  text-align: left;
  margin-bottom: 40px;


}

.col3_3 {


  width: 370px;

  height: auto;

  margin-top: 0px;

  text-align: left;
  margin-bottom: 40px;


}

.col3_1 p {

  font-size: 15px;

  line-height: 1.8;

  color: #333;

}

.col3_2 p {

  font-size: 15px;

  line-height: 1.8;

  color: #333;

}

.col3_3 p {

  font-size: 15px;

  line-height: 1.8;

  color: #333;

}

.col3_1 p.blue {

  font-size: 15px;

  line-height: 30px;

  color: #1F3F9D;

  font-weight: bold;
  border-bottom: 1px dotted #1F3F9D;
  margin-bottom: 10px;

}

.col3_2 p.blue {

  font-size: 15px;

  line-height: 30px;

  color: #1F3F9D;

  font-weight: bold;
  border-bottom: 1px dotted #1F3F9D;
  margin-bottom: 10px;
}

.col3_3 p.blue {

  font-size: 15px;

  line-height: 30px;

  color: #1F3F9D;

  font-weight: bold;
  border-bottom: 1px dotted #1F3F9D;
  margin-bottom: 10px;
}

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;

}

.koe_box img {


  margin-bottom: 20px;
}

.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_beige2 {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #F9F9F9;

  margin-bottom: 20px;



}


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

.bgbase_beige2 {
  text-align: center;
  margin: 0px auto;
  width: 830px;
  height: auto;

  background: eee;
}

.bgbase_gray {
  display: inline-block;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  height: auto;


}


.content_news {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}





.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;


}

.bgbrown img {
  width: 410px;
}


.content_bgbase_thingray {

  display: none;
}




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



}

.space {
  display: block;
  margin: 0 auto;

  margin-bottom: 20px;


}

.sp {
  display: none;
}

.bnspace {
  margin-bottom: 10px;
}


.bnbox {
  display: inline-block;
  width: 410px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 8px;
}

.bnbox_left {

  width: 220px;
  margin: 0 auto;
  margin-left: 10px;
}

.bnbox_right {

  width: 160px;
  margin: 0 auto;
  margin-right: 10px;
}


.bnbox_left img {

  width: 220px;
}

.bnbox_right img {
  width: 160px;

}

.bnbox_right_space {
  display: inline-block;
  margin-top: 4px;

}

.margin {
  margin-top: 3px;
}





.y_text {
  background: #ffff00;
}




#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: none;
  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;

  cursor: pointer;
  color: #333;
  font-size: 18px;

  margin-top: 20px;
}



.kakaku_tab {

  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: none;
  cursor: pointer;
  color: #FFF;
  font-size: 18px;

  margin-top: 20px;
}

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


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


.d {
  display: inline-block;
  width: 175px;

}

.d2 {
  display: inline-block;
  width: 175px;

}



h4 img {
  margin-top: 8px;
  margin-right: 10px;
}

h4.aa img {}

.radius {

  border-radius: 10px 10px 0 0;
}

.radius_bottom {

  border-radius: 0 0 10px 10px;
}


section h4.aa,
dt {
  background-color: #fff;
  border-bottom: solid 1px #CCCCCC;

  padding-left: 20px;
  padding-bottom: 13px;
  padding-right: 20px;
  padding-top: 13px;
  color: #333;
  cursor: pointer;
  position: relative;
  font-size: 22px;
  text-align: left;

}

/* section h4.aa:before,
dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 16px;
  width: 13px;
  height: 13px;
  margin-top: -8px;
  background: #000;
}

section h4.aa:after,
dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 16px;
  width: 13px;
  height: 13px;
  margin-top: -13px;
  background: #fff;
} */


section h4.aa2,
dt {
  background-color: #2C2B34;
  border-bottom: solid 1px #CCCCCC;

  padding-left: 20px;
  padding-bottom: 13px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  cursor: pointer;
  position: relative;
  font-size: 25px;
  text-align: left;

}

/* section h4.aa2:before,
dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 16px;
  width: 13px;
  height: 13px;
  margin-top: -8px;
  background: #fff;
}

section h4.aa2:after,
dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 16px;
  width: 13px;
  height: 13px;
  margin-top: -13px;
  background: #2C2B34;
} */


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;


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

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

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

/*
section li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #9CF;
}
 
section li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #F2F2F2;
}
*/


/* 点滅 */
.blinking {
  -webkit-animation: blink 0.8s ease-in-out infinite alternate;
  -moz-animation: blink 0.8s ease-in-out infinite alternate;
  animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.slicknav_menu {
  display: none;
}

.js #menu {
  display: none;

}

.js .slicknav_menu {
  display: block;
}





.hinmokubox {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.hinmokuleft {
  display: inline-block;
  width: 125px;


  margin-top: 20px;
}

.hinmokuright {
  display: inline-block;
  width: 125px;
  background: #fff;


  margin-top: 20px;

}


.fix_menu_smartphone {
  display: none;
  margin: 0 auto;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.6);
  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%;
}

/*メニュー*/
.menu_box {
  display: block;
  width: 100%;
  margin: 0 auto;

}

.menu_box_last {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;

}

.menu_title {
  display: inline-block;
  width: 100%;
  background: #2B2B2A;
  height: 60px;

}

.menu_title p {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  margin-top: 16px;
}

.menu_box_in {
  display: inline-block;
  width: 100%;
  background: #E5E3DC;

}

.menu_box_left {
  position: relative;
  display: inline-block;
  width: 319px;
  height: 80px;

  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.menu_box_right {
  position: relative;
  display: inline-block;

  width: 320px;
  height: 80px;
  border-bottom: 1px solid #fff;
}

.menu_box_left a {
  display: inline-block;
  margin-top: 27px;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 300px;

  color: #333;
  text-align: left;

}

.menu_box_right a {
  display: inline-block;
  margin-top: 27px;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 300px;

  color: #333;
  text-align: left;

}

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






.chui {
  color: #ff0000;
  font-size: 18px;
}


.modeltitle {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}



.slideimg {
  width: 360px;
}


table.contacttbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid#ccc;
  border-left: 1px solid#ccc;
  border-right: 1px solid#ccc;


}

.contacttbl th {
  width: 578px;
  color: #333;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: bold;
  background-color: #E5E3DC;
  text-align: left;
  border-bottom: 1px solid #ccc;
  line-height: 1.5em;
  font-weight: normal;
}

.contacttbl td {
  width: 578px;
  color: #333;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: bold;
  background-color: #fff;
  text-align: left;
  line-height: 1.5em;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}

.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="text"] {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 22px;
  height: 50px;
}

input[type="text"]:focus {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}

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;
}

.riyu_top {
  display: inline-block;
  width: 100%;
  background: #F9F9F9;
  margin: 0 auto;

  margin-top: 20px;
  text-align: left;

}

.riyu_bottom {
  display: inline-block;
  width: 100%;
  background: #F9F9F9;
  margin: 0 auto;

  margin-bottom: 20px;
  text-align: left;

}

.riyu_bottom2 {
  display: inline-block;
  width: 100%;
  background: #F9F9F9;
  margin: 0 auto;

  margin-bottom: 20px;
  text-align: left;

}

.riyu {
  display: inline-block;
  width: 100%;
  background: #F9F9F9;
  margin: 0 auto;

  text-align: left;

}

.riyu2 {
  display: inline-block;
  width: 100%;
  background: #F9F9F9;
  margin: 0 auto;

  text-align: left;
}

.riyu_top h4 {
  text-align: left;
  color: #0F4B89;
}



.riyu_bottom h4 {
  text-align: left;
  color: #0F4B89;
}

.riyu_bottom2 h4 {
  text-align: left;
  color: #0F4B89;
}

.riyu h4 {
  text-align: left;
  color: #0F4B89;
}



.riyu2 h4 {
  text-align: left;
  color: #0F4B89;
}

.riyu_top img {
  margin-top: 10px;

}



.riyu_bottom img {
  margin-top: 10px;

  margin-right: 20px
}

.riyu_bottom2 img {
  margin-top: 10px;

  margin-right: 20px
}

.riyu img {
  margin-top: 10px;

  margin-right: 20px
}



.riyu2 img {
  margin-top: 10px;

  margin-right: 20px
}


span.koe_jin {
  display: inline-block;

  width: 518px;
  margin: 0 auto;
  text-align: right;
  font-size: 18px;
  color: #FF006C;

}

span.koe_jinm {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  font-size: 18px;
  color: #1F3F9D;

}


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

.kisyou {
  display: inline-block;
  background: #EFEFEF;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

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

.jkakaku {
  display: inline-block;
  width: 100%;
  background: #fff;
  margin-top: 20px;
  border: 1px solid #ccc;

}

.jkakaku p {
  width: 100%;

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

}

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

.brandimg_left {
  display: inline-block;

  width: 100%;
  margin-top: 20px;
}

.brandtext_right {
  display: inline-block;
  width: 100%;
  text-align: left;

}

.brandsp {
  display: inline-block;
  margin-bottom: 10px;
}




/*-------------------------
店舗情報CSS
-------------------------*/
.main_left_box7 {
  display: inline-block;
  width: 790px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  background: #F9F9F9;
  padding: 20px;

}

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


}

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

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

}

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

}

.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: 15px;
  padding-top: 10px;
  font-weight: bold;
}

.shop_info_right p.shop_addr {
  margin: 0 auto;
  font-size: 13px;
  padding-bottom: 10px;
  padding-right: 5px;


  line-height: 1.5em;
}

.category_box_in {
  display: inline-block;
  width: 384px;
  vertical-align: top;
  float: left;
  margin-left: 20px;
}

.category_box_in2 {
  display: inline-block;
  width: 384px;
  vertical-align: top;
  float: right;
}

.category_box_intext {
  width: 830px;
  vertical-align: top;

}

.category_box_bottom {
  display: inline-block;
  margin: 0 auto;
  width: 192px;
  float: left;

  text-align: center;

}

.leftspace {
  margin-left: 20px;
}

.category_box_bottom img {
  width: 100%;
}

.category_box_left {
  width: 182px;
  float: left;
}

.category_box_right {
  width: 182px;
  float: right;
}

.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_in a {
  display: inline-block;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #333;
}

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

.hinmokulast {
  width: 658px;
  text-align: center;
  margin: 0 auto;
}

.category_brand_text {

  width: 830px;
  display: inline-block;
  font-size: 15px;
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 1.5em;
  text-align: center;
}


.hinmokubox2 {
  display: inline-block;
  margin: 0 auto;

  width: 100%;
}

.hinmokusp {
  display: inline-block;
  margin: 0 auto;
  float: left;
  margin-bottom: 20px;
  width: 405px;

}

.hinmokusp2 {
  display: inline-block;
  margin: 0 auto;
  float: right;
  width: 405px;
}

.hinmokusp img,
.hinmokusp2 img {

  width: 405px
}

;

.kintoptext {
  clear: both;
  display: inline-block;
  width: 830px;
  margin: 0 auto;
}

.kintoptext2 {
  clear: both;
  display: inline-block;
  width: 830px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
  font-size: 15px;
}


.kintoptext3 {
  clear: both;
  display: inline-block;
  width: 830px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
  font-size: 15px;
}

.kintoptext3 h2 {
  text-align: center;
}


.kintoptext3 img {
  margin-left: 20px;
}

.kintoptext3 p {
  margin-bottom: 10px;
}

.kintoptextb {
  clear: both;
  display: inline-block;
  width: 830px;
  margin: 0 auto;
  text-align: left;
}

.kintoptextb p {
  margin-bottom: 20px;
  font-size: 15px;
}

.kintopmidashi {
  display: inline-block;
}

.kintoptext_left {
  display: inline-block;
  width: 580px;
  font-size: 15px;
  line-height: 1.8em;
  text-align: left;
  margin-right: 0px;

  float: left;
}

.kintoptext_left p {
  display: inline-block;
}


.kintoptext_right {
  display: inline-block;
  width: 230px;
  font-size: 14px;
  text-align: center;
  float: right;
}

.shopjireibox_top {
  display: inline-block;
  width: 830px;
  margin-bottom: 0px;
}

.shopjirei2 {
  width: 650px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
  float: right;
  height: 180px;

}

.shopjireiimg {
  width: 120px;
  float: left;
  margin-right: 20px;

}


.shopjireiimg img {
  border-radius: 10px;
}




a.more {
  width: 150px;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;

  text-decoration: none;
  color: #fff;
  background: #45ACFF;
  border-radius: 15px;
  transition: .4s;
}



a.more span {

  color: #fff;

}

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

.actionbtn_left {
  width: 48%;
  display: inline-block;
  float: left;
  margin-right: 30px;

}

.actionbtn_right {
  width: 48%;
  display: inline-block;
  float: right;
}


#action {
  margin-top: 20px;
}

p.days {
  text-align: center;
  color: #333;
  padding-top: 0px;

  margin-bottom: -20px;
  font-size: 15px;
  width: 830px;
}

p.days2 {
  color: #333;

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

p.days3 {
  text-align: center;
  color: #333;
  padding-top: 10px;
  font-size: 13px;
  width: 830px;
}

#wrap {
  background: #fff;
}

#my-menu {
  z-index: 999;


}

#shop {
  margin-top: 20px;
}



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


}



.ykakaku {
  color: #C8B711;
}

.bkakaku {
  color: #E95112;
}

.dkakaku {
  color: #EC3E3D;
}

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

}

.asya {

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

.bsya {

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

.csya {

  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: 770px;
  height: auto;
  margin-top: 10px;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
}

.hikakubigcenter h2 {
  font-size: 40px;
  line-height: 1.5em;
}

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

}

.hikakuleft3 {
  display: inline-block;
  width: 500px;
  height: auto;
  text-align: left;
  float: left;
  margin-right: 20px;
}

.hikakuright {
  display: inline-block;
  width: 250px;
  float: right;

}

.hikakuright2 {
  display: inline-block;
  width: 250px;
  float: right;

}

.hikakuright3 {
  display: inline-block;
  width: 250px;
  float: right;

}

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%;
  min-width: 90%;
  border-collapse: collapse;
  text-align: center;
  margin-top: 20px;
  table-layout: fixed;
  margin: auto;
}

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

table.type08 td.wh {
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: middle;
  color: #ff0000;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #ffffff;
  line-height: 1.5;
  font-size: 30px;
}

table.type08 td.bl {

  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
  color: #ffffff;
  background: #0d4988;
  line-height: 1.5;
  font-size: 15px;
}


.uchiwake {
  font-size: 20px;
  color: #333;
}


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

.hikakucenter3 {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: 40px;

  font-weight: bolder;

}



.hikakucenter2 {

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

}

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

}

.hikaku_text {
  color: #ff0000;
  font-size: 40px;
  font-weight: bold;

}

.hikaku_textb {
  color: #ff0000;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -2px;

}

/*-------------------------
よくある質問CSS
-------------------------*/
.main_left_box9 {
  display: inline-block;
  width: 830px;
  margin: 0 auto;
  margin-top: 30px;
  z-index: -1;
}



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


/*-------------------------
お客様の声CSS
-------------------------*/

.koe_h2 {
  display: inline-block;
  font-family: initial;
  font-size: 35px;
  margin-top: 20px;
}


.main_left_box8 {
  display: inline-block;
  width: 830px;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.koe_box {
  display: inline-block;
  width: 830px;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
  background: #f9f9f9;
  vertical-align: top;
}

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

}

.koe_box_in2 {
  display: inline-block;
  width: 830px;
  height: auto;
  margin-top: 20px;
}


.koe_box_in3 {
  margin-bottom: 1.5em;
  padding: 30px;
  background: #f9f9f9;
  text-align: left;
}

.koe_box_in3::after {
  content: "";
  clear: both;
  display: block;
}


.voiceleft {
  display: inline-block;
  float: left;
}

.voiceright {
  flex: 0 0 180px;
  margin-left: 30px;
  width: calc(23% - 30px);
  float: right;
}

.voiceright p {
  line-height: 1.8em;
}

.voicebottom {
  margin-top: 30px;
}

.voicebottom2 {
  display: inline-block;
  width: 720px;
  background: #fff;
  margin-top: 20px;
}


.voicetop {
  margin: 0 auto;
  line-height: 1.8em;
  font-size: 15px;
}

.voicebottom p {
  margin: 0 auto;
  line-height: 1.8em;
  font-size: 15px;
}

.voicebottom2 p {
  margin: 0 auto;
  font-size: 13px;
}

.voicetitle {
  display: flex;
  margin-bottom: 0.25em;
  font-weight: bold;
  font-size: 20px;
}

.voicesubtitle {
  margin-left: auto;
  font-size: 13px;
}

.koe_name {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin: 0 auto;
  margin-top: 3px;
}

.koe_box_left {

  width: 400px;
  height: auto;

}

.koe_box_right {

  width: 400px;
  height: auto;

}

.koe_box_top {
  display: inline-block;
  width: 100%;
  height: auto;
  background: #fff;
  margin-bottom: 30px;


}

.koe_title {
  width: 100%;
  color: #00AF00;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  border-bottom: dotted 1px #00AF00;
}

.koe_text {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.koe_text img {
  width: 100%;
  height: 150px;
  text-align: left;

  padding-left: 10px;
}

.koe_text p {
  text-align: left;
  font-size: 15px;
  line-height: 1.8em;
  margin: 0 auto;

}





.digest {
  display: inline-block;
  width: 100%;
  background: rgb(90, 90, 90);
  background: linear-gradient(180deg, rgba(90, 90, 90, 1) 0%, rgba(87, 87, 87, 1) 35%, rgba(57, 57, 57, 1) 100%);
  color: #fff;
  position: relative;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  font-size: 20px;

  margin-top: 20px;
  overflow: hidden;
}

.digest img {
  width: 30px;
}

.digest h2 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding-top: 10px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.date {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px;
  padding-bottom: -20px;
}

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

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

}

.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: 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);




}

.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%;



  margin: 0 auto;
  ;
  padding-top: 10px;
  padding-bottom: 10px;



}

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

.digestleft {
  display: inline-block;

  margin-left: 80px;
  color: #ffff00;
  font-weight: 900;
  padding-top: 3px;
  font-size: 28px;
  float: left;
}

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

}

.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: 25px;
  margin-left: 5px;
}

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


.pan {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;

}

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

  margin-bottom: 30px;

}

p.statetext {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.7em;
  text-align: left;
}

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



  margin-bottom: 30px;
  margin: 0 auto;
}

.stateleft {
  display: inline-block;
  width: 185px;

  margin-right: 14px;
  font-size: 13px;
  margin-bottom: 20px;
}

.stateright {
  display: inline-block;
  width: 185px;

  font-size: 13px;
  margin-bottom: 20px;
}


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

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

.statebox p {
  text-align: center;
  margin: 0 auto;
}

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

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

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

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



  z-index: -1;

  margin-bottom: 30px;
}

.main_left_box5 img {
  margin: 0 auto;
  padding: 0 auto;
}


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

.reason_box_in {
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.reason_box_left {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-right: 20px;


}

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

}

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


}

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

}


.reason_box_left img {
  width: 100%;

}

.reason_box_right img {
  width: 100%;

}

.reason_text {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;


  border: dotted 2px #8E8E8E;
  text-align: left;

}

.reason_text span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #004EA2;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;



}

.reason_text p {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin: 0 auto;
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 10px;
}


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

.digest2 {
  display: inline-block;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6b6b6b+1,575757+44,424242+100 */
  background: #6b6b6b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6b6b6b 1%, #575757 44%, #424242 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6b6b6b 1%, #575757 44%, #424242 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6b6b6b 1%, #575757 44%, #424242 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#424242', GradientType=0);
  /* IE6-9 */
  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: 26px;
  padding-top: 10px;
  font-weight: 900;
  text-align: center;
  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 .ribbon {
  position: absolute;
  top: 0;
  left: 40px;
  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);

}

.digest2 .ribbon2 {
  position: absolute;
  top: 0;
  left: 40px;
  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);

}


.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;

}

.digestin2 tr {}

.tb_left {
  float: left;
  width: 370px;
  padding-left: 30px;



}

.tb_right {
  float: right;
  width: 400px;

}

.digestin2 td.hini {
  font-size: 16px;
  color: #FFFF00;
  width: 260px;
  border-bottom: 1px solid #5A5A5A;

}


.digestin2 td.kingaku {
  font-size: 22px;
  color: #FFF;
  width: 100px;
  text-align: right;

  border-bottom: 1px solid #5A5A5A;
}

.digestleft2 {
  display: inline-block;

  margin-left: 16px;
  color: #ffff00;
  font-weight: 900;
  padding-top: 3px;
  font-size: 18px;
}

.digestright2 {
  display: inline-block;

  margin-left: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  border-right: 2px groove #5a5a5a;
}

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

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

.digestleft3 {
  display: inline-block;

  margin-left: 16px;
  color: #ffff00;
  font-weight: 900;
  padding-top: 3px;
  font-size: 18px;

}

.digestright3 {
  display: inline-block;

  margin-left: 95px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.digestleft4 {
  display: inline-block;

  margin-left: 16px;
  color: #ffff00;
  font-weight: 900;
  padding-top: 6px;
  font-size: 18px;

}

.digestright4 {
  display: inline-block;

  margin-left: 134px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  border-right: 2px groove #5a5a5a;
  padding-top: 3px;
}

.digestleft5 {
  display: inline-block;

  margin-left: 16px;
  color: #ffff00;
  font-weight: 900;
  padding-top: 6px;
  font-size: 18px;

}

.digestright5 {
  display: inline-block;

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

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

.effect6 {
  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;
}

.effect6:before,
.effect6: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;
}

.effect6: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);
}


.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;
}

/*-------------------------
トップページ店舗案内CSS
-------------------------*/

.shopbox {
  display: block;
  width: 830px;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;

  margin-bottom: 20px;
  text-align: left;

}

.shopbox_annai {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
  margin-right: 0px;
  text-align: left;

}

.shopbox_annai p {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #0D4988;
  margin: 0 auto;
  letter-spacing: -0.1px;
}

.shopbox_annai2 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
  margin-right: 0px;
  text-align: left;
  letter-spacing: -0.3px;

}

.shopbox_annai2 p {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
  color: #0D4988;
  margin: 0 auto;
}

.shopbox_annai2 p a {}



.shopbox_inner {
  display: inline-block;
  width: 830px;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: 0px;

  margin-right: 0px;
  text-align: left;

}

.shopbox_inner p {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  margin: 0 auto;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

.shopbox_inner_last {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;

}

.shopbox_inner_last p {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5em;
  color: #333;
  margin: 0 auto;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}


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

.shop_title_left {

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

.shop_title_right {

  width: 100%;

  text-align: left;
  vertical-align: bottom;
}

.shop_title_right p {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  color: #0F4B89;
}


.shop_title_right2 {

  margin-top: 40px;
  text-align: left;
  vertical-align: bottom;
}

.shop_title_right2 p {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  color: #0F4B89;
}


p.shop_title_category {
  margin: 0 auto;
  font-size: 25px;
  font-weight: bold;
  color: #0F4B89;
}

p.shop_title_store {
  margin: 0 auto;
  font-size: 25px;
  font-weight: bold;
  color: #0F4B89;
}

.shopbox_innerleft {
  display: inline-blcok;
  width: 450px;
  float: left;
}

.shopbox_innerright {
  display: inline-blcok;
  width: 350px;
  float: right;
}

table.shoptbl {
  display: inline-block;
  width: 450px;
  border-collapse: collapse;
  margin-bottom: 20px;


}

.shoptbl th.t_top {
  border-top: #b3b3b3 4px solid;
}

.shoptbl th {
  border-bottom: #e3e3e3 1px solid;
  border-left: #e3e3e3 1px solid;
  text-align: left;
  background: #f7f7f7;
  padding: 10px;
  font-weight: normal;
  font-size: 15px;
  width: 170px;

}

.shoptbl td.t_top {
  border-top: #0F4B89 4px solid;
  width: ;
}

.shoptbl td {
  border-bottom: #e3e3e3 1px solid;
  border-right: #e3e3e3 1px solid;
  text-align: left;
  padding: 10px;
  width: 240px;
  font-size: 15px;
  background: #fff;
  line-height: 1.5em;
}

.shopbox_text {
  display: inline-block;
  width: 830px;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
}

.storemidashi {
  display: inline-block;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding: 2%;
  background: #0F4B89;
  color: white;
  font-size: 18px;
  text-align: left;

}

.storemidashi::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.shopbox_innerleft2 {
  display: inline-block;
  width: 200px;
  float: left;
  margin: 0 auto;


  margin-bottom: 20px;

}

.shopbox_innerleft2 img {
  display: inline-block;



}

.shopbox_innerleft2 p {
  display: inline-block;
  width: 100%;

  font-size: 15px;
  line-height: 1.5em;

}

.shopbox_innerright2 {
  display: inline-block;
  width: 600px;
  float: right;
  margin: 0 auto;

}

label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;

  color: #bdc3c7;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  font-weight: bold;
  font-size: 20px;
}

label.panel-label:hover {
  color: #003399;
}

#panels {
  background-color: white;
  font-size: 20px;

}

#panels .container {
  margin: 0 auto;
  width: 100%;

}

#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}

#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked~#panels #panel-1 main {
  max-height: initial;
  opacity: 1;


}

#panel-2-ctrl:checked~#panels #panel-2 main {
  max-height: initial;
  opacity: 1;

}

#panel-3-ctrl:checked~#panels #panel-3 main {
  max-height: initial;
  opacity: 1;

  font-size: 20px;
}

#panel-4-ctrl:checked~#panels #panel-4 main {
  max-height: initial;
  opacity: 1;

}


#panel-1-ctrl:checked~#tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;


}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1.last {
  border-right: 1px solid transparent;
}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1+li {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1 label.panel-label {
  background-color: white;
  color: #0F4B89;
  padding-top: 24px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1 label.panel-label::after {
  height: 6px;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2.last {
  border-right: 1px solid transparent;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2+li {
  border-left: 1px solid #dfdfdf;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2 label.panel-label {
  background-color: white;
  color: #0F4B89;
  padding-top: 24px;
  border-right: 1px solid #dfdfdf;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2 label.panel-label::after {
  height: 6px;
}

#panel-3-ctrl:checked~#tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-3-ctrl:checked~#tabs-list #li-for-panel-3.last {
  border-right: 1px solid transparent;
}

#panel-3-ctrl:checked~#tabs-list #li-for-panel-3+li {
  border-left: 1px solid #dfdfdf;
}

#panel-3-ctrl:checked~#tabs-list #li-for-panel-3 label.panel-label {
  background-color: white;
  color: #0F4B89;
  padding-top: 24px;
  border-right: 1px solid #dfdfdf;
}

#panel-3-ctrl:checked~#tabs-list #li-for-panel-3 label.panel-label::after {
  height: 6px;
}

#panel-4-ctrl:checked~#tabs-list #li-for-panel-4 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-4-ctrl:checked~#tabs-list #li-for-panel-4.last {
  border-right: 1px solid transparent;
}

#panel-4-ctrl:checked~#tabs-list #li-for-panel-4+li {
  border-left: 1px solid #dfdfdf;
}

#panel-4-ctrl:checked~#tabs-list #li-for-panel-4 label.panel-label {
  background-color: white;
  color: #0F4B89;
  padding-top: 24px;
  border-right: 1px solid #dfdfdf;
}

#panel-4-ctrl:checked~#tabs-list #li-for-panel-4 label.panel-label::after {
  height: 6px;
}


ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 0;

}

ul#tabs-list li {
  text-align: center;
  font-size: 0.875em;
  width: 25%;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
  border-right: 1px solid #dfdfdf;
  position: relative;
}

ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
}

ul#tabs-list li:hover.last {
  border-right: 1px solid transparent;
}

ul#tabs-list li:hover+li {
  border-left: 1px solid #dfdfdf;
}

ul#tabs-list li label.panel-label {
  position: relative;
  padding: 24px 0;
  font-size: 0.875em;
}

ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #003399;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

ul#tabs-list li label.panel-label:hover {
  padding-top: 24px;
}

ul#tabs-list li label.panel-label:hover::after {
  height: 6px;
}

.panel-radios {
  display: none;
}

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;
}

.panectext {
  line-height: 1.5em;
  font-size: 25px;
}

.shopbox_link {
  display: inline-block;
  width: 90% margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.shopbox_link p {
  display: inline-block;
  width: 90% margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.shopbox_link a {
  width: 144px;
  display: inline-block;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
  background: rgb(254, 204, 177);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feccb1', endColorstr='#fb955e', GradientType=0);
  /* IE6-9 */
}

.shopbox_linkspace {
  display: inline-block;
  margin-right: 4px;
}



.select_tab_on {
  display: inline-block;
  width: 290px;
  height: 49px;
  background: #FF5208;
  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: 12px;
  text-align: center;

  display: inline-block;
  cursor: pointer;
  color: #333;
  font-size: 20px;

  margin-top: 20px;
}



.select_tab {
  display: inline-block;
  width: 290px;
  height: 49px;
  background: #6f6f6f;
  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: 12px;

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

  margin-top: 20px;
}

.select_tab_on a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;

}


.select_tab a {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;

}


.takuhaibox3 {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #F9F9F9;
  padding-top: 20px;
}

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

}

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

}


.takuhaimidashi {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 18px;
  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: 70%;
  text-align: left;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 20px;
  margin-right: 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: 30%;

}

.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;
}

.ac p {

  margin-bottom: 20px;
}

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

.minitext_br {
  margin-top: 20px;
  font-size: 25px;
  line-height: 1.5em;

}

.minitext {
  color: #ff0000;
  font-size: 25px;
  line-height: 1.5em;
  margin-top: 20px;
}



.selectbox3 {
  display: inline-block;
  width: 100%;
  height: 2450px;
  vertical-align: top;
}

.full_content3 {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  clear: both;
  margin-top: 20px;
  margin-bottom: 30px;

  vertical-align: top;
}

.content3 {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  left: 0;
  position: absolute;
  vertical-align: top;
}

.full_content3 ul li {
  width: 90% height:50px;
  background: #ccc;

  list-style: none;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #333;
  font-size: 20px;
  padding-top: 20px;
  border-bottom: 10px solid #E94E06;
  border-radius: 20px 20px 0px 0px;
  /* CSS3草案 */
  -webkit-border-radius: 20px 20px 0px 0px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px 20px 0px 0px;
  /* Firefox用 */

}

.full_content3 ul li:first-child {
  margin-left: 0;
}

.full_content3 ul {
  padding: 0;
  margin: 0;

}

.full_content3 .hover {
  background: #E94E06;
  font-weight: bold;
  color: #fff;
  border-bottom: 10px solid #E94E06;
}

.contact_kitlink2 {
  margin-top: 20px;
}

.minititle {
  margin-top: 20px;
  font-weight: bold;
}

.tokeibrandtext {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.takuhaiblock {
  display: inline-block;
  width: 560px;
  margin: 0 auto;
  background: #fff;

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

.sub_title {
  clear: both;

  font-size: 23px;
  color: #F35925;
  line-height: 1;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 1.5em;

}


.riyubox {
  background: #FFF;
  border: 10px solid #E7F7FC;
  padding: 20px;

}



.riyubox_inner {
  border-bottom: 1px solid #F35925;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.riyubox_inner p {
  text-align: left;
  font-size: 17px;
  line-height: 1.8em;
}

.riyubox_inner img {
  margin-left: 20px;
  margin-top: -40px;
  width: 220px;
}


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

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

.biglink {
  font-size: 25px;
  margin-top: 30px;
  display: inline-block;
}

.maritbox {
  display: inline-block;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background: #F9F9F9;
  box-shadow: 0px 0px 0px 5px #E7F7FC;


  color: #454545;

}

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

}

h3.maritlist {
  margin: 0 auto;

  line-height: 1.6;
  font-size: 20px;
  text-align: left;
  color: #45ACFF;

}


.maritbox h3 {
  text-align: left;
  font-size: 18px;
  margin: 0 auto;
  color: #333;
  font-weight: bold;
}

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

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 {}

.potext {
  text-align: left;
  width: 90% display: inline-block;
  margin-bottom: 30px;
}


.shop_bace {
  display: inline-block;
  width: 100%;
  background: #F9F9F9;
}

.form_content {
  display: inline-block;
  width: 90% border-bottom: 1px #A9A9A9 dotted;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;

}

.form_left {
  display: inline-block;
  width: 180px;

}

p.rq {
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  background: #ff0000;
  font-size: 20px;
  padding: 3px;
  font-weight: bold;

  padding-left: 10px;
  padding-right: 10px;
  border-radius: 30px;
}

p.minic {
  margin: 0 auto;
  display: inline-block;
  color: #333;
  font-size: 22px;
}


.form_right {

  width: 400px;

  margin-bottom: 10px;


}

.form_right p {
  margin: 0 auto;
  font-size: 20px;

}

.form_right2 {

  width: 160px;

  margin-bottom: 10px;

}

.form_right2 p {
  margin: 0 auto;
  font-size: 20px;
}


.form_right3 {
  margin-top: 10px;
  width: 220px;

  margin-bottom: 10px;

}

input[type="text"],
[type="tel"],
[type="email"],
[type="date"],
[type="time"] {
  font-size: 22px;
}



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: 280px;

  position: relative;
  display: inline-block;
  padding: 20px 0px;
  text-decoration: none;
  color: #FFF;
  background: #EE4B44;
  /*色*/
  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: 280px;

  position: relative;
  display: inline-block;
  padding: 20px 0px;
  text-decoration: none;
  color: #FFF;
  background: #EE4B44;
  /*色*/
  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: #EE4B44;
  /*色*/
  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: #EE4B44;
  /*色*/
  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: 18px;
  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: 15px;
  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: 15px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  font-weight: bold;
}


.faq {
  width: 100%;
  background: #F9F9F9;

  text-align: left;
  margin-bottom: 30px;
}

.faqbox {
  width: 100%;
  border: 1px solid #CCCCCC;
  margin: 0 auto;
  margin-bottom: 20px;

}

.faqbox p {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5em;
  color: #333;
  margin: 0 auto;
  margin-top: 20px;


  border-bottom: 1px solid #000;
}

.faqtext {
  margin-top: 10px;


  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.5em;
}

.faqtext a {
  line-height: 2em;
}

.faqbox_a {
  width: 90% margin: 0 auto;
}

.anser_c {
  font-weight: bold;
  font-size: 25px;
  color: #333;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  margin-top: 30px;
}

.anser {
  font-size: 25px;
  color: #0D4988;
  margin-top: 20px;
  font-weight: bold;
}

.faqbox_a p {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 25px;
}

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;
}


p.areacopy {
  font-size: 22px;
  color: #ff0000;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 15px;
}


.acarea {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  background: #f9f9f9;
}


/*追加分*/
.sitemenu {
  display: inline-block;
  width: 100%;
  margin: 0 auto;

  background: #F9F9F9;
  vertical-align: top;

  margin-bottom: 30px;
}



.sitemenu_left {
  width: 300px;


  margin-top: 30px;

}

.sitemenu_left img {
  margin-bottom: 30px;

  width: 280px;
}


p.newstitle {
  margin: 0 auto;
  font-size: 18px;
  background: #4D4D4D;
  width: 300px;
  color: #fff;
}

.sitemenu_right {
  width: 300px;


  margin-top: 30px;
}

.sitemenu_right img {
  margin-bottom: 30px;

  width: 280px;
}




.titlekakaku {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  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;
}



.effect8 {
  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;
}

.effect8:before,
.effect8: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: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.effect8: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);
}


.kotei {
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;

  position: -webkit-sticky;
  position: sticky;
}

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

#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;
}


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


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

.kaitoricategorybox img {
  width: 95%;
}

.kaitoricategorybox h3 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}

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


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

.blogjireitopbox img {
  width: 90%;
}


.blogjireitopbox p {
  font-size: 13px;
  text-align: left;
  padding: 5px;
  line-height: 1.5em;
}

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

.storeprice {
  color: #FF0000;
  font-size: 18px;
  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;
}

.hikakupc {
  width: 520px;
  float: left;
  margin-top: 35px;
  margin-left: -40px;
}

.kinhikaku {
  width: 830px;

  margin: 0 auto;
  line-height: 1.5em;
  margin-top: 10px;
}

.kinhikaku p {
  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: 15px;
  color: #FA6E58;
  padding-top: 5px;
  margin: 0 auto;
}

.kinhikaku p {
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 1.5em;
  margin: 0 auto;
}

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

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

.kinhikaku2box {
  display: inline-block;
  width: 450px;
  float: left;
}

.kinhikaku2left {
  float: left;
  width: 140px;
  margin-left: 60px;
  font-weight: bold;
}

.kinhikaku2right {
  float: right;
  width: 200px;
  text-align: right;
  font-weight: bold;
}

.kinhikaku2right p {
  text-align: right;
  color: #333;
}

.kinhikaku2left p {
  color: #333;
}


.kinhikaku2boxb {
  display: inline-block;
  width: 328px;
  float: right;
  padding: 10px;
  border: 1px solid #000;
  color: #333;
}

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

.kinhikaku2leftb {
  float: left;
  width: 164px;
}

.kinhikaku2rightb {
  float: right;
  width: 164px;
  text-align: right;
}

.kinhikaku2rightb p {
  text-align: right;
}

.kinhikaku2right p.c_o {
  color: #DE906A;
}

.kinhikaku2right p.c_r {
  color: #F90912;
}

.kinhikaku2left p.c_o {
  color: #DE906A;
}

.kinhikaku2left p.c_r {
  color: #F90912;
}

.pccontent {
  display: inline-block;
  width: 1120px;
  margin: 0 auto;
  position: relative;
}

.pccontentbox {
  display: inline-block;
  width: 830px;
  float: right;
}

.pcsidebox {
  display: inline-block;
  width: 260px;
  float: left;
}


.kakakuhyo {
  display: inline-block;
  width: 830px;
  height: auto;
  margin-bottom: 20px;
  text-align: left;
}



.kakakuhyo .kakaku_l {
  float: left;
  width: 400px;
  height: auto;

}

.kakakuhyo .kakaku_r {
  float: right;
  width: 400px;
  height: auto;
  margin-bottom: 20px;
}



table.goldtbl {
  width: 400px;
  font-size: 13px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  cellpadding: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
}

table.goldtbl th {
  padding: 10px 15px 10px 15px;
  vertical-align: middle;
  text-align: left;
  border-bottom: #999 1px solid;
  color: #333;

}

table.goldtbl td {
  padding: 10px 15px 10px 15px;
  vertical-align: middle;
  text-align: left;
  border-bottom: #999 1px solid;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  text-align: right;
}



table.goldtbl th.r3 {
  position: relative;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background-color: #0F4B89;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;

}

table.goldtbl th.r4 {
  position: relative;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background-color: #F15920;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  white-space: nowrap;
}


table.goldtbl th.r5 {
  position: relative;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background-color: #F15920;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  white-space: nowrap;
}

.r1 {
  width: 269px;
  background-color: #F9F9F9;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  color: #333;
}

.r2 {
  width: 128px;
  background-color: #F9F9F9;

  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #4d4d4d;

  color: #333;
}

tablegoldtbl th.r2 {
  text-align: center;
}



.r1b {
  width: 269px;
  background-color: #e0dfdf;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  color: #333;
}

.r2b {
  width: 128px;
  background-color: #e0dfdf;

  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #4d4d4d;

  color: #333;
}

table.goldtbl th.r2b {
  text-align: center;
}









table.goldtbl2 {
  display: table;
  width: 830px;
  font-size: 13px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  cellpadding: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
}

table.goldtbl2 tr *:nth-child(1) {
  background: #F9F9F9;
}

table.goldtbl2 tr *:nth-child(2) {
  background: #E0DFDF;
}

table.goldtbl2 tr *:nth-child(3) {
  background: #F9F9F9;
}

table.goldtbl2 tr *:nth-child(4) {
  background: #E0DFDF;
}

.goldtbl2 tr.tableleft {
  display: table;
  table-layout: fixed;
  float: left;
  width: 414px;
  display: inline-block;
}

.goldtbl2 tr.tableright {
  display: table;
  table-layout: fixed;
  float: right;
  width: 414px;
  display: inline-block;
}


table.goldtbl2 th {
  padding: 10px 15px 10px 15px;
  vertical-align: middle;
  text-align: left;
  border-bottom: #999 1px solid;
  color: #333;

}

table.goldtbl2 td {
  padding: 10px 15px 10px 15px;
  vertical-align: middle;
  text-align: left;
  border-bottom: #999 1px solid;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  text-align: right;
}



table.goldtbl2 th.r3 {
  position: relative;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background-color: #0F4B89;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;

}

table.goldtbl2 th.r4 {
  position: relative;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background-color: #F15920;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  white-space: nowrap;
}


table.goldtbl2 th.r5 {
  position: relative;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background-color: #F15920;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  white-space: nowrap;
}








table.goldtbl3 {
  display: table;
  table-layout: fixed;
  width: 300px;

  font-size: 13px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  cellpadding: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
}

table.goldtbl3 tr *:nth-child(1) {
  background: #F9F9F9;
}

table.goldtbl3 tr *:nth-child(2) {
  background: #E0DFDF;
}

table.goldtbl3 tr *:nth-child(3) {
  background: #F9F9F9;
}

table.goldtbl3 tr *:nth-child(4) {
  background: #E0DFDF;
}

.tblbox {
  width: 830px;
}

.tblleft {
  width: 415px;
  display: inline-block;
  float: left;
}

.tblright {
  width: 415px;
  display: inline-block;
  float: right;
}

table.goldtbl3 .r1 {
  width: 219px;
  background-color: #F9F9F9;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  color: #333;
}

table.goldtbl3 .r2 {
  width: 128px;
  background-color: #F9F9F9;

  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #4d4d4d;

  color: #333;
}

tablegoldtbl3 th.r2 {
  text-align: center;
}



table.goldtbl3 .r1b {
  width: 229px;
  background-color: #e0dfdf;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  color: #333;
}

table.goldtbl3 .r2b {
  width: 128px;
  background-color: #e0dfdf;

  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #4d4d4d;

  color: #333;
}

table.goldtbl3 th.r2b {
  text-align: center;
}



table.goldtbl3 th {
  padding: 10px 15px 10px 15px;
  vertical-align: middle;
  text-align: left;
  border-bottom: #999 1px solid;
  color: #333;

}

table.goldtbl3 td {
  padding: 10px 15px 10px 15px;
  vertical-align: middle;
  text-align: left;
  border-bottom: #999 1px solid;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  text-align: right;
}



table.goldtbl3 th.r3 {
  position: relative;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background-color: #0F4B89;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;

}

table.goldtbl3 th.r4 {
  position: relative;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background-color: #F15920;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  white-space: nowrap;
}


table.goldtbl3 th.r5 {
  position: relative;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background-color: #F15920;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  white-space: nowrap;
}


.hikakukaitoriten {
  clear: both;
  width: 830px;
  height: auto;

  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  background: #fff;

}


.flexbox {
  display: flex;
  margin-bottom: 20px;
}

.flexspace {
  margin-left: 30px;
}


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

h3.str {
  position: relative;
  padding: 0.6em;
  background: #EEEEEE;
  color: #F35925;
  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;
}

/* サイドメニュー */
#navi {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  width: 400px;


}

#navi a {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 10px 15px 5px;
  background-color: #F9F9F9;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  width: 400px;
}

#navi a:hover {
  background-color: #ffffff;
  color: #333;
  padding: 15px 10px 15px 5px;
}

#navi li {

  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#navi2 {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  width: 260px;

  border-top: 1px solid #bbb;
  margin-left: -10px;

}

#navi2 a {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px 10px 5px;
  background-color: #F9F9F9;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  width: 260px;
}

#navi2 a:hover {
  background-color: #ffffff;
  color: #333;
  padding: 10px 10px 10px 5px;
}

#navi2 li {
  border-bottom: 1px dotted #333;
}



.side_box .title {
  width: 260px;
  height: auto;
}

.side_box .text {
  clear: both;
  width: 253px;
  height: auto;
  padding-left: 5px;
  border: solid 1px #dddddd;
  margin-bottom: 20px;
  margin-top: 20px;
}



@media screen and (min-width:480px) {
  .is-fixed {
    position: fixed;
    left: 0px;
    top: 30px;
  }
}

@media screen and (min-width:1020px) and (max-width:1150px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-fixed {
    position: fixed;
    left: 20px;
    top: 30px;
  }
}

@media screen and (min-width:1150px) and (max-width:1180px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-fixed {
    position: fixed;
    left: 30px;
    top: 30px;
  }
}


@media screen and (min-width:1180px) and (max-width:1235px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-fixed {
    position: fixed;
    left: 60px;
    top: 30px;
  }
}

@media screen and (min-width:1235px) and (max-width:1300px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-fixed {
    position: fixed;
    left: 70px;
    top: 30px;
  }
}

@media screen and (min-width:1300px) and (max-width:1350px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-fixed {
    position: fixed;
    left: 85px;
    top: 30px;
  }
}

@media screen and (min-width:1350px) and (max-width:1400px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-fixed {
    position: fixed;
    left: 80px;
    top: 30px;
  }
}

@media screen and (min-width:1400px) and (max-width:1450px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-fixed {
    position: fixed;
    left: 100px;
    top: 30px;
  }
}


@media screen and (min-width:1450px) and (max-width:1500px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-fixed {
    position: fixed;
    left: 160px;
    top: 30px;
  }
}

@media screen and (min-width:1500px) and (max-width:1600px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-fixed {
    position: fixed;
    left: 180px;
    top: 30px;
  }
}

@media screen and (min-width:1600px) and (max-width:1700px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-fixed {
    position: fixed;
    left: 220px;
    top: 30px;
  }
}

@media screen and (min-width:1700px) and (max-width:1800px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-fixed {
    position: fixed;
    left: 280px;
    top: 30px;
  }
}

@media screen and (min-width:1800px) {
  .is-fixed {
    position: fixed;
    left: 380px;
    top: 0px;

  }
}




@media screen and (min-width:480px) {
  .is-hide {
    position: fixed;
    left: 0px;
    top: 30px;
  }
}

@media screen and (min-width:1020px) and (max-width:1150px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-hide {
    position: fixed;
    left: 20px;
    top: -100px;
  }
}

@media screen and (min-width:1150px) and (max-width:1180px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-hide {
    position: fixed;
    left: 30px;
    top: -100px;
  }
}


@media screen and (min-width:1180px) and (max-width:1235px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-hide {
    position: fixed;
    left: 60px;
    top: -100px;
  }
}

@media screen and (min-width:1235px) and (max-width:1300px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-hide {
    position: fixed;
    left: 70px;
    top: -100px;
  }
}

@media screen and (min-width:1300px) and (max-width:1350px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-fixed {
    position: fixed;
    left: 85px;
    top: -100px;
  }
}

@media screen and (min-width:1350px) and (max-width:1400px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-hide {
    position: fixed;
    left: 80px;
    top: -100px;
  }
}

@media screen and (min-width:1400px) and (max-width:1450px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-hide {
    position: fixed;
    left: 100px;
    top: -100px;
  }
}


@media screen and (min-width:1450px) and (max-width:1500px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-hide {
    position: fixed;
    left: 160px;
    top: -100px;
  }
}

@media screen and (min-width:1500px) and (max-width:1600px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-hide {
    position: fixed;
    left: 180px;
    top: -100px;
  }
}

@media screen and (min-width:1600px) and (max-width:1700px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-hide {
    position: fixed;
    left: 220px;
    top: -100px;
  }
}

@media screen and (min-width:1700px) and (max-width:1800px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .is-hide {
    position: fixed;
    left: 280px;
    top: -100px;
  }
}

@media screen and (min-width:1800px) {
  .is-hide {
    position: fixed;
    left: 380px;
    top: -100px;

  }
}








.side_box2 {
  float: left;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0px;
  width: 260px;
  margin-right: 20px;
  height: auto;
}

.side_box2 .imgbox {
  display: inline-block;
  clear: both;
  width: 260px;
  height: auto;
  margin-bottom: 10px;
}

.side_box2 .imgbox2 {
  display: inline-block;
  clear: both;
  width: 260px;
  height: auto;
}

.side_box2 .imgbox3 {
  display: inline-block;
  clear: both;
  width: 260px;
  height: auto;
  margin-top: 30px;
}

.side_box2 .sidemenubg {
  display: inline-block;
  clear: both;
  width: 238px;
  height: 25px;
  font-size: 15px;
  padding: 10px 10px;
  font-weight: bold;
  background-color: #ffffff;
  border-top: 5px solid #F15920;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.side_box2 .sidemenubg2 {
  display: inline-block;
  clear: both;
  width: 238px;
  height: 25px;
  font-size: 15px;
  padding: 10px 10px 10px 10px;
  margin-top: 20px;
  font-weight: bold;
  border-top: 5px solid #45ACFF;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #ffffff;
}

.sidemenubg a {
  color: #333;
  padding-bottom: 10px;
}

.sidemenubg2 a {
  color: #333;
  padding-bottom: 10px;
}

.side_box2 .tenposide {
  clear: both;
  width: 253px;
  height: auto;
  border: solid 1px #dddddd;
  margin-bottom: 20px;
  margin-top: 0px;
}

.tenposide .tenpotext {
  clear: both;
  font-size: 12px;
  margin: 7px;
  margin-top: 10px;
}


hr.style-one {
  border: 0;
  height: 1px;
  margin: 0 auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.tenpotext span.bu {
  color: #0D4988;
  font-weight: bold;
  font-size: 14px;
}


.spsidebox {
  display: none;
}

nav {
  z-index: -10;

}

@media screen and (min-width:480px) {
  .side-menu {
    position: absolute;
    left: 0px;
    top: 600px;
    z-index: 10;
  }
}

@media screen and (min-width:1020px) and (max-width:1150px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .side-menu {
    position: absolute;
    left: 20px;
    top: 600px;
    z-index: 10;
  }
}

@media screen and (min-width:1150px) and (max-width:1180px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .side-menu {
    position: absolute;
    left: 30px;
    top: 600px;
    z-index: 10;
  }
}


@media screen and (min-width:1180px) and (max-width:1235px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .side-menu {
    position: absolute;
    left: 60px;
    top: 600px;
    z-index: 10;
  }
}

@media screen and (min-width:1235px) and (max-width:1300px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .side-menu {
    position: absolute;
    left: 70px;
    top: 600px;
  }
}

@media screen and (min-width:1300px) and (max-width:1350px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .side-menu {
    position: absolute;
    left: 85px;
    top: 600px;
    z-index: 10;
  }
}

@media screen and (min-width:1350px) and (max-width:1400px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .side-menu {
    position: absolute;
    left: 80px;
    top: 600px;
    z-index: 10;
  }
}

@media screen and (min-width:1400px) and (max-width:1450px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .side-menu {
    position: absolute;
    left: 100px;
    top: 600px;
    z-index: 10;
  }
}


@media screen and (min-width:1450px) and (max-width:1500px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .side-menu {
    position: absolute;
    left: 160px;
    top: 600px;
    z-index: 10;
  }
}

@media screen and (min-width:1500px) and (max-width:1600px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .side-menu {
    position: absolute;
    left: 180px;
    top: 600px;
    z-index: 10;
  }
}

@media screen and (min-width:1600px) and (max-width:1700px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .side-menu {
    position: absolute;
    left: 220px;
    top: 600px;
    z-index: 10;
  }
}

@media screen and (min-width:1700px) and (max-width:1800px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .side-menu {
    position: absolute;
    left: 280px;
    top: 600px;
    z-index: 10;
  }
}

@media screen and (min-width:1800px) {
  .side-menu {
    position: absolute;
    left: 380px;
    top: 600px;
    z-index: 10;
  }
}

.swiper-container {
  width: 100%;
  height: 480px;
  background-image: url(../img/top-bg-gold.png);
  margin: 0 auto;
  text-align: center;
  display: block;
}

.swiper-container.bg_none {
  width: 100%;
  height: 360px;
  background-image: inherit;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.swiper-wrapper {
  display: block;
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}

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

.swiper-slidein1 {
  width: 1120px;
  height: 480px;
  background-repeat: no-repeat;
}

.swiper-slidein2 {
  width: 1120px;
  height: 480px;

  background-repeat: no-repeat;
}

.swiper-slidein3 {
  width: 1120px;
  height: 480px;

  background-repeat: no-repeat;
}



.mainimagebg {
  width: 100%;

  margin: 0 auto;
  text-align: center;
  display: block;
  min-width: 1120px;

}

.mainimage {
  width: 1120px;

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


.spacetop {
  margin-top: 30px;
  display: block;
}

/* toptext */

.cp_actab {
  width: 1120px;

  font-size: 17px;
  line-height: 1.5em;

  margin: 0 auto;
  color: 333;
  text-align: center;
  z-index: 99999;
}


.cp_actab p {
  line-height: 1.8em;
  font-size: 17px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif !important;
  text-align: center;
  margin-bottom: 20px;
}

.cp_actab-content p {
  text-align: center;
}

.cp_actab input {

  left: 0;
  z-index: -1;
  opacity: 0;
}

.cp_actab label {
  font-weight: bold;
  line-height: 2;
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  margin: 0 0 0 0;
}

.cp_actab2 {
  width: 1120px;
  position: absolute;
  font-size: 13px;
  line-height: 1.5em;
  top: -130px;
  left: 0px;
  margin: 0 auto;
  color: #333;
  text-align: center;
  z-index: 99999;
}

.cp_actab2 input {

  left: 0;
  z-index: -1;
  opacity: 0;
}

.cp_actab2 label {
  font-weight: bold;
  line-height: 2;
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  margin: 0 0 0 0;
}



.ptnBox01 {
  position: relative;
  background: #F9F9F9;
}

.ptnBox01:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: -50px;
  /*マイナスボーダー幅の2倍*/
  left: 50%;
  /*ボーダー幅の2倍*/
  width: 50px;
  /*ボーダー幅の2倍*/
  height: 50px;
  /*ボーダー幅の2倍*/
  margin-left: -25px;
  /*マイナスボーダー幅*/
  border: #FFEBBE 25px solid;
  /* 隣接ボックスの背景色で任意の幅を設定 */
  border-top: transparent 25px solid;
  background: #F9F9F9 repeat 50% -25px;
  /*背景画像を中央、ボックス上端からボーダー幅分上にポジション指定*/
}

.normalBox01 {
  position: relative;
  background: #FFEBBE;
}

.normalBox01:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: -50px;
  /*マイナスボーダー幅の2倍*/
  left: 50%;
  /*ボーダー幅の2倍*/
  width: 50px;
  /*ボーダー幅の2倍*/
  height: 50px;
  /*ボーダー幅の2倍*/
  margin-left: -25px;
  /*マイナスボーダー幅*/
  border: #F9F9F9 25px solid;
  /* 隣接ボックスの背景色で任意の幅を設定 */
  border-top: transparent 25px solid;
  background: #FFEBBE repeat 50% -25px;
  /*背景画像を中央、ボックス上端からボーダー幅分上にポジション指定*/
}


.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  text-align: center;
  background: #FA6E58;
  transition: .4s;
  margin-top: 20px;
  border-radius: 10px;

}

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



#embed {
  display: inline-block;
  width: 830px;
  height: 400px;
  margin-bottom: 30px;
}




ul.sitmaplink {
  color: #F15920;
  /*文字色*/
  border: dashed 2px #F15920;
  /*破線 太さ 色*/
  background: #F2F2E9;
  /*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;
  margin-bottom: 20px;
}

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


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

.parkingleft {
  float: left;
  margin-bottom: 20px;
}

.parkingright {
  float: right;
  margin-bottom: 20px;
}

.parking {
  width: 400px;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;

  font-size: 15px;
}

.parking th {
  width: 25%;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  color: #444;
  background-color: #ccc;
  border-left: 3px double #999;
  border-top: 1px solid #fff;

  border-bottom: 1px solid #ccc;
}

.parking td {
  width: 75%;
  padding: 10px;
  background-color: #fafafa;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


.parkingtext {
  display: inline-block;
  width: 830px;
  color: #ff0000;
}


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

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

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

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

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

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

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

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

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

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

.riyubox_inner2 p {
  margin-bottom: 10px;
}

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


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

.brandlist p {
  font-weight: bold;
}

.brandlist ul {
  width: 830px;
  background: #F9F9F9;
}

.brandlist li {
  background: #F9F9F9;
  display: inline-block;
  width: 270px;
  font-size: 12px;
  padding-bottom: 10px;
  text-align: center;
}

span.centerli {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}


.brandlist2 {
  width: 100%;
  font-size: 13px;
  background: #F9F9F9;
  vertical-align: middle;
  display: table-cell;
  display: inline-block;
}

.brandinlist2 {
  width: 790px;
  display: inline-block;
  margin: 0 auto;
}

.brandlist2 p.listtitle {

  width: 790px;
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin: 0 auto;

}

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

}

.brandlist2 .listitem {
  display: table-cell;
  text-align: left;
  width: 750px;
  font-size: 13px;
}


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

}


.morebtn {
  margin: 0 auto;
  display: inline-block;
  padding: 0.6em 0.5em;
  width: 200px;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
  background: #EE4B44;
  /*背景色*/
  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;
  margin-bottom: 20px;
}

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



.category_box_left2 {
  display: inline-block;
  width: 182px;
  float: left;
  margin-bottom: 10px;
}

.category_box_right2 {
  display: inline-block;
  width: 182px;
  float: right;

  margin-bottom: 10px;
}

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

.category_box_right2 p {
  font-size: 15px;
  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_left2 img {
  width: 150px;
  text-align: center;
  background: #fff;
  padding-left: 16px;
  padding-right: 16px;
}

.category_box_right2 img {
  width: 150px;
  text-align: center;
  background: #fff;
  padding-left: 16px;
  padding-right: 16px;
}



.category_box_left3 {
  display: inline-block;
  width: 182px;
  float: left;
  margin-bottom: 10px;
}

.category_box_right3 {
  display: inline-block;
  width: 182px;
  float: right;
  margin-bottom: 10px;
}

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

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

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

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

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

.category_box_right3 p.minip2 {
  font-size: 14px;
  letter-spacing: -0.4px;
}


.category_box_left3 p.minip3 {
  font-size: 13px;
  letter-spacing: -0.5px;
}

.category_box_right3 p.minip3 {
  font-size: 13px;
  letter-spacing: -0.5px;
}

.category_box_left3 img {
  width: 130px;
  text-align: center;
  background: #fff;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.category_box_right3 img {
  width: 130px;
  text-align: center;
  background: #fff;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.hinmokulast {
  width: 658px;
  text-align: center;
  margin: 0 auto;
}


.category_brand_text {

  width: 830px;
  display: inline-block;
  font-size: 15px;
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 1.5em;
  text-align: center;
}

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

.fixdcase_box {
  display: inline-block;
  width: 830px;
  margin: 0 auto;
  margin: 8px auto;
  padding: 0px 0 10px 0;

  z-index: -1;
  margin-bottom: 20px;
}

.fixdcase_box p {
  display: inline-block;
  margin: 1px 6px 0 6px;
  font-size: 12px;
  text-align: left;
  line-height: 1.5em;
}

.fixdcase_box2 p {
  display: block;
  margin: 1px 6px 0 6px;
  font-size: 12px;
  line-height: 1.5em;
}

.fixdcase_box .category_brand_text {

  width: 830px;
  display: inline-block;
  font-size: 15px;
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 1.5em;
  text-align: center;
}

.fixdcase_box .category_brand_text2 {

  width: 830px;
  display: inline-block;
  font-size: 15px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

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

.fixdcontent {
  display: inline-block;
  width: 830px;
  margin: 0 auto;
}

.morebtn {
  margin: 0 auto;
  display: inline-block;
  padding: 0.6em 0.5em;
  width: 200px;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
  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);
}


.brand2_fixdcase_box {
  display: inline-block;
  vertical-align: middle;
  width: 390px;
  text-align: left;
  background: #fff;
  padding-bottom: 20px;
}

.brand2_fixdcase_box p {
  font-size: 15px;
  padding-left: 5px;
  padding-right: 0px;
  color: #333;
  float: right;
  width: 180px;
}

.brand2_fixdcase_box img {
  display: block;
  width: 190px;
  float: left;
  margin: 0 auto;
  border: solid 1px #C0C0C0;

  margin-bottom: 10px;
  ;
}


.brand3_fixdcase_box {
  display: inline-block;
  vertical-align: middle;
  width: 192px;
  height: 370px;
  text-align: left;
  background: #fff;
  margin: 0 4px 10px 4px;
  border: solid 0.5px #C0C0C0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

  padding-bottom: 20px;
}

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

.brand3_fixdcase_box img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: solid 1px #C0C0C0;
  margin-top: 20px;
  margin-bottom: 10px;
  ;
}

.bold {
  font-weight: bold;
  font-size: 15px;
}

.colortable {
  width: 370px;
  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: 45%;
}


a.toggle {
  pointer-events: none;
}

.howtobuy {
  display: inline-block;
  width: 790px;
  margin: 0 auto;
  background: #fff;
  text-align: left;
}

.howtobuy img {
  padding: 20px;
}


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

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


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

.howtobuy2 {
  display: inline-block;
  width: 790px;
  margin: 0 auto;
  background: #fff;

  padding-bottom: 10px;
  margin-bottom: 20px;
}

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

}

.btn-square-so-pop {

  position: relative;
  display: inline-block;
  padding: 15px;
  width: 300px;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  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);
}

.howtobuy2inleft {
  float: left;
  width: 400px;
  display: inline-block;
  margin-left: 20px;
}

.howtobuy2inright {
  float: right;
  display: inline-block;
  margin-right: 20px;

}

.howtobuy2inright {
  float: right;
  width: 350px;
  display: inline-block;
  margin-right: 20px;

}

.howtobuy2inright img {
  width: 340px;

}


.howmg {
  margin-top: 5px;
}

.howmg2 {
  margin-bottom: 10px;
}

span.smallheading {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}

.soubabox {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.soubaspace {
  display: inline-block;
  margin-right: 20px;
}

table.soubatable {

  width: 400px;
  border-collapse: collapse;
  line-height: 1.5;
  text-align: center;

}

.soubatable th {
  padding: 5px;
  width: 200px;
  font-weight: bold;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #4BC0C0;
  color: #ffffff;
  font-size: 15px;
}

.soubatable td {
  padding: 5px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 15px;

  color: #333;
}

.chartbg {
  display: inline-block;
  width: 830px;
  background: #F9F9F9;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: -20px;
  margin-bottom: 30px;
}


.hikakutitlebox {
  width: 790px;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  /* 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);
  font-weight: bold;
  position: relative;
}

.hikakutitlebox p {
  font-size: 14.5px;
  color: #FFFF00;
  letter-spacing: -0.3px;
  text-align: left;
  display: inline-block;
  padding-bottom: 5px;
  position: absolute;
  left: 10px;
  top: 12px;
  font-weight: normal;
}

.hikakutitlebox h2 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.leftbox {
  float: left;
  width: 250px;
  margin-right: 20px;
}

.rightbox {
  float: right;
  width: 520px;
}

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

span.bluebg {
  display: inline-block;
  width: 80px;
  background: #1F497D;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;

  margin-bottom: 10px;
}

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

}

.rightbox .redprice {
  font-size: 30px;
  color: #ff0000;
}

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

.center2 {
  text-align: center;
}

.font_b {
  font-weight: bold;
}

.font_20 {
  font-size: 20px;
}

.font_30 {
  font-size: 28px;
}

.font_40 {
  font-size: 40px;
}

.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: 145px;
  background: #fff;
  top: -66px;
  /* 上に隠す鷹さ */
  left: 0;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  opacity: 0;
  /* 	最初読み込んだときは透過 */
  z-index: 1000;
  /*　他のアイテムに対して最上位のレイヤーになるように */
  /*	opacity: 0; */
  -moz-box-shadow: 12px 13px 8px -8px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: 12px 13px 8px -8px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 12px 13px 8px -8px rgba(0, 0, 0, 0.49);
  box-shadow: 12px 13px 8px -8px rgba(0, 0, 0, 0.49);
}

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

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

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

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

.widemenu1 {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 115px;
  background: #fff;
  line-height: 1.3;
  border-left: 1px solid black;
}

.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 */
}

.widemenu2 {
  margin-right: 2px;
  border-right: 1px solid black;
}

.fontmargin1 {
  margin-top: 18px;
}

.fontmargin2 {
  margin-top: 18px;
}

.fontmargin3 {
  margin-top: 16px;
}

.fontmargin4 {
  margin-left: 6px;
}

.fontmargin5 {
  margin-left: 4px;
}

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

/* 新mini価格表 */

.tb_left2 {
  float: left;
  width: 370px;
  padding-left: 30px;
}

.tb_right2 {
  float: right;
  width: 400px;
}

.tb_left3 {
  float: left;
  width: 370px;
  padding-left: 30px;
}

.tb_right3 {
  float: right;
  width: 400px;
}

.digestin2 td.hini1 {
  font-size: 16px;
  color: #FFFF00;
  width: 260px;
  border-bottom: 1px solid #5A5A5A;
}

.digestin2 td.hini2 {
  font-size: 16px;
  color: #FFFF00;
  width: 260px;
  border-bottom: 1px solid #5A5A5A;
}

.digestin2 td.hini3 {
  font-size: 16px;
  color: #FFFF00;
  width: 260px;
  border-bottom: 1px solid #5A5A5A;
}

.digestin2 td.hini4 {
  font-size: 16px;
  color: #FFFF00;
  width: 260px;
  border-bottom: 1px solid #5A5A5A;
}


.digestin2 td.kingaku1 {
  font-size: 22px;
  color: #FFF;
  width: 100px;
  text-align: right;
  border-bottom: 1px solid #5A5A5A;
}

.digestin2 td.kingaku2 {
  font-size: 22px;
  color: #FFF;
  width: 100px;
  text-align: right;
  border-bottom: 1px solid #5A5A5A;
}

.digestin2 td.kingaku3 {
  font-size: 22px;
  color: #FFF;
  width: 100px;
  text-align: right;
  border-bottom: 1px solid #5A5A5A;
}

.digestin2 td.kingaku4 {
  font-size: 22px;
  color: #FFF;
  width: 100px;
  text-align: right;
  border-bottom: 1px solid #5A5A5A;
}

span.dimini4 {
  font-size: 25px;
  margin-left: 5px;
}

.f_koan {
  color: #333;
  font-size: 15px;
}

.f_koan span {
  color: #333;
  font-weight: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif !important;
}

/*---------CARD中身----------*/
/*sp*/
.card {
  padding: 2em 0 2em 0;

}

.card__area {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.card__box {
  width: 48%;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;

}


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

.card__catch:hover {
  color: #666;
}

.card__ttl {
  font-size: 18px;
  line-height: 1.5;

}

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

/*tb*/
@media (min-width: 450px) {
  .card__box {
    width: calc(100% / 3 - 16px);
    margin-bottom: 20px;
  }

  .card__box:nth-child(2n) {}

  .card__ttl {
    font-size: 3vw;
  }

  .card__catch {
    bottom: 5px;
  }

  .card__txt {
    font-size: 2.5vw;
  }
}

/*pc*/
@media (min-width: 950px) {
  .card__box {
    position: relative;
    border: 1px solid #f5a210;
  }

  .mgspace {
    margin-right: 20px;
  }

  .card__box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: 0px solid #f5a210;
    z-index: -1;
  }

  .card__box:hover {
    outline: 10px solid #f5a210;
    outline-offset: -10px;
    z-index: 98;
  }

  .card__img img {
    vertical-align: bottom;
    line-height: 1.0em;
    width: 100%;
  }

  .card__catch {
    position: absolute;
    width: 90%;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .card__ttl {
    font-size: 18px;

  }

  .card__txt {
    font-size: 15px;
    text-align: left;

    vertical-align: middle;
  }

  .card__box a {
    z-index: 99;
  }

  .card__txt a {
    z-index: 99;
  }
}

ol {
  list-style: none;
  /*Reset*/
}

/*---------POINT----------*/
.point {
  padding: 0px 0;
  overflow: hidden;
  margin-top: 30px;
}

.point__area {
  position: relative;
  max-width: 80vw;
  margin: 0 auto;
}

.point__list {
  counter-reset: num;
}

.point__item {
  display: flex;
  padding-bottom: 1em;
  width: 830px;
}

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

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

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

.point__img img {
  border-radius: 10px;
  width: 250px;
}

.point__inner {
  padding-left: 2rem;
}

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

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

.point__txt {
  line-height: 1.8;
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.sp {
  display: none !important;
}






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

.tbl__box {
  padding: 30px 0;
  margin: 0 auto;
}

.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;
}




.price_number2 {
  font-size: 1.0em;
  font-weight: bold;
  margin-right: 0.125em;
  letter-spacing: -0.5px;
  color: #333;
}

.tbl {
  width: 100%;

}

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

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


.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: 10em;
}

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

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

.tbl--05 th.color052 {
  color: #333;
  background: #EEE2A9;
  width: 9.5em !important;
  font-size: 0.8em;
}


@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: 10em;
}

.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: 10em;
}

.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: 10em;
}

.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;

}

.culculator__area {
  padding: 0px 0;
}

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

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

.culculator__subtit {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: .25em 1em 0 0;
  margin: 0;
  text-align: left;
  width: 100%;
}

.culculator__box select,
.culculator__box input {
  border: 2px solid #BEE3ED;
  font-size: 1.0125em;
  text-align: right;
  padding: .5em .5em;
  font-weight: bold;
  color: #666;
  height: auto;
  width: 235px;
  box-sizing: border-box;
}

.culculator__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@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__area {
  display: flex;
  justify-content: space-between;
}

.formula__box {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.formula__txt {}

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

  .formula__area {
    max-width: 500px;
  }
}

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

.arrow {
  position: relative;
}

.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;
  background: #fff;
}


.sign {
  display: flex;
  align-items: center;
  color: #45ACFF;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.25em;
}

.kakeru {
  margin: 0;
}

.equal {
  margin: 0;
}

.unit {
  font-size: 1.125em;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  width: 100%;
}

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

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

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

.answer {
  display: flex;
}

@media (max-width: 786px) {
  .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: 3;
}

.menuButton span,
.closeButton span {
  height: 2px;
  width: 60%;
  background: #333;
  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%;
    z-index: 99999;
    background: gray;
    display: none;
  }

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

  .menuTop {
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    background: #45ACFF;
  }

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

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

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

.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: 1;
  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: 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;
}

.accordion__title {
  background-color: turquoise;
  border: 1px solid transparent;
  color: #fff;
  font-size: 24px;
  padding: 20px;
  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: lightblue;
  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: 12px;
  height: 12px;
  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: lightgreen;
}

.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: lightgreen;
  padding: 10px;
}

.accordion__list li a {
  color: #fff;
  font-size: 20px;
  display: inline;
}

.header-mobile {
  position: fixed;
  width: 100%;
}

.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;
}

.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 {
  text-align: center;
  padding: 20px;
  background: #333;
}

.header-mobile__accordion li a {
  font-size: 20px;
  color: #fff;
}

.header-mobile__accordion-left,
.header-mobile__accordion-right {
  position: relative;
}

.header-mobile__accordion-left::before,
.header-mobile__accordion-right::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - $arrowButtonSize);
  width: 24px;
  height: 24px;
  right: 25px;
  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: 12px;
  height: 12px;
  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: green;
  display: none;
}

.header-mobile__slide-left ul,
.header-mobile__slide-right ul {
  padding: 20px 50px;
}

.header-mobile__slide-left ul a,
.header-mobile__slide-right ul a {
  display: inline;
  color: #fff;
}

.orikaeshi {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif !important;
}

.orikaeshi2 {

}

.c-headingtitle {
  display: block;
  letter-spacing: .05em;
  font-size: 1.5rem;
  line-height: 1.4;
  order: 1;
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 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%, #EFEFEF 50%, #EFEFEF 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%);
}

@media screen and (max-width: 770px) {
  .c-headingtitle {
    font-size: 1.125rem;
  }

  .c-headingtitle.-sub {
    font-size: 2rem;
  }
}

.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;
  }
}

.hyoubox {
  width: 100%;
  display: inlline-block;
  clear: both;
}

.hyouboxleft {
  float: left;
  display: inlline-block;
}

.hyouboxright {
  float: right;
  display: inlline-block;
}

.newtitle {
  color: #45ACFF;
  font-weight: bold;
  font-size: 35px;
}


.subtitle {
  font-size: 25px;
  color: #333;
  padding-top: 30px;
  line-height: 1.8em;
}

.inlineblock2 {
  display: inline-block;
}

.archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.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 {
  width: 47%;
  margin-top: 50px;
}

@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: 50px !important;
  padding-right: 10px;
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 830px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 50px;
  border-bottom: 3px solid #45ACFF;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  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: "業界No.1";
  -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 {
  max-width: 830px;
  width: 100%;
  background: #F9F9F9;
  margin: auto;
  margin-bottom: 30px;
}

#hikakujirei .wrapper {
  width: auto;
  padding: 30px;
}

#hikakujirei .wrapper .pc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#hikakujirei .wrapper .left-contaienr {
  max-width: 250px;
  width: 30%;
}

#hikakujirei .wrapper img {
  max-width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

#hikakujirei .wrapper .right-container {
  max-width: 500px;
  width: 65%;
  margin-left: 25px;
}

#hikakujirei .wrapper .right-container .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#hikakujirei .wrapper .right-container .top .top-left {
  width: auto;
}

#hikakujirei .wrapper .right-container .top .top-left h3 {
  color: #45ACFF;
  font-size: 1.5rem;
  text-align: left;
}

#hikakujirei .wrapper .right-container .top .top-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

#hikakujirei .wrapper .right-container .top .top-left ul li {
  font-size: 1.0rem;
  margin-right: 20px;
  background: #f9f9f9;
}

#hikakujirei .wrapper .right-container .top .top-right .bubble {
  width: 120px;
  height: 40px;
  font-size: 0.82rem;
  color: #7a5328;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 0;
  border-left: 1px solid #7a5328;
  border-bottom: 1px solid #7a5328;
  position: relative;
  line-height: 1.5em;
  font-weight: bold;
}

#hikakujirei .wrapper .right-container .top .top-right .bubble::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -20px;
  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 {
  width: 100%;
  height: 115px;
  background: #2d2d2d;
  margin-top: 15px;
  position: relative;
}

#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.3rem;
}

#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;
  margin-top: 0px;
}

#hikakujirei .wrapper .right-container .sales-container .sales-item .sales-flex h2 {
  font-size: 1.3rem;
  color: #f6bb46;
  letter-spacing: 0.1rem;
}

#hikakujirei .wrapper .right-container .sales-container .sales-item .sales-flex h2 span {
  font-size: 2.0rem;
  color: #f6bb46;
}

#hikakujirei .wrapper .right-container .sales-container .sales-item .sales-flex p {
  font-size: 1rem;
  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;
}

#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;
}

#hikakujirei .wrapper .right-container .conparison {
  margin-left: 0%;
  color: #45ACFF;
  text-align: center;
  font-size: 1.3rem;
  margin-top: 10px;
  font-weight: bold;
}

.br {
  display: none;
}


/* 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;
  }
}

a.brandlinkmenu {
  padding: 0;
  margin: 0;
}


.buybox {
  width: 830px;
  font-size: 15px;
  text-align: left;
}


.buyinbox {
  margin-bottom: 20px;
}

.buyinbox p {
  padding-top: 10px;
  padding-bottom: 10px;
}


.buytable {}

table.buytable {
  width: 830px;
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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


.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;
  }
}

a.brandlinkmenu {
  padding: 0;
  margin: 0;
}


/* CSS Document */

@media only screen and (min-width: 600px) {
  #sideMenu_wrap {
    position: relative;
  }

  #sticked {
    width: 280px;
    position: absolute;
    background: #fff;
  }
}


/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　ベース
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */


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 {
  margin: 1em 0 4em;
}

.column_wrap .txtbox p {
  margin: 0 0 2em;
  line-height: 160%;
  font-size: 100%;
}

.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 {
  max-width: 670px;
  width: 100%;
  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;
  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: "";
}

.column_wrap .mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.column_wrap .btn a {
  display: block;
  padding: 0.3em 2em;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #F15920;
  box-shadow: 0 3px 0 #c84e21;
}




/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　レスポンシブ
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */

@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 {
    padding: 0 2%;
  }

  .column_wrap .pageindex ol {
    width: 100%;
  }

  .column_wrap .pageindex ul {
    margin-top: 1em;
  }

  section .column_wrap li {
    border-bottom: none;
  }

  .column_wrap .pcnone {
    display: block !important;
  }

  .column_wrap .spnone {
    display: none !important;
  }

  .column_wrap .banner img {
    width: 100%;
  }

  .column_wrap .listTab table {
    width: 100%;
    word-break: break-all;
  }

  .column_wrap .pageindex {
    width: auto;
  }
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　コラムリンク
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */

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: #808080;
}


/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　コラム内移動
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */

.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: 49%;
  padding-bottom: 7px;
}

.nav-single+.comments-area,
#comment-nav-above {
  margin: 30px 0;
}

.nav-single {
  width: 99%;
}

.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;
}

.pcspacebottom {
  margin-bottom: 600px;
}

p.labelp {
  color: #45ACFF !important;
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
faqベース pc
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */


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 {
  margin: 1em 0 4em;
}

.pageindex .txtbox p {
  margin: 0 0 2em;
  line-height: 160%;
  font-size: 100%;
}

.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 {
  max-width: 670px;
  width: 100%;
  margin: 1.5em auto 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ページpc----------*/

.photobox {
  width: 44%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 40px;
}

.photobox p {
  width: 90%;
  margin: 0 auto;
}

.txtleft {
  text-align: left;
}

.mrright {
  margin-right: 30px;
}

.mrbottom1 {
  margin-bottom: 30px;
}

.mrbottom2 {
  margin-bottom: 30px;
}

.lineimg1 {
  width: 250px;
  height: 250px;
  max-width: 250px;
}

.boxsize {
  width: 250px;
  height: 250px;
  max-width: 250px;
}

.maritbox2 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;

  position: relative;
  background: #F2F2E9;
  box-shadow: 0px 0px 0px 5px #F2F2E9;
  border: dashed 2px white;
  padding: 20px;
  color: #454545;

}

/*---------マンガ----------*/

.spnone {
  display: none;
}

.imgprice2 {

  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width:798px) {
  .imgprice2 {
    width: 95%;
  }
}

/*事例ページ　買取商品部分*/

.sectionside {
  display: block;
  margin-bottom: 10px;
}

.swiper-container2 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  margin-bottom: 2px;

}

.swiper-wrapper2 {
  display: block;
  width: 830px;
  margin: 0 auto;
  text-align: center;
}

.swiper-slide2 {
  display: inline-block;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}


/*事例ページ　査定員のコメント　続きを見るボタン*/
.assessmentarea.grad-wrap {
  padding: 0;
  margin: 30px 0;
}

/* .assessmentarea .grad-item {
  height: 210px;
} */

/* -------------
20240730インゴット買い取り制限コメント入力のため
--------------- */
.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: 0 5px 5px;
  font-weight: 700;
  border-bottom: #292020 1px dashed;
}

.assessmentarea dd {
  font-size: 17px;
  padding: 10px 5px 0;
}

/*事例ページ　買取商品詳細の表　アコーディオン付き*/


.headingbt {
  margin-bottom: 12px;
}

#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;
}

/* 事例一覧ページ番号 */
ul.pageNav02 {
  margin: 0 0 10px;
  padding: 10px 10px 5px;
  background: #eee;
  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: 18px;
        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;
    }

/* /////WordPressからブログ、コンテンツ移行css追加分////// */

#article_body h2#single_title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 24px;
}

#article_body {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  text-align: left;
}

#article_body .meta_box {
  font-size: 85%;
  margin: 0 0 24px;
  padding: 1%;
}

#article_body .meta_box p {
    margin: 0;
}

#article_body h3 {
    font-size: 20px;
    text-align: left;
    border-bottom: 2px solid #ccc;
    margin: 36px 0 24px;
    padding: 15px 0 5px;
}

#article_body h4 {
    font-size: 18px;
    border-left: 3px solid #ccc;
    margin: 48px 0 24px;
    padding: .2em .2em .2em .5em;
}

#article_body p {
  margin-bottom: 2.1em;
  text-align: left;
}

#article_body header {
  display: block;
  min-width: inherit;
}

.pccontentbox__inner {
  padding: 20px 40px;
  border: 1px solid #ddd;
}

.kaitorikakaku {
  display: inline-block;
  font-size: 28px;
  text-align: center;
  margin: 0 auto;
  width: 709px;
  font-weight: 700;
  border: 3px solid #0f4b89;
  background: #f7fddf;
  line-height: 1.6;
}

.pccontent {
    display: inline-block;
    width: 1120px;
    margin:20px auto 0;
    position: relative;
}

#article_body img {
    width: 100%;
}

#article_body h4 {
  text-align: left;
}