@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');
/*@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body.safari #content, body.safari #footer { /*サファリでリンク先から戻った時文字が拡大する対応*/
  -webkit-text-size-adjust: 100%;
}
/** link **/
a:link {
  /* color: #e5348c; */
  text-decoration: underline;
}
a:visited {
  /* color: #e5348c; */
}
a:hover, a:active {
  text-decoration: none;
}
.taC {
  text-align: center;
}
/*初期設定
----------------------------------------------------*/
#wrapper {
  width: 100%;
  padding: 0 0 0 0;
  overflow: hidden;
  color: #222;
  background: #fff;
}
#content {
  margin: 0 auto;
  width: 740px;
  text-align: left;
  background-color: #fff;
  color: #555;
}
.content-main {
  /*width: 700px;*/
}
img.pics {
  max-width: 100%;
}
.ie8 img {
  width: auto;
}
/*clearfix*/
.clearfix2 {
  clear: both;
  zoom: 1;
}
.clearfix3:after {
  content: "";
  display: block;
  clear: both;
}
/*.buruburu {
    animation: hurueru .2s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) }
    25% {transform: translate(2px, 0px)}
    50% {transform: translate(0px, 0spx)}
    75% {transform: translate(0px, 2px) }
    100% {transform: translate(0px, 0px) }
}*/
/*layout
----------------------------------------------------*/
#header {
  height: 45px;
  border-bottom: 1px solid #eee;
  position: relative;
  background-color: #F48EA1;
}
.brand {
  position: absolute;
  top: 20%;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
h1 {
  position: relative;
  padding: 0.6em;
  /*border: solid 10px #faf5ec;*/
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  background-color: #f6d689;
  margin-bottom: 30px;
}
h1:after {
  position: absolute;
  content: '';
  top: 100%;
  border: 15px solid transparent;
  border-top: 15px solid #f6d689;
  width: 0;
  height: 0;
  transform: translate(-50%, 0);
  left: 50%;
}

h4 {
  font-size: 1em;
  font-weight: bold;
  position: relative;
  padding: 0 .5em .2em 1.4em;
  border-bottom: 2px solid #e5348c;
  margin-bottom: 20px;
}
h4::after {
  position: absolute;
  top: .6em;
  left: .4em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #e5348c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.review-title {
  /* border-bottom: 2px solid #ecaacc;*/
  text-align: center;
  /* background-color: #ecaacc;*/
  color: #ffffff;
  margin: 0;
  background: -webkit-repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
  background: repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
  color: #4a1086;
  border: solid 2px #988ffc;
  ;
}
p {
  margin-bottom: 20px;
  word-wrap: break-word;
}
.pics {
  margin-bottom: 10px;
}
.fcP {
  color: #e5348c;
  ;
}
.fcR {
  color: #FF0000;
}
.fcB {
  color: #629FFF;
  font-weight: bold;
}
.ttl {
  text-align: center;
}
.txt_l {
  text-align: left;
}
.fwB {
  font-weight: bold;
}
.mt20 {
  margin-top: 20px;
}
.bb {
  border-bottom: double 4px #000;
}
.table-wrap table img {
  max-width: 100%;
  padding: 5% 0;
  margin: 0 auto;
}
.wrighter_box {
  padding: 10px 2% 5px;
  background: #F9D5DC;
  margin-bottom: 20px;
}
.wrighter {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrighter p:first-child {
  width: 25%;
}
.wrighter p:last-child {
  width: 70%;
}
.marker-yellow {
  background: linear-gradient(transparent 0%, #fff799 0%);
  font-weight: bold;
  border-radius: 6px;
}
.ranking-paragraph {
  display: none;
}
figure {
  margin-bottom: 40px;
}
figcaption {
  font-size: .8em;
  color: #999;
  text-align: center;
}
.review {
  border: solid 1px #F48EA1;
  padding: 15px 15px 0px 15px;
  background-color: #FFF2F5;
}
figure {
  text-align: center;
}
.ranking-nomal {
  font-size: 0.8rem;
  color: #FF0057;
}
@media only screen and (max-width:839px) {
  .wrighter p:last-child {
    font-size: 0.7em;
  }
  .ttl {
    text-align: center;
    font-size: 1em;
  }
}
.box-voice {
  display: flex;
}
.gray-box {
  /*border: 1px solid #eee;
	background: #f9f9f9;*/
  padding: 1em;
  color: #555;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: .90em;
}
.gray-box {
  font-weight: bold;
}
.gray-box p, .gray-box figure {
  margin-bottom: 0px;
}
.gray-box a {
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: .5em 1em;
  background: #287ab7;
  border-radius: 10px;
  border: 2px solid #0981b5;
  color: #015281;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
  text-shadow:
    0 0 25px #edf8ff, 0 0 20px #edf8ff, 0 0 0.40px #edf8ff;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b7deed+0,71ceef+50,21b4e2+51,b7deed+100;Shape+1+Style */
  background: #b7deed; /* Old browsers */
  background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0); /* IE6-9 */
}
.gray-box_orange a {
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: .5em 1em;
  border-radius: 10px;
  border: 2px solid #ff7a1d;
  color: #f56c0d;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 25px #fff4ed, 0 0 20px #fff4ed, 0 0 0.4px #fff4ed;
  text-align: center;
  background: #b7deed;
  background: linear-gradient(to bottom, #edd2b7 0%, #ffe1b3 50%, #f3a76f 51%, #edd7b7 100%);
  background: -webkit-linear-gradient(to bottom, #edd2b7 0%, #ffe1b3 50%, #f3a76f 51%, #edd7b7 100%);
  background: -moz-linear-gradient(to bottom, #edd2b7 0%, #ffe1b3 50%, #f3a76f 51%, #edd7b7 100%);
}
.gray-box_green a {
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: .5em 1em;
  background: #287ab7;
  border-radius: 10px;
  border: 2px solid #01811e;
  color: #01811e;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 25px #edffee, 0 0 20px #edffee, 0 0 0.4px #edffee;
  text-align: center;
  background: #b7deed;
  background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
  background: -webkit-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
  background: linear-gradient(to bottom, #dfffe1 0%, #71ef7b 50%, #54e43b 51%, #b7edbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0);
}
.compare-box {
  font-size: 18px;
  line-height: 30px;
}
.compare-box p {
  display: inline-flex;
  flex-wrap: wrap;
}
.compare-box span {
  word-break: keep-all;
}
.user-name {
  color: #fea3cc;
}
#content a.cv-link:link, #content a.cv-link:visited, #content a.cv-link:hover, #content a.cv-link:active {
  font-size: 24px;
  color: #13b5b1;
  font-weight: bold;
}
ul, li {
  list-style: none;
}
ul.points {
  border: 1px solid #eee;
  background: #f9f9f9;
  margin: 0px 0 10px;
  padding: 1em 1em 1em 2em;
  font-size: .9em;
}
/*table style*/
.table-blue {
  border: 1px solid #ccc;
}
.table-blue p {
  margin: 0;
}
.table-blue th {
  vertical-align: middle;
  background: #e03b6f;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-blue td {
  vertical-align: middle;
  line-height: 1.3;
  background: #fff;
  padding: 0.4em 0.2em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.post-date {
  color: #aaa;
  padding: .5em;
  font-size: 12px;
  text-align: right;
}
.customer-voice {
  padding: 16px;
  background: #ffefe9;
  margin-bottom: 20px;
}
/*SNS指定*/
.sns a:link, .sns a:visited, .sns a:hover, .sns a:active {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
.sns ul {
  display: flex;
  flex-flow: wrap;
  margin: 20px 0;
}
.sns li {
  display: flex;
  min-width: 50px;
  margin-right: 10px;
}
.sns ul li .fa-hatebu:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
  font-style: normal;
}
.sns_icon {
  width: 130px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 0;
  text-align: center;
  margin-bottom: 10px;
}
.sns_icon a:link, .sns_icon a:hover, .sns_icon a:active, .sns_icon a:visited {
  color: #fff;
}
.sns .vsbl-mb {
  margin-left: .2em;
}
.facebook_back {
  background-color: #305097;
}
.twitter_back {
  background-color: #55acee;
}
.google_back {
  background-color: #db4a39;
}
.hatena_back {
  background-color: #00a4de;
}
.sns_line {
  width: 130px;
  height: auto;
}
/*----------- スライダー ------------*/
/*画像ブロック*/
#main-gallery {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
/*３枚画像の共通設定*/
#slide1, #slide2, #slide3 {
  -webkit-animation-duration: 10s; /*実行する時間。「s」は秒の事。*/
  animation-duration: 10s; /*同上*/
  -webkit-animation-iteration-count: infinite; /*実行する回数。「infinite」は無限に繰り返す意味。*/
  animation-iteration-count: infinite; /*同上*/
}
/*slide1*/
#slide1 {
  -webkit-animation-name: slide1; /*上で設定しているキーフレーム（keyframes）の名前*/
  animation-name: slide1; /*同上*/
  position: relative;
  width: 100%;
  height: auto;
}
/*slide2*/
#slide2 {
  -webkit-animation-name: slide2; /*上で設定しているキーフレーム（keyframes）の名前*/
  animation-name: slide2; /*同上*/
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
}
/*slide3*/
#slide3 {
  -webkit-animation-name: slide3; /*上で設定しているキーフレーム（keyframes）の名前*/
  animation-name: slide3; /*同上*/
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
}
/*slide1*/
@keyframes slide1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*slide2*/
@keyframes slide2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*slide3*/
@keyframes slide3 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*ボタン*/
.btn-box {
  margin: 20px auto 40px;
  text-align: center;
  /*width: 300px;*/
}
.btn-box img {
  max-width: 100%;
}
a.btn {
  text-decoration: none;
  display: inline-block;
  border: none;
  width: 100%;
  padding: .8em 1em;
  background: #287ab7;
  border-radius: 10px;
  border: 2px solid #0981b5;
  color: #00479d;
  font-size: 1.2em;
  font-weight: 700;
  text-shadow:
    0 0 25px #edf8ff, 0 0 20px #edf8ff, 0 0 0.40px #edf8ff;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b7deed+0,71ceef+50,21b4e2+51,b7deed+100;Shape+1+Style */
  background: #b7deed; /* Old browsers */
  background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0); /* IE6-9 */
}
.btn-box a:hover, .btn-box a:active {
  opacity: .7;
  transition: 1s;
}
a.cvn {
  display: block;
  position: relative;
  /*padding-left: 20px;*/
}
/*.arw{
	display: block;
	position: absolute;
	top:40px;
	left:-20px;
	-webkit-animation: arwmove 1.2s infinite;
	animation: arwmove 1.2s infinite;
	z-index: 10;
	width: 76px;
}*/
/*共通パーツ*/
.ref {
  font-size: .8em;
  color: #999;
}
#content .mt40 {
  margin-top: 40px;
}
#content .mt30 {
  margin-top: 30px;
}
#content .mt20 {
  margin-top: 20px;
}
#content .mt10 {
  margin-top: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb10 {
  margin-bottom: 20px;
}
.pr10 {
  padding-right: 10px;
}
.ml20 {
  margin-left: 20px;
}
#content .pb30 {
  padding-bottom: 30px;
}
#content .tac {
  text-align: center;
}
#content .tar {
  text-align: right;
}
#content .red {
  color: #fa7c92;
  font-weight: bold;
}
#content .light-pink {
  color: #fcccdf;
}
#content .pink {
  color: #fcccdf;
}
#content .blue {
  color: #0066ff;
}
#content .marker {
  background: linear-gradient(transparent 60%, #fdfb70 0%);
}
.marker_pink {
  background: linear-gradient(transparent 60%, #F9D5DC 0%);
  font-weight: bold;
}
#content .uline {
  text-decoration: underline;
}
#content .black {
  color: #000;
  font-weight: bold;
}
.green {
  color: #009944;
}
.smaller {
  font-size: .8em;
}
.gray {
  color: #ddd
}
#content .wavy {
  background: url(../img/wavy.png) bottom repeat-x;
}
#content .bld {
  font-weight: bold;
}
.tx-m {
  font-size: 14px;
}
#content .tx-s {
  font-size: 12px;
}
.tx-l {
  font-size: 18px;
}
#content .tx-19 {
  font-size: 19px;
}
#content .tx-24 {
  font-size: 24px;
}
.right {
  float: right;
}
.show-sp {
  display: none;
}
.show-br-sp {
  display: none;
}
.blinking {
  -webkit-animation: 0.5s linear 0s alternate none infinite running blink;
  -moz-animation: 0.5s linear 0s alternate none infinite running blink;
  animation: 0.5s linear 0s alternate none infinite running blink;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  19.9% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  19.9% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  19.9% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.block-voice {
  margin: 20px 0;
  padding: 30px 20px 20px 30px;
  background: #fefaf2 url(../img/quote.png) no-repeat 10px 10px;
  /*border: 1px solid #f2af29;*/
}
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
  color: #999999;
}
#content .ref {
  font-size: 12px;
} /*出典用*/
#content figcaption.ref a:link, #content figcaption a:link, #content figcaption a:hover, #content figcaption a:active {
  color: #666;
  text-decoration: underline;
}
/*footer*/
#footer {
  padding: 30px 10px 0;
}
#footer p {
  text-align: center;
  color: #999;
  line-height: 1.5;
  font-size: 12px;
}
#footer .tx-ss {
  font-size: 11px;
}
/*レスポンシブ用*/
/*@media only screen and (min-width:840px){*/ /*PC表示で反映させる設定*/
@media only screen and (min-width:840px) { /*PC表示で反映させる設定*/
  .box-voice img {
    margin-right: 20px;
  }
  .box-voice p {
    margin-top: 20px;
  }
}
@media only screen and (max-width:999px) { /*コンテンツ幅の調整*/
  #content {
    width: 100%;
    padding: 0 15px 15px 15px;
  }
}
/*@media only screen and (max-width:839px){*/ /*スマホ表示で反映させる設定*/
@media only screen and (max-width:839px) { /*スマホ表示で反映させる設定*/
  .content-main {
    width: 100%;
  }
  img.pics {
    height: auto;
  }
  .header-inner {
    width: 100%
  }

  .sns {
    display: none;
  }
  .box-voice {
    flex-direction: column;
  }
  .table-blue {
    width: 650px;
  }
  .table-wrap {
    width: 100%;
    overflow: auto;
    /*overflow-x:scroll;*/
  }
  .show-sp {
    display: block;
  }
}
.no1_linkbtn {
  display: none;
}
/*.table-wrap table th a{
    color: #fff;
}*/
@media only screen and (max-width:499px) { /*ボタンの改行を調整*/
  .show-br-sp {
    display: inline-block;
  }
  .gray-box a, .gray-box_orange a, .gray-box_green a {
    width: 100%;
  }
}
@media only screen and (max-width:839px) {
  .no1_linkbtn {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 5000;
    width: 100%;
  }
  .no1_linkbtn img {
    width: 100%;
  }
  .ranking-paragraph {
    display: block;
  }
}
/*form*/
.searchform {
  display: inline-block;
  text-align: left;
}
.searchtable {
  border-collapse: collapse;
  font-size: 15px;
  line-height: 25px;
  border: none !important;
  
}
.serchtable-border {
  
  padding: 10px;
}
.searchbox {
  font-size: 15px;
  padding: 5px;
  
  border-radius: 5px;
  width: 80%;
}
form input {
  vertical-align: middle;
}
.thisinfotable td, th {
  font-size: 12px;
}
.thisinfotable td, th {
  
  font-size: 15px;
  padding: 10px;
}
.border-none {
  border-style: none;
}
.searchtable .searchtabletitle {
  background-color: #f6f6f6;
  min-width: 120px;
  /* border: 1px solid #cfcfcf; */
  padding: 10px;
}
.searchtable .searchbutton {
  background-color: #fb8bc6;
  border: none;
  color: white;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 15px;
  margin-top: 20px;
}
.searchtable .searchcenter {
  text-align: center;
}
.objecttable tr, td {
  border: none;
}
.objecttable {
  border: 2px solid #ccc;
  text-align: center;
  margin: auto auto 50px auto;
  width: 95%;
}
.objecttable tr, td {
  
  padding: 10px;
  text-align: center;
}
.objecttitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  background-color: #FFA0BB;
  
  border-bottom: none;
  color: #fff;
}
.objectimg p {
  text-align: center;
}
.objectmaintext {
  font-size: 20px;
  font-weight: bold;
}
.thisinfotable {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.thisinfotable td th {
  
  font-size: 15px;
  line-height: 20px;
}
.oflBtn {
  width: 65%;
  margin: 0 auto;
}
.fontsizenormal {
  font-size: 16px;
}
.btn_search {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .fontsizenormal {
    font-size: 0.8em;
  }
}
.searchordercontainer dd {
  display: inline-block;
  margin-left: 20px;
  margin-top: 0px;
  line-height: 20px;
}
.searchordercontainer a {
  text-decoration: none;
}
@media (max-width: 620px) {
  .kaso_pro_tbl table {
    width: 100%;
    margin: 5% auto;
  }

}

}

@media (max-width: 620px) {
  /*search form*/
  .index_search {
    background: #fff;
    margin: 0 auto;
  }
  .search_box {
    /*border: 2px solid #ecaacc;*/
    padding: 5% 0 5%;
  }
  .btn-more {
    background-color: #fafbb2;
    color: #787878;
    margin-left: 50px;
    margin-right: 50px;
    padding: 20px;
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #fafbb2;
    cursor: pointer;
  }
  .btn-more::before {
    content: "＋";
  }
  .btn-more.close::before {
    content: "―";
  }
  .dropdown {
    background-color: #ffffff;
  }
  .dropdown ul {
    margin-left: 2em;
  }
  .dropdown ul li {
    list-style-type: disc;
  }
  .spbr label {
    padding: 3px;
    border: none;
  }
  .item-price table {
    border: #cccccc 1px solid;
    table-layout: fixed;
    width: 100%;
  }
  .item-price table th {
    background: #fffae5;
  }
  .item-price table td {
    background: #ffffff;
  }
  .point_txt_w_l {
    width: 275px;
  }
  .point_txt_w_r {
    width: 450px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .formBtn {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 620px) {
  .research_inner {
    padding: 10px;
  }
  .research_inner h4 {
    font-size: 16px;
  }
  .formBtn {
    display: none;
  }
}
.marker_start {
  background-position: 0% bottom;
}
.marker_line {
  background: -webkit-linear-gradient(left, #fdff3b 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
  background: linear-gradient(to right, #fdff3b 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  margin-bottom: 35px;
}
.cta_btn {
  text-align: center;
  margin-bottom: 35px;
}
.cta_btn a {
  padding: 10px 20px;
  background-color: #F579A0;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  border-radius: 10px;
}
.animate69 {
  -webkit-animation-name: animate69;
  -moz-animation-name: animate69;
  -o-animation-name: animate69;
  animation-name: animate69;
}
.animate {
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes animate69 {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.mb_ini {
  margin-bottom: initial;
}
.fsLL {
  font-size: 20px;
}
.fsL {
  font-size: 1.2em;
}
.fsS {
  font-size: 13px;
}
.fs15 {
  font-size: 15px;
}
.fs14 {
  font-size: 14px;
}
.fsSs {
  font-size: 0.8em;
}
.box {
  padding: 10px;
}
.inside-box {
  width: 100%;
  /*padding: 3% 0%;*/
  margin: 0% auto;
  text-align: center;
  background: #faf5ec;
  /*border: dashed 2px #ff69b4;*/
  box-sizing: border-box;
  border-radius: 16px;
}
.rank_tbl .rank_cat {
  background: #f8edf4;
  padding: 10px;
}
.rank_tbl ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
.rank_tbl .rank_cat p {
  color: #bb4a92;
  font-weight: 600;
  background: none;
  line-height: 1.5em;
  font-size: 14px;
}
.rank_tbl ul li {
  text-align: center;
  width: 35%;
  font-size: 15px;
  padding: 10px 10px;
  line-height: 1.5;
  border-right: 1px solid #c9c9c9;
}
.point {
  display: flex;
  justify-content: center;
}
.point p {
  background-color: #D83E65;
  color: #fff;
  padding: 3px;
  text-align: center;
  margin: 2px;
  border-radius: 10px;
  width: 34%;
}
.ful {
  text-decoration-line: underline;
}
.btn_s {
  display: block;
  margin: auto;
  background-color: #f78a5c;
  border-radius: 5px;
  width: 55%;
}
.btn_s p {
  text-align: center;
  color: #fff;
  padding: 4px;
  font-size: 0.9em;
}
.point-box {
  position: relative;
}
.point-img {
  position: absolute;
  top: 15px;
  left: 120px;
  width: 100px;
}
.crown {
  width: 8%;
	    margin-right: 10px;
margin-top: -8px;
}
@media (max-width: 620px) {
  .crown {
    width: 13%;
    margin-right: 10px;
	  margin-top: -4px;
  }
  .point-img {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 20%;
  }
}
.pointTable table {
  width: 90%;
  margin: auto;
  box-sizing: border-box;
  padding: 1%;
  border-radius: 5px;
}
.pointTable table tr th {
  background: #F48EA1;
  color: #fff;
  border-radius: 0;
  /*	padding: 0.5% 0;*/
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.hitokoto {
  margin-bottom: 20px;
}
.hitokoto h5 {
  width: 50%;
  background-color: #F6D689;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  padding: 3px 5px 3px 20px;
  font-size: 1.2em;
}
.hitokoto h5 i {
  padding: 5px
}
.hitokoto .box {
  background-color: #faf5ec;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 30px;
}
.hitokoto .box p {
  padding: 5px;
  text-align: justify;
  margin-bottom: 0px;
}
.cv {
  width: 100%;
  line-height: 80px;
}
.cv a {
  display: block;
  width: 100%;
  text-decoration: none;
  background: #E5348C;
  text-align: center;
  border: 4px solid #E5348C;
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  box-shadow: 1px 1px 6px 0px #FFFFFF inset;
  text-shadow: 0px 1px 1px #ADADAD;
  transition: all 0.5s ease;
  margin-bottom: 40px;
}
.cv a:hover {
  background: #FF8FC8;
  color: #FFFFFF;
  margin-left: 0px;
  margin-top: 0px;
  border: 4px solid #FFFFFF;
  box-shadow: none;
}
/*.cv a {
  width: 80%;
  margin: 0 auto;
  display: block;
  font-weight: 700;
  padding: 20px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  position: relative;
  border-style: none;
  border-radius: 5px;
  background-color: #e5348c;
  box-shadow: 0 10px 0 #9c0450;
  font-size: 1.6em;
  margin-bottom: 40px;
  margin-top: 30px;
}*/
@media (max-width: 620px) {
  /*.cv a {
    width: 100%;
    display: block;
    font-weight: 700;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
    border-style: none;
    border-radius: 5px;
    background-color: #e5348c;
    box-shadow: 0 10px 0 #9c0450;
    font-size: 1.2em;
    margin-bottom: 40px;
    margin-top: 30px;
  }*/
  .cv {
    width: 100%;
    line-height: 80px;
  }
  .cv a {
    display: block;
    width: 100%;
    text-decoration: none;
    background: #E5348C;
    text-align: center;
    border: 4px solid #E5348C;
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: bold;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    box-shadow: 1px 1px 6px 0px #FFFFFF inset;
    text-shadow: 0px 1px 1px #ADADAD;
    transition: all 0.5s ease;
    margin-bottom: 40px;
  }
  .cv a:hover {
    background: #FF8FC8;
    color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    border: 4px solid #FFFFFF;
    box-shadow: none;
  }
}
.cv2 a {
  width: 80%;
  margin: 0 auto;
  display: block;
  font-weight: 700;
  padding: 20px;
  color: #e5348c;
  cursor: pointer;
  text-align: center;
  position: relative;
  border-style: none;
  border-radius: 5px;
  background-color: #ffdcec;
  box-shadow: 0 10px 0 #ff69b4;
  font-size: 18px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (max-width: 620px) {
  .cv2 a {
    width: 100%;
    display: block;
    font-weight: 700;
    padding: 20px;
    color: #e5348c;
    cursor: pointer;
    text-align: center;
    position: relative;
    border-style: none;
    border-radius: 5px;
    background-color: #ffdcec;
    box-shadow: 0 10px 0 #ff69b4;
    font-size: 18px;
    font-size: 1.2em;
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
.title_wrapper {
  display: block;
  position: relative;
  border-bottom: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 0;
}
.blue-box {
  background-color: #d6eaff;
  font-weight: bold;
  line-height: 2;
  padding: 10px;
  text-align: center;
}
.blue-box_txt {
  text-align: left;
  display: inline-block;
}
@-moz-keyframes animate69 {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes animate69 {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@-webkit-keyframes animate69 {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes animate69 {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.animate69 {
  -webkit-animation-name: animate69;
  -moz-animation-name: animate69;
  -o-animation-name: animate69;
  animation-name: animate69;
}
.animate69, .a-btnsub69, .a-option69 {
  animation-duration: 1.4s !important;
  -webkit-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s !important;
}
.animate {
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.three-btn {
  background-color: #faf5ec;
  padding: 5px 10px;
  border: solid 1px #f6d689;
}
/*form*/
.searchform {
  display: inline-block;
  text-align: left;
}
.searchtable {
  border-collapse: collapse;
  font-size: 15px;
  line-height: 25px;
  border: none !important;
}
.searchtable, tr, td, th {
  
  padding: 5px 10px 5px 10px;
  text-align: center;
}
.searchbox {
  font-size: 15px;
  padding: 5px;
  border: 1px solid #DDD;
  border-radius: 5px;
  width: 80%;
}
form input {
  vertical-align: middle;
}
.thisinfotable {
  margin: auto;
}
.thisinfotable th {
  background-color: #69d1d7;
}
.objecttable {
  margin: auto;
  width: 100%;
}
.form .searchtable {
  margin: auto;
}
.objecttitle {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-top: 30px;
  padding: 10px;
  background-color: #69d1d7;
}
.thisinfotable td, th {
  font-size: 12px;
  line-height: 20px;
}
.thisinfotable td, th {
  border: 1px solid #cfcfcf;
  font-size: 15px;
  padding: 10px;
}
.searchtable .searchtabletitle {
  /* background-color: #f6f6f6; */
  min-width: 120px;
}
.searchtable .searchbutton {
  background-color: #FF6D46;
  border: none;
  color: white;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 40%;
}
.searchtable .searchcenter {
  text-align: center;
}
.oflBtn {
  width: 65%;
  margin: 0 auto;
}
.fontsizenormal {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .fontsizenormal {
    font-size: 0.8em;
  }
}
.searchordercontainer dd {
  display: inline-block;
  margin-left: 20px;
  margin-top: 0px;
  line-height: 20px;
}
.searchordercontainer a {
  text-decoration: none;
}
.OaC_btn {
  display: block;
  width: 50%;
  text-align: center;
  padding: 10px;
  margin: 20px auto;
  background: #fa7c92;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0px;
}
.sp_close {
  display: none;
}
@media screen and (max-width: 704px) {
  .sns ul li {
    margin: 0 auto;
    text-align: center;
  }
  .OaC_btn {
    display: block;
    width: 94%;
  }
}
@media screen and (max-width: 704px) {
  .sns_icon {
    width: 160px;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 0;
    text-align: center;
    margin-bottom: 10px;
  }
}
.searchtable {
  border-collapse: collapse;
  font-size: 15px;
  line-height: 25px;
  border: none !important;
  border: 1px solid #cfcfcf;
}
.searchordercontainer dd {
  display: inline-block;
  margin-left: 20px;
  margin-top: 0px;
  line-height: 20px;
}
.searchordercontainer a {
  text-decoration: none;
}
.index_search th {
  border-collapse: collapse;
  border: none;
  color: #464646;
  background-color: #e9e9e9;
  font-weight: bold;
  vertical-align: middle;
  font-size: 16px;
  padding: 5% 0 5%;
  padding: 5px;
  line-height: 1.4;
  margin: auto;
  text-align: center;
}
.index_search td {
  border-collapse: collapse;
  border: none;
  vertical-align: middle;
  padding: 5px;
  font-size: 14px;
}
.index_search {
  border-collapse: collapse;
  width: 100%;
  .formBtn {
    background: #fff;
  }
  .index_search th {
    display: none;
    border-collapse: collapse;
    border: #cccccc 1px solid;
    background-color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 80%;
    padding: 10px;
    line-height: 1.4;
  }
  .index_search td {
    border-collapse: collapse;
  }
  border: #cccccc 1px solid;
  text-align: left;
  vertical-align: middle;
  font-size: 80%;
}
.formBtn {
  display: none;
}
.searchtable .searchtabletitle {
  /* background-color: #f6f6f6; */
  min-width: 120px;
}
.searchbutton {
  text-align: center;
  background-color: #F48A5C;
  width: 15%;
  margin: 0 auto;
  padding: 0.5%;
  color: #fff;
}
@media (max-width: 620px) {
  .searchbutton {
    text-align: center;
    background-color: #F48A5C;
    width: 20%;
    margin: 0 auto;
    padding: 0.5%;
    color: #fff;
    margin-top: 20px;
  }
}
.balloon {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  margin: 2em 0 1em 40px;
  padding: 15px;
  background: #fff0c6;
  border-radius: 30px;
}
.balloon:before {
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #fff0c6;
  border-radius: 50%;
}
.balloon:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #fff0c6;
  border-radius: 50%;
}
.balloon p {
  margin: 0;
  padding: 0;
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s 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;
  }
}
.eachobject .objecttitle {
	background: #007CA7;
}
table.objecttable .thisinfotable th {
	background: #b10000;
}
table.objecttable .thisinfotable th {
	background: #C0E3F0;
	/* color: #ffffff; */
	font-weight: bold;
}
table.objecttable .thisinfotable td {
	/*color: #ffffff;*/
}
body.safari.breakpoint-840 {
	background: #eaeaea;
}
div#content {
	background: #fff;
}

footer {
    font-size: 13px;
    padding: 10% 0 13%;
    background: #d2e1fb;
    text-align: center;
}
.btn_s p {
    background-color: #d8d8d8;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 0.8em;
    /* margin-bottom: 0px; */
}
footer a {
    display: block;
    text-align: center;
    padding: 1%;
    color: #fff;
    font-size: 13px;
}

@media (min-width: 620px){
  .research_inner {
    padding: 10px;
  }
  .research_inner h4 {
    font-size: 16px;
  }


.index_search {
  border-collapse: collapse;
  width: 90%;
  background: #fff;
  font-size: 1em;
}

.index_search th {
  border-collapse: collapse;
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 80%;
  padding: 10px;
  line-height: 1.4;
  /* width: 30%; */
  /* border-left: 1px solid #ccc; */
  border-right: 1px solid #ccc;
}

.index_search td {
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
  font-size: 80%;
  width: 70%;
  padding: 0px 0px 0px 30px;
  /* border-right: 1px solid #cfcfcf; */
}

.formBtn{
	display: none;
}
.searchtable,
tr,
td,
th {
    border: 1px solid #ccc;
    padding: 5px 10px 5px 10px;
    text-align: center;
}


}

@media (max-width: 620px){
/*search form*/

  .index_search {
    background: #fff;
	margin: 0 auto;
  }
	.search_box {
		/*border: 2px solid #ecaacc;*/
		padding: 5% 0 5%;
	}
  .index_search th {
    border-collapse: collapse;
    border: none;
    color: #464646;
    background-color: #e9e9e9;
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
    padding: 5px;
    line-height: 1.4;
    width: 85%;
    margin: auto;
    display: block;
    text-align: center;
  }
  .index_search td {
    border-collapse: collapse;
    border: none;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    display: block;
	text-align: center;
  }

  .btn-more {
    background-color: #fafbb2;
    color: #787878;
    margin-left: 50px;
    margin-right: 50px;
    padding: 20px;
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #fafbb2;
    cursor: pointer;
  }
  .btn-more::before {
    content: "Ã¯Â¼â€¹";
  }
  .btn-more.close::before {
    content: "Ã¢â‚¬â€¢";
  }
  .dropdown {
    background-color: #ffffff;
  }
  .dropdown ul {
    margin-left: 2em;
  }
  .dropdown ul li {
    list-style-type: disc;
  }
  .spbr label {
    padding: 3px;
    border: none;
  }

.item-price table {
  table-layout: fixed;
  width: 100%;
}

.item-price table th {
  background: #fffae5;
}

.item-price table td {
  background: #ffffff;
}

.point_txt_w_l {
  width: 275px;
}

.point_txt_w_r {
  width: 450px;
  font-size: 16px;
  line-height: 1.5em;
}

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


}

.btn_s{
    display: block;
    margin: auto;
    background-color: #fff;
    /* border:solid 1px #f6b37f; */
    margin-bottom:20px;
    border-radius: 5px;
    width: 55%;
}
.btn_s p{
    background-color: #ccc;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 0.8em;
    /* margin-bottom: 0px; */
}

.ac{
    text-align:center;
    margin-top:5px;
}

.searchordercontainer table tr td{
  margin:auto;
  border:1px solid #cfcfcf;
}
.searchordercontainer table{
  margin:auto;
}
.taC{
    text-align:center;
}


/* 200923 追記 */
.customor_review{
    width: 90%;
    padding: 15px 0 0;
    margin: 0 auto 40px;
}
.customor_review h6{
    padding: 10px;
    color: #fff;
    background-color: #ffadad; 
    position: relative;
    font-size: 22px;
}
.customor_review h6::after{
    content:"";
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid #ffadad;
    top: 100%;
    right: 5%;
}
.customor_review_content{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.customor_review_content p{
    display: inline-block;
    width: 55%;
    margin: 3% 0 0 3%;
}
.customor_review_content_imgArea{
    width: 40%;
}
.customor_review_content_imgArea img{
    width: 100%;
    margin: 0;
}
.customor_review_content_imgArea p{
    width: 100%;
    text-align: center;
    margin: 0;
}
.referenceURL{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 10px;
    margin: 0 !important;
}
.referenceURL a{
    color: #999;
}
@media screen and (max-width: 768px){
    .customor_review h6{
        font-size: 16px;
    }
    .customor_review_content p{
        font-size: 14px;
        margin: 0;
    }
}

@media only screen and (min-width:840px){
    .point04 .oya .ko_text .kp_title,
    .point04 .oya .ko_text .kp_title2,
    .point04 .oya .ko_text .kp_title3{
        font-size: 19px;
    }
    .point04 .oya .ko_text .text{
        font-size: 15px;
    }
}

.item_table th{
    padding: 15px;
}
.n_btn_02{
    background: #3cb371;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 10px 0 #2e8b57;
    margin: 10px 20px 30px;
}
.content_button{
    width: 70% !important;
}

p.kp_title:before,
p.kp_title2:before,
p.kp_title3:before{
    background-color: #d9001f;
}
.point04{
    border-color: #d9001f;
}






#sort_table{
    border-collapse: collapse;
}
.view img{
    width: 100%;
    object-fit: contain;
}
.imgRo{
    width: 100px;
}
@media screen and (max-width: 760px){
    .conditions_table{
        overflow-x: scroll;
    }
    #sort_table{
        width: 1200px;
    }
}