@charset "UTF-8";
html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: Verdana, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 120px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    margin-bottom: 160px !important;
  }
}
.modal-body {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

label.checkbox-inline {
  margin-left: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-group legend,
.form-group legend {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.form-group fieldset,
.form-group fieldset {
  margin-bottom: 5px;
}

.form-group .form-control.form-error,
.form-group .form-control.is-invalid {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-group .help-block.text-danger {
  color: #a94442;
}

.form-control::-moz-placeholder {
  color: #cfcfcf;
  font-weight: normal;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #cfcfcf;
  font-weight: normal;
}

.form-control::-webkit-input-placeholder {
  color: #cfcfcf;
  font-weight: normal;
}

input.form-control,
select.form-control {
  color: #000 !important;
  font-weight: bold !important;
}

.item_list {
  border-radius: 5px;
  margin-bottom: 5px !important;
  padding: 0 0 5px 32px;
  width: 32%;
}

.item_list_li {
  width: 32%;
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.item_list_li span {
  color: #d9534f;
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 9px;
}

.item_list_link {
  display: inline-block;
  margin-bottom: 10px !important;
  padding: 5px 8px;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item_checked {
  background: #99cc00;
}

.category_list {
  width: 32%;
}

.view-inline {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  vertical-align: middle;
}

.item-sort-list {
  display: inline-block;
  margin-left: 0px;
  margin-right: 20px;
  text-align: center;
  width: 30%;
}

.item-sort-list button {
  background: #7db72f;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
}

.sortable-chosen button {
  color: #fff;
  background-color: #3c763d;
}

.open_radio {
  padding-left: 0px;
  padding-right: 15px;
}

/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
  color: #f9f9f9 !important;
}

.bg-gray {
  background-color: #eaeaec !important;
}

.bg-black {
  background-color: #222222 !important;
}

.bg-red {
  background-color: #f56954 !important;
}

.bg-yellow {
  background-color: #f39c12 !important;
}

.bg-aqua {
  background-color: #00c0ef !important;
}

.bg-blue {
  background-color: #0073b7 !important;
}

.bg-light-blue {
  background-color: #3c8dbc !important;
}

.bg-green {
  background-color: #00a65a !important;
}

.bg-navy {
  background-color: #001f3f !important;
}

.bg-teal {
  background-color: #39cccc !important;
}

.bg-olive {
  background-color: #3d9970 !important;
}

.bg-lime {
  background-color: #01ff70 !important;
}

.bg-orange {
  background-color: #ff851b !important;
}

.bg-fuchsia {
  background-color: #f012be !important;
}

.bg-purple {
  background-color: #932ab6 !important;
}

.bg-maroon {
  background-color: #85144b !important;
}

.bg-hex {
  background-color: #29A69C !important;
}

/* Text colors */
.text-red {
  color: #f56954 !important;
}

.text-yellow {
  color: #f39c12 !important;
}

.text-aqua {
  color: #00c0ef !important;
}

.text-blue {
  color: #0073b7 !important;
}

.text-light-blue {
  color: #3c8dbc !important;
}

.text-green {
  color: #00a65a !important;
}

.text-navy {
  color: #001f3f !important;
}

.text-teal {
  color: #39cccc !important;
}

.text-olive {
  color: #3d9970 !important;
}

.text-lime {
  color: #01ff70 !important;
}

.text-orange {
  color: #ff851b !important;
}

.text-fuchsia {
  color: #f012be !important;
}

.text-purple {
  color: #932ab6 !important;
}

.text-maroon {
  color: #85144b !important;
}

form .badge {
  font-size: 11px;
}

.footer {
  background-color: #cab859;
  bottom: 0;
  color: #FFF;
  xheight: 60px;
  padding-top: 20px;
  position: absolute;
  width: 100%;
}

.footer a {
  color: #FFF;
  decoration: none;
}

.footer a:hover {
  color: #FFF;
  text-decoration: none;
}

.footer .row {
  margin-bottom: 10px;
}

.footer_fix_bar {
  height: 55px;
  min-height: 55px;
  padding: 10px 0;
}

#pagetopbtn {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 30px;
  z-index: 9999;
}

.btn-opm {
  color: #fff;
  background-color: #cab859;
  border-color: #9E8E45;
}

.btn-opm:focus,
.btn-opm.focus {
  color: #fff;
  background-color: #9E8E45;
  border-color: #7B6F35;
}

.btn-opm:hover {
  color: #fff;
  background-color: #9E8E45;
  border-color: #7B6F35;
}

.btn-opm:active,
.btn-opm.active,
.open > .dropdown-toggle.btn-opm {
  color: #fff;
  background-color: #9E8E45;
  border-color: #7B6F35;
}

.btn-opm:active:hover,
.btn-opm.active:hover,
.open > .dropdown-toggle.btn-opm:hover,
.btn-opm:active:focus,
.btn-opm.active:focus,
.open > .dropdown-toggle.btn-opm:focus,
.btn-opm:active.focus,
.btn-opm.active.focus,
.open > .dropdown-toggle.btn-opm.focus {
  color: #fff;
  background-color: #7B6F35;
  border-color: #504823;
}

.btn-opm:active,
.btn-opm.active,
.open > .dropdown-toggle.btn-opm {
  background-image: none;
}

.btn-opm.disabled:hover,
.btn-opm[disabled]:hover,
fieldset[disabled] .btn-opm:hover,
.btn-opm.disabled:focus,
.btn-opm[disabled]:focus,
fieldset[disabled] .btn-opm:focus,
.btn-opm.disabled.focus,
.btn-opm[disabled].focus,
fieldset[disabled] .btn-opm.focus {
  background-color: #cab859;
  border-color: #9E8E45;
}

.btn-opm .badge {
  color: #cab859;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
    visibility: hidden !important;
  }
}
@media print, screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
    visibility: hidden !important;
  }
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: "";
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}

.stepBar .step:after {
  top: 0;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.stepBar .step:before {
  bottom: 0;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.stepBar .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}

.stepBar .step:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.stepBar .step.current {
  color: #FFF;
  background-color: #cab859;
}

.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #cab859;
}

.stepBar.step2 .step {
  width: 50%;
}

.stepBar.step3 .step {
  width: 33.333%;
}

.stepBar.step4 .step {
  width: 25%;
}

.stepBar.step5 .step {
  width: 20%;
}

.item-logo {
  background-color: #cab859;
  padding: 8px 0;
}

.item-logo img {
  max-width: 100%;
}

.item-headline {
  color: #CCCC00;
}

.main-gallery img {
  width: 100%;
}

.main-gallery {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .item-message {
    font-size: 16px;
  }
  .main-gallery {
    margin: 0 auto 30px;
    width: 600px;
  }
}
.item-set-detail {
  margin-bottom: 20px;
}

.item-set-detail .price {
  font-size: 18px;
  font-weight: bold;
}

.item-voice {
  margin-bottom: 20px;
}

.item-voice .voice-box {
  margin-bottom: 20px;
}

.item-voice .voice-person {
  margin-bottom: 10px;
}

.item-voice .voice-person img {
  width: 100%;
}

.item-voice .voice-content {
  border-style: solid;
  border-width: 3px;
  border-radius: 5px;
  background-color: #FFFDF6;
  padding: 15px;
  position: relative;
}

.item-voice .voice-content span {
  font-weight: bold;
}

.item-voice .voice-content:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 25%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fffdf6 transparent;
  z-index: 1;
}

.item-voice .voice-content:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 25%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  z-index: 0;
}

.item-voice .person1 .voice-content {
  border-color: #009999;
}

.item-voice .person1 .voice-content:after {
  border-color: transparent transparent #009999 transparent;
}

.item-voice .person1 .voice-content span {
  color: #009999;
}

.item-voice .person2 .voice-content {
  border-color: #70AD47;
}

.item-voice .person2 .voice-content:after {
  border-color: transparent transparent #70AD47 transparent;
}

.item-voice .person2 .voice-content span {
  color: #70AD47;
}

.item-voice .person3 .voice-content {
  border-color: #7030A0;
}

.item-voice .person3 .voice-content:after {
  border-color: transparent transparent #7030A0 transparent;
}

.item-voice .person3 .voice-content span {
  color: #7030A0;
}

.item-voice .person4 .voice-content {
  border-color: #C00000;
}

.item-voice .person4 .voice-content:after {
  border-color: transparent transparent #C00000 transparent;
}

.item-voice .person4 .voice-content span {
  color: #C00000;
}

.item-voice .person5 .voice-content {
  border-color: #FF9900;
}

.item-voice .person5 .voice-content:after {
  border-color: transparent transparent #FF9900 transparent;
}

.item-voice .person5 .voice-content span {
  color: #FF9900;
}

.item-weve img {
  width: 100%;
}

.item-headnews {
  border: 2px #FF0000 solid;
  border-radius: 8px;
  margin-top: 8px;
  padding: 8px;
}

.item-headnews h3 {
  color: #FF0000;
}

.item-headnews span {
  font-size: 16px;
  font-weight: bold;
}

/* 打ち消し
-------------------------------------- */
body {
  margin-bottom: 0 !important;
  font-size: 14px;
}

body {
  font-family: "Sawarabi Mincho";
}

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

ol, ul, dl {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a:hover img {
  opacity: 0.8;
  /*alpha*/
  -moz-opacity: 0.8;
  /*firefox*/
  filter: alpha(opacity=80);
  /*IE*/
}

/* Bootstrap余白変更スタイル
-------------------------------------- */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0 > * {
  padding-right: 0px;
  padding-left: 0px;
}

.mgt30 {
  margin-top: 30px;
}

.mgl20 {
  margin-left: 20px;
}

/* Bootstrap追加
-------------------------------------- */
.img-responsive {
  margin: 0 auto;
}

#header {
  position: relative;
}

body {
  padding-top: 60px;
}

#header-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
  font-size: 12px;
}

#header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

#header-logo .logo {
  margin-left: 20px;
  height: 34px;
}

#header-logo .navbar-toggle {
  border-color: #6b1c49;
}

@media (min-width: 768px) {
  #header-logo .navbar-toggle {
    display: block;
  }
}
@media (min-width: 980px) {
  #header-logo .navbar-toggle {
    display: none;
  }
}
#header-logo .navbar-toggle .icon-bar {
  background-color: #6b1c49;
}

#header-navbar li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1px 0;
  padding-left: 32px;
  height: 60px;
  background-color: #fef7f7;
  background-image: url("../img/opm/item/icon-arrow.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-x: 16px;
  background-position-y: center;
  color: #252525;
}

#header-navbar li a:hover {
  text-decoration: none;
  color: #6b1c49;
}

#header-navbar .free-check {
  display: none;
}

@media (min-width: 980px) {
  body {
    padding-top: 80px;
  }
  #header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header-logo {
    height: 80px;
  }
  #header-logo .logo {
    margin-left: 0;
    height: 41px;
  }
  #header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header-navbar {
    height: unset !important;
  }
  #header-navbar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 75px;
  }
  #header-navbar li {
    margin: 0 0 0 16px;
  }
  #header-navbar li:first-child {
    margin-left: 0;
  }
  #header-navbar li a {
    height: auto;
    padding-left: 16px;
    background-color: unset;
    background-position-x: left;
  }
  #header-navbar .free-check {
    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;
    height: 34px;
    margin-left: 20px;
    padding: 0 8px;
    border-radius: 4px;
    background-color: #6b1c49;
    white-space: nowrap;
    color: #ffffff;
  }
  #header-navbar .free-check:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
.header_copy {
  background-color: #c3cdb2;
  text-align: center;
  padding: 8px;
  font-size: 17px;
}

/*#header::before, #header::after {
  content: "";
  display: block;
  padding-top: 30px;
  background-image: url(../img/opm/item/bk_green.png);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 600px 600px;
}*/
#header-under {
  background-image: url(../img/opm/item/bk_green.png);
  background-size: 600px 600px;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 40px;
}

#header-under .cover {
  display: inline-block;
  background-color: rgba(250, 244, 247, 0.8);
  border-radius: 10px;
  padding: 10px;
}

#header-under .cover #header-lead {
  margin: 0 auto;
}

.parallax-window {
  height: calc(100vh - 60px);
  min-height: 580px;
  background: transparent;
}

@media screen and (min-width: 980px) {
  .parallax-window {
    height: 580px;
  }
}
.parallax-slider {
  top: 0;
  left: 0;
}

#content {
  background: #FFF;
}

#keyvisual-box {
  width: 100%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#keyvisual-box .cover {
  max-width: 360px;
  padding-top: 20px;
  padding-bottom: 25px;
  max-width: 360px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  #keyvisual-box .cover {
    max-width: 660px;
  }
}
@media print, screen and (min-width: 980px) {
  #keyvisual-box .cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 995px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* IEカクツキ解除ハック */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow-x: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}
/*header-lead----------------------------------------*/
#header-lead {
  margin: 0 auto 46px;
  width: 90%;
}

#header-lead img {
  width: 100%;
}

@media (min-width: 980px) {
  #header-lead img {
    max-width: 440px;
  }
}
/*header-img---------------------------------------*/
#header-img {
  margin: 10px auto 20px;
}

@media (min-width: 768px) {
  #header-img {
    margin: 15px auto;
  }
}
/*btn_area------------------------------------------*/
#keyvisual-box .cover .btn_area {
  border: 4px solid #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 20px auto 0;
  text-align: center;
}

#keyvisual-box .cover .btn_area .btn_area_txt {
  margin-bottom: 30px;
}

#keyvisual-box .cover .btn_area .btn_area_txt img {
  width: 100%;
}

#keyvisual-box .cover .btn_area .btn_area_img {
  margin-bottom: 20px;
}

#keyvisual-box .cover .btn_area .btn_area_img img {
  max-width: 150px;
}

#keyvisual-box .cover .btn_area .btn_area_btn img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #keyvisual-box .cover .btn_area {
    padding: 60px 40px;
    max-width: 500px;
  }
  #keyvisual-box .cover .btn_area .btn_area_img img {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 980px) {
  #keyvisual-box .cover .btn_area {
    max-width: 432px;
    padding: 60px;
  }
  #keyvisual-box .cover .btn_area .btn_area_img img {
    max-width: 152px;
  }
}
/*promise-----------------------------------------------*/
#promise {
  background: url(../img/opm/item/bk_pink.png) repeat;
  padding: 20px 15px 40px;
  background-size: 600px 600px;
}

.ol-promise {
  margin-top: 25px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 480px) {
  .ol-promise {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .ol-promise {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ol-promise li {
  margin-bottom: 20px;
}

.ol-promise li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ol-promise li {
    margin-bottom: 40px;
  }
  .ol-promise li:nth-of-type(n+5) {
    margin-bottom: 40px;
  }
}
.ol-promise li:last-child .panel-promise {
  padding: 10px;
}

.dl-promise dt {
  font-size: 17px;
  color: #6B1C49;
  margin-bottom: 15px;
}

.dl-promise dd {
  font-size: 14px;
  line-height: 1.6;
}

.panel-promise {
  background: #FFF;
  border: solid 1px #F5E6E6;
  border-radius: 10px;
  position: relative;
  padding: 25px 20px 20px;
  height: 100%;
  width: 100%;
}

.panel-promise p {
  font-size: 14px;
  line-height: 1.8;
}

.number-promise {
  position: absolute;
  left: 10px;
  top: -21px;
}

.number-promise img {
  width: 42px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*howto-----------------------------------------------------*/
#howto {
  padding-top: 60px;
  padding-bottom: 60px;
}

ul.howto_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4%;
}

ul.howto_list li {
  background-color: #fffbf5;
  padding: 16px;
  width: 48%;
  margin-bottom: 16px;
  text-align: center;
}

ul.howto_list li div img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  ul.howto_list {
    gap: 2%;
  }
  ul.howto_list li {
    width: 32%;
    height: 25vh;
  }
  ul.howto_list li div img {
    max-width: 80px;
  }
}
@media print, screen and (min-width: 980px) {
  ul.howto_list {
    gap: 2%;
  }
  ul.howto_list li {
    width: 18.4%;
    padding: 20px 6px;
    height: auto;
  }
}
/*sample movie---------------------------------------*/
#sample_movie {
  background: url(../img/opm/item/bk_pink.png) repeat;
  padding: 60px 15px 40px;
  background-size: 600px 600px;
}

.movie_area {
  background-color: #fff;
  padding: 6%;
}

.movie_area p {
  margin-bottom: 20px;
}

.movie_area iframe {
  width: 100%;
}

@media print, screen and (min-width: 980px) {
  .movie_area {
    padding: 72px;
    margin-bottom: 90px;
  }
  .movie_area p {
    text-align: center;
  }
  #sample_movie {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .movie_area iframe {
    width: 100%;
    height: 500px;
  }
}
/*voice-----------------------------------------------------*/
#voice {
  padding-top: 20px;
  padding-bottom: 25px;
}

@media (min-width: 480px) {
  #voice {
    padding-top: 30px;
    padding-bottom: 68px;
  }
}
#voice .title {
  margin-bottom: 0;
}

.title-voice {
  display: none;
}

@media (min-width: 480px) {
  .title-voice {
    display: block;
    color: #6B1C49;
    font-size: 18px;
    line-height: 24px;
    max-width: 779px;
    width: 100%;
  }
}
.title-voice-sp {
  display: block;
  color: #6B1C49;
  font-size: 18px;
  line-height: 24px;
  max-width: 779px;
  width: 100%;
}

@media (min-width: 480px) {
  .title-voice-sp {
    display: none;
  }
}
/*setAccordion----------------------------------------------*/
.setAccordion {
  border-bottom: solid 1px #F5E6E6;
  border: 1px solid rgb(245, 230, 230);
}

ul li.setAccordion:first-child {
  border-radius: 6px 6px 0 0;
}

ul li.setAccordion:last-child {
  border-radius: 0 0 6px 6px;
}

ul li.setAccordion:nth-child(odd) {
  background: rgba(245, 230, 230, 0.3);
}

ul li.setAccordion:nth-child(even) {
  background: rgb(255, 255, 255);
}

ul li.setAccordion .wt {
  background-color: #fff;
}

.setAccordion .ttl_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.setAccordion h4 {
  color: #6b1c49;
  line-height: 1.4;
  width: 90%;
  border-left: 4px solid #6b1c49;
  padding-left: 20px;
}

.setAccordion h4 span {
  display: none;
}

.setAccordion h4::after {
  content: "…";
}

@media print, screen and (min-width: 768px) {
  .setAccordion h4 span {
    display: inline-block;
  }
  .setAccordion h4::after {
    content: "";
  }
}
.setAccordion .panel-body {
  background: #fcfafa;
  border-top: solid 1px #F5E6E6;
  margin-top: 15px;
  padding: 40px;
}

.setAccordion .btn-more {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 160px;
  height: 35px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 150px 35px;
  background-image: url("../img/opm/item/about_btn-more-pc_under.png");
}

.setAccordion .btn-more[aria-expanded=true] {
  background-image: url("../img/opm/item/about_btn-more-pc_up.png");
}

.setAccordion .btn-more[aria-expanded=false] {
  background-image: url("../img/opm/item/about_btn-more-pc_under.png");
}

@media (max-width: 767px) {
  .setAccordion .row .text-center {
    font-size: 12px;
  }
  .setAccordion .row .text-center strong {
    font-size: 24px;
  }
  .setAccordion .btn-more {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    background-image: url("../img/opm/item/about_btn-more-sp_under.png");
  }
  .setAccordion .btn-more[aria-expanded=true] {
    background-image: url("../img/opm/item/about_btn-more-sp_up.png");
  }
  .setAccordion .btn-more[aria-expanded=false] {
    background-image: url("../img/opm/item/about_btn-more-sp_under.png");
  }
  .setAccordion .panel-body p {
    padding: 0;
    font-size: 14px;
  }
  .setAccordion .panel-body .btn-purple {
    width: 120px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
  }
}
.voice-label {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #e49393;
  padding: 8px 0;
}

.voice-label::before {
  content: "ー";
}

@media print, screen and (min-width: 768px) {
  .setAccordion .panel-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .setAccordion .panel-body .voice_txt {
    width: 70%;
    margin-right: 20px;
  }
}
/*media--------------------------------------------------*/
#media {
  padding: 55px 0 0;
}

@media print, screen and (min-width: 768px) {
  #media {
    padding: 86px 0 0;
  }
}
.title-insta {
  max-width: 190px;
  width: 65%;
}

.title-media {
  max-width: 253px;
  width: 65%;
}

.media_area {
  border: 2px solid #f5e6e6;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 55px;
}

@media print, screen and (min-width: 768px) {
  .media_area {
    margin-bottom: 86px;
  }
}
ul.media_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}

ul.media_list li img {
  width: 100%;
  max-width: 120px;
}

@media print, screen and (max-width: 768px) {
  ul.media_list {
    height: 240px;
    overflow-y: scroll;
  }
  ul.media_list li img {
    width: 60px;
  }
}
.news_area ul li {
  border-bottom: 1px solid #f5e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news_area ul li .cate_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.news_area ul li .cate_date .date {
  margin-right: 20px;
}

.news_area ul li .cate_date .cate {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  width: 72px;
  text-align: center;
}

.news_area ul li .cate_date .news {
  background-color: #da9e51;
}

.news_area ul li .cate_date .event {
  background-color: #6a99ab;
}

.news_area ul li .cate_date .media {
  background-color: #879865;
  margin-top: 0;
}

.news_area ul li a {
  color: #333;
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  ul.media_list {
    gap: 8px;
  }
}
@media print, screen and (min-width: 980px) {
  .title-insta,
  .title-media {
    width: 100%;
  }
}
/*news-----------------------------------------------*/
#news {
  background: url(../img/opm/item/bk_pink.png) repeat;
  padding: 60px 0;
  background-size: 600px 600px;
}

.news_area {
  border: 1px solid #f5e6e6;
  border-radius: 8px;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 40px;
}

.title-news {
  max-width: 130px;
  width: 65%;
}

@media print, screen and (min-width: 768px) {
  .title-news {
    width: 100%;
  }
}
/* テキスト
-------------------------------------- */
.text-pale {
  color: #929292;
}

.text-note {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .text-note {
    margin-bottom: 10px;
  }
}
/* タイトル
----------------------------------------------- */
.title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .title {
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
}
.p0 {
  padding-right: 0;
  padding-left: 0;
}

.title-movie {
  max-width: 253px;
  width: 65%;
}

@media print, screen and (min-width: 980px) {
  .title-movie {
    width: 100%;
  }
}
.title-promise, .title-set, .title-howto {
  max-width: 457px;
  width: 100%;
}

.title-setbasic, .title-setfamily, .title-setoption {
  max-width: 320px;
  width: 100%;
}

.btn-fb {
  width: 360px;
}

.btn-order {
  width: 555px;
}

/* リンク
----------------------------------------------- */
.link-underline {
  text-decoration: underline;
}

/* ボタン
----------------------------------------------- */
.btn-purple {
  text-decoration: none;
  background-color: #6B1C49;
  color: #FFF;
  border-color: #6B1C49;
  width: 180px;
  height: 43px;
  padding: 0;
  line-height: 43px;
  text-align: center;
}

.btn-purple:hover,
.btn-purple:focus {
  color: #FFF;
  background-color: rgba(107, 28, 73, 0.8);
}

.btn-set {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-set li {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-bottom: 15px;
}

.btn-set li:last-child {
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .btn-set {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
  .btn-set li {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .btn-set li:nth-of-type(n+2) {
    margin-bottom: 0;
  }
}
.btn-fb {
  margin-bottom: 10px;
  width: 240px;
}

@media (min-width: 480px) {
  .btn-fb {
    width: 360px;
    margin-bottom: 20px;
  }
}
/* ナビ
----------------------------------------------- */
#footer-nav a {
  display: inline-block;
  text-align: center;
  color: #252525;
  padding: 0.5em;
  text-decoration: underline;
}

#footer-nav a::before {
  content: "";
  text-decoration: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/opm/item/icon-arrow.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}

/* スライダー
----------------------------------------------- */
@media (min-width: 768px) {
  .main-gallery {
    margin: 0 auto 30px;
    width: auto;
  }
}
/* footer
========================================================= */
/* 画像
----------------------------------------------- */
.img-p-mark {
  width: 60px;
  height: 60px;
  margin: 30px auto 20px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .img-p-mark {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.text-pmark {
  font-size: 14px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .text-pmark {
    margin-bottom: 0;
  }
}
.text-pmark span {
  display: block;
}

@media (min-width: 768px) {
  .text-pmark span {
    display: inline;
  }
}
#footer {
  background: #FFF;
}

/* footer-panel
========================================================= */
.footer-panel {
  padding: 40px 25px 30px;
  background-color: rgba(250, 244, 247, 0.8);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .footer-panel {
    padding: 20px 25px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* footer-logo
========================================================= */
#footer-logo {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  #footer-logo {
    margin-bottom: 0;
  }
}
#footer-logo img {
  width: 270px;
}

@media (min-width: 768px) {
  #footer-logo img {
    width: 190px;
  }
}
/* footer-head
========================================================= */
.footer-head {
  background: url(../img/opm/item/bk_green.png) repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: 600px 600px;
}

/* footer-body
========================================================= */
.footer-body {
  background: #C3CDB2;
  height: 100px;
}

@media (min-width: 768px) {
  .footer-body {
    line-height: 60px;
  }
}
.img-tell, .img-mail {
  width: 295px;
}

/* footer-foot
========================================================= */
.footer-foot {
  background: #252525;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 2.4;
}

/* footer-nav
========================================================= */
#footer-nav {
  width: auto;
}

@media (min-width: 480px) {
  #footer-nav {
    width: 406px;
  }
}
#footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

@media (min-width: 768px) {
  #footer-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#pagetopbtn {
  background-image: url(../img/opm/item/item_badge.png);
  background-size: contain;
  bottom: 20px;
  right: 15px;
  height: 60px;
  width: 60px;
  text-indent: -9999px;
}

#pagetopbtn:hover {
  background-image: url(../img/opm/item/item_badge_on.png);
}

/* item
========================================================= */
/* table
----------------------------------------------- */
.table-bordered.item {
  border: none;
  margin-top: 60px;
}

@media (min-width: 992px) {
  .table-bordered.item {
    margin-top: 0;
  }
}
.table-bordered.item > tbody > tr > th {
  border: 1px solid #FFF;
  background: #F5E6E6;
  color: #6B1C49;
  font-size: 16px;
  line-height: 1.5;
}

.table-bordered.item > tbody > tr > td {
  border: 1px solid #FFF;
  background: rgba(245, 230, 230, 0.3);
  font-size: 14px;
  line-height: 2;
}

.table-bordered.item > tbody > tr > th, .table-bordered.item > tbody > tr > td {
  width: 100%;
  display: block;
}

@media (min-width: 480px) {
  .table-bordered.item > tbody > tr > th, .table-bordered.item > tbody > tr > td {
    width: auto;
    display: table-cell;
  }
}
/* タイトル
----------------------------------------------- */
.title-item {
  color: #E6600E;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}

.title-item::before {
  content: "";
  text-decoration: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/opm/item/icon-attention.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}

/* テキスト
----------------------------------------------- */
.text-item {
  font-size: 14px;
}

/* set
========================================================= */
.ul-set li {
  margin-bottom: 30px;
}

.ul-set {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .ul-set {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.panel-set {
  background: #FFF;
  border: solid 1px #F5E6E6;
  border-radius: 10px;
  position: relative;
  padding-top: 20px;
  height: 100%;
}

.title-panel {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.panel-set p {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .panel-set p {
    margin-bottom: 15px;
  }
}
.text-set {
  background: rgba(245, 230, 230, 0.3);
  line-height: 60px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .panel-set.bottom .text-set {
    margin-left: -20px;
    margin-bottom: 20px;
    max-width: 360px;
  }
}
.text-set strong {
  font-size: 36px;
  vertical-align: middle;
}

/* voice
========================================================= */
.ul-voice {
  margin-top: 30px;
}

@media (min-width: 480px) {
  .ul-voice {
    margin-top: 0;
  }
}
.ul-voice li {
  margin-bottom: 30px;
}

.ul-voice li:last-child {
  margin-bottom: 50px;
}

.voice-label.orange {
  background: #DA9E51;
}

.voice-label.green {
  background: #6A99AB;
}

.voice-img {
  max-width: 100%;
  width: 240px;
  display: block;
  margin: 25px auto 20px;
}

@media (min-width: 480px) {
  .voice-img {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(0%, #e2dfaa));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 40%, #e2dfaa 0%);
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, #e2dfaa 0%);
  padding: 0;
}

/* 画像
----------------------------------------------- */
.voice-img01 {
  width: 240px;
}

.voice-img02 {
  width: 190px;
}

.voice-img03 {
  width: 160px;
}

.voice-img04 {
  width: 200px;
}

.voice-img05 {
  width: 160px;
}

.voice-img06 {
  max-width: 100%;
  width: 300px;
}

/* システム追加
----------------------------------------------- */
.items-annotation {
  padding-left: 5em;
  text-indent: -3.45em;
  line-height: 1.4em;
}

/* 共通
----------------------------------------------- */
#main-faq #header-nav #header-logo, #main-voice #header-nav #header-logo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main-faq #header-nav #header-logo img, #main-voice #header-nav #header-logo img {
  margin-left: 0;
}
#main-faq #content, #main-voice #content {
  padding: 50px 0 1px;
}
#main-faq #content nav, #main-voice #content nav {
  text-align: center;
  padding: 0 20px;
}
#main-faq #content nav .nav-wrapper, #main-voice #content nav .nav-wrapper {
  padding: 21px 35px;
  margin: 0px auto;
  background: #fff;
  border: 2px dotted #622348;
}
#main-faq #content nav .nav-wrapper h2, #main-voice #content nav .nav-wrapper h2 {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #622348;
  -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;
}
#main-faq #content nav .nav-wrapper h2::before, #main-faq #content nav .nav-wrapper h2::after, #main-voice #content nav .nav-wrapper h2::before, #main-voice #content nav .nav-wrapper h2::after {
  border-top: 2px dotted #622348;
  content: "";
  -webkit-box-flex: 0.08;
  -webkit-flex-grow: 0.08;
      -ms-flex-positive: 0.08;
          flex-grow: 0.08;
}
#main-faq #content nav .nav-wrapper h2::before, #main-voice #content nav .nav-wrapper h2::before {
  margin-right: 1rem;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
#main-faq #content nav .nav-wrapper h2::after, #main-voice #content nav .nav-wrapper h2::after {
  margin-left: 1rem;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
#main-faq #content nav .nav-wrapper ul, #main-voice #content nav .nav-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Sawarabi Mincho";
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#main-faq #content nav .nav-wrapper ul li a, #main-voice #content nav .nav-wrapper ul li a {
  width: 100%;
  display: block;
  color: #fff;
  background: #6b1c49;
  padding: 8px 0;
  border-radius: 5px;
  text-decoration: none;
}
#main-faq #content .fv-section, #main-voice #content .fv-section {
  padding: 0 20px;
}
#main-faq #content .fv-section:last-child, #main-voice #content .fv-section:last-child {
  margin-bottom: 60px;
}
#main-faq #content .fv-section .section-inner, #main-voice #content .fv-section .section-inner {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
}

.footer-fv .container .row .text-pmark {
  padding: 0 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer-fv .container .row .text-pmark {
    font-size: 12px;
  }
}

/* 良くある質問ページ(faq.html)
----------------------------------------------- */
#main-faq #content {
  background: url(../img/opm/item/bk_pink.png) repeat;
}
#main-faq #content nav .nav-wrapper {
  max-width: 540px;
  margin-bottom: 120px;
}
#main-faq #content nav .nav-wrapper h2 {
  margin-bottom: 30px;
}
#main-faq #content nav .nav-wrapper ul li {
  width: calc(25% - 8px);
}
@media (max-width: 768px) {
  #main-faq #content nav .nav-wrapper ul li {
    width: 100%;
    margin-bottom: 18px;
  }
}
#main-faq #content .fv-section {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 110px;
}
#main-faq #content .fv-section .section-inner {
  border: 2px solid #f5e6e6;
}
#main-faq #content .fv-section .section-inner .section-title {
  position: relative;
  top: -86px;
  margin-bottom: -22px;
}
@media (max-width: 480px) {
  #main-faq #content .fv-section .section-inner .section-title {
    margin-bottom: -32px;
  }
}
#main-faq #content .fv-section .section-inner .section-title img {
  display: block;
  width: 120px;
  margin: 0 auto 20px;
}
#main-faq #content .fv-section .section-inner .section-title h2 {
  display: inline-block;
  letter-spacing: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d2d6c1));
  background: -webkit-linear-gradient(transparent 60%, #d2d6c1 60%);
  background: linear-gradient(transparent 60%, #d2d6c1 60%);
}
#main-faq #content .fv-section .section-inner .section-title .section-title-txt {
  text-align: right;
  padding-top: 30px;
  margin-bottom: -60px;
  color: red;
}
@media (max-width: 480px) {
  #main-faq #content .fv-section .section-inner .section-title .section-title-txt {
    text-align: left;
  }
}
#main-faq #content .fv-section .section-inner .section-body .setAccordion .ttl_area {
  text-align: left;
}
#main-faq #content .fv-section .section-inner .section-body .setAccordion h4 {
  padding-left: 16px;
  padding-right: 8px;
}
@media (max-width: 480px) {
  #main-faq #content .fv-section .section-inner .section-body .setAccordion h4 {
    font-size: 14px;
    padding-left: 8px;
  }
}
@media (max-width: 768px) {
  #main-faq #content .fv-section .section-inner .section-body .setAccordion h4::after {
    content: "";
  }
}
#main-faq #content .fv-section .section-inner .section-body .btn-more {
  border-radius: 5px;
  background-image: url(../img/opm/item/faq_btn-more-pc_under.png);
}
#main-faq #content .fv-section .section-inner .section-body .btn-more[aria-expanded=true] {
  background-image: url("../img/opm/item/faq_btn-more-pc_up.png");
}
#main-faq #content .fv-section .section-inner .section-body .btn-more[aria-expanded=false] {
  background-image: url("../img/opm/item/faq_btn-more-pc_under.png");
}
@media (max-width: 767px) {
  #main-faq #content .fv-section .section-inner .section-body .btn-more {
    background-image: url("../img/opm/item/about_btn-more-sp_under.png");
  }
  #main-faq #content .fv-section .section-inner .section-body .btn-more[aria-expanded=true] {
    background-image: url("../img/opm/item/about_btn-more-sp_up.png");
  }
  #main-faq #content .fv-section .section-inner .section-body .btn-more[aria-expanded=false] {
    background-image: url("../img/opm/item/about_btn-more-sp_under.png");
  }
}
#main-faq #content .fv-section .section-inner .section-body .panel-body {
  font-size: 12px;
  margin-top: 0;
  padding: 20px;
  line-height: 2;
  text-align: justify;
}
#main-faq #content .fv-section .section-inner .section-body .panel-body .voice_txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  #main-faq #content .fv-section .section-inner .section-body .panel-body .voice_txt p {
    font-size: 12px;
  }
}
#main-faq #content .fv-section .section-inner .section-body .panel-body .voice_txt .text-color {
  color: #e49393;
}

/* お客様の声ページ(voice.html)
----------------------------------------------- */
#main-voice .tab_box .tab_panel {
  display: none;
}
#main-voice .tab_box .tab_panel.active {
  display: block;
}
#main-voice #content {
  background: url(../img/opm/item/bk_green.png) repeat;
}
#main-voice #content nav .nav-wrapper {
  max-width: 380px;
  margin-bottom: 30px;
}
#main-voice #content nav .nav-wrapper h2 {
  margin-bottom: 20px;
}
#main-voice #content nav .nav-wrapper ul li {
  width: calc(50% - 10px);
}
#main-voice #content nav .nav-wrapper ul li img {
  width: 100%;
  position: relative;
  top: 10px;
}
#main-voice #content nav .nav-wrapper ul li a {
  position: relative;
  z-index: 1;
}
#main-voice #content .fv-section {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 110px;
}
#main-voice #content .fv-section .section-inner {
  border: 2px solid #c3cdb2;
}
#main-voice #content .fv-section .section-inner .section-title img {
  display: block;
  width: 120px;
  margin: 0 auto 20px;
}
#main-voice #content .fv-section .section-inner .section-title h2 {
  display: inline-block;
  letter-spacing: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d2d6c1));
  background: -webkit-linear-gradient(transparent 60%, #d2d6c1 60%);
  background: linear-gradient(transparent 60%, #d2d6c1 60%);
  margin-bottom: 35px;
}
#main-voice #content .fv-section .section-inner .section-body {
  text-align: justify;
}
#main-voice #content .fv-section .section-inner .section-body .voice-list {
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 5px;
  padding-bottom: 26px;
  padding-top: 80px;
  margin-top: -80px;
}
@media (max-width: 768px) {
  #main-voice #content .fv-section .section-inner .section-body .voice-list {
    padding-bottom: 38px;
  }
}
#main-voice #content .fv-section .section-inner .section-body .voice-list:first-child .voice-list-title::before {
  display: none;
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .voice-list-title {
  width: 100%;
  padding: 12px 20px;
  border-top: solid 1px #c3cdb2;
  border-bottom: solid 1px #c3cdb2;
  color: #6b1c49;
  font-size: 16px;
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .voice-list-title::before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 1px;
  background-color: #c3cdb2;
  position: relative;
  top: -18px;
  left: -20px;
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .voice-list-title .voice-list-title-span {
  color: red;
  font-size: 12px;
  text-align: right;
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .voice-list-txt {
  width: 70%;
  padding: 25px 20px;
  line-height: 1.8;
  font-size: 14px;
}
@media (max-width: 768px) {
  #main-voice #content .fv-section .section-inner .section-body .voice-list .voice-list-txt {
    width: 100%;
  }
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap {
  position: relative;
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap + .grad-wrap {
  margin-top: 40px;
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger,
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger2 {
  /*ボタンのスタイルはご自由にどうぞ*/
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
}
@media (max-width: 768px) {
  #main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger,
  #main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger2 {
    bottom: -5px;
    left: 12px;
  }
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger::after,
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger2::after {
  /*クリック前のボタンのラベル*/
  content: url(../img/opm/item/voice_btn-more-pc_under.png);
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  position: absolute;
  top: -60px;
  left: -40px;
}
@media (max-width: 768px) {
  #main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger::after,
  #main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger2::after {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .fa {
  margin-right: 0.5em;
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-item,
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-item2 {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-item.is-hide,
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-item2.is-hide {
  height: 80px; /*隠した後の高さ*/
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-item::before,
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-item2::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger.is-show,
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger2.is-show {
  bottom: -2em;
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger.is-show::after,
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger2.is-show::after {
  /*クリック後にボタンのラベルを変える*/
  content: url(../img/opm/item/voice_btn-more-pc_up.png);
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media (max-width: 768px) {
  #main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger.is-show::after,
  #main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger2.is-show::after {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger.is-show + .grad-item::before,
#main-voice #content .fv-section .section-inner .section-body .voice-list .grad-wrap .grad-trigger2.is-show + .grad-item2::before {
  display: none;
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .voice-list-prof {
  width: 30%;
  color: #6b1c49;
}
@media (max-width: 768px) {
  #main-voice #content .fv-section .section-inner .section-body .voice-list .voice-list-prof {
    width: 100%;
  }
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .voice-list-prof ul {
  background: #f5e6e6;
  margin: 25px 20px 20px 0;
  font-size: 12px;
  padding: 10px;
}
@media (max-width: 768px) {
  #main-voice #content .fv-section .section-inner .section-body .voice-list .voice-list-prof ul {
    margin: 25px 0;
    padding: 18px 20px;
  }
}
#main-voice #content .fv-section .section-inner .section-body .voice-list .voice-list-prof ul .voice-list-prof-left {
  text-indent: -6px;
}/*# sourceMappingURL=main.css.map */