@charset "utf-8";
/*
Theme Name: BBOX
Version: 1.0
Author: https://bland.jp/
Author URI: 作者のサイトURL
*/


	* {
  margin: 0;
  padding: 0;
}

*::after,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal !important;
  word-wrap: break-word;
}

body {
  font-family: sans-serif, monospace;
  background: #fff;
  word-break: break-all;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

a:focus, *:focus { outline:none; }
a img{ border-style:none; }

/* ::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
} */
@media (max-width: 700px) {
input,
textarea,
select {
  font-size: 16px;
  transform: scale(0.8);
}
}
.grecaptcha-badge { visibility: hidden; }/*reCAPTCHA バッジ非表示*/

/* display */

.wrapper {
  padding: 2em 0;
}
.inner {
  width: 980px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
.inner-box {
  padding: 2em 0 3em;
}

/* カラム */
.column2 { width: calc((100%) / 2); float: left; }
.column3-1 { width: calc((100%) / 3); float: left; }
.column3-2 { width: 66.666%; float: left; }
.column4 { width: 25%; float: left; }
.column4-2 { width: 25%; float: left; }
.column5, .column5-2, .column5-3 { width: 20%; float: left; }
.column6 { width: 16.6666%; float: left; }

.sp_only { display: none; }
.pc_only { display: block; }

.clear {
  clear: both;
}

@media (max-width: 700px) {
  .wrapper {
    padding: 2em 1em;
  }
  .inner-box {
    padding: 0;
  }
  .maincontent {
    width: 100%;
  }
  
  .column2 { float: none; width: 100%; }
  .column3-1 { width: 100%; float: none; }
  .column3-2 { width: 100%; float: none; }
  .column4 { float: none; width: 100%; }
  .column4-2 { width: 50%; }
  .column5 { float: none; width: 100%; }
  .column5-2 { width: 50%; }
  .column5-3 { width: calc((100%) / 3); }
  .column6 { width: calc((100%) / 3); margin-bottom: 2em;}
  
  .sp_only { display: block; }
  .pc_only { display: none; }
}


/* ヘッドライン */
h1, h2, h3, h4 {
  word-break: keep-all;
  line-break: strict;
}

h1 {
  font-size: 1.75em;
  color: #ff8228;
}

h2 {
  border-bottom: solid 2px #F2F2F2;
  position: relative;
  margin: 1.5em 0 1em;
  padding-bottom: .3em;
  font-size: 1.5em;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 2px solid #ff8228;
  bottom: -2px;
  width: 20%;
}

h3 {
  font-size: 1.4em;
  margin-bottom: .3em;
  color: #1A284F;
}

.h3yellow {
  border-bottom: 5px dotted #eed200;
}

.h3teal {
  border-bottom: 5px dotted #5CBFBC;
}

h4 {
    margin-bottom: 2em;
    color: #1a284f;
    font-size: 1.1em;
    padding: 0 0 0 .5em;
    clear: both;
    border-left: 2px solid #ff8228;
}

@media (max-width: 700px) {
  h1 {
    font-size: 1.6em;
    line-height: 1.3em;
    padding-bottom: 0.5em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.3em;
  }
}


/* スペースフォーマット */
.mg_center { margin: 0 auto !important; }
.mg_00 { margin: 0 !important; }
.mud1rl0 { margin: 1em 0 !important; }

.mt_005 { margin-top: .5em !important; }
.mt_01 { margin-top: 1em !important; }
.mt_02 { margin-top: 2em !important; }
.mt_03 { margin-top: 3em !important; }
.mt_04 { margin-top: 4em !important; }
.mt_05 { margin-top: 5em !important; }
.mt_06 { margin-top: 6em !important; }
.mt_07 { margin-top: 7em !important; }

.mb_00 { margin-bottom: 0 !important; }
.mb_005 { margin-bottom: .5em !important; }
.mb_01 { margin-bottom: 1em !important; }
.mb_02 { margin-bottom: 2em !important; }
.mb_03 { margin-bottom: 3em !important; }
.mb_04 { margin-bottom: 4em !important; }
.mb_05 { margin-bottom: 5em !important; }
.mb_06 { margin-bottom: 6em !important; }
.mb_07 { margin-bottom: 7em !important; }

.mr_01 { margin-right: 1em !important; }


.pd_1-0 { padding: 1em 0 !important; }
.pd_05-0 { padding: .5em 0 !important; }
.pud0rl1 { padding: 0 1em !important; }

.pd_00 { padding: 0 !important; }
.pd_005 { padding: .5em !important; }
.pd_01 { padding: 1em !important; }

.pt_00 { padding-top: 0; }
.pt_005 { padding-top: .5em !important; }
.pt_01 { padding-top: 1em !important; }
.pt_02 { padding-top: 2em !important; }
.pt_03 { padding-top: 3em !important; }
.pt_04 { padding-top: 4em !important; }
.pt_05 { padding-top: 5em !important; }

.pb_01 { padding-bottom: 1em !important; }
.pb_02 { padding-bottom: 2em !important; }
.pb_03 { padding-bottom: 3em !important; }
.pb_04 { padding-bottom: 4em !important; }
.pb_05 { padding-bottom: 5em !important; }

.pr_00 { padding-right: 0; }
.pr_005 { padding-right: .5em !important; }
.pr_01 { padding-right: 1em !important; }
.pr_02 { padding-right: 2em !important; }
.pr_03 { padding-right: 3em !important; }
.pr_04 { padding-right: 4em !important; }
.pr_05 { padding-right: 5em !important; }

.pr_01-pc { padding-right: 1em !important; }


/* テキストフォーマット */
.txt_c { text-align: center !important;}
.txt_l { text-align: left !important;}
.txt_animation { animation: 1s ease-in-out 0s infinite alternate none running blink; }

/* カラーフォーマット */
.color_orange { color: #ff8228 !important; }
.color_white { color: #fff !important; }
.color_dark { color: #1a284f !important; }
.color_red { color: #f00 !important; }
.color_navy { color: #1A284F !important; }

.bg_orange { background: #ff8228; }
.bg_white { background: #fff; }
.bg_gray { background: #f2f2f2; }
.bg_blue { background: #0084e9; }
.bg_yellow { background: #ffc500; }
.bg_green { background: #47a900; }
.bg_red { background: #f00; }

.footnote { font-size: 80%; }

.height_100 { height: 6.25em; }
.height_125 { height: 7.813em; }
.height_160 { height: 10em; }

.pc_mt_01 { margin-top: 1em; }

.box_gray {
    border-radius: .5em;
    padding: 1em;
    background: #f2f2f2;
}
.yyi-rinker-main-img{
    width: 100%;
}

@media (max-width: 700px) {
  .sp_mb_005 { margin-bottom: .5em; }
  .sp_mb_01 { margin-bottom: 1em; }
  .sp_mb_02 { margin-bottom: 2em; }
  .sp_mb_03 { margin-bottom: 3em; }
  .sp_mb_04 { margin-bottom: 4em; }
  .pc_mt_01 { margin-top: 0; }
  .height_100 { height: 100%; }
  .height_125 { height: 100%; }
  .height_160 { height: 100%; }
  .pr_01-pc { padding-right: 0em !important; }
  .sp_txt_c{ text-align: center;}
}



/* button */
.btn-orange,
.btn-orange-down {
  display: inline-block;
  margin-top: 1em;
  padding: 7px 3em;
  border-radius: 25px;
  text-decoration: none;
  border: 1px solid #bfbfbf;
  letter-spacing: 1px;
  color: #717171;
  font-weight: bold;
  background: #fff;
}

.btn-orange:after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  float: right;
  vertical-align: middle;
}
.btn-orange-down:after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
}

.btn-orange-before {
  display: inline-block;
  margin-top: 1em;
  padding: 7px 3em;
  border-radius: 25px;
  text-decoration: none;
  border: 1px solid #bfbfbf;
  letter-spacing: 1px;
  color: #717171;
  font-weight: bold;
  background: #fff;
}

.btn-orange-before:before {
  font-family: "Font Awesome 6 Free";
  content: "\f104";
  font-weight: bold;
  vertical-align: middle;
  padding: 0 .5em 0 0 ;
  font-size: 1em;
}

@media (min-width: 700px) {
  .btn-orange:hover,
  .btn-orange-down:hover {
    background: #ff8228;
    color: #FFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .btn-orange:after,
  .btn-orange-down:after {
    padding: 3px 0 0 1em;
    font-size: 1em;
  }
  .btn-orange.shift:after {
    padding: 0 0 0 1em;
    font-size: 1em;
  }
}

@media (max-width: 700px) {
  .btn-orange,
  .btn-orange-down {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    background: #ff8228;
    border: none;
  }
  .btn-orange:after,
  .btn-orange-down:after {
    font-size: 1.5em;
  }
}


/* ヘッダー */

#top-head {
  font-size: 14px;
  top: -100px;
  width: 100%;
  background: #ff8228;
  padding: 14px 0;
  line-height: 1;
  z-index: 999;
}
#top-head.head-shadow{
  box-shadow: 0 1px 4px 2px #00000040;
  position: sticky;
}

#top-head a,
#top-head {
  color: #fff;
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
  font-size: 36px;
}

#top-head .logo img {
  width: 300px;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 1.1em;
}

#global-nav ul li {
  float: left;
  position: relative;
}

#global-nav ul li a {
  padding: 0 12px;
  font-size: 90%;
}


/* Btn Hover */

#global-nav ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: -20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
  background: #fff;
  bottom: -34px;
}


/* Fixed */

#top-head.fixed {
  margin-top: 0;
  top: 0;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  background: rgba(255, 255, 255, .7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}

#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}


/* Fixed Btn Hover */

#top-head.fixed #global-nav ul li:after {
  bottom: -10px;
}

#top-head.fixed #global-nav ul li:hover:after {
  background: #0062B8;
  bottom: -20px;
}


/* Toggle Button */

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 6px;
    width: 50px;
    height: 48px;
    cursor: pointer;
    z-index: 101;
    border: 1px solid #fff;
    border-radius: 5px;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 12px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 8px;
    width: 50%;
    height: 3px;
}
#nav-toggle span:nth-child(2) {
    top: 15px;
    width: 50%;
    height: 3px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
    width: 50%;
    height: 3px;
}
#nav-toggle span:nth-child(4) {
    background: none;
    font-size: 9px;
    font-weight: bold;
    top: 32px;
    left: 0;
    height: 0;
    text-align: center;
}

/* PC表示 LOGO */

@media (min-width: 700px) {
  #top-head .logo a:hover {
    opacity: 0.5;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
}


/* SP表示 */

@media (max-width: 980px) {
  article {
    padding: 0 15px;
  }
  .inner {
    width: 100%;
    padding: 0 20px;
  }
  #global-nav ul li a {
    padding: 0 10px;
  }
  #top-head.fixed #global-nav ul li a {
    padding: 0 15px;
  }
}

@media (max-width: 950px) {
  #main-visual {
    height: 300px;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    margin-top: 0;
  }
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #ff8228;
    width: 100%;
    height: 60px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 14px;
    color: #333;
    font-size: 26px;
  }
  #top-head .logo img {
    width: 220px;
  }
  #global-nav {
    position: absolute;
    top: -500px;
    background: #1A284F;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #global-nav ul li:after {
    display: none;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
    padding-left: 1em;
  }
  #top-head #global-nav ul li a::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 10px;
    vertical-align: middle;
    background: url(/wp-content/images/arrow-r.svg) no-repeat;
    margin-right: 30px;
    float: right;
  }
  #nav-toggle {
    display: block;
  }
.open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
  .open #global-nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
    z-index: 998;
  }
}


.slider {
  width: 90%;
  margin: 0 auto;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-slide img:hover {
  box-shadow: 0px 4px 4px 1px #c9c9c9;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.index-slide {
  width: 100%;
}
.index-slide .slick-slide {
  margin: 0;
}
.slick-slide {
  transition: .3s ease;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:before {
    content: '←';
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* Slick-Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none;}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-weight:bold;font-size:40px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#ff8228}
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

/* shoplist sp */

.shopsp {
  list-style: none;
}

.shopsp .listinner {
  display: none;
}

.shopsp p {
  cursor: pointer;
  padding: 12px;
  background: #ff8129;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: bold;
}

.shopsp .listinner li {
  padding: 9px 10px;
  color: #1A284F;
  background: #ffeadc;
  border-bottom: 2px solid #fff;
  list-style: none;
}

.shopsp .listinner a {
  text-decoration: none;
}

.shoppc {
  float: left;
  padding-right: 2em;
}

.shoppc a {
  color: #1a284f;
}

.shoppc dt {
  font-weight: bold;
  color: #1A284F;
  border-bottom: 2px solid #ff8228;
  margin-bottom: 1em;
}

.shoppc dd {
	float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 139px;
    height: 130px;
    text-align: center;
    transition: background 0.7s;
    border: 1px solid #d6d6d6;
}

.shoppc .tkas:hover,
.shoppc .fsar:hover,
.shoppc .litefsar:hover,
.shoppc .fsem:hover,
.shoppc .fseman:hover,
.shoppc .us:hover {
  background: #ffd29c;
}

@media (max-width: 980px) {
  .shoppc {
    float: none;
    clear: both;
    padding: 3em 0;
  }
}


/* footer_contact */

.footer_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: url(/wp-content/images/img_contact_bg.webp) no-repeat 50% center;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #ff8029;
}

.footer_contact p:first-of-type {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

.footer_contact p:first-of-type span {
  font-size: 1.8em;
  color: #ff2929;
}

.footer_contact p:nth-of-type(2) {
  text-align: center;
  font-weight: bold;
  font-size: .9em;
}

.footer_contact img {
  width: 47px;
  vertical-align: bottom;
  margin-right: .3em;
  margin-bottom: .5em;
}

@media (max-width: 700px) {
  .footer_contact p:first-of-type span {
    font-size: 1.33em;
    text-decoration: none !important;
  }
  .footer_contact img {
    width: 47px;
    vertical-align: bottom;
    margin-right: .3em;
    margin-bottom: 0;
  }
  .footer_contact p:nth-of-type(2) {
    color: #23262f;
  }
}


/* footer_menu_pc */

.footer_menu {
  background: #1A284F;
  color: #fff;
  font-size: .9em;
}

.footer_menu a {
  text-decoration: none;
  color: #fff;
}

.footer_menu a:hover {
  color: #9e9e9e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer_menu dl {
  float: left;
  padding-right: 3em;
  width: 20%;
}

.footer_menu dl dt,
.footer_menu dl dd {
  padding-top: .8em;
  color: #fff;
}

.footer_menu dl dt {
  border-bottom: 1px solid #fff;
}

.footer_menu dl dd {
  font-size: .9em;
}


/* footer_menu_sp */

.footer_menu_sp {
  padding: 2em 2em;
  background: #1A284F;
  color: #fff;
}

.footer_menu_sp ul a {
  color: #fff;
  text-decoration: none;
}

.footer_menu_sp ul li {
	border-bottom: 1px solid #60667a;
	list-style: none;
	padding: .8em 0;
	border-bottom: none;
}

.footersp .listinner-2 {
	display: none;
}
.footersp p{
	border-bottom: 1px solid #60667a;
	padding-bottom: .6em;
}


/* footer */

footer {
  background: #000;
  font-size: .8em;
  color: #949494;
  height: 4em;
  padding: 1em;
}

footer p {
  text-align: left;
  float: left;
}

footer p:nth-of-type(2) {
  float: right;
}

footer a {
  text-decoration: none;
  color: #949494;
}

@media (max-width: 700px) {
  footer {
    background: #000;
    text-align: center;
    font-size: .8em;
    color: #949494;
    height: 9em;
    padding: 1em;
  }
  footer p {
    text-align: center;
    float: none;
  }
  footer p:nth-of-type(2) {
    float: none;
  }
}


/* contact_bar */

ul.footer_bar {
  background: #333;
  margin: 0 auto;
  padding: .5em 0;
  width: 100%;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

ul.footer_bar li {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  list-style-type: none;
  font-size: 13px;
  line-height: 15px;
}

ul.footer_bar li a i {
  font-size: 24px;
}

ul.footer_bar li a {
  border: none;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.5em;
}

.footer_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #333;
  z-index: 100;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.footer_bar li > button{
    border: none;
    background: none;
    color: #fff;
    font-size: 13px;
}
.footer_bar li > button > i{
    font-size: 24px;
    margin-bottom: .1em;
}


/* パンくずリスト */

.breadrumbs2, .breadrumbs3, .breadrumbs4 {
  padding: .4em 0;
}
.breadrumbs2 ol, .breadrumbs3 ol, .breadrumbs4 ol {
  list-style: none;
  font-size: 70%;
  color: #bfbfbf;
}
.breadrumbs2 ol li, .breadrumbs3 ol li, .breadrumbs4 ol li {
  float: left;
  color: #989898;
}
.breadrumbs2 ol li a, .breadrumbs3 ol li a, .breadrumbs4 ol li a {
  text-decoration: none;
  color: #989898;
}
.breadrumbs2 ol li a:hover, .breadrumbs3 ol li a:hover, .breadrumbs4 ol li a:hover {
  text-decoration: none;
  color: #ffb885;
}

.breadrumbs2 ol li:first-child::after,
.breadrumbs3 ol li:first-child::after,
.breadrumbs3 ol li:nth-of-type(2)::after,
.breadrumbs4 ol li:first-child::after,
.breadrumbs4 ol li:nth-of-type(2)::after,
.breadrumbs4 ol li:nth-of-type(3)::after {
  content: ">";
  margin: 0 .5em
}

@media (max-width: 700px) {
  .breadrumbs2, .breadrumbs3, .breadrumbs4 {
    overflow-x: scroll;
    min-width: 100%;
  }
  .breadrumbs2 > nav > ol, .breadrumbs3 > nav > ol, .breadrumbs4 > nav > ol {
    width: max-content;
    padding: 0 1.4em;
  }
}


/* メインビジュアル */

.mainvisual {
  padding: 2.5em 0;
  background: url(/wp-content/images/bg_img-01.webp) no-repeat 50% 30%;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mainvisual p {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #ff8228;
}

.mainvisual .phrase {
  font-size: .9em;
  color: #1a284f;
}
.mv-591 {
  background: url(/wp-content/images/img_telework01.jpg) no-repeat 50% 30%;
  background-size: cover;
}
/* メインビジュアル 地域別 */
.mv-16320 {
    background: url(/wp-content/images/area/07-1-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-2004 {
    background: url(/wp-content/images/area/08-1-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-12655 {
    background: url(/wp-content/images/area/08-2-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-9019 {
    background: url(/wp-content/images/area/10-1-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-12653 {
    background: url(/wp-content/images/area/10-2-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-10941 {
    background: url(/wp-content/images/area/12-1-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-12651 {
    background: url(/wp-content/images/area/14-1-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-8985 {
    background: url(/wp-content/images/area/15-1-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-10680 {
    background: url(/wp-content/images/area/19-1-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-7800 {
    background: url(/wp-content/images/area/20-1-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-12660 {
    background: url(/wp-content/images/area/20-2-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-11428 {
    background: url(/wp-content/images/area/07-2-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-19769 {
    background: url(/wp-content/images/area/07-3-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-19779 {
    background: url(/wp-content/images/area/07-4-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-21043 {
    background: url(/wp-content/images/area/06-1-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-21300 {
    background: url(/wp-content/images/area/20-3-mv.webp) no-repeat 50% 30%;
    background-size: cover;
}
.mv-7800, .mv-8985, .mv-9019, .mv-10680, .mv-10941, .mv-2004, .mv-12651, .mv-12653, .mv-12655, .mv-12660, .mv-16320, .mv-11428, .mv-19769, .mv-19779, .mv-21043, .mv-21300 { padding: 6em 0; }
.mv-7800 p, .mv-8985 p, .mv-9019 p, .mv-10680 p, .mv-10941 p, .mv-2004 p, .mv-12651 p, .mv-12653 p, .mv-12655 p, .mv-12660 p, .mv-16320 p, .mv-11428 p, .mv-19769 p, .mv-19779 p, .mv-21043 p, .mv-21300 p { color: #fff; text-shadow: 0px 0px 12px #46494e; }

@media (max-width: 700px) {
    .mv-7800, .mv-8985, .mv-9019, .mv-10680, .mv-10941, .mv-2004, .mv-12651, .mv-12653, .mv-12655, .mv-12660, .mv-16320, .mv-11428, .mv-19769, .mv-19779, .mv-21043, .mv-21300 { padding: 3.5em 0; }
}


/* 目次 */
.toc_container {
    width: 90%;
    padding: 1.2em 2em;
    border: 3px solid #f2f2f2;
    margin: 0 auto 4em;
}
.toc_container > .toc_title {
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    font-size: 100%;
    vertical-align: middle;
}
.toc_container > .toc_title:before {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    content: "\f03a";
    margin: 0 .5em;
    font-size: 1.1em;
}
.toc_container > ul {
    list-style-position: inside;
    list-style-type: none;
}
.toc_container > ul > li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: .5em;
}
.toc_container > ul > li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f0d7";
    font-size: 1em;
    font-weight: bold;
    color: #1a284f;
    vertical-align: middle;
    margin-right: .5em;
}
.toc_container > ul > li > a {
    text-decoration: none;
    color: #444;
    border-bottom: 1px dotted #ccc;
    line-height: 2em;
    font-size: 90%;
}
@media (max-width: 700px) {
    .toc_container { width: 100% !important; padding: 1.2em;}
}

/* マーカー */
.txt_mk {
  background: linear-gradient(transparent 60%, #feff66 60%);
  font-weight: bold;
  color: #ff5200;
}
.txt_mk2 {
    background: linear-gradient(transparent 60%, #feff66 60%);
}


/* BBOXの魅力 */
.intro_content01,
.intro_content02,
.intro_content03 {
  padding: 7em 0;
}

.intro_content01 h2,
.intro_content02 h2,
.intro_content03 h2 {
  border-bottom: none;
  position: unset;
  margin: 2em 0 0;
  padding-bottom: .3em;
  font-size: 1.5em;
}

.intro_inner h2:after {
  display: none;
}

@media (max-width: 700px) {
  .intro_content01,
  .intro_content02,
  .intro_content03 {
    padding: 0;
  }
  .intro_content02 h2,
  .intro_content03 h2 {
    padding-top: .5em;
    margin: 0;
  }
  .intro_content01 .intro_inner,
  .intro_content02 .intro_inner,
  .intro_content03 .intro_inner {
    padding: 1em 1em;
  }
  .intro_inner {
    margin: 1em 0;
  }
  .intro_content01 .intro_inner h2 {
    margin: 0;
  }
}

.intro_content01 div:nth-of-type(2) {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(/wp-content/images/intro-content_img01.jpg) no-repeat 50% 0%;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro_content02 div:nth-of-type(2) {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: url(/wp-content/images/intro-content_img02.jpg) no-repeat 50% 0%;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro_content03 div:nth-of-type(2) {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: url(/wp-content/images/intro-content_img03.jpg) no-repeat 50% 0%;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separateline {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin-bottom: .7em;
    background: #ff8228;
}

.intro_content_list {
  background: #F2F2F2;
}

.intro_list dl {
  margin: .3em;
  padding: .3em;
  height: 100px;
  color: #1a284f;
}

.intro_list img {
  float: left;
  margin: 0 1em 0 0;
  width: 100px;
}

.intro_list dt {
  font-size: 1.2em;
  text-align: left;
  color: #ff8228;
  font-weight: bold;
}

.intro_list dd {
  font-size: .9em;
  text-align: left;
}

@media (max-width: 700px) {
  .intro_content01 h2 {
    padding-top: 0;
  }
  .intro_list img {
    width: 60px;
  }
  .intro_list dl {
    height: auto;
    margin: 0 0 1.5em;
  }
  .intro_list dt {
    font-size: 120%;
    padding-top: .5em;
  }
  .intro_list dd {
    font-size: 90%;
    clear: both;
    padding-top: 1em;
  }
}


/* page */

.page_content01 h2 {
  color: #ff8228;
}

.page_content01 .mainin {
  width: 700px;
  margin: 0 auto 4em;
}

.page_content01 .line-top {
  border-bottom: solid 2px #ff8228;
}

.page_content01 h3 {
  border-bottom: solid 2px #F2F2F2;
  position: relative;
  margin: 1.5em 0 1em;
  padding-bottom: .3em;
  font-size: 1.2em;
}

.page_content01 h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 2px solid #ff8228;
  bottom: -2px;
  width: 20%;
}

.page_content01 .mainin p {
  margin-bottom: 2em;
  color: #141e3a;
  line-height: 1.9em;
}

/*.page_content01 img:first-child {
  padding: 0 1em 0;
}*/

.page_content01 img {
  margin: 0 0 2em;
}

@media (max-width: 700px) {
  .page_content01 h2 {
    font-size: 1.3em;
  }
  .page_content01 h3 {
    margin-top: 3em;
    font-size: 1.2em;
  }
  .page_content01 .mainin {
    max-width: 100%;
  }
  .page_content01 img {
    max-width: 100%;
  }
}

.contentlist {
  background: #F2F2F2;
}


/* よくある質問 */
summary {
  display: block;
  margin-bottom: .2em;
}
summary::-webkit-details-marker {
  display: none;
}
.summary_inner{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    color: #1a284f !important;
    margin-bottom: 0 !important;
    background-color: #f2f2f2;
}
.icon {
  display: block;
  position: relative;
  width: 19px;
  margin-left: auto;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}
details {
    margin-bottom: 16px;
}
details.is-opened .icon {
  transform: rotate(180deg);
}
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 11.5px;
  height: 1px;
  background-color: #1a284f;
}
.icon::before {
  left: 0;
  transform: rotate(45deg);
}
.icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.content-faq {
  overflow: hidden;
  border: 1px solid #bfbfbf;
}
.content-faq_inner {
  padding: 12px 2em;
  font-size: 90%;
  line-height: 2em;
}



/* nextpagelist */
.nextpagelist a {
  text-decoration: none;
}

.nextpagelist dl {
  margin: .3em;
  padding: .3em;
  border: 1px solid #d6d6d6;
  height: 100px;
  background: #fff;
  color: #1a284f;
}

.nextpagelist img {
  float: left;
  margin: 0 .5em 0 0;
  width: 100px;
  height: 88px;
}

.nextpagelist dt {
  font-size: 95%;
  font-weight: bold;
}

.nextpagelist dd {
  font-size: 80%;
}

@media (min-width: 700px) {
  .nextpagelist dl:hover {
    box-shadow: 0 0 5px 0px #8b8b8b;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
}

@media (max-width: 700px) {
  .nextpagelist dl {
    margin: .8em .3em;
  }
  .nextpagelist dt {
    font-size: 110%;
  }
  .nextpagelist dd {
    font-size: 90%;
    line-height: 20px;
  }
}


/* single_content */

.single_content01 .txt-date {
  font-size: .9em;
  color: #989898;
  margin-bottom: .5em;
}

.single_content01 .txt-tag {
  margin-left: 2em;
  background: #ffbc8a;
  padding: .2em 1em;
  border-radius: 1em;
  color: #fff;
  font-weight: bold;
  font-size: .8em;
  width: 110px;
  text-align: center;
  vertical-align: middle;
}

.single_content01 h3 {
  border-bottom: solid 2px #F2F2F2;
  position: relative;
  margin: 1.5em 0 1em;
  padding-bottom: .3em;
  font-size: 1.2em;
}

.single_content01 h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 2px solid #ff8228;
  bottom: -2px;
  width: 20%;
}

.single_content01 .mainin {
  width: 700px;
  margin: 0 auto 4em;
}

.single_content01 .line-top {
  border-bottom: solid 2px #ff8228;
}

.single_content01 .mainin p {
  margin-bottom: 2em;
  color: #141e3a;
  line-height: 1.9em;
}

.single_content01 img:first-child {
  margin: 0 0 2em;
}

.single_content01 img {
  margin: 1em auto 2em;
  max-width: 100%;
}

@media (max-width: 700px) {
  .single_content01 h3 {
    margin-top: 3em;
    font-size: 1.2em;
  }
  .single_content01 .mainin {
    max-width: 100%;
  }
  .single_content01 img {
    max-width: 100%;
  }
}


/* single_list */

.single_list_blog a {
  color: #1a284f;
}

.single_list_blog ul {
  padding: 1.5em 0;
  border-bottom: 1px solid #ffd1b0;
}

.single_list_blog ul li {
  float: left;
  list-style: none;
}

.single_list_blog ul li:first-child {
  margin-right: 2em;
  font-size: .8em;
}

.screen-reader-text {
  display: none;
}

.pagination h2.screen-reader-text {
  display: none;
}

.pagination a {
  padding: 2px 10px;
  display: inline-block;
  color: #666666;
  font-size: 14px;
  border-radius: 15px;
}

.pagination span {
  padding: 5px 10px;
  display: inline-block;
}

.pagination span.current {
  background-color: #e8e8e8;
  border-radius: 15px;
  padding: 0px 10px;
}

.pagination {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  clear: both;
}

@media (min-width: 700px) {
  .single_list_blog ul:hover {
    background: #ff82283d;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
}


/* shop */


/* 店舗一覧 */

.shop_content01 a {
  text-decoration: none;
  color: #717171;
}

.shop_content01 a div {
  text-align: center;
  border: 1px solid #bfbfbf;
  padding: .5em;
  font-size: 90%;
  letter-spacing: 5px;
}

.shop_content01 a div.on {
  background: #ff8228;
  color: #fff;
}

.shop_content01 a div.ilink:after {
    font-family: "Font Awesome 6 Free";
    content: "\f0d7";
    font-weight: bold;
    float: right;
    margin-top: .15em;
}

.shop_content01 a div.ilinknext:after {
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    font-weight: bold;
    float: right;
    margin-top: .15em;
}

@media (min-width: 700px) {
  .shop_content01 a div:hover {
    background: #ff8228;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fff;
  }
}

.shop_area h2 {
  color: #ff8228;
}

.shop_intro .column3-1 {
  text-align: right;
  padding: 0 2em;
}

.shop_intro img {
  width: 180px;
  border-radius: 4px;
}

.shop_intro .address dt {
  float: left;
  margin-right: 1em;
}

.shop_intro .address dt:before {
  font-family: "Font Awesome 6 Free";
  content: "\f3c5";
  font-size: 1.5em;
  font-weight: bold;
  color: #ff8228;
}

.shop_intro .address dd {
  color: #717171;
  font-size: .9em;
}

@media (max-width: 700px) {
  .shop_area {
    padding: 0 1em;
  }
  .shop_area h2 {
    margin: 0;
  }
  .shop_intro .column3-1 {
    text-align: center;
    margin-bottom: 1em;
    padding: 0;
  }
  .shop_intro img {
    max-width: 35%;
    float: left;
    margin-right: 1em;
  }
  .shop_intro .address dt {
    margin: 0 .5em 2em 0;
  }
  .shop_intro .address dt:before {
    margin-right: .2em;
    top: 0px;
  }
  .shop_intro .address dd {
    font-size: .8em;
  }
}


/* 店舗ページ */

.campaign{
padding: 1em;
    font-weight: bold;
    letter-spacing: .1em;
    background: #fff9f5;
    border: 1px solid #ffb078;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.campaign img{
    width: 300px;
    float: left;
    border: 1px solid #dedede;
    margin-right: 19px;
}
.campaign p.tit{
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 110%;
}
.campaign p.post{
    font-weight: 100;
    margin-bottom: .5em;
}
.campaign p.requirements span{
    font-size: 0.8em;
    background: #e0e0e0;
    padding: .2em;
}
.stopinfo {
  padding: 10px 1em;
  border-radius: 5px;
  border: 1px solid #ff8181;
}

.stopinfo span {
  font-weight: bold;
  font-size: 110%;
  color: #ff0000;
}

.shopdata h1 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #ff8228;
}

.shop_data02,
.shop_data03,
.shop_data04,
.shop_data05,
.shop_data06,
.shop_data07,
.shop_data08 {
  letter-spacing: 2px;
  line-height: 1.9em;
}

.shop_data02 .performance {
  margin-top: 1em;
  background: #F2F2F2;
  padding: 1em;
}

.shop_data02 .performance dt {
  font-weight: bold;
  color: #1a284f;
}

.shop_data02 .performance > dd > a {
    text-decoration: none;
}

.shop_data02 .performance > dd > a > span,
.shop_data02 .performance > dd > span {
    border: 1px solid #ff8228;
    font-size: 13px;
    padding: .2em .5em .2em .7em;
    color: #ff8228;
    background: #fff;
    white-space: nowrap
}

.shop_data02 .performance > dd > a > span:hover {
    color: #fff;
    background: #ff8228;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.shop_data03 p {
  text-align: center;
}

.shop_data03 p video {
  width: 60%;
}

.shop_data05 th {
  width: 300px;
  height: 85px;
  background: #ff8228;
  color: #fff;
  text-align: left;
}

.shop_data06 th {
  width: 300px;
  background: #ff8228;
  color: #fff;
  text-align: left;
}

.shop_data06 th,
.shop_data06 td {
  border-bottom: 5px solid #fff !important;
}

.shop_data05 th,
.shop_data05 td,
.shop_data06 th,
.shop_data06 td {
  padding: .75em 1em;
  border: none;
  vertical-align: middle;
}

.shop_data05 td,
.shop_data06 td {
  background: #fafafa;
}

.agreement_flow th {
  height: 5px !important;
  background: #fff !important;
  text-align: center !important;
}

.agreement_flow th:after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-size: 1.5em;
  font-weight: bold;
  color: #ff8228;
}

.agreement_flow td {
  background: #fff;
}

.shop_data06 iframe {
  width: 100%;
  height: 400px;
}

.shop_data06 table tr:first-child th:before {
  font-family: "Font Awesome 6 Free";
  content: "\f3c5";
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  margin-right: .5em;
}

.shop_data06 table tr:nth-of-type(2) th:before {
  font-family: "Font Awesome 6 Free";
  content: "\f4d7";
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  margin-right: .5em;
}

.youtube_box {
  width: 560px;
  height: 315px; 
}
.youtube_box2 {
  width: 450px;
  height: 250px; 
}

@media (max-width: 700px) {
  .campaign{
  padding: 1em;
      font-weight: bold;
      letter-spacing: .1em;
      background: #fff9f5;
      border: 1px solid #ffb078;
  }
  .campaign img{
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: .5em;
  }
  .campaign p.tit{
      margin-bottom: .5em;
  }
  .campaign p.post{
      margin-bottom: .5em;
  }
  .campaign p.requirements{
      margin-bottom: 1em;
  }
  .shop_data02 img {
    width: 100%;
  }
  .shop_data02 .performance > dd > span{
    padding: .3em .5em .3em .7em;
  }
  .shop_data03 p video {
    width: 100%;
  }
  .sp_table table {
    border-collapse: collapse;
  }
  .sp_table table td,
  .sp_table table th {
    width: 100%;
    padding: 8px;
    display: block;
  }
  .sp_table table th {
    text-align: center;
    height: auto;
  }
  .agreement_flow th {
    margin-bottom: 1em;
  }
  .agreement_flow td {
    display: none;
  }
  .shop_data06 iframe {
    max-width: 100%;
    height: 300px;
  }
  .shop_data06 th {
    border-bottom: none !important;
  }
  .shop_data06 td {
    border-bottom: 2em solid #fff !important;
  }
  .youtube_box {
    width: 100%;
    height: auto; 
  }
  .youtube_box2 {
    width: 100%;
    height: auto; 
  }
}
.statistics_button{cursor:pointer;border-radius:.3em;padding:.5em 2em;background:#1a284f;color:#fff;font-weight:700;margin-right:2em}@media (max-width:700px){.statistics_button{margin-right:0;padding:1em .6em}}


/* 新料金表示 */
.shop_floor03 ul li:nth-of-type(3) .newprice {
    color: #f30;
    font-weight: bold;
}
.shop_floor03 ul li:nth-of-type(3) del {font-size: 75%;}
.shop_floor03 ul li:nth-of-type(3) .txt_new {
    font-size: 75%;
    background: #f30;
    color: #fff;
    border-radius: .3em;
    padding: .1em .2em;
    vertical-align: middle;
    margin-left: .5em;
}


/* 新料金表示 2104 */
/* 表示切替 */
.cb-enable,
.cb-disable,
.F1-disable,
.F2-disable,
.cb-enable span,
.cb-disable span,
.F1-disable span,
.F2-disable span {
  display: block;
  float: left;
}
.cb-enable span,
.cb-disable span,
.F1-disable span,
.F2-disable span {
    line-height: 30px;
    display: block;
    background-repeat: no-repeat;
    padding: .6em 2em;
    width: 100%;
    text-align: center;
}
.cb-enable span,
.F2-disable span {
  border-radius: .4em 0 0 .4em;
}
.cb-disable span,
.F1-disable span {
    border-radius: 0 .4em .4em 0;
}
.cb-disable.selected,
.F2-disable selected {
    border-radius: 0 .4em .4em 0;
}
.cb-enable.selected,
.F1-disable selected {
  border-radius: .4em 0 0 .4em;
}
.cb-disable.selected span,
.cb-enable.selected span,
.F2-disable.selected span,
.F1-disable.selected span {
    color: #fff;
    background: #ff8228;
    width: 100%;
    font-weight: bold;
}
.F2-disable {margin-left:2em;}
.switch {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.switch label {
  cursor: pointer;
    background: rgb(197 197 197 / 30%);
    box-shadow: 1px 1px 3px rgb(255 255 255 / 50%), 1px 1px 3px rgb(121 121 121 / 50%) inset;
}
.switch input {
  display: none;
}
.cb-enable,
.cb-disable,
.F1-disable,
.F2-disable {
    cursor: pointer;
    background: rgb(92 92 92 / 30%);
    box-shadow: 1px 1px 3px rgb(255 255 255 / 50%), 1px 1px 3px rgb(0 0 0 / 50%) inset;
}
.cb-enable, .F2-disable { border-radius: .4em 0 0 .4em; }
.cb-disable, .F1-disable { border-radius: 0 .4em .4em 0; }
.disappear { display: none; }
.disappear-floor { display: none; }
@media (max-width: 800px) {
	.F2-disable, .F1-disable{margin-left:0em; margin-top:1em;}
	.cb-disable.selected span,
	.cb-enable.selected span,
	.F1-disable span,
	.F2-disable span {
	    width: 100%;
	}
	.switch {
	    width: 100%;
	}
	.switch label {
		width: 50%;
	}
}
.price-panel {
	border: 1px solid #dedcd7;
	padding: 1em;
	letter-spacing: 0;
}
.type-name {
	margin-bottom: .5em;
}
.type-name > dt{
	float:left;
	width: 25%;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.type-r > dt { background: #f0fbe8; }
.type-r > dt span {
	border-right: 4px solid #a5c98b;
	margin-right: .5em;
}
.type-h > dt { background: #fff6ff; }
.type-h > dt span {
	border-right: 4px solid #bd8dbe;
	margin-right: .5em;
}
.type-n > dt { background: #e7ecf4; }
.type-n > dt span {
	border-right: 4px solid #8194ac;
	margin-right: .5em;
}
.type-w > dt { background: #fff8e0; }
.type-w > dt span {
	border-right: 4px solid #f7d367;
	margin-right: .5em;
}
.type-l > dt { background: #fff4eb; }
.type-l > dt span {
	border-right: 4px solid #f3c8ab;
	margin-right: .5em;
}
.type-name > dd {
	font-size: 110%;
	padding: 0;
	margin-bottom: 1.5em;
}
.status_aki span,
.status_wazuka span,
.status_wazuka1 span,
.status_nashi span,
.status_yotei span {
	padding: .4em .8em .4em .2em;
	margin-left: 1em;
	background: #fafafa;
	border: 1px solid #f0f0f0;
}
.price-window {
    margin-top: 1em !important;
}
.price-column1 {
	width: 25%;
	float: left;
}
.price-column1 img {
	width: 210px;
}
.price-column2,
.price-column3 {
	width: 20%;
	float: left;
}
.price-column4 {
	width: 35%;
	float: left;
}
.price-column2 > dl,
.price-column3 > dl,
.price-column4 > dl {
	padding: 0 1em 0;
	height: 150px;
}
.price-column2 > dl,
.price-column3 > dl {
	border-right: 1px dotted #bfbfbf;
}
.price-column2 > dl dt,
.price-column3 > dl dt,
.price-column4 > dl dt {
	font-size: 90%;
	font-weight: bold;
	line-height: 1;
}
.price-column2 > dl dd,
.price-column3 > dl dd {
	line-height: 2;
	font-size: 85%;
}
.price-column2 > dl .dd-spec,
.price-column3 > dl .dd-spec,
.price-column4 > dl .dd-spec {
	color: #ff8228;
	font-weight: bold;
	font-size: 110%;
	line-height: 2;
}
.price-column2 > dl .dd-width::before {
	content: "横幅";
}
.price-column2 > dl .dd-depth::before {
	content: "奥行";
}
.price-column2 > dl .dd-height::before {
	content: "高さ";
}
.price-column2 > dl .dd-notch::before {
	content: "ノッチ";
}
.price-column3 > dl .change::before {
	content: "今なら";
	margin-right: 0.5em;
    background: #ff001f;
    padding: .2em .4em;
    font-size: 62%;
    color: #fff;
    font-weight: 100;
    vertical-align: middle;
    -webkit-animation: blink 1s ease-in-out infinite alternate;
    -moz-animation: blink 1s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
}
.price-column3 > dl .dd-fee::before {
	content: "管理費";
}
.price-column2 > dl .dd-width::before,
.price-column2 > dl .dd-depth::before,
.price-column2 > dl .dd-height::before,
.price-column2 > dl .dd-notch::before,
.price-column3 > dl .dd-fee::before {
	margin-right: 0.5em;
	background: #f2f2f2;
	padding: .2em .4em;
	font-size: 80%;
}
.price-column2 > dl .dd-width::after,
.price-column2 > dl .dd-depth::after,
.price-column2 > dl .dd-height::after {
	content: "cm";
	font-size: 70%;
}
.price-column2 > dl .dd-notch {
}
.price-column3 > dl > dt::after {
	content: " (税込)";
	font-size: 70%;
	font-weight: 100;
}
.price-column3 > dl .dd-fee::after,
.price-column3 > dl .dd-spec::after {
	content: "円";
	font-size: 70%;
}
.price-column4 > dl > dd > p{
	text-decoration: underline;
	font-size: 90%;
	color: #1a284f;
	font-weight: bold;
}
.price-column4 > dl > dd > p::before {
	font-family: "Font Awesome 6 Free";
	content: "\f138";
	font-weight: bold;
	float: left;
	margin-right: .2em;
	font-size: 90%;
	color: #1a284f;
	display: inline-block;
}
.button-pricewindow,
.button-contact,
.button-reserve { 
	margin: 0 3em;
	padding: .5em .8em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	border-radius: 4px;
	text-align: center;
	position: relative;
	box-shadow: 0 2px 2px rgb(0 0 0 / 24%);
}
.button-pricewindow {
	border: 1px solid #ff8228;
	color: #ff8228;
	background: #fff;
}
.arrow:after {
	margin-top: 0;
}
.button-contact { 
	text-decoration: none;
	color: #fff;
	background: #E00923;
	border: 1px solid #E00923;
	background-image: linear-gradient(to bottom,#E00923 85%,#c50018 100%);
}
.button-contact:before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	float: left;
	color: #fff;
}
.button-reserve {
    text-decoration: none;
    color: #fff;
    background: #ff9900;
    border: 1px solid #ff9900;
    background-image: linear-gradient(to bottom,#ff9900 85%,#ea8c00 100%);
}
.button-reserve:before {
    font-family: "Font Awesome 6 Free";
    content: "\f0f3";
    font-weight: bold;
    float: left;
    color: #fff;
}
@media (max-width: 800px) {
	.pc_only-800 {
		display: none;
	}
	.price-panel {
		padding: .5em;
	}
	.type-name {
		width: 50%;
		float: left;
		padding-right: .5em;
	}
	.type-name > dt {
		float: none;
		width: 100%;
	}
	.status_aki span, .status_wazuka span, .status_wazuka1 span, .status_nashi span, .status_yotei span {
		margin-left: 0;
		padding: .5em .8em .5em .2em;
	}
	.price-window {
		margin-top: 0em !important;
	}
	.price-column2, .price-column4 {
		width: 31.5%;
	}
	.price-column3 {
		width: 37%;
	}
	.price-column1 {
		width: 50%;
	}
	.price-column1 img {
		width: 100%;
	}
	.price-column2 > dl, .price-column4 > dl {
		padding: 0 ;
		height: 130px;
	}
	.price-column2 > dl .dd-spec, .price-column3 > dl .dd-spec, .price-column4 > dl .dd-spec {
		font-size: 90%;
	}
	.price-column2 > dl dd, .price-column3 > dl dd {
		font-size: 80%;
		line-height: 1.5em;
	}
	.price-column2 > dl .dd-width::before, .price-column2 > dl .dd-depth::before, .price-column2 > dl .dd-height::before, .price-column3 > dl .dd-fee::before, .price-column2 > dl .dd-notch::before {
		font-size: 60%;
		vertical-align: text-top;
	}
	.price-column3 > dl .change::before {
		font-size: 50%;
	}
	.price-column3 > dl {
		padding: 0 ;
		height: 130px;
		padding: 0 .5em;
		margin-right: .5em;
	}
	.price-column4 > dl {
		border-right: none;
	}
	.button-pricewindow, .button-contact, .button-reserve {
		margin: 0;
	}
}
.price-window {
	overflow: hidden;
	display:block; display: none;
	font-size: 13px;
}
.price-window .column2 dl {
	border-bottom: 1px solid #c9c9c9;
}
.price-window .column2 dl dt {
	float: left;
	width: 35%;
	padding: 0 0 0 .5em;
	text-align: left;
}
.price-window .fn-day::after{
	content: "※";
	font-size: 80%;
	color: #000;
}
.price-window .column2 dl dd {
	padding: 0 .5em 0 0;
	text-align: right;
	/* display: flex;
	justify-content: flex-end;
	align-content: center; */
}
.price-window > .column2 > dl.price-total {
	padding: .4em 0 !important;
	background: #f2f2f2;
	border-bottom: none;
}
.price-window > .column2 > dl.price-total dt {
	font-size: 115%;
	font-weight: bold;
	color: #1a284f;
}
.price-window > .column2 > dl.price-total > dd {
	font-size: 115%;
	font-weight: bold;
	color: #ff8228;
}
.price-window .column2 p {
	font-size: 11px;
	line-height: 1.8em;
	color: #1a284f;
}
.price-window > .column2 > dl > dd::after {
	content: "円";
	font-size: 70%;
}
.price-column4 > dl > dd > p:hover,
.button-pricewindow,
.button-contact,
.button-contact > label,
.button-reserve,
.button-reserve > label {
	cursor:pointer;
}
@media (min-width: 800px) {
	.status_wazuka1 span:after {
		font-size: 90%;
	}
}

/* 空室状況 */
.status_aki {}
.status_aki span:before {
    content: '';
    background: url(/wp-content/images/status-2o.svg) no-repeat 0% 0%;
display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 0 .5em 0 .3em;
}
.status_aki span:after { content: '空きあり'; vertical-align: middle; font-size: 80%; }
.status_wazuka {}
.status_wazuka span:before,
.status_wazuka1 span:before {
    content: '';
    background: url(/wp-content/images/status-o.svg) no-repeat 0% 0%;
display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 0 .5em 0 .3em;
}
.status_wazuka span:after { content: '残りわずか'; vertical-align: middle; font-size: 80%; }
.status_wazuka1 span:after{ content: '残り1室';
    font-weight: bold;
    color: #f00;
    -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s 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;} }
.status_nashi span:before {
    content: '';
    background: url(/wp-content/images/status-x.svg) no-repeat 0% 0%;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 0 .5em 0 .3em;
}
.status_nashi span:after { content: '空きなし'; font-size: 80%; vertical-align: middle; }
.status_yotei span:before{
    content: '';
    background: url(/wp-content/images/status-v.svg) no-repeat 0% 0%;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 0 .5em 0 .3em;
}
.status_yotei span:after { content: '空き予定'; font-size: 80%; vertical-align: middle; }

.close_test{font-size: 2em !important;}
.price-visual button {
    color: #1a284f;
    background: none;
    border: none;
    vertical-align: middle;
}


.status_nashi a span:nth-of-type(1):before,
.status_wazuka a span:nth-of-type(1):before,
.status_aki a span:nth-of-type(1):before,
.status_yotei a span:nth-of-type(1):before{
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: .8em;
}
.status_nashi a span:nth-of-type(2):before,
.status_wazuka a span:nth-of-type(2):before,
.status_aki a span:nth-of-type(2):before,
.status_yotei a span:nth-of-type(2):before{
  background: #47a900;
  content:'お問合せ';
  border-radius: 5px;
  padding: 5px 8px;
  color: #fff;
}

/* 問合せボタン */
.shop_floor03 ul li:nth-of-type(5) button {
    width: 100%;
    padding: 2px 5px;
    text-align: center;
    color: #fff;
    background: #ff8228;
    border: none;
    display: inline-block;
    border-radius: 25px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 103%;
    font-weight: bold;
}
.shop_floor03 ul li:nth-of-type(5) .pc_only { cursor: pointer; }

/* キャンペーン適用価格表示 */
.shop_floor03 ul.camp li:nth-of-type(4) .fas { margin: 0 .5em; }
.shop_floor03 ul.camp li:nth-of-type(4) span, .redintro { font-weight: bold; color: #f00; }
.camp .calc-visual button{ margin-left: 0; }

/* オプション：ラック画像 */
.rack {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(/wp-content/images/tanaita.webp) no-repeat 50% 0%;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.optionlist li {
  list-style: none;
}

.optionlist li:first-child:before {
  content: '幅：';
  font-weight: bold;
  margin-right: .5em;
}

.optionlist li:nth-of-type(2):before {
  content: '奥行き：';
  font-weight: bold;
  margin-right: .5em;
}

.optionlist li:nth-of-type(3):before {
  content: '月額料金(税込)：';
  font-weight: bold;
  margin-right: .5em;
}

/* モーダル表示：収納庫詳細 */
.room-visual button,
.calc-visual button{
    color: #1a284f;
    background: none;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    margin-left: .4em;
    font-size: 1.3em;
}
.modal-room .body .main .contents .close,
.modal-room .body .main .contents .cerrado,
.modal-contact .body .main .contents .closer,
.modal-reserve .body .main .contents .closer{
    padding: .4em 5em;
    font-size: 16px;
    border: 1px solid #dedcd7;
    border-radius: 3px;
    background-image: linear-gradient(to bottom,#fff 85%,#f6f6f6 100%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 6%);
    font-weight: 700;
    color: #666;
    cursor: pointer;
}
.modal-room .open{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.modal-room{
  display: none;
  position: fixed;
  z-index: 110;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-room .container{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.modal-room .body{
  display: table;
  width: 100%;
  height: 100%;
}
.modal-room .body .main{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 25px;
}
.modal-room .body .main .contents{
  position: relative;
  display: inline-block;
  width: 37vw;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
}
.modal-room .body .main .contents .text{
  padding: 0 0 25px;
  text-align: left;
  font-size: 90%;
}
.modal-room .body .main .contents .text span.hd{
  line-height: 1.8;
  padding: 0;
  color: #1A284F;
  text-align: center;
  font-size: 100%;
  font-weight:bold;
}
.modal-room .body .main .contents .text img.room{
  width: 100%;
}
.modal-room .body .main .contents div img.box{
  width: 70%;
}
.modal-room .body .main .contents .text span.count{
    font-size:300%;
}
.modal-room .body .main .contents .text span.box{
    font-size:150%;
}
.modal-room .body .main .contents .text span.count,
.modal-room .body .main .contents .text span.box {
    color: #1A284F;
    font-weight:bold;
}
.modal_room-small-size,
.modal_room-half-size,
.modal_room-narrow-size,
.modal_room-wide-size,
.modal_room-large-size{
    padding: .4em;
    font-size: 120%;
    font-weight: bold;
}
.modal_room-small-size { background: #a5c98b; color: #fff; }
.modal_room-half-size { background: #bd8dbe; color: #fff; }
.modal_room-narrow-size { background: #8194ac; color: #fff; }
.modal_room-wide-size { background: #f7d367; color: #fff; }
.modal_room-large-size { background: #f3c8ab; color: #fff; }

/* モーダル表示：料金シミュレーション */
.pricesimulation_h1{
    padding: 1em;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
}
.pricesimulation_h2{
font-size: 120%;
    font-weight: bold;
    color: #1a284f;
    text-align: left;
}
.pricesimulation{
margin: 0 auto .2em;
}
.border_2sf2{
border: 2px solid #f2f2f2;
}
.border-b_2s000{
border-bottom: 1px solid #c9c9c9;
}
.pricesimulation dt{
float: left;
    width: 50%;
    padding: .8em 1em;
    text-align: left;
}
.pricesimulation dt span{
        font-size: 80%;
color:#000;
vertical-align: top;
}
.pricesimulation dd{
    padding: .8em 1em;
    text-align: right;
    /*color: #f00;*/
}

.iconintro{
background: #fafafa;
    padding: 1em;
    border-radius: 1em;
    margin-bottom: 1em;
}


/* モーダル表示：フォーム */
.opela{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-contact,
.modal-reserve {
  display: none;
  position: fixed;
  z-index: 110;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-contact .modal-contact_box, 
.modal-reserve .modal-reserve_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.modal_contact-title{
    background: #ff8129;
    padding: .8em 0;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
}
.modal-contact .body,
.modal-reserve .body {
  display: table;
  width: 100%;
  height: 100%;
}
.modal-contact .body .main,
.modal-reserve .body .main {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}
.modal-contact .body .main .contents,
.modal-reserve .body .main .contents{
  position: relative;
  display: inline-block;
  width: 70%;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
}
.modal-contact .contact_new tr td,
.modal-reserve .contact_new tr td {
text-align: left;
width: 674px;
}
.modal-contact .contact_new tr th .haveto,
.modal-contact .contact_new tr th .any,
.modal-reserve .contact_new tr th .haveto,
.modal-reserve .contact_new tr th .any  {
    padding: 4px 5px;
}

/* モーダル表示 */
@media (max-width: 700px){
  .modal-room .body .main .contents {
    padding: 1em;
    width: 100%;
  }
  .modal-contact .body .main .contents,
  .modal-reserve .body .main .contents {
    padding: 1em;
    width: 100%;
    padding: 15px 6px;
  }
  .contact_new tr td {
  text-align: left;
  width: 100% !important;
  }
  .status_nashi button,
  .status_wazuka button,
  .status_aki button{
      vertical-align: middle;
  }
  .modal-contact .contact_new tr th .haveto,
  .modal-contact .contact_new tr th .any,
  .modal-reserve .contact_new tr th .haveto,
  .modal-reserve .contact_new tr th .any {
      font-size: 10px;
  }
  .modal-contact .contact_new .wpcf7-submit,
  .modal-reserve .contact_new .wpcf7-submit {
  font-size: 1.5em;
  }
  .pricesimulation dt{
      width: 40%;
  padding: .3em .4em;
  }
  .pricesimulation dd{
  padding: .3em .4em;
  }
}


/* LITE比較表 */
.lite-scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}
.lite-scroll-box::-webkit-scrollbar {
    height: 4px;
}
.lite-scroll-box::-webkit-scrollbar-track {
    background: #eee;
}
.lite-scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
}
.lite-scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
}
.lite-scroll-box table {
    min-width: 600px;
}
.lite-scroll-box .lite-hikaku {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.lite-scroll-box .lite-hikaku tr th,
.lite-scroll-box .lite-hikaku tr td {
    vertical-align: middle;
    font-size: 80%;
    text-align: center;
    padding: 1em 0;
}
.lite-scroll-box .lite-hikaku tr th {
  width: 12%;
  padding: 1em 0;
  background: #fff;
}
.lite-scroll-box .lite-hikaku tr td {
  width: 12%;
}
.lite-scroll-box .lite-hikaku tr td:nth-child(5) {
  width: 20%;
}
.lite-scroll-box .lite-hikaku tr:nth-child(even) th{
    background: #f9f9f9;
}
.lite-scroll-box .lite-hikaku tr:nth-child(even) th{
    background: #efefef;
}
.lite-scroll-box .lite-hikaku tr:first-child td:nth-child(2){
    background: #ff8228;
    color: #fff;
    font-weight: bold;
}
.lite-scroll-box .lite-hikaku tr:first-child td:nth-child(4),
.lite-scroll-box .lite-hikaku tr:first-child td:nth-child(5) {
    background: #7fa1ff;
    color: #fff;
    font-weight: bold;
}
.lite-scroll-box .lite-hikaku tr:first-child td:nth-child(3){
    background: #a4a4a4;
    color: #fff;
    font-weight: bold;
}
.lite-scroll-box .lite-hikaku tr:nth-child(even) td{
    background: #f9f9f9;
}
.lite-scroll-box .lite-hikaku tr td:nth-child(2){
    color: #ff8228;
}
.lite-scroll-box .lite-hikaku tr td:nth-child(4){
    color: #356aff;
}
.lite-scroll-box .lite-hikaku tr td:nth-child(5){
    text-align: left;
}
.lite-scroll-box .lite-hikaku tr ._sticky {
    position: sticky;
    left: 0;
}
.lite-scroll-box .lite-hikaku tr ._sticky:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
}
.lite-hikaku tr td:nth-child(2),
.lite-hikaku tr td:nth-child(3){
    border-right: 1px solid #efefef;
}
@media (max-width: 700px) {
  .lite-scroll-box .lite-scroll-box {
      min-width: 700px;
  }
  .lite-scroll-box .lite-hikaku tr th {
    width: 10%;
  }
  .lite-scroll-box .lite-hikaku tr td {
    padding: 0.5em 0;
    width: 12%;
  }
  .lite-scroll-box .lite-hikaku tr td:nth-child(5) {
    width: 38%;
  }
}


/* contactform7 */
.contact_new {
  table-layout: fixed;
}
.contact_new tr th {
  padding: .6em;
  background: #f1f1f1;
  text-align: left;
  width: 300px;
}
.contact_new tr th .haveto {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
.contact_new tr th .any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
.contact_new tr td {
  padding: .6em 0 .6em .6em;
  border: 1px solid #ededed;
  width: 674px;
}
.wpcf7-list-item input[type=checkbox] {
  transform: scale(1.2);
}
.wpcf7-textarea {
padding: .5em;
}
@media (min-width: 701px) {
  .wpcf7-text { height: 1.8em; }
  .wpcf7-select { height: 1.8em; }
}

/* button */
.contact_new .wpcf7-submit {
  display: inline-block;
  margin: 2em;
  padding: 11px 7em;
  border-radius: 25px;
  text-decoration: none;
  border: 1px solid #fff;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  background-image: linear-gradient(to bottom,#ff8129 85%,#dd6511 100%);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  cursor: pointer;
}
@media (min-width: 701px) {
  .btn-orange:hover {
    background: #ff8228;
    color: #FFF !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .btn-orange:after {
    padding: 3px 0 0 1em;
    font-size: 1em;
  }
}
@media (max-width: 700px) {
  .contact_new .wpcf7-submit {
    margin: 1em 0;
    width: 100%;
    padding: .4em;
  }
}
@media (max-width: 700px) {
  .contact_new {
    width: 100%;
  }
  .contact_new tr th {
    display: block;
    width: 100%;
  }
  .contact_new tr td {
    padding: .6em;
    display: block;
    width: 100%;
  }
  .contact_new .wpcf7-list-item:after {
    content: '\A';
    white-space: pre;
  }
  .contact_new span .wpcf7-text {
    height: 2em;
    font-size: 1.1em;
    width: 100%;
  }
  .contact_new span .wpcf7-select {
    width: 100%;
    height: 2.64em;
  }
  .contact_new span textarea {
    width: 100%;
  }
}

.adv_link {
  text-align: center !important;
  margin-bottom: 50px !important;
}
.adv_link a {
  color: #fff;
  font-size: 20px;
  background: #ff6e00;
  font-weight: bold;
  text-decoration: none;
  padding: .5em 3em;
  border-radius: 5px;
}
.adv_link a:hover {
  background: #ffc395;
}
@media (max-width: 599px) {
  .adv_link a {
    font-size: 16px;
    padding: .8em .79em;
  }
}



/* お客様の声_一覧 */

.voice_list a {
  color: #1a284f;
  text-decoration: none;
}
.eyecatch {
  position: relative;
  width: 90%;
  height: 170px;
  overflow: hidden;
}
.eyecatch:before {
  content: "";
  display: block;
  padding-top: 36.25%
}
.eyecatch img {
  position: absolute;
  top: 0;
  object-fit: cover
}
.eyecatch img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transform: scale(1);
  transition: ease-in-out .3s
}
.voice_list .profile {
  margin: .5em 0;
}
.voice_list .profile span:first-child {
  font-size: .84em;
  text-align: center;
  background: #ff8228;
  color: #fff;
  padding: 1px 20px;
  margin: 5px;
  border-radius: 3px;
}
.voice_list .profile span:nth-of-type(2) {
  font-size: .9em;
}
.voice_list .voicetitle {
  font-size: 95%;
  font-weight: bold;
  width: 90%;
  height: 45px;
  line-height: 1.2;
}

.more-wrap {
  position: relative;
}
.more-wrap + .more-wrap {
  margin-top: 40px;
}
.more-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    padding: 7px 3em;
    border-radius: 25px;
    border: 1px solid #bfbfbf;
    letter-spacing: 1px;
    color: #717171;
    font-weight: bold;
    background: #fff;
}
.more-btn::after {
  content: "全て表示"
}
.more-btn:hover {
    background: #ff8228;
    color: #FFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.more-btn .fa {
  margin-right: .5em;
}
.more-item {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.more-item p + p {
  margin-top: 1em;
}
.more-item::before {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%)
}
.more-trigger {
  display: none;
}
.more-trigger:checked ~ .more-btn {
  bottom: -2em;
}
.more-trigger:checked ~ .more-btn::after {
  content: "閉じる"
}
.more-trigger:checked ~ .more-btn .fa {
  transform: rotate(180deg);
}
.more-trigger:checked ~ .more-item {
  height: auto;
}
.more-trigger:checked ~ .more-item::before {
  display: none;
}

@media (min-width: 700px) {
  .voice_list a:hover {
    color: #ff8228;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .voice_list a:hover .eyecatch img {
    transform: scale(1.02);
    opacity: 0.8;
  }
  .voice_list a:hover .profile span:nth-of-type(2) {
    color: #1a284f;
  }
}

@media (max-width: 700px) {
  .eyecatch {
    margin: 0 auto;
    width: 100%;
  }
  .voice_list .voicetitle {
    margin: 0 auto;
    width: 100%;
  }
  .voice_list .profile {
    margin: .5em 0 .2em;
  }
  .more-item {
  height: 980px;
  }
}


/* お客様の声_ページ */
.single_voice_content .line-top {
  border-bottom: solid 2px #ff8228;
}
.single_voice_content .voice_list .profile span:nth-of-type(2) {
  color: #989898;
}
.single_voice_content .survey_l dl {
  margin-bottom: 2em;
  letter-spacing: 1px;
}
.single_voice_content .survey_l dl dt {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: .94em;
  color: #1a284f;
}
.single_voice_content .survey_l dl dt:before {
  content: 'Q ';
  font-weight: bold;
  color: #ff8228;
  font-size: 140%;
}
.single_voice_content .survey_l dl dd:before {
  content: 'A. ';
  font-weight: bold;
  color: #fff;
}
.single_voice_content .survey_r {
  padding: 0 2em 2em 2em;
  text-align: center;
}
.single_voice_content .survey_r img {
  width: 80%;
    border-radius: 4px;
    box-shadow: 0 0 5px 0px #8b8b8b;
}
.single_voice_content .survey_r p {
  font-size: .8em;
}
.single_voice_content .survey_l dl dt {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: .94em;
  color: #1a284f;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.single_voice_content .survey_l dl dd {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.single_voice_content .comment p {
  font-size: 90%;
  letter-spacing: 1px;
  background: #f2f2f2;
  padding: 1em;
  border-radius: .5em;
}
.single_voice_content .comment p span{
  font-size: 110%;
    font-weight: bold;
    color: #ff8228;
}
.single_voice_order #prev,
.single_voice_order #next {
  text-decoration: none;
}
.single_voice_order #prev .left {
  float: left;
  padding-left: 4em;
}
.single_voice_order #prev i,
.single_voice_order #next i {
  vertical-align: top;
  margin: 1em .3em 0 0;
  font-size: 3em;
  color: #cdcdcd;
  transition: ease-in-out .3s;
}
.single_voice_order #prev .right {
  float: right;
}
.single_voice_order #prev img,
.single_voice_order #next img {
  width: 180px;
  vertical-align: bottom;
  transform: scale(1);
  transition: ease-in-out .3s;
}
.single_voice_order #prev_title,
.single_voice_order #next_title {
  width: 180px;
  font-size: .8em;
  line-height: 1.3em;
  margin-top: .8em;
  color: #1a284f;
  font-weight: bold;
}
.single_voice_order #next .left {
  float: right;
}
.single_voice_order #next .right {
  float: left;
  padding-left: 4em;
}
@media (min-width: 700px) {
  .single_voice_content .survey_r img:hover {
    box-shadow: 0 0 6px 1px #ececec;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .single_voice_order #prev img {
    width: 180px;
    vertical-align: bottom;
    transform: scale(1);
    transition: ease-in-out .3s;
  }
}
@media (max-width: 700px) {
  .single_voice_content .survey_r {
    padding: 0;
  }
  .single_voice_content .survey_r img {
    width: 50%;
  }
  .single_voice_content .survey_r p {
    margin-bottom: 2em;
  }
}


/* 流れ*/
.prosess {
    line-height: 1.9em;
}

.prosess-box {
  box-shadow: rgb(0 0 0 / 12%) 0px 2px 16px;
  border-radius: 8px;
}

.prosess-box li.up {
  border-radius: 8px 8px 0px 0px;
  background: #fad9be;
  padding: 1em 2em;
  color: #fc6a00;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  list-style: none;
  text-shadow: 0 0 20px white;
}

.prosess-box li.down {
  border-radius: 0px 0px 8px 8px;
  padding: 1em 2em;
  list-style: none;
}

.prosess-box li.down .guesttxt {
  color: #ff8228;
  font-size: 120%;
  font-weight: bold;
}

.prosess-box li.updown {
  border-radius: 8px;
  background: #fad9be;
  padding: 1em 2em;
  color: #fc6a00;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  list-style: none;
  text-shadow: 0 0 20px white;
}

.prosess .step_arrow {
  margin: 0 auto;
  text-align: center;
  padding: 3em;
}

.prosess .step_arrow:before {
  font-family: "Font Awesome 6 Free";
  content: "\f358";
  font-weight: bold;
  font-size: 2em;
  color: #fc6a00;
}

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

/* ご利用方法 */
.userguide_content01,
.userguide_content02,
.userguide_content03,
.userguide_content04,
.userguide_content05,
.userguide_content06 { padding: 4em 0 3em; }
.userguide_content01 h3,
.userguide_content02 h3,
.userguide_content03 h3,
.userguide_content04 h3,
.userguide_content05 h3,
.userguide_content06 h3 {
  margin: 0 0 .5em;
  font-size: 1.5em;
}
.userguide_content01 p,
.userguide_content02 p,
.userguide_content03 p,
.userguide_content04 p,
.userguide_content05 p,
.userguide_content06 p { padding-right: 2em; }
.userguide,
.userguide_inner,
.userguide_content_list {
  margin-bottom: 2em;
  color: #141e3a;
  line-height: 1.9em;
}
.userguide_content01 div:nth-of-type(2) {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(/wp-content/images/userguide_img01.jpg) no-repeat 50% 0%;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.userguide_content02 div:nth-of-type(2) {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(/wp-content/images/userguide_img02.jpg) no-repeat 50% 0%;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.userguide_content03 div:nth-of-type(2) {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(/wp-content/images/userguide_img03.jpg) no-repeat 50% 0%;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.userguide_content04 div:nth-of-type(2) {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(/wp-content/images/userguide_img04.jpg) no-repeat 50% 0%;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.userguide_content05 div:nth-of-type(2) {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(/wp-content/images/userguide_img05.jpg) no-repeat 50% 0%;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.userguide_content06 div:nth-of-type(2) {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(/wp-content/images/userguide_img06.jpg) no-repeat 50% 0%;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.userguide_content_list .column4-2 {
  margin-top: 2em;
}
.userguide_content_list ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.userguide_content_list ul li {
  list-style: none;
  font-weight: bold;
}
/* IE6 */
.userguide_content_list ul li {
  _display: inline;
}
/* IE7 */
.userguide_content_list *:first-child+html ul li {
  display: inline;
}
.userguide_content_list ul li img {
  width: 160px;
}
.userguide_content_list p {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}

@media (max-width: 700px) {
  .userguide_content01 h3,
  .userguide_content02 h3,
  .userguide_content03 h3,
  .userguide_content04 h3,
  .userguide_content05 h3,
  .userguide_content06 h3 { font-size: 1.4em; }
  .userguide_content01 { padding: 0 1em 2em; }
  .userguide_content02,
  .userguide_content03,
  .userguide_content04,
  .userguide_content05,
  .userguide_content06 { padding: 2em 1em; }
  .userguide_content01 p,
  .userguide_content02 p,
  .userguide_content03 p,
  .userguide_content04 p,
  .userguide_content05 p,
  .userguide_content06 p { padding: 0em; }
  .userguide,
  .userguide_inner,
  .userguide_content_list { margin-bottom: 1em; }
}

.costlist dd {
  float: left;
  background: #1a284f;
  padding: .5em .6em;
  color: #fff;
}

.costlist dd.plus {
  background: #fff;
  font-weight: bold;
  color: #1a284f;
}

.another-bbox,
.another-corp {
    background: #fff;
}
.another-bbox tr:nth-of-type(1){
    font-size: 110%;
    background: #ff8228;
    color: #fff;
}
.another-corp tr:nth-of-type(1){
    font-size: 110%;
    background: #606060;
    color: #fff;
}
.another-bbox tr:nth-of-type(1) th,
.another-corp tr:nth-of-type(1) th{
    padding: 1em;
}
.another-bbox tr:nth-of-type(2) th{
    padding: 1em;
    background: #fff0e5;
}
.another-corp tr:nth-of-type(2) th{
    padding: 1em;
    background: #dbdbdb;
}
.another-bbox tr:nth-of-type(2) th span:nth-of-type(1),
.another-corp tr:nth-of-type(2) th span:nth-of-type(1){
    font-size: 140%;
    line-height: 1em;
}
.another-bbox tr:nth-of-type(2) th span:nth-of-type(1){
    color: #f00;
}
.another-bbox tr:nth-of-type(2) th span:nth-of-type(2),
.another-corp tr:nth-of-type(2) th span:nth-of-type(2){
    font-weight: 100;
    font-size: 70%;
}
.another-bbox tr:nth-of-type(3),
.another-bbox tr:nth-of-type(4),
.another-bbox tr:nth-of-type(5),
.another-corp tr:nth-of-type(3),
.another-corp tr:nth-of-type(4),
.another-corp tr:nth-of-type(5),
.another-corp tr:nth-of-type(6){ background: #f2f2f2; }
.another-bbox tr:nth-of-type(3) th,
.another-bbox tr:nth-of-type(4) th,
.another-bbox tr:nth-of-type(5) th,
.another-corp tr:nth-of-type(3) th,
.another-corp tr:nth-of-type(4) th,
.another-corp tr:nth-of-type(5) th,
.another-corp tr:nth-of-type(6) th{
    vertical-align: top;
    text-align: left;
    line-height: 1.3em;
    padding: .5em;
    font-weight: 100;
}
.another-bbox tr:nth-of-type(3) th span,
.another-bbox tr:nth-of-type(4) th span,
.another-bbox tr:nth-of-type(5) th span,
.another-corp tr:nth-of-type(3) th span,
.another-corp tr:nth-of-type(4) th span,
.another-corp tr:nth-of-type(5) th span,
.another-corp tr:nth-of-type(6) th span{
    font-weight: 100;
    font-size: 70%;
}
.another-bbox tr:nth-of-type(3) td,
.another-bbox tr:nth-of-type(4) td,
.another-bbox tr:nth-of-type(5) td,
.another-corp tr:nth-of-type(3) td,
.another-corp tr:nth-of-type(4) td,
.another-corp tr:nth-of-type(5) td,
.another-corp tr:nth-of-type(6) td{
    vertical-align: top;
    text-align: right;
    padding: .3em .5em .2em .2em;
    font-size: 90%;
}
@media (max-width: 700px) {
  .costlist dd {
    float: none;
    padding: 1em;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .costlist dd.plus {
    width: 100%;
    text-align: center;
    padding: .2em;
  }
    .another-bbox,
    .another-corp{
        width: 100%;
        margin-bottom: 1em;
    }
    .another-bbox tr:nth-of-type(3) td,
    .another-bbox tr:nth-of-type(4) td,
    .another-bbox tr:nth-of-type(5) td,
    .another-corp tr:nth-of-type(3) td,
    .another-corp tr:nth-of-type(4) td,
    .another-corp tr:nth-of-type(5) td,
    .another-corp tr:nth-of-type(6) td{ vertical-align: middle; }
}

/* ご利用方法 */
.floortype1 {
    background: #fff1dc;
    padding: 1em;
    font-weight: bold;
}
.floortype1 dt,
.floortype2 dt {
    color: #ff8228;
}
.floortype1 dd,
.floortype2 dd {
    list-style: none;
}
.floortype2 {
    background: #dceaff;
    padding: 1em;
    font-weight: bold;
}
.floorprice{
    width: 90%;
    margin: 0 auto;
    letter-spacing: .1em;
}
.floorprice tr:first-child {
    color: #fff;
}
.floorprice tr:first-child th:first-child{
    background: #ff8228;
    padding: .2em;
}
.floorprice tr:first-child th:nth-of-type(2){
    background: #287eff;
    padding: .2em;
        box-shadow: 0 0 5px 1px #b6b6b6;
}
.floorprice tr:nth-of-type(2) th:first-child{
    background: #fff1dc;
    padding: .2em;
}
.floorprice tr:nth-of-type(2) th:nth-of-type(2){
    background: #f1f6ff;
    padding: .2em;
        box-shadow: 0 0 5px 1px #b6b6b6;
}
.floorprice tr:nth-of-type(2) th i{
    color: #ff8228;
}
.floorprice tr:nth-of-type(2) th:first-child span{
    font-weight: 100;
}
.floorprice tr:nth-of-type(2) th:nth-of-type(2) span:first-child {
    font-weight: 100;
}
.floorprice tr:nth-of-type(2) th:nth-of-type(2) span:nth-of-type(2){
    color: #f00;
    letter-spacing: 0;
    font-size: 120%;
}
.floorprice_txt{
    padding: .2em;
            font-size: 120%;
    font-weight: bold;
}
.floorcompare {
  float: left;
  width: 35%;
  text-align: center;
}
.floorcompare li {
  float: none !important;
  width: 100% !important;
  list-style: none;
  background: #fff1dc;
  padding: .5em !important;
}
.floorcompare li:first-child {
  background: #ededed;
  font-weight: bold;
}
.floorcompare_arrow {
  float: left;
  margin: 5em 1em 0;
}

.floorcompare_arrow:before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  color: #000;
  font-size: 2em;
}
@media (max-width: 700px) {
    .floorcompare {
        width: 43%;
    }
    .floorprice {
        width: 100%;
        margin: 0 auto;
        letter-spacing: .1em;
    }
}



.typescore dl { border: 1px solid #bfbfbf; }
.typescore dl dt {
    background: #4f86c6;
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: .2em;
    letter-spacing: .2em;
}
.typescore dl dd {
    text-align: center;
    padding: .4em;
}
.typescore dl dd img { margin: 0 !important; }
.compare_title {
    background-color: #4F86C6;
    color: #fff;
    font-weight: bold;
    border-right: 2px solid #fff;
    font-size: 110%;
    padding: .4em 1em;
    letter-spacing: .1em;
    text-align: center;
}
.compare_title img { vertical-align: middle; }
.compare_gray { background-color: #ededed; }
.compare_yellow { background-color: #fffb42; }
.lite-hikaku { text-align: center; }
.lite-hikaku td {
    width: 26%;
    padding: 1em;
}
/*.lite-hikaku tr td:first-child,
.lite-hikaku tr td:nth-of-type(n) { width: 20%; }
.lite-hikaku tr.hikaku-list1 td,
.lite-hikaku tr.hikaku-list2 td{ font-weight: bold; }
.lite-hikaku tr.hikaku-list1 td:nth-of-type(2){ background: #ff8228; color: #fff; }
.lite-hikaku tr.hikaku-list1 td:nth-of-type(3){ background: #7fa1ff; color: #fff; }
.lite-hikaku tr.hikaku-list1 td:nth-of-type(4){ background: #e6e6e6; }
.lite-hikaku tr.hikaku-list2 td:first-child{ background: #ffed72; }
.lite-hikaku tr.hikaku-list2 td:nth-of-type(2){ background: #ffeee1; }
.lite-hikaku tr.hikaku-list2 td:nth-of-type(3){ background: #e9efff; }
.lite-hikaku tr.hikaku-list2 td:nth-of-type(4){ background: #f2f2f2; }
.lite-hikaku tr.hikaku-list3 td{ background: #fffce8; }
.lite-hikaku tr td.comment{ text-align: left;}*/


/* クレジットカード決済 */
.carduseflow {
    border: 1px solid #1a284f;
    border-radius: .5em;
    padding: 1em;
}

.cardqa{
line-height: 1.9em;
}
.cardqa dt{
font-weight: bold;
color: #1a284f;
padding: 1em 0 1em 3em;
text-indent: -2em;
}
.cardqa dd{
    background: #f2f2f2;
    padding: 1em;
    border-radius: 8px;
}
.cardqa dt:before{
    content: 'Q';
    color: #fff;
    background: #1a284f;
    padding: 0 .4em .1em .4em;
    border-radius: .3em;
    margin-right: .5em;
}
.cardqa dd:before{
    content: 'A';
    color: #1a284f;
    font-weight: bold;
    border: 2px solid #1a284f;
    padding: 0 .34em;
    border-radius: .3em;
    margin-right: .5em;
}


/* サイズガイド */
.gide_type_color {
    padding: 1em 2em;
    margin: 0 auto;
    width: 60%;
    background: #f2f2f2;
    line-height: 2em;
    font-weight: bold;
}
.gide_type_color a{ text-decoration: none; color: #1a284f; }
.gide_type_color a:nth-of-type(1) i,.gide_type_color a:nth-of-type(1):hover{ color: #a5c98b; }
.gide_type_color a:nth-of-type(2) i,.gide_type_color a:nth-of-type(2):hover{ color: #bd8dbe; }
.gide_type_color a:nth-of-type(3) i,.gide_type_color a:nth-of-type(3):hover{ color: #8194ac; }
.gide_type_color a:nth-of-type(4) i,.gide_type_color a:nth-of-type(4):hover{ color: #f7d367; }
.gide_type_color a:nth-of-type(5) i,.gide_type_color a:nth-of-type(5):hover,
.gide_type_color a:nth-of-type(6) i,.gide_type_color a:nth-of-type(6):hover{ color: #f3c8ab; }
.bg_rocker{ background: #f0fbe8; }
.bg_half{ background: #fff6ff; }
.bg_narrow{ background: #e7ecf4; }
.bg_wide{ background: #fff8e0; }
.bg_large{ background: #fff4eb; }

@media (max-width: 700px){
    .gide_type_color {
        padding: 1em 2em;
        margin: 0 auto;
        width: 100%;
    }
}


/* トランクルームとは */
.t-type_rating{
    width: calc((100%) / 3);;
    float: left;
}
.t-type_rating dl dt{
    background: #1a284f;
    border-right: 2px solid #ffffff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: .5em 0;
    letter-spacing: .2em;
}
.t-type_rating dl dd{
    border-right: 2px solid #ffffff;
    text-align: center;
    color: #ff8228;
    font-weight: bold;
    padding: .5em 0;
    letter-spacing: .2em;
    font-size: 110%;
}


/* 室内型のメリット */
.fa-thumbs-up{
    font-size: 2.5em;
    color: #0c4cfe;
    border-radius: 2em;
    padding: .3em;
    vertical-align: middle;
    text-shadow: 1px 1px 0px #949494;
}
.fa-thumbs-down{
    font-size: 2.5em;
    color: #ff0000;
    border-radius: 2em;
    padding: .3em;
    vertical-align: middle;
    text-shadow: 1px 1px 0px #949494;
}
.comparison-table table tbody td .td-h .bad{
font-weight: bold;
    color: #f00;
}
.comparison-table table tbody td .td-h .good{
font-weight: bold;
    color: #0c4cfe;
}
.comparison-table table td:nth-of-type(2) {
  background : #fff2d1;
}
.comparison-table table thead th:nth-of-type(1) {
  background :#aeaeae;
}
.comparison-table table thead th:nth-of-type(2) {
  background: #ff8228;
}
.comparison-table-wrap{
  width:100%;
  margin: 0 auto 2em;
}
.comparison-table{
    margin: 0;
}
.comparison-table table{
  border-collapse: separate;
  border-spacing:5px 10px;
  border:none;
  margin-bottom: 0;
}
.comparison-table table th,.comparison-table table td {
  width:50%;
}
.comparison-table table thead th{
  border:none;
  color:#fff;
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
  line-height: 1.5;
  font-size: 14px;
}
.comparison-table table tbody th{
    background: #1A284F;
    text-align: center;
    color: #fff;
    border: none;
    padding: .5em;
    font-size: 110%;
}
.comparison-table table tbody td{
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
  border-radius:3px;
  border:none;
  padding:1.2em;
  color: #555;
  line-height: 1.8;
  text-align:justify;
  vertical-align:top;
}
.comparison-table table tbody td p{
  margin:0;
  padding:0;
  margin-bottom:0 !important;
  font-size: 14px;
}
.comparison-table table tbody td .td-h{
  margin-bottom:1em;
text-align: center;
}
@media (max-width: 768px){
  .comparison-table table{
    border-spacing:3px 10px;
  }
  .comparison-table table thead th{
    position: -webkit-sticky;
    position: sticky;
    top:0px;
    z-index:10;
    box-shadow: 0 2px 3px rgb(106 106 106 / 79%);
  }
  .comparison-table table tbody td {
      padding: .8em;
  }
}
.comparison-table-img .comparison-table table thead th{
  padding:0;
  margin:0;
}
.comparison-table-img .comparison-table table thead tr{
  background:none !important;
}
.comparison-table-img .comparison-table table thead th img{
  display:block;
}
.comparison-table table thead th p{
  margin:0;
}
.comparison-table-img .comparison-table table thead th .th-h{
  color:#fff;
  padding-top:10px;
  margin-bottom:10px;
  font-size: 130%;
}
@media (max-width: 768px){
  .no-sticky .comparison-table table thead th{
    position:static;
  }
}

/* テレワーカーの収納改善 */
.tele-rating-1>dl>dt{
    text-align: center;
    color: #ff8228;
    font-weight: bold;
    padding: .5em;
    letter-spacing: .2em;
border: 2px solid #ff8228;
}
.tele-rating-2,
.tele-rating-3{
    width: 50%;
    float: left;
}
.tele-rating-2>dl>dt,
.tele-rating-3>dl>dt{
    background: #ff8228;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: .2em;
    letter-spacing: .2em;
}
.tele-rating-2>dl>dd,
.tele-rating-3>dl>dd{
    text-align: center;
    color: #ff8228;
    font-weight: bold;
    padding: .5em 0;
    letter-spacing: .2em;
    font-size: 110%;
}
.tele-rating-2>dl>dt{
    border-right: 2px solid #ffffff;
}

/* 汚部屋脱出5つの方法 */
.rating-line{
    text-align: center;
    color: #1a284f;
    font-weight: bold;
    padding: .5em;
    border: 2px solid #1a284f;
}

.rating-2{
    width: 50%;
    float: left;
}
.rating-3{
    width: calc((100%) / 3);
    float: left;
}
.rating-2>dl>dt,
.rating-3>dl>dt{
    background: #1a284f;
    border-right: 2px solid #ffffff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: .5em 0;
    letter-spacing: .2em;
}
.rating-2>dl>dd,
.rating-3>dl>dd{
    text-align: center;
    color: #ff8228;
    background: #f2f2f2;
    border-right: 2px solid #fff;
    font-weight: bold;
    padding: .5em 0;
    letter-spacing: .2em;
    font-size: 110%;
}
.difficultylevel-2>dl>dt{
    border-right: 2px solid #ffffff;
}



/* BBOXのオフィスソリューション */
.separateline_glay {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin-bottom: .7em;
    background: #f2f2f2;
}
.business_headline {
    text-align: center !important;
}
.business_headline>p {
    color: #1a284f;
    margin-bottom: .5em;
    font-weight: bold;
}
.business_headline>div {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: .7em;
    background: #ff8228;
    margin: 0 auto;
}
.business_headline>h3 {
    margin: .5em 0 1.5em;
    color: #1a284f;
}
.business_content03>.inner>h3 {
    margin: 1.5em 0;
    color: #1a284f;
}
.business_content01>.inner,
.business_content02>.inner,
.business_content03>.inner,
.business_content04>.inner,
.business_content05>.inner,
.business_content06>.inner,
.business_content07>.inner,
.business_content08>.inner {
    padding: 3em 2em;
}
.business_content01 {
    background: #F2F2F2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url(/wp-content/images/162853728.jpg) no-repeat 50% 30%;
    background-position: top;
    background-size: cover;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5em 0;
}
.business_content01>.inner {
    margin: 4em auto;
}
.business_content01>.inner>.column2>h2 {
    color: #1a284f;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
    max-width: 100%;
    justify-content: flex-start;
    font-size: 30px;
    margin: 0;
    border-bottom: none;
}
.business_content01>.inner>.column2>p {
    color: #1a284f;
    letter-spacing: 0.05em;
}
.business_content02{
  position: relative;
}
.business_content02:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.business_content02 ul {
    width: 75%;
    margin: 0 auto;
}
.business_content02 ul li {
    list-style: none;
    padding: 1em;
    border-bottom: 1px solid #bfbfbf;
    font-weight: bold;
    letter-spacing: .05em;
}
.business_content02 ul li:first-child {
    border-top: 1px solid #bfbfbf;
}
.business_content03 img {
  max-width: 50%;
}
.business_content04 img {
  max-width: 85%;
}
.business_content04 h4 {
    padding: 0;
    font-size: 1.2em;
    margin-bottom: .3em;
    color: #1A284F;
    border-left: none;
}
.business_content05 img{
  max-width: 100%;
}
.business_content07 img{
  max-width: 100%;
}

@media (max-width: 700px) {
  .business_content01 {
    background-position: left;
  }
  .business_content01>.inner {
    margin: 0 auto;
  }
  .business_content01>.inner {
    padding: 3em 1em;
  }
  .business_content02>.inner,
  .business_content03>.inner,
  .business_content04>.inner,
  .business_content05>.inner,
  .business_content06>.inner,
  .business_content07>.inner,
  .business_content08>.inner {
    padding: 3em 0;
  }
  .business_content01>.inner>.column2>h2 {
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 1em;
  }
  .business_content01>.inner>.column2>p {
    text-align: center;
  }
  .business_content02 ul {
    width: 100%;
  }
}



/* トランクルーム診断 */
#yesno_wrap {
    padding: 3em;
    border-radius: 1em;
    border: none;
    display: flow-root;
    background: #f2f2f2;
}
.yesno_q {
    display: block;
    padding: 0;
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    border-radius: unset;
}
.yesno_q dt {
    display: none;
    padding: 0;
    margin-bottom: 1rem !important;
    float: left;
}
.yesno_q dt span {
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
    background: none;
    color: #d5d5d5;
    border-radius: unset;
    margin-right: .5em;
}
.yesno_q dd {
    padding: 0 !important;
    vertical-align: bottom;
    font-size: 2rem;
    color: #ff8228;
}
#yesno_wrap p {
    margin-bottom: 0;
}
ul#choices li {
    width: 50%;
    margin: 0 auto 1em;
    padding: 0 1em;
}
ul#choices li:first-child button {
    text-decoration: none;
    color: #fff;
    background: #E00923;
    border: 1px solid #E00923;
    background-image: linear-gradient(to bottom,#E00923 85%,#c50018 100%);
    font-weight: bold;
}
ul#choices li:first-child button:hover {
    background: #c50018;
}
ul#choices li button {
    text-decoration: none;
    color: #fff;
    background: #00a2ec;
    border: 1px solid #00a2ec;
    background-image: linear-gradient(to bottom,#00a2ec 85%,#0285c1 100%);
    font-weight: bold;
}
ul#choices #back {
    display: none !important;
}
@media (max-width: 700px) {
	#yesno_wrap {
	    padding: 2em 1em;
	}
	.yesno_q dd {
	    font-size: 1em;
	}
	ul#choices li {
	    padding: 0.5em;
	}
}



/* LITE紹介 */
.separateline_white {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-bottom: .7em;
  background: #fff;
}
.lite-int_headline {
  text-align: center !important;
}
.lite-int_headline>p {
  color: #1a284f;
  margin-bottom: .5em;
  font-weight: bold;
}
.lite-int_headline>div {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: .7em;
  background: #ff8228;
  margin: 0 auto;
}
.lite-int_headline>h3 {
  margin: .5em 0 1.5em;
  color: #1a284f;
}
.lite-int_content03>.inner>h3 {
  margin: 1.5em 0;
  color: #1a284f;
}
.lite-int_content01>.inner,
.lite-int_content02>.inner,
.lite-int_content03>.inner,
.lite-int_content04>.inner,
.lite-int_content05>.inner,
.lite-int_content06>.inner,
.lite-int_content07>.inner,
.lite-int_content08>.inner {
  padding: 3em 2em;
}
.lite-int_content01 {
  background: #F2F2F2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(/wp-content/images/lite-img_mv.webp) no-repeat 50% 0%;
  background-position: top;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5em 0;
}
.lite-int_content01>.inner>.column2>h2 {
  color: #1a284f;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  max-width: 100%;
  justify-content: flex-start;
  font-size: 30px;
  margin: 0;
  border-bottom: none;
}
.lite-int_content01>.inner>.column2>p {
  color: #1a284f;
  letter-spacing: 0.05em;
}
.lite-int_content01>.inner {
  margin: 4em auto;
}
.lite-int_content01>.inner>.column2>h2 {
  color: #1a284f;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  max-width: 100%;
  justify-content: flex-start;
  font-size: 30px;
  margin: 0;
  border-bottom: none;
}
.lite-int_content01>.inner>.column2>p {
  color: #1a284f;
  letter-spacing: 0.05em;
}
.lite-int_content02 {
  position: relative;
}
.lite-int_content02:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.lite-int_content02 ul {
  width: 75%;
  margin: 0 auto;
}
.lite-int_content02 ul li {
  list-style: none;
  padding: 1em;
  border-bottom: 1px solid #bfbfbf;
  font-weight: bold;
  letter-spacing: .05em;
}
.lite-int_content02 ul li:first-child {
  border-top: 1px solid #bfbfbf;
}
.lite-int_content03 img {
  max-width: 50%;
}
.lite-int_content04 img, .lite-int_content05 img {
  max-width: 85%;
}
.lite-int_content04 h4, .lite-int_content05 h4 {
  padding: 0;
  font-size: 1.2em;
  margin-bottom: .3em;
  color: #1A284F;
  border-left: none;
}
.lite-int_content06 img {
  max-width: 100%;
}
.lite-int_content07>.inner>.cardqa>dd {
  background: #fff;
}
.image-lite-int {
  position: relative;
  display: inline-block;
  margin: 0 .2em 1.5em .2em;
  padding: .4em 1em;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f2f2f2;
  border-radius: 0.3em;
}
.image-lite-int:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f2f2f2;
}
.image-lite-int p {
  margin: 0;
  padding: 0;
}
.lite-int_content08>.inner>.shop_list {
  background: #fafafa;
  width: 50%;
  margin: 0 auto;
  border: 2px solid #f2f2f2;
}
.lite-int_content08>.inner>.shop_list>div>.shopname {
  font-weight: bold;
  font-size: 1.4em;
  color: #1a284f;
}

@media (max-width: 700px) {
  .lite-int_content01>.inner {
    margin: 0 auto;
    padding: 3em 1em;
  }
  .lite-int_content02>.inner, .lite-int_content03>.inner, .lite-int_content04>.inner, .lite-int_content05>.inner, .lite-int_content06>.inner, .lite-int_content07>.inner, .lite-int_content08>.inner {
    padding: 3em 0;
  }
  .lite-int_content01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url(/wp-content/images/lite-img_spmv.webp) no-repeat 50% 100%;
    background-position: right;
    background-size: cover;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .lite-int_content01>.inner>.column2>h2 {
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 1em;
    text-shadow: 0px 0px 6px #fff;
  }
  .lite-int_content01>.inner>.column2>p {
    text-align: center;
    text-shadow: 0px 0px 3px #fff;
  }
  .lite-int_content02 ul {
    width: 100%;
  }
  .image-v {
    padding: .4em;
  }
  .column4-2 img {
    width: 80%;
    margin-bottom: 1em;
  }
  .sp_txt-b {
    font-weight: bold;
  }
  .lite-int_content08>.inner>.shop_list {
    width: 100%;
  }
}




/* Rinker画像 */
@media (min-width: 701px){
div.yyi-rinker-contents div.yyi-rinker-image img {
    width: 150px;
    margin: 0 1em 0 0;
}
}
@media (max-width: 700px){
div.yyi-rinker-contents div.yyi-rinker-image img {
    max-width: 100%;
    margin: 0 1em 0 0;
}
}


/* 宅配型比較 */
/* 基本情報③ */ 
.nextpagelist p{
    margin-bottom: 0 !important;
}

/* 基本情報④ */ 
.deli_nomal {
    -webkit-overflow-scrolling: touch;
    border: 2px solid #dddddd;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 100%;
}
.deli_nomal th,
.deli_nomal td {
    vertical-align: middle;
    font-size: 90%;
    text-align: center;
    padding: 0.5em 0;
}
.deli_nomal tr:nth-child(1) td {
    background: #efefef;
    color: #141e3a;
}
.deli_nomal tr:nth-child(even) th,
.deli_nomal tr:nth-child(even) td{
    background: #f9f9f9;
}
.deli_nomal tr th,
.deli_nomal tr td{
    border-right: 2px solid #dbdbdb;
}

/* ボックスプラン */ 
.glay_bd {
	border: 2px solid #efefef;
	border-radius: 1em;
	padding: 1.5em;
}

/* 比較表 */ 
#scrollbox-delivery {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #dddddd;
}
#scrollbox-delivery::-webkit-scrollbar {
    height: 15px;
}
#scrollbox-delivery::-webkit-scrollbar-track {
    background: #f9f9f9;
}
#scrollbox-delivery::-webkit-scrollbar-thumb {
    background: #999;
    border: none;
    border-radius: 1em;
}
#scrollbox-delivery::-webkit-scrollbar-thumb:hover {
	background: #ffc297;
}
#scrollbox-delivery .deliverytable {
    min-width: 600px;
}
#scrollbox-delivery .deliverytable {
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 100%;
}
#scrollbox-delivery .deliverytable th,
#scrollbox-delivery .deliverytable td {
    vertical-align: middle;
    font-size: 80%;
    text-align: center;
    padding: .4em 0;
}
#scrollbox-delivery .deliverytable th {
  width: 120px;
  background: #fff;
  border-right: 2px solid #dbdbdb;
}
#scrollbox-delivery .deliverytable td {
  width: 150px;
  border-right: 2px solid #dbdbdb;
}
#scrollbox-delivery .deliverytable tr:nth-child(even) th{
    background: #efefef;
}
#scrollbox-delivery .deliverytable tr:first-child td {
    font-weight: bold;
}
#scrollbox-delivery .deliverytable tr:nth-child(even) td{
    background: #f9f9f9;
}
#scrollbox-delivery .deliverytable tr td:nth-child(4){
}
#scrollbox-delivery .deliverytable tr td:nth-child(5){
}
#scrollbox-delivery img{
    margin: 0;
}
._sticky {
    position: sticky;
    left: 0;
}
._sticky:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.panel_dh {
    text-align: left;
    font-size: 14px;
    border: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.panel_dh .title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    background-color: #ff8228;
}
.panel_dh .panel-heading {
    width: 100%;
    text-align: left;
    padding: 6px 15px 6px 0;
    color: #ff8228;
    border-bottom: 2px solid #ff8228;
    margin-bottom: 15px;
}
.panel_dh .panel-body {
    padding: 15px;
}
.panel_dh .panel-body .row {
    overflow: hidden;
    margin-bottom: 1em;
}
.panel_dh .panel-body .col-sm-5 {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.panel_dh .panel-body .col-sm-5 img {
    box-shadow: 0 0 8px 0px #a7a7a7;
    margin: 0.5em;
}
.panel_dh .panel-heading span {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}
.panel_dh .panel-body .table {
    font-size: 110%;
    margin-bottom: 20px;
    border: 1px solid #fff;
}
.panel_dh .panel-body table {
    margin: 0 0 1em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff;
    color: #222;
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
}
.panel_dh .panel-body .table.firstspec th {
    text-indent: 0;
    padding-left: 1em;
    text-align: left;
    color: #333;
    background-color: #fdf6e5;
}
.panel_dh .panel-body .table td {
    background-color: #f7f7f7;
    padding: 7px;
    border: 2px solid #fff;
    text-align: center;
    vertical-align: middle;
}
.panel_dh p {
    margin-bottom: 0 !important;
}
.panel_dh .panel-body .table th {
    width: 50%;
    padding: 7px 0;
    border: 2px solid #fff;
    text-align: center;
    color: #333;
    background-color: #fdf6e5;
}
.panel_dh .btnBox {
    text-align: center;
    overflow: hidden;
    padding-bottom: 0.5em;
}
.panel_dh .btn {
    width: 45%;
    background: #f63c3c;
    background-image: -webkit-linear-gradient(top, #ff8228, #e96200);
    background-image: -moz-linear-gradient(top, #ff8228, #e96200);
    background-image: -ms-linear-gradient(top, #ff8228, #e96200);
    background-image: -o-linear-gradient(top, #ff8228, #e96200);
    background-image: linear-gradient(to bottom, #ff8228, #e96200);
}
.panel_dh .btn {
    display: inline-block;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    text-shadow: 1px 1px 3px #666666;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 0;
    text-decoration: none;
    border: 0;
}
.hd__rc {
position: relative;
    z-index: -1;
}
.hd__rc:before {
    background-image: url(/wp-content/images/img_dh-rc.svg);
    width: 69px;
    height: 22px;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0px 3px 2px #00000056);
    top: 7px;
    left: 7px;
    animation: 1s ease-in-out 0s infinite alternate none running blink;
}

@media (max-width: 640px) {
	#scrollbox-delivery .deliverytable th {
	    width: 100px;
	}
	.panel_dh {
	    font-size: 80%;
	}
	.panel_dh .panel-body .col-sm-5 {
	    float: none;
	    text-align: center;
	    margin-right: 0px;
	    margin-bottom: 10px;
	}
	.panel_dh .panel-body .col-sm-5 img {
	    width: 90%;
	}
	.panel_dh .panel-body .col-sm-12.detail{
		padding: 10px;
		background-color: #ebfaff;
		margin-bottom: -20px;
	}
	.panel_dh .panel-heading span {
	    font-size: 15px;
	    line-height: 1.3;
	    font-weight: bold;
	}
	.panel_dh .panel-body .table{
		font-size: 90%;
	}
	.panel_dh .btnBox{
		text-align: center;
		overflow: hidden;
		padding: 0;
		margin-bottom: -10px;
	}
	.panel_dh .btn {
		float: none;
		width: 100%;
		display: block;
		margin: 0 0 20px 0 !important;
	}
	.panel_dh .btn {
	    float: none;
	    width: 100%;
	    display: block;
	    margin: 0 0 20px 0 !important;
	}
}

/* 執筆者情報 */
#st-tab-box {
    padding: 1.5em;
    margin-bottom: 20px;
    background: #f2f2f2ab;
    border-radius: 0.5em;
}
#st-tab-box div dl img {
    margin-bottom: 0;
}
#st-tab-box div dl img:not(.size-st_header_slider), video, object {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
}
#st-tab-box div dt {
    float: left;
    width: 80px;
}
#st-tab-box div dd {
    padding-left: 100px;
}
#st-tab-box p {
    color: #1a284f;
    font-size: 90%;
    line-height: 1.5;
}
.st-author-nickname {
    font-weight: bold;
    margin-bottom: 0.5em !important;
    border-bottom: 1px dotted #1a1a1a;
}
.st-author-description {
    margin-bottom: 0 !important;
}
@media (max-width: 700px) {
    #st-tab-box div dt {
        float: none;
        margin: 0 auto 1em;
    }
    #st-tab-box div dd {
        padding-left: 0px;
    }
}


/* NEW トップページ */
.bg_lorange {
  background: #fff7f0;
}

.btn-gray>a, .btn--orange>a {
  display: grid;
  align-items: center;
  border-radius: 100px;
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  transition: all .5s ease;
}

.btn-gray>a {
  background: #F3F3F3;
  color: #4c4c4c;
}

.btn-gray>a:hover {
  background: #ff8228;
  color: #fff;
}

.btn--orange>a {
  background: #ff8228;
  color: #fff;
}

.btn--orange>a:hover {
  background: #fff;
  color: #ff8228;
}

.index_content01_n {
  background-color: #fff;
  background: url(/wp-content/images/top-fv.webp) no-repeat 50% 90%;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.index_content01_n, .index_content03_n, .index_content04_n, .index_content05_n, .index_content06_n, .index_content07_n, .index_content08_n {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-family: 'ヒラギノ角ゴシックProN', 'メイリオ', sans-serif;
}

.index_content02_n, .index_content03_n {}
.index_content01_n h2 {
  max-width: 100%;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
  justify-content: flex-start;
  font-size: 2.2em;
  color: #1a284f;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.index_content02_n h2, .index_content03_n h2, .index_content04_n h2, .index_content05_n h2, .index_content06_n h2, .index_content07_n h2, .index_content08_n h2, .index_content09_n h2, .content_shop h2 {
  max-width: 100%;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
  justify-content: flex-start;
  font-size: 1.9em;
  color: #1a284f;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.index_content02_n h2, .index_content03_n h2, .index_content04_n h2, .index_content05_n h2, .index_content06_n h2, .index_content07_n h2, .index_content08_n h2, .index_content09_n h2 {}

.index_content01_n h2::after, .index_content02_n h2::after, .index_content03_n h2::after, .index_content04_n h2::after, .index_content05_n h2::after, .index_content06_n h2::after, .index_content07_n h2::after, .index_content08_n h2::after, .index_content09_n h2::after, .content_shop h2::after {
  display: none !important;
}

.index_content01_n .text_box1 {
  width: 50%;
}

.index_content01_n .text_box1 h2 {
  text-align: left;
}

.index_content01_n .text_box1 p {
  color: #4c4c4c;
  letter-spacing: .1em;
  margin: 0 0 1em 0
}

.index_content01_n .text_box1 p {
  color: #4c4c4c;
  letter-spacing: .1em;
  margin: 0 0 1em 0;
}

.index_content01_n .text_box1 p:last-child {
  margin: 0 0 0 0;
}

@media (max-width:768px) {
  .index_content01_n h2, .index_content02_n h2, .index_content03_n h2, .index_content04_n h2, .index_content05_n h2, .index_content06_n h2, .index_content07_n h2, .index_content08_n h2, .index_content09_n h2 {
    font-size: 28px !important;
  }
}

@media (max-width:999px) {
  .index_content01_n .text_box1 {
    width: 55%;
    margin-left: 2em;
  }
  .index_content01_n {
    background: url(/wp-content/images/top-fv.webp) no-repeat 48% 90%;
    background-size: cover;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
}

@media (max-width:768px) {
  .index_content01_n .text_box1 {
    width: 95%;
    padding: 1em;
    background: #ffffffc2;
    margin: 0 auto;
    border-radius: 8px;
    backdrop-filter: blur(.5px);
  }
  .index_content01_n .text_box1 h2 {
    text-align: center;
    font-size: 1.6em !important;
  }
  .index_content01_n .text_box1 p {
    font-size: 90%;
    line-height: 2em;
  }
  .index_content01_n {
    background: url(/wp-content/images/top-fv.webp) no-repeat 57% 30%;
    background-size: cover;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
}

.shopsp .listinner-sp li {
  padding: 9px 10px;
  color: #1A284F;
  border-bottom: 2px solid #fff;
  list-style: none;
}

.shopbox_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  max-width: 980px;
}

.shopbox_list li {
  list-style-type: none;
}

.shopbox_list li img {
  width: 100%;
}

.shopbox_list li .btn-gray {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopbox_list li .btn-gray>a {
  width: 100%;
  height: 33px;
}

.shopbox_list-sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
}

.shopbox_list-sp li {
  list-style-type: none;
}

.shopbox_list-sp li img {
  width: 100%;
}

.shopbox_list-sp li .btn-gray {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopbox_list-sp li .btn-gray>a {
  width: 100%;
  height: 33px;
}

@media (min-width:769px) {
  .shopsp {
    margin: 0 2em;
  }
  .shopbox_list-sp li {
    width: calc((100% - 30px * (4 - 1))/ 4);
  }
  .shopbox_list-sp li:not(:nth-child) {
    margin-left: 2em
  }
  .shopbox_list-sp li .img_bg {
    max-width: 100%;
  }
  .shopbox_list-sp li .shop-button {
    margin-top: 12px
  }
}

@media (max-width:768px) {
  .shopsp {
    margin: 0;
  }
  .shopbox_list-sp li {
    width: calc((100% - 20px * (3 - 1))/ 3);
  }
  .shopbox_list-sp li:not(:nth-child) {
    margin-left: 2em
  }
  .shopbox_list li .img_bg {
    max-width: 100%;
  }
  .shopbox_list-sp li .shop-button {
    margin-top: 12px
  }
}

@media (max-width:509px) {
  .shopbox_list-sp li {
    width: calc((100% - 30px * (2 - 1))/ 2);
  }
  .shopbox_list-sp li:not(:nth-child) {
    margin-left: 2em
  }
  .shopbox_list li .img_bg {
    max-width: 100%;
  }
  .shopbox_list-sp li .shop-button {
    margin-top: 12px
  }
}

@media (min-width:842px) {
  .shopbox_list li {
    width: calc((100% - 30px * (6 - 1))/ 6);
  }
  .shopbox_list li:not(:nth-child) {
    margin-left: 30px;
  }
  .shopbox_list li .img_bg {
    max-width: 194px;
  }
  .shopbox_list li .shop-button {
    margin-top: 12px;
  }
}

@media (max-width:841px) {
  .shopbox_list {
    padding: 1em;
  }
  .shopbox_list li {
    width: calc((100% - 20px * (3 - 1))/ 3);
    margin-bottom: 2em;
  }
  .shopbox_list li:not(:nth-child) {
    margin-left: 2em;
  }
  .shopbox_list li .img_bg {
    max-width: 100%;
  }
  .shopbox_list li .shop-button {
    margin-top: 12px;
  }
}

.index_content03_n, .index_content05_n, .index_content10_n  {
  background-color: #FFF7F0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23FFF7F0' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23FFFFFF'%3E%3Ccircle cx='769' cy='229' r='10'/%3E%3Ccircle cx='539' cy='269' r='10'/%3E%3Ccircle cx='603' cy='493' r='10'/%3E%3Ccircle cx='731' cy='737' r='10'/%3E%3Ccircle cx='520' cy='660' r='10'/%3E%3Ccircle cx='309' cy='538' r='10'/%3E%3Ccircle cx='295' cy='764' r='10'/%3E%3Ccircle cx='40' cy='599' r='10'/%3E%3Ccircle cx='102' cy='382' r='10'/%3E%3Ccircle cx='127' cy='80' r='10'/%3E%3Ccircle cx='370' cy='105' r='10'/%3E%3Ccircle cx='578' cy='42' r='10'/%3E%3Ccircle cx='237' cy='261' r='10'/%3E%3Ccircle cx='390' cy='382' r='10'/%3E%3C/g%3E%3C/svg%3E");
}

.meritbox_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  max-width: 980px;
}

.meritbox_list li {
  width: calc((100% - 30px * (3 - 1))/ 3);
  list-style-type: none;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 12%) 0px 2px 16px;
  user-select: none;
  background: #fff;
  padding: 1em;
  position: relative;
  z-index: 1;
}

.meritbox_list li span.number {
  font-size: 2.5rem;
  top: -18px;
  left: 15px;
}

.meritbox_list li:not(:nth-child) {
  margin-left: 2em
}

.meritbox_list li span.number {
  position: absolute;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #ff8228;
  line-height: 1;
  z-index: 5;
}

.meritbox_list li .img_bg {
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.meritbox_list li>.text {
  color: #4c4c4c;
}

@media (max-width:972px) {
  .meritbox_list {
    margin: 3em 1em 0;
  }
}

@media (max-width:768px) {
  .meritbox_list li {
    width: 90%;
    margin: 0 auto 2.5em;
  }
  .meritbox_list li:not(:nth-child) {
    margin-left: 0;
  }
  .meritbox_list li .img_bg {}
}

@media (min-width:769px) {}

.boxpoint_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  max-width: 980px;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 12%) 0px 2px 16px;
  user-select: none;
  background: #fff;
  padding: 2em;
  position: relative;
  z-index: 1;
}

.boxpoint_list .mb_point {
  margin-bottom: 2em;
}

.boxpoint_list .ic6 {
  display: flex;
  float: left;
  height: 100%;
  width: calc(100% / 7);
  color: #ff8228;
}

.boxpoint_list .ic6_icon {
  position: absolute;
  z-index: 10;
  display: flex;
}

.boxpoint_list .ic6_icon:before {
  background: #fff4f0;
  padding: 0.7em;
  border-radius: 5em;
  margin-right: 0.3em;
}

.boxpoint_list .box-2 dl dt {
  font-size: 1.4em;
  color: #ff8228;
  font-weight: bold;
}

.boxpoint_list .box-2 dl dd {
  color: #4c4c4c;
  margin-bottom: 1em;
  position: inherit;
}

.boxpoint_list .box-2 dl .btn-gray>a {
  width: 150px;
  height: 33px;
}

.boxpoint_list li>.text {
  color: #4c4c4c;
}

@media (max-width:955px) {
  .boxpoint_list {
    margin: 30px 1em 0;
  }
}

@media (max-width:768px) {
  .boxpoint_list {
    padding: 1em;
    display: grid;
    flex-wrap: nowrap;
    justify-content: initial;
    margin: 2em 1em;
  }
  .boxpoint_list .box-2 {
    display: flex;
  }
  .boxpoint_list .box-2:last-child {
    margin-bottom: 0;
  }
  .boxpoint_list .ic6 {
    margin-right: 0.5em;
    width: calc(100% / 3.5);
  }
  .boxpoint_list .ic6_icon {}
  .boxpoint_list .mb_point {
    margin-bottom: 1em;
  }
}

@media (max-width:920px) {
  .boxpoint_list {
    padding: 1em;
  }
}

@media (min-width:769px) {
  .boxpoint_list {
    padding: 2em;
  }
  .boxpoint_list .box-2 {
    width: calc((100% - 30px * (2 - 1))/ 2);
    position: relative;
    margin-bottom: 1em;
    z-index: 5;
  }
  .boxpoint_list .ic6_icon {
    font-size: 20px;
  }
  .boxpoint_list .number {
    font-size: 2.5rem;
    top: -18px;
    left: 15px;
  }
}

.index_content05_n {
  display: flex;
  align-items: center;
  padding: 2.5em 0;
}

.index_content05_n .box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  max-width: 980px;
}

.index_content05_n .box_list li {
  list-style-type: none;
}

.index_content05_n .box_list li:first-child {
  display: flex;
  align-items: center;
}

.index_content05_n .box_list li:first-child p.voice-intro1 {
  font-size: 1.4em;
  color: #1a284f;
  font-weight: bold;
}

.index_content05_n .box_list li:first-child p.voice-intro2 {
  color: #4c4c4c;
}

.index_content05_n .box_list li:first-child p.btn--orange>a {
  width: 150px;
  height: 33px;
}

.index_content05_n .box_list li:nth-of-type(2) {
  border-radius: 8px;
  user-select: none;
  background: #fff;
  padding: 1em;
  position: relative;
  z-index: 1;
}

.index_content05_n .box_list li:nth-of-type(2) a {
  text-decoration: none;
  color: #1a284f;
}

.index_content05_n .box_list li:nth-of-type(2) .listcover2 {
  justify-content: center;
  padding: 1em;
}

.index_content05_n .box_list li:nth-of-type(2) .listcover2 .eyecatch-2 img {
  object-fit: cover;
  object-position: center;
  margin: 1em auto 2.5em;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 40%);
}

.index_content05_n .box_list li:nth-of-type(2) .listcover2 .profile2 {
  margin: 0.5em 0;
  font-size: 90%;
}

.index_content05_n .box_list li:nth-of-type(2) .listcover2 .profile2 span:first-child {
  font-size: .84em;
  text-align: center;
  background: #ff8228;
  color: #fff;
  padding: 1px 20px;
  margin-right: 5px;
  border-radius: 3px;
}

.index_content05_n .box_list li:nth-of-type(2) .listcover2 .voicetitle2 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width:768px) {
  .index_content05_n .box_list li:first-child {
    width: 100%;
    margin-bottom: 2em;
    justify-content: center;
  }
  .index_content05_n .box_list li:nth-of-type(2) {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width:769px) {
  .index_content05_n .box_list li:first-child {
    width: calc((100% - 30px * (2 - 1))/ 2);
  }
  .index_content05_n .box_list li:nth-of-type(2) {
    width: calc((100% - 30px * (2.5 - 1))/ 2.5);
  }
}

.boxlist-beginner .slick-list {
  padding: 0 0 1em 0.8em;
}

.boxlist-beginner a {
  text-decoration: none;
  color: #1a284f;
}

.boxlist-beginner a div.container {
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
  background: #fff;
  width: 94%;
  height: 330px;
}

.boxlist-beginner a div.container>img {
  border-radius: 8px 8px 0 0;
}

.boxlist-beginner a div.container ul.info {
  padding: 1em;
}

.boxlist-beginner div.container ul.info>li {
  list-style: none;
}

.boxlist-beginner div.container ul.info>li.title {
  height: 60px;
  font-size: 1.1em;
  color: #1a284f;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em !important;
}

.boxlist-beginner div.container ul.info>li.intro {
  height: 60px;
  line-height: 1.2;
  color: #4c4c4c;
}

.boxlist-beginner div.container ul.info>li.read-continue {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.boxlist-beginner div.container ul.info>li.read-continue>i {
  margin-left: .5em;
}

@media (max-width:768px) {
  .boxlist-beginner div.container ul.info>li.title {
    height: 40px;
  }
}

.index_content07_n iframe {
  border-radius: 8px;
  filter: drop-shadow(0px 0px 10px #aaa);
}

.youtube_box_top {
  max-width: 800px;
  aspect-ratio: 16 / 9;
}

@media (max-width:768px) {
  .youtube_box_top {
    width: 90%;
    height: 100%;
  }
}

.index_content08_n {
  position: relative;
}

.index_content08_n div.txt_content01 {
  width: 60%;
  margin: 0 auto 4em;
  color: #4c4c4c;
}

.index_content08_n div.txt_content01 p:not(:last-child) {
  font-size: .9em;
  line-height: 1.8em;
  letter-spacing: .2em;
  font-weight: 600;
}

.index_content08_n div.txt_content02 p {
  font-size: 1.4em;
  color: #1a284f;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: .08em;
}

@media (max-width:768px) {
  .index_content08_n div.txt_content01 {
    width: 80%;
  }
}


.index_content08_n::before {
  position: absolute;
  top: -23px;
  width: 336px;
  height: 546px;
  background: url(/wp-content/images/index_content08_n_bg-l.webp) no-repeat;
  content: "";
  z-index: -5;
}
.index_content08_n::after {
  position: absolute;
  top: 180px;
  right: 0;
  width: 366px;
  height: 429px;
  background: url(/wp-content/images/index_content08_n_bg-r.webp) no-repeat;
  content: "";
    z-index: -6;
}
@media (max-width:768px) {
  .index_content08_n::before {
    top: 72px;
    left: -32px;
    opacity: 0.5;
  }
  .index_content08_n::after {
    top: 380px;
    right: 0px;
    opacity: 0.5;
  }
}

/* ポイント */
.separateline_orange {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-bottom: 0.7em;
  background: #ff8228;
}

.boxpoint_list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4em;
  max-width: 980px;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 12%) 0px 2px 16px;
  user-select: none;
  background: #fff;
  padding: 2em;
  position: relative;
  z-index: 1;
}

.boxpoint_list-box {
  list-style: none;
  max-width: 980px;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 12%) 0px 2px 16px;
}

.boxpoint_list-box>li {
  list-style-type: none;
  user-select: none;
  background: #fff;
  padding: 1em;
  position: relative;
  z-index: 1;
}

.boxpoint_list-n1>.boxpoint_list_txt1 {
  font-weight: bold;
  color: #ff8228;
  margin-bottom: 0.5em;
}

.boxpoint_list-n1>h3 {
  letter-spacing: 1px;
}

.boxpoint_list-n1>.boxpoint_list_txt2 {
  color: #4c4c4c;
}

.boxpoint_list_txt3>li {
  list-style: disc;
  list-style-position: inside;
  font-size: .8rem;
  margin-bottom: 0.4em;
  color: #4c4c4c;
  font-weight: 700;
}

.boxpoint_list_txt3>li>span {
  background: linear-gradient(transparent 60%, #feff66 60%);
}

.boxpoint_list-box>.boxpoint_list-n1>.btn-gray>a {
  width: 138px;
  height: 33px;
}

.boxpoint_list-box>.boxpoint_list-n1>.btn-gray {
  height: 48px;
  display: flex;
  align-items: center;
}

.boxpoint_list-n1:nth-of-type(2) {
  display: flex;
  align-items: center;
}

.boxpoint_list-box img {
  width: 100%;
}

@media (min-width: 768px) {
  .boxpoint_list-box>li {
    width: calc(100% / 2);
  }
}

@media (max-width: 768px) {
  .index_content04_n .boxpoint_list-box:first-child {
    margin: 2.5em auto;
  }
  .boxpoint_list-box {
    padding: 2em;
    width: 90%;
    margin: 0 auto 2.5em;
  }
  .boxpoint_list-box>li {
    padding: 0;
    width: 100%;
  }
  .boxpoint_list-box>.boxpoint_list-n1>.btn-gray>a {
    width: 100%;
    height: 45px;
  }
  .boxpoint_list-n1:nth-of-type(2) {
    margin-bottom: 0;
    width: 100%;
  }
}


/* 新着 */
.index_content09_n div.information_list {
    height: 150px;
    overflow: scroll;
    overflow-x: hidden;
}

.index_content09_n dl {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 0.5em 0;
  line-height: 1.9em;
}

.index_content09_n dt:first-child {
  font-size: .8em;
  margin-right: 2em;
}

.index_content09_n dt:nth-of-type(2) {
  background: #ffbc8a;
  border-radius: 2em;
  color: #fff;
  font-weight: bold;
  font-size: .8em;
  width: 110px;
  text-align: center;
  margin-right: 2em;
}

.index_content09_n dd {
}

.index_content09_n dd a {
  text-decoration: none;
  color: #1A284F;
  word-break: keep-all;
  line-break: strict;
}

@media (min-width: 700px) {
  .index_content09_n dd a:hover {
    color: #ff8228;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (max-width: 700px) {
  .index_content09_n dd a {
    font-size: 90%;
  }
  .index_content09_n div.information_list {
    height: 250px;
  }
  .index_content09_n dl {
    display: block;
  }
  .index_content09_n dt:first-child {
    float: left;
    margin-right: 1em;
  }
  .index_content09_n dt:nth-of-type(2) {
    display: flow-root;
    border-radius: 3em;
    font-size: .7em;
  }
  .index_content09_n dd {
    border-bottom: 1px solid #d9d9d9;
    margin: 0.5em 0;
    margin-left: 0;
    font-weight: bold;
  }
} 

/* topスライド */
.index-slide .slick-prev {
  left: -25px;
  top: 47%;
  z-index: 10;
}

.index-slide .slick-next {
  right: -25px;
  top: 47%;
  z-index: 10;
}

.index-slide .slick-prev:before, .index-slide .slick-next:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  background: none;
}

.index-slide .slick-prev:before {
  border-left: 3px solid #ff8228;
  border-bottom: 3px solid #ff8228;
}

.index-slide .slick-next:before {
  border-top: 3px solid #ff8228;
  border-right: 3px solid #ff8228;
}

.index-slide .slick-list {
  margin: 0;
  padding: 0;
}

.index-slide .slick-slide {
  display: block;
  margin: .7em;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

@media (max-width:768px) {
  .index-slide .slick-prev {
    left: 0px;
  }
  .index-slide .slick-next {
    right: 8px;
  }
  .index-slide .slick-slide img {
    width: 100%;
    height: auto;
  }
  .index-slide .slick-list {
    padding-bottom: .4em;
  }
  .index-slide .slick-slide {
    margin: 0 2em;
  }
}

/* 地域別 */
/* ブルー、レッド、オレンジ、パープルコーナーBOX */
.box-good > .box-Title,
.box-bad > .box-Title,
.box-rcm > .box-Title,
.box-chk > .box-Title {
    display: inline-flex;
    left: 1em;
    line-height: 1;
    margin-bottom: 0;
    padding: 0.5em 0.75em;
    position: relative;
    top: 1em;
    z-index: 1;
    align-items: center;
    color: #fff;
    font-weight: bold;
    gap: 0.5em;
    border-radius: 0.5em;
}
.box-bad > .box-Title {
    background-color: #4ea1d5;
}
.box-good > .box-Title {
    background-color: #e85a70;
}
.box-rcm > .box-Title {
    background-color: #ff8228;
}
.box-chk > .box-Title {
    background-color: #8570de;
}
.box-good > .box_Cap,
.box-bad > .box_Cap,
.box-rcm > .box_Cap,
.box-chk > .box_Cap {
    border-radius: 0.5em;
    padding: 1.5em;
    line-height: 2em;
}
.box-bad > .box_Cap {
    background: #e4f2fb;
    border: 2px solid #4ea1d5;
}
.box-good > .box_Cap {
    background: #fff1f3;
    border: 2px solid #e85a70;
}
.box-rcm > .box_Cap {
    background: #FFF7F0;
    border: 2px solid #ff8228;
}
.box-chk > .box_Cap {
    background: #f5f3ff;
    border: 2px solid #8570de;
}
.box-good > .box_Cap > ul,
.box-bad > .box_Cap > ul,
.box-rcm > .box_Cap > ul,
.box-chk > .box_Cap > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box-good > .box_Cap > ul li,
.box-bad > .box_Cap > ul li,
.box-rcm > .box_Cap > ul li,
.box-chk > .box_Cap > ul li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0;
}
.box-good > .box_Cap > ul li::before,
.box-bad > .box_Cap > ul li::before {
  position: absolute;
  left: 0;
  font-weight: 900;
  font-size: 120%;
}
.box-good > .box_Cap > ul li::before{
  color: #e85a70;
  font-family: "Font Awesome 6 Free";
  content: '\f164';
}
.box-bad > .box_Cap > ul li::before {
  color: #4ea1d5;
  font-family: "Font Awesome 6 Free";
  content: '\f165';
}
.box-rcm > .box_Cap > ul li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f0a4';
  font-size: 120%;
  color: #ff8228;
}
.box-chk > .box_Cap > ul li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f002';
  font-size: 120%;
  color: #8570de;
}


/* 店舗ページ */
/* 統計紹介 */
.shop_data07.slider{width:100%!important;margin:none!important;background:#fff}#StatisticsShop .slick-list{padding:0 0 .8em .5em}#StatisticsShop .slick-track{display:flex}#StatisticsShop div.sl{position:relative;transition:all 1s ease;border-radius:.5rem;padding:1em 2em .5em;border:2px solid #00000036}#StatisticsShop div.slick-center{color:#f50057;opacity:1;transform:scale(1.16)}#StatisticsShop .slick-slide{height:auto!important;opacity:.3;margin-right:2vw}#StatisticsShop .slick-slide:last-child{margin-right:0!important}#StatisticsShop .slick-active{opacity:1!important;box-shadow:0 4px 7px 0 #d1d1d1;border:2px solid #ff926c!important}#StatisticsShop div.sl h3{transition:all 1s ease;margin-top:.5em;font-size:1.5em;text-align:center;font-family:"Yusei Magic",sans-serif;font-weight:400;font-style:normal;color:#00000036}#StatisticsShop .slick-active h3{color:#fd6a37!important}#StatisticsShop img{box-shadow:none;padding:1.5em}#StatisticsShop .slick-slide img:hover{box-shadow:none}#StatisticsShop div.sl p.intro{font-size:90%;line-height:1.7em;margin-bottom:1.5em}#StatisticsShop .sl .next-button{position:absolute;bottom:10px;right:35px;transition:all .5s ease;border:none;padding:.3em 1em;border-radius:.2em;background:#00000036;font-family:"Yusei Magic",sans-serif;font-weight:100;font-style:normal;color:#fff;font-size:16px}#StatisticsShop .sl .next-button:hover{box-shadow:0 2px 2px 0 #d1d1d1;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translate3d(0,0,0);perspective:1000px}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}#StatisticsShop .slick-active .next-button{background:#fd6a37!important}@media (max-width:700px){#StatisticsShop div.sl{padding:.8em .8em .5em}#StatisticsShop div.sl h3{font-size:1.3em}#StatisticsShop img{padding:0;margin-bottom:1em}#StatisticsShop div.sl p.intro{margin-bottom:4.5em}#StatisticsShop .sl .next-button{bottom:10px;right:10px}}





.shop_floor01,
.shop_floor03,
.shop_floor04 {
  margin-bottom: 2em;
  color: #141e3a;
  line-height: 1.9em;
}