article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
  display: block;
  margin: 0;
  padding: 0
}

audio,canvas,video {
  display: inline-block;
  /* *display: inline;
  *zoom:1; */
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

html,button,input,select,textarea {
  font-family: sans-serif
}

body {
  margin: 0;
  padding: 0
}

a:focus {
  outline: thin dotted
}

a:active,a:hover {
  outline: 0
}

a {
  color: #333
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  margin: 0;
  line-height: 100%;
  padding: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,strong {
  font-weight: 700
}

blockquote {
  margin: 1em 40px
}

dfn {
  font-style: italic
}

mark {
  background: #ff0;
  color: #000
}

p,pre {
  margin: 0;
  padding: 0
}

code,kbd,pre,samp {
  font-family: monospace,serif;
  _font-family: "courier new",monospace;
  font-size: 1em
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}

q {
  quotes: none
}

q:before,q:after {
  content: "";
  content: none
}

small {
  font-size: 80%
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

dl,menu,ol,ul {
  margin: 0;
  padding: 0
}

dd {
  margin: 0
}

menu,ol,ul {
  padding: 0;
  margin: 0
}

nav ul,nav ol {
  list-style: none;
  list-style-image: none
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

form {
  margin: 0
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  /* *margin-left: -7px; */
}

button,input,select,textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  /* *vertical-align: middle */
}

button,input {
  line-height: normal
}

button,html input[type=button],input[type=reset],input[type=submit] {
  /* -webkit-appearance: button; */
  cursor: pointer;
  /* *overflow: visible */
}

button[disabled],input[disabled] {
  cursor: default
}

input[type=checkbox],input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  /* *height: 13px;
  *width: 13px */
}

input[type=search] {
  /* -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; */
  -webkit-box-sizing: content-box;
          box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.innr {
  text-align: left;
  width: 1000px;
  margin-right: auto;
  margin-left: auto
}

.underline {
  text-decoration: underline
}

#container #content .main .mainC table img {
  margin-bottom: -.8em
}

.clearfix {
  min-height: 1px;
  clear: both
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

* html .clearfix {
  height: 1px
}

img {
  max-width: 100%;
  height: auto
}

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,body {
      font-family:"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
  }
}

@media all and (-ms-high-contrast:none) {
  body {
      font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
  }
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,body {
      font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
  }
}

footer {
  background-color: #f1962c;
  padding: 50px 30px 10px;
  color: #fff;
  font-size: 14px;
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg)
}

@media screen and (max-width: 768px) {
  footer {
      padding:30px 0 80px;
      overflow: hidden
  }
}

footer .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 768px) {
  footer .box1 {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

footer .box1 .inBox1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 768px) {
  footer .box1 .inBox1 {
      -webkit-box-ordinal-group:3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
}

footer .box1 .inBox1 .leftBox {
  padding: 0 40px 0 0
}

footer .box1 .inBox1 .leftBox .logo_w2 {
  width: 250px;
  height: 60px
}

@media screen and (max-width: 768px) {
  footer .box1 .inBox1 .leftBox .logo_w2 {
      width:207px;
      height: 54px
  }
}

@media screen and (max-width: 768px) {
  footer .box1 .inBox1 .leftBox {
      -webkit-box-ordinal-group:3;
      -ms-flex-order: 2;
      order: 2;
      padding: 0;
      text-align: center
  }
}

footer .box1 .inBox1 .leftBox .tx {
  padding: 10px 0
}

footer .box1 .inBox1 .leftBox .snsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

footer .box1 .inBox1 .leftBox .snsBox a {
  margin: 0 8px
}

footer .box1 .inBox1 .leftBox .snsBox a:first-child {
  margin-left: 0
}

@media screen and (max-width: 768px) {
  footer .box1 .inBox1 .leftBox .snsBox {
      display:none
  }
}

footer .box1 .inBox1 .rightBox {
  width: 220px;
  height: 190px
}

@media screen and (max-width: 768px) {
  footer .box1 .inBox1 .rightBox {
      width:300px;
      height: 258px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: center;
      padding: 0;
      margin-top: 40px;
      margin-bottom: 20px
  }
}

footer .box1 .inBox2 {
  margin-left: auto;
  text-align: left
}

@media screen and (max-width: 768px) {
  footer .box1 .inBox2 {
      -webkit-box-ordinal-group:2;
      -ms-flex-order: 1;
      order: 1;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      padding: 0 15px
  }
}

footer .box1 .inBox2 .in {
  margin: 0 0 10px
}

@media screen and (max-width: 768px) {
  footer .box1 .inBox2 .in {
      width:100%;
      padding: 0;
      vertical-align: middle
  }
}

footer .box1 .inBox2 .in a {
  position: relative;
  width: 320px;
  background-color: #fff;
  padding: 26px 20px;
  display: block;
  border-radius: 20px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  footer .box1 .inBox2 .in a {
      width:100%;
      padding: 13px 20px;
      border-radius: 20px
  }
}

footer .box1 .inBox2 .in a:before {
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: #f06400;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  z-index: 2
}

@media screen and (max-width: 768px) {
  footer .box1 .inBox2 .in a:before {
      -webkit-transform:translateY(-50%);
      transform: translateY(-50%);
      right: 10px;
      width: 15px;
      height: 15px
  }
}

footer .box1 .inBox2 .in a:after {
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 6px solid rgba(0,0,0,0);
  border-bottom: 6px solid rgba(0,0,0,0);
  z-index: 3
}

@media screen and (max-width: 768px) {
  footer .box1 .inBox2 .in a:after {
      -webkit-transform:translateY(-50%);
      transform: translateY(-50%);
      right: 13px;
      border-left: 6px solid #fff;
      border-top: 4px solid rgba(0,0,0,0);
      border-bottom: 4px solid rgba(0,0,0,0)
  }
}

footer .box1 .inBox2 .in a .tx1 {
  color: #42210b;
  font-size: 16px
}

@media screen and (max-width: 768px) {
  footer .box1 .inBox2 .in a .tx1 {
      font-size:16px;
      font-weight: 700;
      line-height: 1.6666666667;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
}

footer .box1 .inBox2 .in a .tx2 {
  color: #f06400;
  font-size: 16px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  footer .box1 .inBox2 .in a .tx2 {
      font-size:16px
  }
}

footer .bottomNav ul {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

footer .bottomNav ul li {
  border-right: 1px solid #fff;
  padding: 0 20px
}

@media screen and (max-width: 768px) {
  footer .bottomNav ul li {
      margin:0 0 10px
  }

  footer .bottomNav ul li:first-child {
      border-left: 1px solid #fff
  }
}

footer .bottomNav ul li a {
  color: #fff
}

footer .bottomNav ul li:last-child {
  border-right: none
}

@media screen and (min-width:769px) {
  footer .groupSwiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0 10px;
    width: 100%;
    height: auto;
    -webkit-transform: unset;
    transform: unset
  }
  footer .groupSwiper .slide a:hover {
    opacity: 1
  }
  
  footer .groupSwiper .slide:hover {
    -webkit-animation: rotation .3s infinite alternate ease-in-out;
    animation: rotation .3s infinite alternate ease-in-out
  }  
}
@media screen and (max-width:768px) {
  footer .groupSwiper{
    margin: 20px auto;
  }
}

/* @media screen and (max-width: 768px) {
  footer .groupSwiper {
      margin-top:20px;
      margin-bottom: 20px;
      padding: 10px 0;
      width: 1000px;
      -webkit-transform: translateX(-56px);
      transform: translateX(-56px)
  }
} */


/* @media screen and (max-width: 768px) {
  footer .groupSwiper .slide img {
      width:120px;
      height: auto
  }
} */
@-webkit-keyframes rotation {
  from {
      -webkit-transform: scale(1,1) rotateY(0);
      transform: scale(1,1) rotateY(0)
  }

  to {
      -webkit-transform: scale(.95,.95) rotateY(30deg);
      transform: scale(.95,.95) rotateY(30deg)
  }
}

@keyframes rotation {
  from {
      -webkit-transform: scale(1,1) rotateY(0);
      transform: scale(1,1) rotateY(0)
  }

  to {
      -webkit-transform: scale(.95,.95) rotateY(30deg);
      transform: scale(.95,.95) rotateY(30deg)
  }
}



footer .groupSwiper .swiper-slide{
  text-align: center;
}
footer .groupSwiper .swiper-slide img{
  width: 100%;
}
@media screen and (min-width:769px) {
  footer .groupSwiper .swiper-slide {
    margin-left: 7px;
    margin-right: 7px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media screen and (max-width:768px) {
  .groupSwiper .swiper-slide{
    width: 120px;
  }
}

footer .copy {
  text-align: center;
  font-size: 11px;
  padding: 5px
}

footer .snsBox--sp {
  display: none !important
}

@media screen and (max-width: 768px) {
  footer .snsBox--sp {
      display:-webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 15px
  }

  footer .snsBox--sp>*:not(:last-child) {
      margin-right: 16px
  }
}

.sp {
  display: none !important
}

@media screen and (max-width: 768px) {
  .sp {
      display:block !important
  }
}

.pc {
  display: block !important
}

@media screen and (max-width: 768px) {
  .pc {
      display:none !important
  }
}

/* c- */
.c-nav_list_wrap{
  padding: 30px 0;
  background-color: #f2f2f2;
}
.c-nav_list_wrap .nav_list{
  padding: 0;
}
@media screen and (min-width:769px) {
  .c-nav_list_wrap .nav_list:nth-child(n+2){
    margin-top: 30px;
  }
}


.noimg {
  background-color: #ccc;
  position: relative;
  width: 100%;
  height: 100%
}

.noimg:before {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  content: " ";
  display: block;
  background: url(../images/common/noimg.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 150px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.no-webp .noimg:before {
  background: url(../images/common/noimg.png) center center repeat
}

.noimg:after {
  content: " ";
  display: block;
  opacity: .7;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1
}

.noimg:hover:before {
  background-size: 180px
}

.noimg2 {
  background-color: #ccc;
  position: relative;
  width: 100%;
  height: 100%
}

.noimg2:before {
  content: " ";
  display: block;
  background: url(../images/common/noimg.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 50px;
  position: absolute;
  top: -15%;
  width: 100%;
  height: 100%;
  z-index: 2
}

.no-webp .noimg2:before {
  background: url(../images/common/noimg.png) center center repeat
}

.noimg2:after {
  content: " ";
  display: block;
  opacity: .7;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1
}

.nodata {
  text-align: center;
  padding: 20px;
  margin: 20px auto;
  font-size: 24px
}

a {
  color: #0d5588;
  text-decoration: none;
  outline: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

a:hover {
  color: #168fe5;
  filter: alpha(opacity=65);
  -moz-opacity: .65;
  opacity: .65
}

li {
  list-style: none
}

ol {
  padding: 0 0 30px 30px
}

ol li {
  padding: 0 0 30px;
  list-style: decimal;
  font-size: 100%;
  line-height: 160%
}

dl {
  padding: 20px 0 0
}

dt {
  padding: 5px 5px 5px 10px;
  font-weight: 700;
  font-size: 105%;
  background-color: #ebebeb
}

dd {
  padding: 20px 0 50px 20px;
  font-size: 95%
}

dd ul {
  padding: 20px 40px 40px
}

dd ul li {
  border-bottom: 1px dotted #b0b0b0;
  padding: 5px 0
}

dd p {
  padding: 0 !important
}

table {
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg);
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 20px
}

table caption {
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  text-align: left;
  background: #f06400;
  color: #fff
}

table th,table td {
  padding: 20px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all
}

table th {
  width: 30%;
  text-align: left;
  font-weight: 400
}

@media screen and (max-width: 768px) {
  table th {
      display:block;
      background-color: #ededed;
      width: 100%;
      border-bottom: none
  }
}

table td {
  font-size: 95%;
  width: 70%
}

@media screen and (max-width: 768px) {
  table td {
      display:block;
      width: 100%;
      border-bottom: none
  }
}

@media screen and (max-width: 768px) {
  .sp_table {
      table-layout:auto
  }

  .sp_table th {
      display: table-cell
  }

  .sp_table td {
      display: table-cell
  }

  .scroll {
      overflow: auto;
      white-space: nowrap
  }

  .scroll::-webkit-scrollbar {
      height: 5px
  }

  .scroll::-webkit-scrollbar-track {
      background: #f1f1f1
  }

  .scroll::-webkit-scrollbar-thumb {
      background: #bcbcbc
  }
}

.left,.alignleft {
  float: left
}

.right,.alignright {
  float: right
}

.alignleft,.img_left {
  float: left;
  padding: 5px 40px 10px 0
}

@media screen and (max-width: 768px) {
  .alignleft,.img_left {
      width:40%;
      padding: 5px 20px 10px 0
  }
}

.alignright,.img_right {
  float: right;
  padding: 5px 0 10px 40px
}

@media screen and (max-width: 768px) {
  .alignright,.img_right {
      width:40%;
      padding: 5px 0 10px 20px
  }
}

@media screen and (max-width: 768px) {
  .img_pdr {
      padding:0 0 20px
  }
}

.center,.aligncenter {
  margin: 0 auto;
  text-align: center
}

.tx_left {
  text-align: left
}

.tx_right {
  text-align: right
}

.pdr {
  padding: 0
}

.mbr {
  margin: 0
}

.senBox {
  border-bottom: 1px solid #c8c8c8
}

.btn {
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg);
  position: relative;
  text-align: center;
  width: 330px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .btn {
      width:100%;
      max-width: 400px;
      margin: 0 auto
  }
}

.btn a {
  background-color: #f06400;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  padding: 10px;
  border-radius: 20px
}

@media screen and (max-width: 768px) {
  .btn a {
      font-size:14px;
      padding: 14px 10px;
      border-radius: 60px
  }
}

.btn a:hover {
  opacity: 1
}

.btn:before {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  content: " ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  z-index: 2
}

.btn:after {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  content: " ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  width: 0;
  height: 0;
  border-left: 8px solid #f06400;
  border-top: 6px solid rgba(0,0,0,0);
  border-bottom: 6px solid rgba(0,0,0,0);
  z-index: 3
}

.btn:hover:before {
  background-color: #fff;
  right: 15px
}

.btn:hover:after {
  right: 20px
}

.btn--extLink:before {
  background: url(../images/loan/img1_2.webp) center center repeat;
  width: 25px;
  height: 25px;
  border-radius: 0
}

.no-webp .btn--extLink:before {
  background: url(../images/loan/img1_2.png) center center repeat
}

.btn--extLink:after {
  display: none
}

.btn--extLink:hover:before {
  background-color: #f06400
}

#page-top {
  clear: both;
  position: fixed;
  bottom: 50px;
  right: 10px;
  display: none;
  z-index: 10
}

@media screen and (max-width: 768px) {
  #page-top {
      width:30px;
      height: 30px
  }
}

#page-top a {
  text-decoration: none;
  width: auto;
  text-align: center;
  display: block;
  z-index: 998
}

#page-top a:hover {
  text-decoration: none
}

.gray_bg {
  background-color: #f2f2f2
}

.reasonBox {
  padding: 0 0 150px
}

@media screen and (max-width: 768px) {
  .reasonBox {
      padding:0 20px 70px
  }
}

.reasonBox a {
  text-decoration: none;
  color: #fff
}

.reasonBox .left {
  width: 50%;
  padding: 100px 0 0
}

@media screen and (max-width: 768px) {
  .reasonBox .left {
      width:100%;
      padding: 0
  }
}

.reasonBox .left .txBox2,.reasonBox .left .txBox3 {
  opacity: 0;
  display: none
}

.reasonBox .left .tx {
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg);
  font-size: 26px;
  font-weight: 700;
  line-height: 180%
}

@media screen and (max-width: 768px) {
  .reasonBox .left .tx {
      font-size:15px;
      padding: 15px 15px 0;
      text-align: center
  }
}

.reasonBox .left .tx2 {
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg);
  padding: 10px 0 0
}

@media screen and (max-width: 768px) {
  .reasonBox .left .tx2 {
      padding:10px 10px 0;
      font-size: 10px;
      text-align: center
  }
}

.reasonBox .left .btn {
  margin: 50px 0 0
}

@media screen and (max-width: 768px) {
  .reasonBox .left .btn {
      margin:30px auto 0
  }
}

.reasonBox .right {
  padding: 50px 0 0
}

@media screen and (max-width: 768px) {
  .reasonBox .right {
      width:100%
  }
}

.reasonBox .reason {
  background: url(../images/top/top3_img1.gif) no-repeat center;
  width: 375px;
  height: 330px;
  position: relative
}

@media screen and (max-width: 768px) {
  .reasonBox .reason {
      width:280px;
      height: 300px;
      margin: 0 auto;
      background-size: 100%
  }
}

.reasonBox .reason .reason_mainimg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 65%
}

.reasonBox .reason .reason_mainimg .main2,.reasonBox .reason .reason_mainimg .main3 {
  opacity: 0;
  display: none
}

.reasonBox .reason .reason_mainimg img {
  width: 100%;
  height: auto;
  max-width: none;
  min-height: 30px
}

.reasonBox .reason .reason_rotbox {
  position: absolute;
  left: 54%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(180deg);
  transform: translate(-50%,-50%) rotate(180deg);
  width: 400px;
  height: 327px
}

@media screen and (max-width: 768px) {
  .reasonBox .reason .reason_rotbox {
      width:105%;
      height: 300px;
      left: 50%;
      -webkit-transform: translate(-50%,-45%) rotate(180deg);
      transform: translate(-50%,-45%) rotate(180deg)
  }
}

.reasonBox .reason .reason_rotbox .item {
  display: block;
  position: absolute;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 137px;
  height: 140px
}

@media screen and (max-width: 768px) {
  .reasonBox .reason .reason_rotbox .item {
      width:100px;
      height: 100px
  }

  .reasonBox .reason .reason_rotbox .item img {
      background-size: 100%
  }
}

.reasonBox .reason .reason_rotbox .item.active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.reasonBox .reason .reason_rotbox .item.transition {
  -webkit-transition: all .35s ease;
  transition: all .35s ease
}

.reasonBox .reason .reason_rotbox .item1 {
  background: url(../images/top/top3_img2_1.webp) center center repeat;
  background-repeat: no-repeat
}

.no-webp .reasonBox .reason .reason_rotbox .item1 {
  background: url(../images/top/top3_img2_1.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reasonBox .reason .reason_rotbox .item1 {
      background-size:50%
  }
}

.reasonBox .reason .reason_rotbox .item2 {
  background: url(../images/top/top3_img2_2.webp) center center repeat;
  background-repeat: no-repeat
}

.no-webp .reasonBox .reason .reason_rotbox .item2 {
  background: url(../images/top/top3_img2_2.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reasonBox .reason .reason_rotbox .item2 {
      background-size:50%
  }
}

.reasonBox .reason .reason_rotbox .item3 {
  background: url(../images/top/top3_img2_3.webp) center center repeat;
  background-repeat: no-repeat
}

.no-webp .reasonBox .reason .reason_rotbox .item3 {
  background: url(../images/top/top3_img2_3.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reasonBox .reason .reason_rotbox .item3 {
      background-size:50%
  }
}

.reasonBox .reason .reason_rotbox .item1.active {
  background: url(../images/top/top3_img3_1.webp) center center repeat;
  background-repeat: no-repeat
}

.no-webp .reasonBox .reason .reason_rotbox .item1.active {
  background: url(../images/top/top3_img3_1.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reasonBox .reason .reason_rotbox .item1.active {
      background-size:100%
  }
}

.reasonBox .reason .reason_rotbox .item2.active {
  background: url(../images/top/top3_img4_1.webp) center center repeat;
  background-repeat: no-repeat
}

.no-webp .reasonBox .reason .reason_rotbox .item2.active {
  background: url(../images/top/top3_img4_1.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reasonBox .reason .reason_rotbox .item2.active {
      background-size:100%
  }
}

.reasonBox .reason .reason_rotbox .item3.active {
  background: url(../images/top/top3_img5_1.webp) center center repeat;
  background-repeat: no-repeat
}

.no-webp .reasonBox .reason .reason_rotbox .item3.active {
  background: url(../images/top/top3_img5_1.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reasonBox .reason .reason_rotbox .item3.active {
      background-size:100%
  }
}

.reasonBox .reason .controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

.reasonBox .reason .controls .previous {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%
}

.reasonBox .reason .controls .next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%
}

.reasonBox .reason .controls .previous:active,.reasonBox .reason .controls .next:active {
  outline: none
}

.reasonBox .reason .controls .previous:hover,.reasonBox .reason .controls .next:hover {
  outline: none
}

.reasonBox .reason .controls a:focus {
  outline: none
}

@media screen and (max-width: 768px) {
  .reasonBox .btn {
      font-size:14px
  }
}

.area_search {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e8f0c5;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 0 #c4c4c4;
  box-shadow: 0 5px 0 #c4c4c4
}

@media screen and (max-width: 768px) {
  .area_search {
      width:100%
  }
}

@media screen and (max-width: 768px) {
  .area_search {
      display:block
  }
}

.area_search .leftBox {
  width: 45%;
  padding: 38px
}

@media screen and (max-width: 768px) {
  .area_search .leftBox {
      width:100%;
      font-size: 14px;
      padding: 25px
  }
}

.area_search .leftBox img {
  display: block;
  padding: 0 0 20px
}

.area_search .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55%;
  padding:40px;
  background-color: #5bb331;
  border-radius: 0 20px 20px 0;
  display:block;
}

/* .area_search .rightBox .list_prefs{
  width: ;
} */

@media screen and (max-width: 768px) {
  .area_search .rightBox {
      width:100%;
      border-radius: 0 0 20px 20px;
      padding: 20px
  }
}

.area_search .rightBox form {
  width: 100%
}

.area_search .rightBox .inBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 20px
}

@media screen and (max-width: 768px) {
  .area_search .rightBox .inBox {
      display:block;
      padding: 0
  }
}

.area_search .rightBox .inBox .in {
  position: relative;
  width: 48%;
  margin: 0 1%
}

@media screen and (max-width: 768px) {
  .area_search .rightBox .inBox .in {
      width:100%;
      margin: 0 0 20px
  }
}

.area_search .rightBox .inBox .in:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7px;
  content: " ";
  background-color: #42210b;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  z-index: 2;
  pointer-events: none
}

.area_search .rightBox .inBox .in:after {
  content: " ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 0;
  height: 0;
  border-top: 12px solid #fff;
  border-left: 6px solid rgba(0,0,0,0);
  border-right: 6px solid rgba(0,0,0,0);
  z-index: 3;
  pointer-events: none
}

.area_search .rightBox .inBox select {
  position: relative;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  color: #42210b;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: #fff
}

.area_search .rightBox .inBox .area_state_par {
  width: 100%
}

.area_search .rightBox .inBox .area_other_par {
  display: none
}

.area_search .rightBox .submit {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background-color: #42210b;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  cursor: pointer
}

.area_search .rightBox .submit:hover {
  background-color: #6e3712
}

.area_search .rightBox .resBox {
  display: none;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 20px 20px 20px 180px
}

@media screen and (max-width: 768px) {
  .area_search .rightBox .resBox {
      padding:20px
  }
}

.area_search .rightBox .resBox .title {
  font-size: 20px !important;
  font-weight: 700;
  text-align: center;
  padding: 0 0 10px
}

@media screen and (max-width: 768px) {
  .area_search .rightBox .resBox .title {
      padding:0 0 20px
  }
}

.area_search .rightBox .resBox .imgBox {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 120px;
  height: auto
}

@media screen and (max-width: 768px) {
  .area_search .rightBox .resBox .imgBox {
      position:relative;
      top: auto;
      left: auto;
      width: 80%;
      margin: 0 auto
  }
}

.area_search .rightBox .resBox .btn {
  width: 100%
}

.area_search .rightBox .resBox .btn:after {
  border-left: 8px solid #42210b
}

.area_search .rightBox .resBox .btn a {
  background-color: #42210b
}

.mitumori_Box {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffdcdc;
  border-radius: 20px;
  -webkit-box-shadow: 1px 5px 0 #c4c4c4;
  box-shadow: 1px 5px 0 #c4c4c4;
  margin: 0 auto 50px
}

@media screen and (max-width: 768px) {
  .mitumori_Box {
      width:100%
  }
}

@media screen and (max-width: 768px) {
  .mitumori_Box {
      display:block;
      width: 90%;
      margin: 0 auto 70px
  }
}

.mitumori_Box .leftBox {
  width: 45%;
  padding: 35px
}

@media screen and (max-width: 768px) {
  .mitumori_Box .leftBox {
      width:100%;
      font-size: 14px;
      padding: 25px
  }
}

.mitumori_Box .leftBox img {
  display: block;
  padding: 0 0 20px
}

.mitumori_Box .rightBox {
  width: 55%;
  background-color: #fff;
  border-radius: 0 20px 20px 0
}

@media screen and (max-width: 768px) {
  .mitumori_Box .rightBox {
      width:100%;
      border-radius: 0 0 20px 20px;
      padding: 0
  }
}

.mitumori_Box .rightBox .inBox1 {
  background-color: #f06400;
  border-radius: 0 20px 0 0;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .mitumori_Box .rightBox .inBox1 {
      border-radius:0;
      font-size: 16px
  }
}

.mitumori_Box .rightBox .inBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px
}

@media screen and (max-width: 768px) {
  .mitumori_Box .rightBox .inBox2 {
      padding:25px;
      background-color: #f3f3f3;
      border-radius: 0 0 20px 20px
  }
}

.mitumori_Box .rightBox .inBox2 .btn {
  margin: 10px 0;
  font-size: 20px;
  width: 100%
}

@media screen and (max-width: 768px) {
  .mitumori_Box .rightBox .inBox2 .btn {
      font-size:14px
  }
}

.mitumori_Box .rightBox .inBox2 .btn:before {
  top: 20px
}

@media screen and (max-width: 768px) {
  .mitumori_Box .rightBox .inBox2 .btn:before {
      top:15px
  }
}

.mitumori_Box .rightBox .inBox2 .btn:after {
  top: 24px
}

@media screen and (max-width: 768px) {
  .mitumori_Box .rightBox .inBox2 .btn:after {
      top:19px
  }
}

.mitumori_Box .rightBox .inBox2 .btn a {
  padding: 15px 10px;
  color: #fff !important;
  text-decoration: none !important
}

@media screen and (max-width: 768px) {
  .mitumori_Box .rightBox .inBox2 .btn a {
      border-radius:10px
  }
}

.mitumori_Box .rightBox .inBox2 .btn1:after {
  border-left: 8px solid #5bb331
}

.mitumori_Box .rightBox .inBox2 .btn1 a {
  background-color: #5bb331
}

.mitumori_Box .rightBox .inBox2 .btn2:after {
  border-left: 8px solid #f06400
}

.mitumori_Box .rightBox .inBox2 .btn2 a {
  background-color: #f06400
}

.serviceBox_list .t_h2_c {
  margin-bottom: 0
}

.serviceBox_list .serviceBox_list_tx {
  width: 800px;
  padding: 0 0 50px
}

@media screen and (max-width: 768px) {
  .serviceBox_list .serviceBox_list_tx {
      width:100%;
      padding: 0 0 50px
  }
}

.serviceBox_list .tx {
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg);
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  line-height: 1.9230769231
}

@media screen and (max-width: 768px) {
  .serviceBox_list .tx {
      font-size:16px;
      text-align: left
  }
}

.serviceBox_list .in {
  width: 800px;
  height: auto;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .serviceBox_list .in {
      width:auto;
      padding: 0
  }
}

.serviceBox_list .inTx {
  padding: 0 20px
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inTx {
      padding:0
  }
}

.serviceBox_list .inBox {
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg);
  position: relative;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  float: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  z-index: 1
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox {
      font-size:14px
  }
}

.serviceBox_list .inBox:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  z-index: 1
}

.serviceBox_list .inBox:after {
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #f06400;
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox:after {
      bottom:10px;
      right: 10px
  }
}

.serviceBox_list .inBox:hover {
  opacity: 1
}

.serviceBox_list .inBox:hover:after {
  right: 10px
}

.serviceBox_list .inBox:hover a:after {
  right: 19px
}

.serviceBox_list .inBox a {
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  padding: 37px 10px 0;
  display: block;
  color: #42210b !important;
  width: 100%;
  height: 100%;
  z-index: 3
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox a {
      padding:25px 10px 0
  }
}

.serviceBox_list .inBox a:after {
  position: absolute;
  bottom: 28px;
  right: 29px;
  content: " ";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox a:after {
      bottom:18px;
      right: 19px
  }
}

.serviceBox_list .inBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.serviceBox_list .inBox1 {
  background: url(../images/top/top2_img1.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center 70%;
  background-color: #ffefc4
}

.no-webp .serviceBox_list .inBox1 {
  background: url(../images/top/top2_img1.png) center center repeat
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox1 {
      background-size:70%
  }
}

.serviceBox_list .inBox1:before {
  -webkit-box-shadow: 0 5px 0 #fcd4a5;
  box-shadow: 0 5px 0 #fcd4a5
}

.serviceBox_list .inBox1:after {
  background-color: #f15a24
}

.serviceBox_list .inBox1:hover {
  background-color: #ffe191
}

.serviceBox_list .inBox2 {
  background: url(../images/top/top2_img1.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center 88%;
  background-color: #e8f0c5
}

.no-webp .serviceBox_list .inBox2 {
  background: url(../images/top/top2_img1.png) center center repeat
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox2 {
      background-size:120px
  }
}

.serviceBox_list .inBox2:before {
  -webkit-box-shadow: 0 5px 0 #b0e1b7;
  box-shadow: 0 5px 0 #b0e1b7
}

.serviceBox_list .inBox2:after {
  background-color: #347800
}

.serviceBox_list .inBox2:hover {
  background-color: #d8e69c
}

.serviceBox_list .inBox3 {
  background: url(../images/top/top2_img2.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center 87%;
  background-color: #fff0c8
}

.no-webp .serviceBox_list .inBox3 {
  background: url(../images/top/top2_img2.png) center center repeat
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox3 {
      background-size:75px
  }
}

.serviceBox_list .inBox3:before {
  -webkit-box-shadow: 0 5px 0 #ffc1c1;
  box-shadow: 0 5px 0 #ffc1c1
}

.serviceBox_list .inBox3:after {
  background-color: #f06400
}

.serviceBox_list .inBox3:hover {
  background-color: #ffb3b3
}

.serviceBox_list .inBox4 {
  background: url(../images/top/top2_img4.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #f0e6d2;
  text-align: left
}

.no-webp .serviceBox_list .inBox4 {
  background: url(../images/top/top2_img4.png) center center repeat
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox4 {
      background-size:100%
  }
}

.serviceBox_list .inBox4:before {
  -webkit-box-shadow: 0 5px 0 #d1cbb4;
  box-shadow: 0 5px 0 #d1cbb4
}

.serviceBox_list .inBox4:after {
  background-color: rgba(0,0,0,0);
  background: url(../images/top/top2_img7.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  border-radius: 0
}

.no-webp .serviceBox_list .inBox4:after {
  background: url(../images/top/top2_img7.png) center center repeat
}

.serviceBox_list .inBox4:hover {
  background-color: #e3d1ac
}

.serviceBox_list .inBox4 a {
  padding: 17px 10px 0 15px
}

.serviceBox_list .inBox4 a:after {
  display: none
}

.serviceBox_list .inBox5 {
  background: url(../images/top/top2_img3.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center 90%;
  background-color: #d3edf9
}

.no-webp .serviceBox_list .inBox5 {
  background: url(../images/top/top2_img3.png) center center repeat
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox5 {
      background-size:111px
  }
}

.serviceBox_list .inBox5:before {
  -webkit-box-shadow: 0 5px 0 #a9ddf3;
  box-shadow: 0 5px 0 #a9ddf3
}

.serviceBox_list .inBox5:after {
  background-color: #0071bc
}

.serviceBox_list .inBox5:hover {
  background-color: #a6dbf3
}

.serviceBox_list .inBox6 {
  background: url(../images/top/top2_img4.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center 80%;
  background-color: #e2dfef;
  font-size: 16px
}

.no-webp .serviceBox_list .inBox6 {
  background: url(../images/top/top2_img4.png) center center repeat
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox6 {
      background-size:92px;
      font-size: 14px;
      line-height: 150%
  }
}

.serviceBox_list .inBox6:before {
  -webkit-box-shadow: 0 5px 0 #b9b9e9;
  box-shadow: 0 5px 0 #b9b9e9
}

.serviceBox_list .inBox6:after {
  background-color: #5050c8
}

.serviceBox_list .inBox6:hover {
  background-color: #c3bdde
}

.serviceBox_list .inBox7 {
  background: url(../images/top/top2_img8.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center 80%;
  background-color: #dcf0e6;
  font-size: 16px
}

.no-webp .serviceBox_list .inBox7 {
  background: url(../images/top/top2_img8.png) center center repeat
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox7 {
      background-size:109px;
      font-size: 14px;
      line-height: 150%
  }
}

.serviceBox_list .inBox7:before {
  -webkit-box-shadow: 0 5px 0 #a3d8bc;
  box-shadow: 0 5px 0 #a3d8bc
}

.serviceBox_list .inBox7:after {
  background-color: rgba(0,0,0,0);
  background: url(../images/top/top2_img9.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  border-radius: 0
}

.no-webp .serviceBox_list .inBox7:after {
  background: url(../images/top/top2_img9.png) center center repeat
}

.serviceBox_list .inBox7:hover {
  background-color: #b8e1cd
}

.serviceBox_list .inBox7 a {
  padding: 37px 10px 0 15px
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox7 a {
      padding:25px 5px 0
  }
}

.serviceBox_list .inBox7 a:after {
  display: none
}

.serviceBox_list .inBox8 {
  background: url(../images/top/top2_img10.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center 70%;
  background-color: #ffe6c8
}

.no-webp .serviceBox_list .inBox8 {
  background: url(../images/top/top2_img10.png) center center repeat
}

@media screen and (max-width: 768px) {
  .serviceBox_list .inBox8 {
      background-size:99px
  }
}

.serviceBox_list .inBox8:before {
  -webkit-box-shadow: 0 5px 0 rgba(255,90,50,.4);
  box-shadow: 0 5px 0 rgba(255,90,50,.4)
}

.serviceBox_list .inBox8:after {
  background-color: #f15a3c
}

.serviceBox_list .inBox8:hover {
  background-color: #ffcf95
}

.serviceBox_list .btn {
  text-align: center;
  margin: 50px auto 0
}

.serviceBox_list .btn a {
  text-decoration: none;
  color: #fff
}

.serviceBox_list.gray_bg {
  background-color: #f2f2f2;
  padding: 100px 0 120px
}

@media screen and (max-width: 768px) {
  .serviceBox_list.gray_bg {
      padding:70px 0
  }
}

/* 施工実績リスト */
.exampleBox_list {
  padding: 100px 0 120px;

  /* 読み込み時に全リストが表示されてしまう対策 */
  .example_slider {
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .caroufredsel_wrapper .example_slider {
    opacity: 1;
    display: inherit;
  }
}

@media screen and (max-width: 768px) {
  .exampleBox_list {
      padding:70px 0 50px
  }
}

.exampleBox_list .example_slide,
.exampleBox_list .example_no_slide {
  position: relative;
  padding: 0
}

@media screen and (max-width: 768px) {
  .exampleBox_list .example_slide,
  .exampleBox_list .example_no_slide {
      padding:10px 0 0
  }
}

.exampleBox_list .example_slide .example_slider li,
.exampleBox_list .example_slide .example_lists li,
.exampleBox_list .example_no_slide .example_slider li,
.exampleBox_list .example_no_slide .example_lists li {
  position: relative;
  float: left;
  width: 460px;
  overflow: hidden;
  margin: 0 10px;
  text-align: left;
  background-color: #fff;
  border-radius: 20px
}

@media screen and (max-width: 768px) {
  .exampleBox_list .example_slide .example_slider li,
  .exampleBox_list .example_slide .example_lists li,
  .exampleBox_list .example_no_slide .example_slider li,
  .exampleBox_list .example_no_slide .example_lists li {
      width:300px;
      margin: 0 10px
  }
}

.exampleBox_list .example_slide .example_slider li a,
.exampleBox_list .example_slide .example_lists li a,
.exampleBox_list .example_no_slide .example_slider li a,
.exampleBox_list .example_no_slide .example_lists li a {
  color: #42210b !important;
  text-decoration: none !important
}

.exampleBox_list .example_slide .example_slider li a:hover .txBox:before,
.exampleBox_list .example_slide .example_lists li a:hover .txBox:before,
.exampleBox_list .example_no_slide .example_slider li a:hover .txBox:before,
.exampleBox_list .example_no_slide .example_lists li a:hover .txBox:before {
  right: 15px
}

.exampleBox_list .example_slide .example_slider li a:hover .txBox:after,
.exampleBox_list .example_slide .example_lists li a:hover .txBox:after,
.exampleBox_list .example_no_slide .example_slider li a:hover .txBox:after,
.exampleBox_list .example_no_slide .example_lists li a:hover .txBox:after {
  right: 20px
}

.exampleBox_list .example_slide .example_slider li a .txBox,
.exampleBox_list .example_slide .example_lists li a .txBox,
.exampleBox_list .example_no_slide .example_slider li a .txBox,
.exampleBox_list .example_no_slide .example_lists li a .txBox {
  padding: 25px 25px 15px;
  position: relative;
  margin-top: 0;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .exampleBox_list .example_slide .example_slider li a .txBox,
  .exampleBox_list .example_slide .example_lists li a .txBox,
  .exampleBox_list .example_no_slide .example_slider li a .txBox,
  .exampleBox_list .example_no_slide .example_lists li a .txBox {
      padding:15px 10px 10px 15px;
  }
}

.exampleBox_list .example_slide .example_slider li a .txBox .cateBox,
.exampleBox_list .example_slide .example_lists li a .txBox .cateBox,
.exampleBox_list .example_no_slide .example_slider li a .txBox .cateBox,
.exampleBox_list .example_no_slide .example_lists li a .txBox .cateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 10px;
  gap: 5px
}

.exampleBox_list .example_slide .example_slider li a .txBox .cateBox .cate,
.exampleBox_list .example_slide .example_lists li a .txBox .cateBox .cate,
.exampleBox_list .example_no_slide .example_slider li a .txBox .cateBox .cate,
.exampleBox_list .example_no_slide .example_lists li a .txBox .cateBox .cate {
  background-color: #f06400;
  color: #fff !important;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 50px
}

@media screen and (max-width: 768px) {
  .exampleBox_list .example_slide .example_slider li a .txBox .cateBox .cate,
  .exampleBox_list .example_slide .example_lists li a .txBox .cateBox .cate,
  .exampleBox_list .example_no_slide .example_slider li a .txBox .cateBox .cate,
  .exampleBox_list .example_no_slide .example_lists li a .txBox .cateBox .cate {
      margin-bottom:0
  }
}

.exampleBox_list .example_slide .example_slider li a .txBox .title,
.exampleBox_list .example_slide .example_lists li a .txBox .title,
.exampleBox_list .example_no_slide .example_slider li a .txBox .title,
.exampleBox_list .example_no_slide .example_lists li a .txBox .title {
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .exampleBox_list .example_slide .example_slider li a .txBox .title,
  .exampleBox_list .example_slide .example_lists li a .txBox .title,
  .exampleBox_list .example_no_slide .example_slider li a .txBox .title,
  .exampleBox_list .example_no_slide .example_lists li a .txBox .title {
      font-size:16px;
      line-height: 1
  }
}

.exampleBox_list .example_slide .example_slider li a .txBox:before,
.exampleBox_list .example_slide .example_lists li a .txBox:before,
.exampleBox_list .example_no_slide .example_slider li a .txBox:before,
.exampleBox_list .example_no_slide .example_lists li a .txBox:before {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: #f06400;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  z-index: 2
}

.exampleBox_list .example_slide .example_slider li a .txBox:after,
.exampleBox_list .example_slide .example_lists li a .txBox:after,
.exampleBox_list .example_no_slide .example_slider li a .txBox:after,
.exampleBox_list .example_no_slide .example_lists li a .txBox:after {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  content: " ";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 3
}

.exampleBox_list .example_slide .example_slider li a .imgBox,
.exampleBox_list .example_slide .example_lists li a .imgBox,
.exampleBox_list .example_no_slide .example_slider li a .imgBox,
.exampleBox_list .example_no_slide .example_lists li a .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  line-height: 1.0;
}

.exampleBox_list .example_slide .example_slider li a .imgBox .in,
.exampleBox_list .example_slide .example_lists li a .imgBox .in,
.exampleBox_list .example_no_slide .example_slider li a .imgBox .in,
.exampleBox_list .example_no_slide .example_lists li a .imgBox .in {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}

.exampleBox_list .example_slide .example_slider li a .imgBox .in .tx,
.exampleBox_list .example_slide .example_lists li a .imgBox .in .tx,
.exampleBox_list .example_no_slide .example_slider li a .imgBox .in .tx,
.exampleBox_list .example_no_slide .example_lists li a .imgBox .in .tx {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  margin-top: 0;
  z-index: 2;
}

.exampleBox_list .example_slide .example_slider li a .imgBox .in .tx1,
.exampleBox_list .example_slide .example_lists li a .imgBox .in .tx1,
.exampleBox_list .example_no_slide .example_slider li a .imgBox .in .tx1,
.exampleBox_list .example_no_slide .example_lists li a .imgBox .in .tx1 {
  background-color: #42210b;
}

.exampleBox_list .example_slide .example_slider li a .imgBox .in .tx2,
.exampleBox_list .example_slide .example_lists li a .imgBox .in .tx2,
.exampleBox_list .example_no_slide .example_slider li a .imgBox .in .tx2,
.exampleBox_list .example_no_slide .example_lists li a .imgBox .in .tx2 {
  background-color: #f06400;
}

.exampleBox_list .example_slide .example_slider li a .imgBox .in img,
.exampleBox_list .example_slide .example_lists li a .imgBox .in img,
.exampleBox_list .example_no_slide .example_slider li a .imgBox .in img,
.exampleBox_list .example_no_slide .example_lists li a .imgBox .in img {
  max-width: none;
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .exampleBox_list .example_slide .example_slider li a .imgBox .in img,
  .exampleBox_list .example_slide .example_lists li a .imgBox .in img,
  .exampleBox_list .example_no_slide .example_slider li a .imgBox .in img,
  .exampleBox_list .example_no_slide .example_lists li a .imgBox .in img {
    height: 140px;
  }
}

.exampleBox_list .example_slide .example_lists,
.exampleBox_list .example_no_slide .example_lists {
  display: block !important
}

.exampleBox_list .example_slide .example_lists li,
.exampleBox_list .example_no_slide .example_lists li {
  width: 46%;
  margin: 0 2% 20px !important
}

@media screen and (max-width: 768px) {
  .exampleBox_list .example_slide .example_lists li,
  .exampleBox_list .example_no_slide .example_lists li {
      margin:0 auto 20px !important;
      float: none !important
  }
}

.exampleBox_list .example_slide .example_next,
.exampleBox_list .example_slide .example_prev,
.exampleBox_list .example_no_slide .example_next,
.exampleBox_list .example_no_slide .example_prev {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 7;
  cursor: pointer;
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%)
}

.exampleBox_list .example_slide .example_next,
.exampleBox_list .example_no_slide .example_next {
  right: 0
}

@media screen and (max-width: 768px) {
  .exampleBox_list .example_slide .example_next,
.exampleBox_list .example_no_slide .example_next {
      right:10px
  }
}

.exampleBox_list .example_slide .example_prev,
.exampleBox_list .example_no_slide .example_prev {
  left: 0
}

@media screen and (max-width: 768px) {
  .exampleBox_list .example_slide .example_prev,
.exampleBox_list .example_no_slide .example_prev {
      left:10px
  }
}

.exampleBox_list .example_slide .left_btn,
.exampleBox_list .example_no_slide .left_btn {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1)
}

.exampleBox_list .btn {
  margin: 50px auto 0
}

@media screen and (max-width: 768px) {
  .exampleBox_list .btn {
      width:calc(100% - 40px)
  }
}

.exampleBox_list .btn a {
  color: #fff !important;
  text-decoration: none !important
}

.exampleBox_list_btn .btn {
  margin: 0 auto 50px
}

.voiceBox_list {
  padding: 100px 0 120px
}

@media screen and (max-width: 768px) {
  .voiceBox_list {
      padding:70px 0 50px
  }
}

.voiceBox_list .voice_slide {
  position: relative;
  padding: 0 50px
}

@media screen and (max-width: 768px) {
  .voiceBox_list .voice_slide {
      padding:10px 0 0
  }
}

.voiceBox_list .voice_slide .caroufredsel_wrapper {
  height: 230px !important
}

.voiceBox_list .voice_slide .voice_slider {
  display: none
}

.voiceBox_list .voice_slide .voice_slider li {
  position: relative;
  float: left;
  cursor: pointer;
  width: 217px;
  height: 230px;
  overflow: hidden;
  margin: 0 30px;
  text-align: left
}

@media screen and (max-width: 768px) {
  .voiceBox_list .voice_slide .voice_slider li {
      width:200px;
      margin: 0 10px
  }
}

.voiceBox_list .voice_slide .voice_slider li .imgBox {
  position: relative;
  width: 100%;
  height: 95%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 5px 0 rgba(0,0,0,.2)
}

.voiceBox_list .voice_slide .voice_slider li .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 180px;
  width: auto;
  max-width: none
}

.voiceBox_list .voice_slide .voice_slider li .imgBox:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../images/common/syurui_icon.webp) center center repeat;
  background-repeat: no-repeat
}

.no-webp .voiceBox_list .voice_slide .voice_slider li .imgBox:after {
  background: url(../images/common/syurui_icon.png) center center repeat
}

.voiceBox_list .voice_slide .voice_slider li:hover .imgBox:after {
  -webkit-animation-name: updown;
  animation-name: updown;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

@-webkit-keyframes updown {
  0% {
      -webkit-transform: translate(0,0px);
      transform: translate(0,0px)
  }

  100% {
      -webkit-transform: translate(0,-15px);
      transform: translate(0,-15px)
  }
}

@keyframes updown {
  0% {
      -webkit-transform: translate(0,0px);
      transform: translate(0,0px)
  }

  100% {
      -webkit-transform: translate(0,-15px);
      transform: translate(0,-15px)
  }
}

.voiceBox_list .voice_slide .voice_next,.voiceBox_list .voice_slide .voice_prev {
  position: absolute;
  top: 50%;
  z-index: 7;
  cursor: pointer;
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%)
}

.voiceBox_list .voice_slide .voice_next {
  right: 0
}

@media screen and (max-width: 768px) {
  .voiceBox_list .voice_slide .voice_next {
      right:10px
  }
}

.voiceBox_list .voice_slide .voice_prev {
  left: 0
}

@media screen and (max-width: 768px) {
  .voiceBox_list .voice_slide .voice_prev {
      left:10px
  }
}

.voiceBox_list .voice_slide .left_btn {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1)
}

.voiceBox_list .btn {
  margin: 50px auto 0
}

@media screen and (max-width: 768px) {
  .voiceBox_list .btn {
      width:calc(100% - 40px)
  }
}

.voiceBox_list .btn a {
  color: #fff !important;
  text-decoration: none !important
}

.nav_list {
  padding: 100px 0;
  margin: 0
}

@media screen and (max-width: 768px) {
  .nav_list {
      padding:30px 0
  }
}

.nav_list .inBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.nav_list .inBox:nth-of-type(2) {
  margin-top: 30px
}

@media screen and (max-width: 768px) {
  .nav_list .inBox:nth-of-type(2) {
      margin-top:0
  }
}

@media screen and (max-width: 768px) {
  .nav_list .inBox {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
}

.nav_list .inBox .in {
  margin: 0 10px;
  width: 170px;
  height: 170px
}

@media screen and (max-width: 768px) {
  .nav_list .inBox .in.pattern7 .imgBox img {
      height:100%
  }
}

@media screen and (max-width: 768px) {
  .nav_list .inBox .in.pattern8 .imgBox img {
      height:80%;
      top: 51%
  }
}

@media screen and (max-width: 768px) {
  .nav_list .inBox .in {
      width:100%;
      margin: 0 0 15px;
      height: 80px
  }
}

.nav_list .inBox .in a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #42210b !important;
  text-decoration: none !important;
  width: 100%;
  height: 100%
}

.nav_list .inBox .in a .tx {
  text-align: center;
  padding: 20px 0;
  font-size: 15px
}

@media screen and (max-width: 768px) {
  .nav_list .inBox .in a .tx {
      padding:15px 10px;
      text-align: left;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      -webkit-transform: translate(0%,-50%) !important;
      transform: translate(0%,-50%) !important;
      left: 10px
  }
}

.nav_list .inBox .in a .imgBox {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 5px 0 rgba(0,0,0,.2);
  margin: 0 0 20px
}

@media screen and (max-width: 768px) {
  .nav_list .inBox .in a .imgBox {
      width:100%;
      height: 80px;
      overflow: hidden
  }
}

.nav_list .inBox .in a .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 60%
}

@media screen and (max-width: 768px) {
  .nav_list .inBox .in a .imgBox img {
      top:57%;
      left: auto;
      right: 60px;
      width: auto;
      height: 110%;
      max-width: none;
      -webkit-transform: translate(0%,-50%);
      transform: translate(0%,-50%)
  }
}

.nav_list .inBox .in a .imgBox:before {
  position: absolute;
  bottom: 22px;
  right: 20px;
  content: " ";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

@media screen and (max-width: 768px) {
  .nav_list .inBox .in a .imgBox:before {
      right:19px;
      bottom: auto;
      top: 50%;
      -webkit-transform: translate(0%,-50%) rotate(45deg);
      transform: translate(0%,-50%) rotate(45deg)
  }
}

.nav_list .inBox .in a .imgBox:after {
  position: absolute;
  bottom: 14px;
  right: 11px;
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #f06400;
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

@media screen and (max-width: 768px) {
  .nav_list .inBox .in a .imgBox:after {
      bottom:auto;
      right: 10px;
      top: 50%;
      -webkit-transform: translate(0%,-50%);
      transform: translate(0%,-50%)
  }
}

.nav_list .inBox .in a .imgBox:hover:after {
  right: 6px
}

.nav_list .inBox .in a .imgBox:hover:before {
  right: 15px
}

.nav_list .inBox .in a:hover {
  opacity: 1
}

.nav_list_t {
  padding: 100px 0;
  margin: 50px 0 0
}

@media screen and (max-width: 768px) {
  .nav_list_t {
      padding:30px 0
  }
}

.nav_list_t2 {
  padding: 0 0 50px;
  margin: 0
}

@media screen and (max-width: 768px) {
  .nav_list_t2 {
      padding:30px 0
  }
}
.bottom .nav_list{
  padding: 0 0 50px;
}

.firstBox_list {
  padding: 50px 0 120px
}

@media screen and (max-width: 768px) {
  .firstBox_list {
      padding:0 0 50px
  }
}

.firstBox_list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 768px) {
  .firstBox_list .inner {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.firstBox_list .inner .inBox:first-child {
  width: 42.1568627451%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 40px 0 0;
  line-height: 180%
}

@media screen and (max-width: 768px) {
  .firstBox_list .inner .inBox:first-child {
      -webkit-box-ordinal-group:3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      font-size: 14px;
      margin-top: 20px;
      padding: 20px 0 0
  }
}

.firstBox_list .inner .inBox:first-child .btn {
  margin: 20px 0 0
}

.firstBox_list .inner .inBox:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  max-width: 350px;
  width: 35.2941176471%
}

@media screen and (max-width: 768px) {
  .firstBox_list .inner .inBox:nth-child(2) {
      -webkit-box-ordinal-group:2;
      -ms-flex-order: 1;
      order: 1;
      width: 70%;
      margin-left: auto;
      margin-right: auto
  }
}

.qaBox_list {
  padding: 50px 0 120px
}

@media screen and (max-width: 768px) {
  .qaBox_list {
      padding:0 0 50px
  }
}

.qaBox_list .inner .qBox {
  position: relative;
  background-color: #f06400;
  border-radius: 20px;
  padding: 20px 40px 20px 90px;
  margin: 0 0 40px;
  color: #fff
}

@media screen and (max-width: 768px) {
  .qaBox_list .inner .qBox {
      padding:20px 20px 20px 70px;
      font-size: 14px
  }
}

.qaBox_list .inner .qBox:before {
  position: absolute;
  bottom: -25px;
  left: 10px;
  width: 60px;
  height: 100px;
  content: " ";
  background: url(../images/faq/qa1.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center
}

.no-webp .qaBox_list .inner .qBox:before {
  background: url(../images/faq/qa1.png) center center repeat
}

@media screen and (max-width: 768px) {
  .qaBox_list .inner .qBox:before {
      width:50px;
      background-size: 100%
  }
}

.qaBox_list .inner .qBox:after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 80px;
  width: 41px;
  height: 30px;
  content: " ";
  background: url(../images/faq/qa1_2.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: 0
}

.no-webp .qaBox_list .inner .qBox:after {
  background: url(../images/faq/qa1_2.png) center center repeat
}

.qaBox_list .inner .aBox {
  position: relative;
  background-color: #fff0c8;
  border-radius: 20px;
  padding: 20px 90px 20px 40px;
  margin: 0 0 50px
}

@media screen and (max-width: 768px) {
  .qaBox_list .inner .aBox {
      padding:20px 50px 20px 20px;
      font-size: 14px
  }
}

.qaBox_list .inner .aBox:before {
  position: absolute;
  bottom: -25px;
  right: 10px;
  width: 70px;
  height: 100px;
  content: " ";
  background: url(../images/faq/qa2.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center
}

.no-webp .qaBox_list .inner .aBox:before {
  background: url(../images/faq/qa2.png) center center repeat
}

@media screen and (max-width: 768px) {
  .qaBox_list .inner .aBox:before {
      width:50px;
      background-size: 100%
  }
}

.qaBox_list .inner .aBox:after {
  content: " ";
  position: absolute;
  bottom: -20px;
  right: 80px;
  width: 41px;
  height: 30px;
  content: " ";
  background: url(../images/faq/qa2_2.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: 0
}

.no-webp .qaBox_list .inner .aBox:after {
  background: url(../images/faq/qa2_2.png) center center repeat
}

.qaBox_list .inner .aBox .link {
  padding: 10px 0 0
}

.qaBox_list .inner .aBox .link a,.qaBox_list .inner .aBox .link span {
  position: relative;
  color: #f06400 !important;
  text-decoration: none !important;
  padding: 5px 0 5px 30px
}

.qaBox_list .inner .aBox .link a:hover,.qaBox_list .inner .aBox .link span:hover {
  cursor: pointer;
  opacity: .5
}

.qaBox_list .inner .aBox .link a:before,.qaBox_list .inner .aBox .link span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: " ";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #f06400;
  z-index: 1
}

.qaBox_list .inner .aBox .link a:after,.qaBox_list .inner .aBox .link span:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 7px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  z-index: 2
}

.qaBox_list .inner .aBox--withImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width: 768px) {
  .qaBox_list .inner .aBox--withImg {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.qaBox_list .inner .aBox--withImg>*:first-child {
  margin-right: 4.1666666667%
}

@media screen and (max-width: 768px) {
  .qaBox_list .inner .aBox--withImg>*:first-child {
      margin-right:0;
      margin-bottom: 20px
  }
}

.qaBox_list .inner .aBox--withImg .bl_imgWrapper {
  margin-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px
}

@media screen and (max-width: 768px) {
  .qaBox_list .inner .aBox--withImg .bl_imgWrapper {
      -webkit-box-flex:1;
      -ms-flex: 1;
      flex: 1;
      width: 100%
  }
}

.qaBox_list .inner .aBox--withImg .bl_imgWrapper+p {
  font-size: 16px !important
}

.qaBox_list .btn {
  text-align: center;
  margin: 50px auto 0;
  font-size: 15px
}

@media screen and (max-width: 768px) {
  .qaBox_list .btn {
      margin-top:0
  }
}

.qaBox_list .btn a {
  text-decoration: none;
  color: #fff
}

.qa_single {
  padding: 50px 0 70px
}

@media screen and (max-width: 768px) {
  .qa_single {
      padding:0 20px 50px
  }
}

.qa_single .inner .qBox {
  font-size: 24px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .qa_single .inner .qBox {
      font-size:18px
  }
}

.qa_single .inner .aBox {
  padding: 40px 90px 40px 40px;
  margin: 0 0 50px
}

@media screen and (max-width: 768px) {
  .qa_single .inner .aBox {
      padding:20px
  }
}

.btn_single {
  margin: 50px auto 100px
}

.campaignBox_list {
  padding: 50px 0 120px
}

@media screen and (max-width: 768px) {
  .campaignBox_list {
      padding:0 0 50px
  }
}

.campaignBox_list .inBox a {
  text-decoration: none !important;
  color: #42210b !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f1f1f1;
  border-radius: 20px;
  overflow: hidden
}

.campaignBox_list .inBox a .imgBox {
  width: 35%;
  position: relative;
  overflow: hidden
}

@media screen and (max-width: 768px) {
  .campaignBox_list .inBox a .imgBox {
      width:100%;
      height: 200px
  }
}

.campaignBox_list .inBox a .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
  max-width: none;
  height: 110%;
  width: auto
}

.campaignBox_list .inBox a .end {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 2
}

.campaignBox_list .inBox a .end span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 18px;
  font-weight: 700
}

.campaignBox_list .inBox a .txBox {
  width: 65%;
  padding: 30px
}

@media screen and (max-width: 768px) {
  .campaignBox_list .inBox a .txBox {
      width:100%;
      padding: 30px 15px
  }
}

.campaignBox_list .inBox a .txBox .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 12px;
  padding: 0 0 5px
}

@media screen and (max-width: 768px) {
  .campaignBox_list .inBox a .txBox .time {
      font-size:10px;
      line-height: 140%
  }
}

.campaignBox_list .inBox a .txBox .time .tag {
  color: #fff;
  background-color: #f06400;
  border-radius: 50px;
  padding: 0 10px;
  margin: 0 10px 0 0
}

@media screen and (max-width: 768px) {
  .campaignBox_list .inBox a .txBox .time .tag {
      padding:3px 5px
  }
}

.campaignBox_list .inBox a .txBox .time .tx1 {
  color: gray
}

.campaignBox_list .inBox a .txBox .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 20px
}

@media screen and (max-width: 768px) {
  .campaignBox_list .inBox a .txBox .title {
      font-size:16px;
      padding: 0 0 10px
  }
}

@media screen and (max-width: 768px) {
  .campaignBox_list .inBox a .txBox .tx2 {
      font-size:14px
  }
}

.campaignBox_list .inBox a .txBox .btn {
  display: block;
  background-color: #f06400;
  margin: 20px 0 0;
  padding: 12px;
  color: #fff;
  border-radius: 20px
}

@media screen and (max-width: 768px) {
  .campaignBox_list .inBox a .txBox .btn {
      margin:20px auto 0
  }
}

.campaignBox_list .btn {
  text-align: center;
  margin: 50px auto 0;
  font-size: 14px
}

.campaignBox_list .btn a {
  text-decoration: none;
  color: #fff
}

.jikiBtn {
  width: 600px;
  margin: 50px auto 0;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffdcdc
}

@media screen and (max-width: 768px) {
  .jikiBtn {
      width:90%
  }
}

.jikiBtn .tx1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 30px 30px
}

@media screen and (max-width: 768px) {
  .jikiBtn .tx1 {
      padding:20px 10px 0
  }
}

@media screen and (max-width: 768px) {
  .jikiBtn .tx1 .imgBox {
      width:30%;
      text-align: center
  }
}

.jikiBtn .tx1 .txBox {
  width: 50%;
  padding: 0 0 0 30px
}

@media screen and (max-width: 768px) {
  .jikiBtn .tx1 .txBox {
      width:70%;
      padding: 0 0 0 20px
  }
}

.jikiBtn .tx1 .txBox .title {
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 10px
}

@media screen and (max-width: 768px) {
  .jikiBtn .tx1 .txBox .title {
      font-size:20px
  }
}

.jikiBtn .tx1 .txBox .sub1 {
  font-size: 16px
}

@media screen and (max-width: 768px) {
  .jikiBtn .tx1 .txBox .sub1 {
      font-size:14px
  }
}

.jikiBtn .tx2 {
  color: #fff;
  text-align: center;
  background-color: #f06400;
  padding: 20px;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .jikiBtn .tx2 {
      padding:10px;
      font-size: 14px
  }
}

.jikiBtn a {
  display: block;
  text-decoration: none !important;
  color: #42210b !important;
  position: relative
}

.jikiBtn a:before {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  content: " ";
  position: absolute;
  bottom: 22px;
  right: 20px;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  z-index: 2
}

@media screen and (max-width: 768px) {
  .jikiBtn a:before {
      bottom:12px
  }
}

.jikiBtn a:after {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  content: " ";
  position: absolute;
  bottom: 28px;
  right: 27px;
  width: 0;
  height: 0;
  border-left: 8px solid #f06400;
  border-top: 6px solid rgba(0,0,0,0);
  border-bottom: 6px solid rgba(0,0,0,0);
  z-index: 3
}

@media screen and (max-width: 768px) {
  .jikiBtn a:after {
      bottom:18px
  }
}

.jikiBtn a:hover:before {
  right: 15px
}

.jikiBtn a:hover:after {
  right: 22px
}

.w-container {
  max-width: 1020px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(5px,7.2463768116vw,30px);
  padding-right: clamp(5px,7.2463768116vw,30px)
}

.w-container800 {
  max-width: 860px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(5px,7.2463768116vw,30px);
  padding-right: clamp(5px,7.2463768116vw,30px)
}

.w-container__83 {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 768px) {
  .w-container__83 {
      max-width:100%;
      margin-left: 0;
      margin-right: 0
  }
}

.ly_boxCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width: 768px) {
  .ly_boxCont {
      -webkit-box-pack:start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 354px
  }
}

.ly_boxCont__3_230>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px
}

.ly_boxCont__3_230>*:nth-child(2) {
  margin-left: calc((100% - 690px)/2);
  margin-right: calc((100% - 690px)/2)
}

@media screen and (max-width: 768px) {
  .ly_boxCont__3_230>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 clamp(140px,40.3381642512vw,167px);
      flex: 0 0 clamp(140px,40.3381642512vw,167px)
  }

  .ly_boxCont__3_230>*:nth-child(even) {
      margin-left: 20px;
      margin-right: 0
  }

  .ly_boxCont__3_230>*:nth-child(odd) {
      margin-left: 0;
      margin-right: 0
  }
}

.ly_boxCont__6_230>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px
}

.ly_boxCont__6_230>*:nth-child(2),.ly_boxCont__6_230>*:nth-child(5) {
  margin-left: 50px;
  margin-right: 50px
}

@media screen and (max-width: 850px)and (min-width:769px) {
  .ly_boxCont__6_230>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 167px;
      flex: 0 0 167px;
      font-size: 14px
  }
}

@media screen and (max-width: 768px) {
  .ly_boxCont__6_230>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 clamp(140px,40.3381642512vw,167px);
      flex: 0 0 clamp(140px,40.3381642512vw,167px)
  }

  .ly_boxCont__6_230>*:nth-child(even) {
      margin-left: 20px;
      margin-right: 0
  }

  .ly_boxCont__6_230>*:nth-child(odd) {
      margin-left: 0;
      margin-right: 0
  }
}

.ly_boxCont__6_230 {
  .bl_box {
    & a {
      font-size: 20px;
    }
  }
}

.ly_boxCont__3_218>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 218px;
  flex: 0 0 218px
}

.ly_boxCont__3_218>*:nth-child(2) {
  margin-left: 30px;
  margin-right: 30px
}

@media screen and (min-width: 769px)and (max-width:1022px) {
  .ly_boxCont__3_218>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 167px;
      flex: 0 0 167px
  }

  .ly_boxCont__3_218>*:nth-child(2) {
      margin-left: 13px;
      margin-right: 13px
  }
}

@media screen and (max-width: 768px) {
  .ly_boxCont__3_218>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 clamp(140px,40.3381642512vw,167px);
      flex: 0 0 clamp(140px,40.3381642512vw,167px)
  }

  .ly_boxCont__3_218>*:nth-child(even) {
      margin-left: 20px;
      margin-right: 0
  }

  .ly_boxCont__3_218>*:nth-child(odd) {
      margin-left: 0;
      margin-right: 0
  }
}

.ly_boxCont__4_218>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 218px;
  flex: 0 0 218px
}

.ly_boxCont__4_218>*:not(:first-child) {
  margin-left: 29px
}

@media screen and (min-width: 769px)and (max-width:1022px) {
  .ly_boxCont__4_218>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 167px;
      flex: 0 0 167px
  }

  .ly_boxCont__4_218>*:not(:first-child) {
      margin-left: 13px
  }
}

@media screen and (max-width: 768px) {
  .ly_boxCont__4_218>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 clamp(140px,40.3381642512vw,167px);
      flex: 0 0 clamp(140px,40.3381642512vw,167px)
  }

  .ly_boxCont__4_218>*:nth-child(even) {
      margin-left: 20px;
      margin-right: 0
  }

  .ly_boxCont__4_218>*:nth-child(odd) {
      margin-left: 0;
      margin-right: 0
  }
}

.ly_boxCont__5_218>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 218px;
  flex: 0 0 218px
}

.ly_boxCont__5_218>*:nth-child(2),.ly_boxCont__5_218>*:nth-child(3),.ly_boxCont__5_218>*:nth-child(5) {
  margin-left: 29px
}

.ly_boxCont__5_218>*:nth-child(4) {
  margin-left: calc((100% - 436px - 29px)/2)
}

.ly_boxCont__5_218>*:nth-child(5) {
  margin-right: calc((100% - 436px - 29px)/2)
}

@media screen and (min-width: 769px)and (max-width:1022px) {
  .ly_boxCont__5_218>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 167px;
      flex: 0 0 167px
  }

  .ly_boxCont__5_218>*:nth-child(2),.ly_boxCont__5_218>*:nth-child(3),.ly_boxCont__5_218>*:nth-child(5) {
      margin-left: 13px
  }

  .ly_boxCont__5_218>*:nth-child(4) {
      margin-left: calc((100% - 334px - 13px)/2)
  }

  .ly_boxCont__5_218>*:nth-child(5) {
      margin-right: calc((100% - 334px - 13px)/2)
  }
}

@media screen and (max-width: 768px) {
  .ly_boxCont__5_218>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 clamp(140px,40.3381642512vw,167px);
      flex: 0 0 clamp(140px,40.3381642512vw,167px)
  }

  .ly_boxCont__5_218>*:nth-child(even) {
      margin-left: 20px;
      margin-right: 0
  }

  .ly_boxCont__5_218>*:nth-child(odd) {
      margin-left: 0;
      margin-right: 0
  }
}

.ly_boxCont__6_218>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 218px;
  flex: 0 0 218px
}

.ly_boxCont__6_218>*:nth-child(2),.ly_boxCont__6_218>*:nth-child(3),.ly_boxCont__6_218>*:nth-child(4) {
  margin-left: 29px
}

.ly_boxCont__6_218>*:nth-child(5) {
  margin-left: calc((100% - 436px - 29px)/2)
}

.ly_boxCont__6_218>*:nth-child(6) {
  margin-left: 29px;
  margin-right: calc((100% - 436px - 29px)/2)
}

@media screen and (min-width: 769px)and (max-width:1022px) {
  .ly_boxCont__6_218>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 167px;
      flex: 0 0 167px
  }

  .ly_boxCont__6_218>*:nth-child(2),.ly_boxCont__6_218>*:nth-child(3),.ly_boxCont__6_218>*:nth-child(4) {
      margin-left: 13px
  }

  .ly_boxCont__6_218>*:nth-child(5) {
      margin-left: calc((100% - 334px - 13px)/2)
  }

  .ly_boxCont__6_218>*:nth-child(6) {
      margin-left: 13px;
      margin-right: calc((100% - 334px - 13px)/2)
  }
}

@media screen and (max-width: 768px) {
  .ly_boxCont__6_218>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 clamp(140px,40.3381642512vw,167px);
      flex: 0 0 clamp(140px,40.3381642512vw,167px)
  }

  .ly_boxCont__6_218>*:nth-child(even) {
      margin-left: clamp(15px,2.1126760563%,25px);
      margin-right: 0
  }

  .ly_boxCont__6_218>*:nth-child(odd) {
      margin-left: 0;
      margin-right: 0
  }
}

.ly_boxCont__10_218>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 218px;
  flex: 0 0 218px
}

.ly_boxCont__10_218>*:nth-child(2),.ly_boxCont__10_218>*:nth-child(3),.ly_boxCont__10_218>*:nth-child(5),.ly_boxCont__10_218>*:nth-child(6),.ly_boxCont__10_218>*:nth-child(7),.ly_boxCont__10_218>*:nth-child(9),.ly_boxCont__10_218>*:nth-child(10) {
  margin-left: 29px
}

.ly_boxCont__10_218>*:nth-child(1),.ly_boxCont__10_218>*:nth-child(8) {
  margin-left: calc((100% - 654px - 58px)/2)
}

.ly_boxCont__10_218>*:nth-child(3),.ly_boxCont__10_218>*:nth-child(10) {
  margin-right: calc((100% - 654px - 58px)/2)
}

@media screen and (min-width: 769px)and (max-width:1022px) {
  .ly_boxCont__10_218>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 167px;
      flex: 0 0 167px
  }

  .ly_boxCont__10_218>*:nth-child(2),.ly_boxCont__10_218>*:nth-child(3),.ly_boxCont__10_218>*:nth-child(5),.ly_boxCont__10_218>*:nth-child(6),.ly_boxCont__10_218>*:nth-child(7),.ly_boxCont__10_218>*:nth-child(9),.ly_boxCont__10_218>*:nth-child(10) {
      margin-left: 13px
  }

  .ly_boxCont__10_218>*:nth-child(1),.ly_boxCont__10_218>*:nth-child(8) {
      margin-left: calc((100% - 501px - 26px)/2)
  }

  .ly_boxCont__10_218>*:nth-child(3),.ly_boxCont__10_218>*:nth-child(10) {
      margin-right: calc((100% - 501px - 26px)/2)
  }
}

@media screen and (max-width: 768px) {
  .ly_boxCont__10_218>* {
      -webkit-box-flex:0;
      -ms-flex: 0 0 clamp(140px,40.3381642512vw,167px);
      flex: 0 0 clamp(140px,40.3381642512vw,167px)
  }

  .ly_boxCont__10_218>*:nth-child(even) {
      margin-left: 20px;
      margin-right: 0
  }

  .ly_boxCont__10_218>*:nth-child(odd) {
      margin-left: 0;
      margin-right: 0
  }
}

.bl_listSquare li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em
}

.bl_listSquare li:before {
  content: "■"
}

@media screen and (max-width: 768px) {
  .bl_listSquare li {
      font-size:14px
  }
}

.bl_listRhombus li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em
}

.bl_listRhombus li:before {
  content: "◆"
}

@media screen and (max-width: 768px) {
  .bl_listRhombus li {
      font-size:14px
  }
}

.bl_listCircle li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em
}

.bl_listCircle li:before {
  content: "・"
}

@media screen and (max-width: 768px) {
  .bl_listCircle li {
      font-size:14px
  }
}

.hp_onlySp {
  display: none !important
}

@media screen and (max-width: 768px) {
  .hp_onlySp {
      display:block !important
  }
}

.hp_onlyPc {
  display: block !important
}

@media screen and (max-width: 768px) {
  .hp_onlyPc {
      display:none !important
  }
}

.hp_onlyPcInline {
  display: inline-block !important
}

@media screen and (max-width: 768px) {
  .hp_onlyPcInline {
      display:none !important
  }
}

.hp_bgcGray {
  background-color: #f1f1f1 !important
}

.hp_bgcWhite {
  background-color: #fff !important
}

.hp_bgcYellow {
  background-color: #fff0c8 !important
}

.hp_imgMw100 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.hp_imgMw100 img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important
}

.hp_imgMw425 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  margin-top: 0 !important
}

.hp_imgMw425 img {
  width: auto !important;
  max-width: 425px !important;
  height: auto !important
}

@media screen and (max-width: 768px) {
  .hp_imgMw425 img {
      max-width:235px !important
  }
}

.hp_imgMw600px {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.hp_imgMw600px img {
  width: 100% !important;
  max-width: 600px !important;
  height: auto !important
}

.hp_mw480 {
  max-width: 480px !important
}

.hp_linkUl {
  text-decoration: underline !important;
  color: inherit !important
}

.hp_linkUl:hover {
  text-decoration: none !important
}

.hp_bbGray {
  border-bottom: 1px solid #c8c8c8 !important
}

.hp_fwBold {
  font-weight: 700 !important
}

.hp_fwExtBold {
  font-weight: 900 !important
}

.hp_fsz20 {
  font-size: 20px !important
}

@media screen and (max-width: 768px) {
  .hp_fsz20 {
      font-size:16px !important
  }
}

.hp_indent {
  padding-left: 1em !important;
  text-indent: -1em !important
}

.hp_divider {
  margin: 1em 0;
  background-color: #42201b;
  width: 100%;
  height: 1px
}

.hp_db {
  display: block
}

.aBox>.link+.aBox_txtFull {
  display: none
}

.aBox.open .aBox_txt,.aBox.open .link {
  display: none
}

.aBox.open>.link+.aBox_txtFull {
  display: block
}

.bl_table1,.bl_table2 {
  border: 1px solid #42210b
}

@media screen and (max-width: 768px) {
  .bl_table1,.bl_table2 {
      border-right-width:0;
      overflow-x: auto;
      display: block
  }
}

.bl_table1 table,.bl_table2 table {
  width: 100%
}

.bl_table1 th,.bl_table2 th {
  background-color: #f1f1f1;
  border-bottom: .5px solid #42210b;
  border-right: .5px solid #42210b;
  border-top-width: 0;
  font-size: 16px;
  vertical-align: top
}

@media screen and (max-width: 768px) {
  .bl_table1 th,.bl_table2 th {
      font-size:14px;
      white-space: nowrap;
      display: table-cell
  }
}

.bl_table1 td,.bl_table2 td {
  font-size: 16px;
  border-bottom: .5px solid #42210b;
  border-top-width: 0;
  vertical-align: top
}

@media screen and (max-width: 768px) {
  .bl_table1 td,.bl_table2 td {
      font-size:14px;
      white-space: nowrap;
      display: table-cell;
      border-right: 1px solid #42210b
  }
}

.bl_table1 tr:first-child th,.bl_table1 tr:first-child td,.bl_table2 tr:first-child th,.bl_table2 tr:first-child td {
  border-top-width: 0
}

.bl_table1 tr:last-child th,.bl_table1 tr:last-child td,.bl_table2 tr:last-child th,.bl_table2 tr:last-child td {
  border-bottom-width: 0
}

.bl_table1 {
  margin-top: 60px
}

.bl_table1 th {
  width: 31.25%
}

@media screen and (max-width: 768px) {
  .bl_table1 th {
      width:auto
  }
}

.bl_table2 {
  margin-top: 20px
}

@media screen and (max-width: 768px) {
  .bl_table2 {
      margin-top:0
  }
}

.bl_table2 th {
  width: 22.9166666667%
}

@media screen and (max-width: 768px) {
  .bl_table2 th {
      width:auto
  }
}

.bl_table2 th+td {
  width: 48.9583333333%;
  border-right: .5px solid #42210b
}

.bl_table2 th+td+td {
  text-align: right
}

.bl_tableVert3 {
  border: 1px solid #42210b;
  text-align: left
}

@media screen and (max-width: 768px) {
  .bl_tableVert3 {
      border-right-width:0;
      overflow-x: auto;
      display: block
  }
}

.bl_tableVert3 table {
  width: 100%;
  margin: 0;
  table-layout: fixed
}

@media screen and (max-width: 768px) {
  .bl_tableVert3 table {
      width:auto;
      min-width: 100%
  }
}

.bl_tableVert3 th {
  background-color: #ffefc4;
  border-bottom: .5px solid #42210b;
  border-right: .5px solid #42210b;
  border-top-width: 0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  padding: 20px 10px
}

@media screen and (max-width: 768px) {
  .bl_tableVert3 th {
      font-size:14px;
      white-space: nowrap;
      display: table-cell
  }
}

.bl_tableVert3 td {
  background-color: #fff;
  font-size: 16px;
  padding: 20px 10px;
  border-bottom: .5px solid #42210b;
  border-right: .5px solid #42210b;
  border-top-width: 0;
  vertical-align: top;
  text-align: center
}

@media screen and (max-width: 768px) {
  .bl_tableVert3 td {
      font-size:14px;
      white-space: nowrap;
      display: table-cell;
      border-right: 1px solid #42210b
  }
}

.bl_tableVert3 th:last-child,.bl_tableVert3 td:last-child {
  border-right-width: 0
}

@media screen and (max-width: 768px) {
  .bl_tableVert3 th:last-child,.bl_tableVert3 td:last-child {
      border-right-width:1px
  }
}

.bl_tableVert3 tbody tr:last-child td {
  border-bottom-width: 0
}

.shop .firstBox_list {
  padding-top: 50px
}

.lightTx .inBox {
  -webkit-transform: unset !important;
  transform: unset !important
}

.lightTx .inBox .tx {
  -webkit-transform: unset !important;
  transform: unset !important
}

.lightTx .inBox .tx p {
  -webkit-transform: unset !important;
  transform: unset !important
}



/* 選ばれる3つの理由 */

.topBox3_1 {
  padding: 0 0 150px;
}

@media screen and (max-width: 768px) {
  .topBox3_1 {
      padding:0 0 70px
  }
}

.topBox3_1 .promiseBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px
}

@media screen and (max-width: 768px) {
  .topBox3_1 .promiseBox {
      display:block;
      padding: 0 4.2666666667vw 20px
  }
}

.topBox3_1 .promiseBox .tx {
  font-size: 26px;
  font-weight: 700;
  width: 50%;
  line-height: 180%
}

@media screen and (max-width: 768px) {
  .topBox3_1 .promiseBox .tx {
      width:100%;
      font-size: 16px
  }
}

.topBox3_1 .promiseBox .imgBox {
  text-align: center;
  width: calc(50% - 20px);
  margin-left: 20px
}

@media screen and (max-width: 768px) {
  .topBox3_1 .promiseBox .imgBox {
      width:100%;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px
  }
}

.topBox3_1 .btn {
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .topBox3_1 .btn {
      max-width:calc(100% - 40px)
  }
}
.topBox3 {
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .topBox3 {
      padding:0px;
  }
}

.topBox3 .left {
  padding: 100px 0 0
}

@media screen and (max-width: 768px) {
  .topBox3 .left {
      width:100%;
      padding: 0
  }
}

.topBox3 .left .txBox2,.topBox3 .left .txBox3 {
  opacity: 0;
  display: none
}

.topBox3 .left .tx {
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg);
  font-size: clamp(16px,2.0806241873vw,26px);
  font-weight: 700;
  line-height: 180%
}

@media screen and (max-width: 768px) {
  .topBox3 .left .tx {
      font-size:15px;
      padding: 15px 15px 0;
      text-align: center
  }
}

.topBox3 .left .tx2 {
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg);
  padding: 10px 0 0
}

@media screen and (max-width: 768px) {
  .topBox3 .left .tx2 {
      padding:10px 10px 0;
      font-size: 10px;
      text-align: center
  }
}

.topBox3 .left .btn {
  margin: 50px 0 0
}

@media screen and (max-width: 768px) {
  .topBox3 .left .btn {
      margin:30px auto 0
  }
}

.topBox3 .right {
  padding: 50px 0 0
}

@media screen and (max-width: 768px) {
  .topBox3 .right {
      width:100%
  }
}

.topBox3 .reason {
  background: url(../images/top/top3_img1.gif) no-repeat center;
  width: 375px;
  height: 330px;
  position: relative
}

@media screen and (max-width: 768px) {
  .topBox3 .reason {
      width:280px;
      height: 300px;
      margin: 0 auto;
      background-size: 100%
  }
}

.topBox3 .reason .reason_mainimg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 65%
}

.topBox3 .reason .reason_mainimg .main2,.topBox3 .reason .reason_mainimg .main3 {
  opacity: 0;
  display: none
}

.topBox3 .reason .reason_rotbox {
  position: absolute;
  left: 54%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(180deg);
  transform: translate(-50%,-50%) rotate(180deg);
  width: 400px;
  height: 327px
}

@media screen and (max-width: 768px) {
  .topBox3 .reason .reason_rotbox {
      width:100%;
      height: 300px;
      left: 53%;
      -webkit-transform: translate(-50%,-40%) rotate(180deg);
      transform: translate(-50%,-40%) rotate(180deg)
  }
}

.topBox3 .reason .reason_rotbox .item {
  display: block;
  position: absolute;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 137px;
  height: 140px
}

@media screen and (max-width: 768px) {
  .topBox3 .reason .reason_rotbox .item {
      width:100px;
      height: 120px
  }

  .topBox3 .reason .reason_rotbox .item img {
      background-size: 100%
  }
}

.topBox3 .reason .reason_rotbox .item.active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.topBox3 .reason .reason_rotbox .item.transition {
  -webkit-transition: all .35s ease;
  transition: all .35s ease
}

.topBox3 .reason .reason_rotbox .item1 {
  background: url(../images/top/top3_img2_1.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 65px 99px
}

.no-webp .topBox3 .reason .reason_rotbox .item1 {
  background: url(../images/top/top3_img2_1.png) center center repeat
}

@media screen and (max-width: 768px) {
  .topBox3 .reason .reason_rotbox .item1 {
      background-size:50%
  }
}

.topBox3 .reason .reason_rotbox .item2 {
  background: url(../images/top/top3_img2_2.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 65px 99px
}

.no-webp .topBox3 .reason .reason_rotbox .item2 {
  background: url(../images/top/top3_img2_2.png) center center repeat
}

@media screen and (max-width: 768px) {
  .topBox3 .reason .reason_rotbox .item2 {
      background-size:50%
  }
}

.topBox3 .reason .reason_rotbox .item3 {
  background: url(../images/top/top3_img2_3.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 65px 99px
}

.no-webp .topBox3 .reason .reason_rotbox .item3 {
  background: url(../images/top/top3_img2_3.png) center center repeat
}

@media screen and (max-width: 768px) {
  .topBox3 .reason .reason_rotbox .item3 {
      background-size:50%
  }
}

.topBox3 .reason .reason_rotbox .item1.active {
  background: url(../images/top/top3_img3_1.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 130px 130px
}

.no-webp .topBox3 .reason .reason_rotbox .item1.active {
  background: url(../images/top/top3_img3_1.png) center center repeat
}

@media screen and (max-width: 768px) {
  .topBox3 .reason .reason_rotbox .item1.active {
      background-size:100%
  }
}

.topBox3 .reason .reason_rotbox .item2.active {
  background: url(../images/top/top3_img4_1.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 130px 130px
}

.no-webp .topBox3 .reason .reason_rotbox .item2.active {
  background: url(../images/top/top3_img4_1.png) center center repeat
}

@media screen and (max-width: 768px) {
  .topBox3 .reason .reason_rotbox .item2.active {
      background-size:100%
  }
}

.topBox3 .reason .reason_rotbox .item3.active {
  background: url(../images/top/top3_img5_1.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 130px 130px
}

.no-webp .topBox3 .reason .reason_rotbox .item3.active {
  background: url(../images/top/top3_img5_1.png) center center repeat
}
2
@media screen and (max-width: 768px) {
  .topBox3 .reason .reason_rotbox .item3.active {
      background-size:100%
  }
}

.topBox3 .reason .controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

.topBox3 .reason .controls .previous {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%
}

.topBox3 .reason .controls .next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%
}

.topBox3 .reason .controls .previous:active,.topBox3 .reason .controls .next:active {
  outline: none
}

.topBox3 .reason .controls .previous:hover,.topBox3 .reason .controls .next:hover {
  outline: none
}
.topBox3 .reason .controls a:focus {
  outline: none
}

.reasonBox .reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:768px) {
  .reasonBox .reason_list {
    display: block;
    padding: 0 3%;
    max-width: 400px;
    margin: 0 auto;
  } 
}
.reasonBox .reason_list .point{
  display: block;
}
.reasonBox .reason_list .point .imgBox{
  max-width: 100%;
  margin: 0;
  text-align: center;
}
.reasonBox .reason_list .point .imgBox picture{
  margin: 0;
}

/* staff slider */
.staff-slider{
    width: 100%;
    height: 100px;
    position: relative;
    margin: 100px auto;
    overflow: hidden;
}
.scrollItem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: unset;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0%;
    left: 0%;
    padding-right: 5px;
}
.scrollItem img{
  width: 2584px;
  margin-right: 7px;
}

@media screen and (max-width:768px) {
  .staff-slider{
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
