@charset "utf-8";
/* CSS Document */

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

animation

-----------------------------------------------------------------------------  ***/
@keyframes shiny {
  0% { left: -20%; }
  25% { left: 120%; }
  100% { left: 120%; }
}
.shiny-btn {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

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

.pankuzu

-----------------------------------------------------------------------------  ***/
main.main-content .pankuzu .inner{
  padding: 10px 20px;
}
main.main-content .pankuzu .inner ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main.main-content .pankuzu .inner ul li{
  font-size: 14px;
}
main.main-content .pankuzu .inner ul li a{
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
}
@media (hover: hover) {
  main.main-content .pankuzu .inner ul li a:hover{
    text-decoration: underline;
  }
}
main.main-content .pankuzu .inner ul li a:after{
  content: '\03e';
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%) scale(.6,1);
}
main.main-content .pankuzu .inner ul li:last-child a{
  pointer-events:none;
}
main.main-content .pankuzu .inner ul li:last-child a:after{
  display:none;
}
@media (max-width:768px){
  main.main-content .pankuzu .inner{
    padding: 5px 0 0;
  }
  main.main-content .pankuzu .inner ul{
    display:inline-block;
    padding:0 10px 3px;
  }
  main.main-content .pankuzu .inner ul li{
    font-size: 12px;
  }
}

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

#hall

-----------------------------------------------------------------------------  ***/
#hall .tit {
  display: block;
  padding: 0 0 15px 60px;
  line-height: 1;
  letter-spacing: 0.6px;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 40px;
  border-bottom: solid 2px #185192;
  background: no-repeat top left;
  background-size: 50px;
}
#hall.detail .tit {
  padding: 0 0 15px;
}
#hall .more-btn2{
  background-color: #185192;
  border-radius: 100px;
  box-shadow: 0px 5px 0 #0d3460;
  transition: .3s;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 320px;
  max-width:100%;
  margin: 0 auto;
  padding: 15px 0;
  display: block;
  position: relative;
}
@media (hover: hover) {
  #hall .more-btn2:hover {
    background: #FD8A42;
    box-shadow: 0px 2px 0 #d8641d;
    transform: translateY(2px);
  }
}
#hall .more-btn2:after{
  content: '';
  display: block;
  width: 13px;
  height: 100%;
  background: url(../img/icon/arrow-w.svg)no-repeat center center;
  background-size: 7px;
  position: absolute;
  top: 0;
  right: 10px;
}

@media (max-width:768px){
  #hall .tit {
    padding: 0 0 10px 35px;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: solid 1px #185192;
    background-size: 30px;
  }
  #hall .more-btn2{
    font-size: 16px;
    width: 280px;
  }
}

#hall #visual .inner{
  position: relative;
  padding: 0 20px;
}
#hall #visual .inner h1{
  font-size: 50px;
  line-height: 1;
  background-color: #185192;
  color: #fff;
  position: absolute;
  top: 30px;
  left:0px;
  padding: 15px;
  z-index: 10;
}
#hall #visual .inner h1 span{
  font-size: 40px;
}
#hall #visual .inner .post-ttl.name{
  display: flex;
  align-items: center;
  padding: 15px 0;
  line-height: 1;
  letter-spacing: 0.6px;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 40px;
  border-bottom: solid 2px #185192;
  background: none;
  position: relative;
  top: inherit;
  left: inherit;
  color: #333;
}
#hall #visual .inner .post-ttl.name span{
  display: inline-block;
  background-color: #EEEFF2;
  border-radius: 5px;
  padding: 5px;
  margin-left: 20px;
}
#hall #visual .inner .post-ttl.name span img{
  max-width: none;
  width: 70px;
  max-height:32px;
  display: block;
  object-fit:contain;
}
#hall #visual .inner .slider{
  margin-bottom: 60px;
}
#hall #visual .inner .slick-slider{
  display: none;
  overflow:hidden;
  opacity: 0;
  transition: opacity .25s ease;
}
#hall #visual .inner .slick-slider.slick-initialized{
  display: block;
  overflow:inherit;
  opacity:1;
}
#hall #visual .inner .single_slider{
margin-top: 50px;
}
#hall #visual .inner .slider .pc-none{
  display: none;
}
#hall .campain-bn{
  display: block;
  max-width: 1000px;
  width: 96%;
  margin: 0 auto 30px;
  padding: 6px;
  display: block;
  border-radius: 10px;
  background-color: #EFCB6B;
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
  transition: .3s;
  box-shadow: 0 2px 7px rgba(0,0,0,.25);
}
#hall .campain-bn p{
  display: block;
  border: solid 2px #000;
  border-radius: 8px;
  padding: 15px 30px;
  position: relative;
}
#hall .campain-bn p:after{
  content: '';
  display: block;
  width: 13px;
  height: 100%;
  background: url(../img/icon/arrow-bk.svg)no-repeat center center;
  background-size: 12px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: .3s;
}
#hall .campain-bn br{
  display: none;
}
@media (hover: hover) {
  #hall .campain-bn:hover{
      box-shadow: 0 0 0 rgba(0,0,0,0);
  }
}
#hall .choose{
  background-color: #F9F4E4;
  width: 100%;
  max-width: 1200px;
  padding: 60px 100px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  text-align: center;
}
#hall main.main-content .choose .section-ttl{
  margin-bottom: 40px;
}
#hall main.main-content .choose .section-ttl .main{
  font-weight:700;
}
#hall .choose .annotation{
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  margin: 0 auto 40px;
  display: inline-block;
}
#hall .choose .txt {
  display: block;
  max-width: 1000px;
  text-align: left;
  font-size: 18px;
  margin: 0 auto;
}
#hall .map .tit{
  background-image: url(../img/icon/map-bl.svg);
}
#hall .map .frame iframe{
  width: 100%;
  height: 580px;
}
#hall .map .txt{
  text-align: center;
  margin: 30px 0 0;
  font-size: 20px;
  line-height: 1.8;
}
#hall .search .tit{
  background-image: url(../img/icon/glass-bl.svg);
}
#hall .search .area-box{
  background-color: #F9F4E4;
  padding: 50px 50px 20px;
}
#hall .search .area-box > li{
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#hall .search .area-box > li .area{
  display: inline-block;
  width: 180px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}
#hall .search .area-box > li .area a{
  transition: 0.3s;
}
@media (hover: hover) {
  #hall .search .area-box > li .area a:hover {
    color: #FD8A42;
}
}
#hall .search .area-box > li ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 200px);
}
#hall .search .area-box > li ul li {
  display: inline-block;
  padding: 0 20px;
  line-height: 1.2;
  border-right: solid 1px #8D8879;
  margin: 0 0 10px 0;
}
#hall .search .area-box > li ul li a {
  display: inline-block;
  padding: 0;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin: 0;
  transition: 0.3s;
  color: #003A77;
  text-decoration: underline;
}
@media (hover: hover) {
  #hall .search .area-box > li ul li a:hover {
    color: #FD8A42;
    text-decoration: none;
  }
}
#hall .funeral  .tit{
  background-image: url(../img/icon/funeral-bl.svg);
}
#hall .funeral .link{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
#hall .funeral .link li{
  width: calc(100% / 3 - 14px);
  margin: 0 20px 20px 0;
  display: flex;
}
#hall .funeral .link li:nth-child(3n){
  margin-right: 0;
}
#hall .funeral .link li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #185192;
  border-radius: 10px;
  box-shadow: 0px 10px 0 #0d3460;
  transition: .3s;
  color: #fff;
  line-height: 1.2;
  font-size: 30px;
  padding: 15px 25px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#hall .funeral .link li a:after {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  background: url(../img/icon/arrow-w.svg)no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}
@media (hover: hover) {
  #hall .funeral .link li a:hover {
    background: #FD8A42;
    box-shadow: 0px 2px 0 #d8641d;
    transform: translateY(8px);
  }
}
#hall .funeral .list{
  padding-bottom: 0;
}
#hall .funeral .list > li .anker{
  padding-top: 200px;
  margin-top: -200px;
  pointer-events: none;
}
#hall .funeral .list > li{
  display: block;
  border: solid 1px #8D8879;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,.2);
  margin-bottom: 30px;
}
#hall .funeral .list > li .name{
  padding: 0 0 25px;
  line-height: 1;
  letter-spacing: 0.6px;
  font-size: 45px;
  margin-bottom: 30px;
  border-bottom: solid 1px #8D8879;
  display: flex;
}
#hall .funeral .list > li .name span{
  background-color: #EEEFF2;
  border-radius: 5px;
  padding: 5px;
  margin-left: 10px;
  margin-right: 5px;
  display: flex;
  justify-content:center;
  align-content:center;
  align-items:center;
  width:98px;
  height:48px;
  box-sizing:border-box;
}
#hall .funeral .list > li .name span img{
  max-width: 85px;
  width: auto;
  display: block;
}
#hall .funeral .list > li .name strong{
  display: block;
  margin-left: 20px;
}
#hall .funeral .list > li .name strong span{
  margin: 0 0 10px 0;
}
#hall .funeral .list > li .box1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#hall .funeral .list > li .box1 .img{
  min-width: 450px;
  width: 450px;
}
#hall .funeral .list > li .box1 .img img{
  max-width: none;
  width: 100%;
}
#hall .funeral .list > li .box1 table{
  width: calc(100% - 480px);
  border-collapse: separate;
}
#hall .funeral .list > li .box1 table th{
  background-color: #185192;
  color: #fff;
  text-align: center;
  min-width: 170px;
  width: 170px;
  padding:10px 15px;
  border: solid 4px #fff;
  border-bottom: solid 8px #fff;
  border-top: none;
  font-size: 25px;
}
#hall .funeral .list > li .box1 table td{
  background-color: #F9F4E4;
  padding:10px 15px;
  border: solid 4px #fff;
  border-bottom: solid 8px #fff;
  border-top: none;
  font-size: 20px;
}
#hall .funeral .list > li .box1 table tr:last-of-type th,
#hall .funeral .list > li .box1 table tr:last-of-type td{
  border-bottom: none;
}
#hall .funeral .list > li .box2{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#hall .funeral .list > li .box2 > li{
  width: calc(100% / 5 - 20px);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
}
#hall .funeral .list > li .box2 > li p:before{
  content: '';
  background: no-repeat center center / contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
#hall .funeral .list > li .box2 > li.on:nth-child(1) p:before{
  background-image: url(../img/icon/parking-bl.svg);
}
#hall .funeral .list > li .box2 > li.off:nth-child(1) p:before{
  background-image: url(../img/icon/parking-grey.svg);
}
#hall .funeral .list > li .box2 > li.on:nth-child(2) p:before{
  background-image: url(../img/icon/waiting-bl.svg);
}
#hall .funeral .list > li .box2 > li.off:nth-child(2) p:before{
  background-image: url(../img/icon/waiting-grey.svg);
}
#hall .funeral .list > li .box2 > li.on:nth-child(3) p:before{
  background-image: url(../img/icon/bed-bl.svg);
}
#hall .funeral .list > li .box2 > li.off:nth-child(3) p:before{
  background-image: url(../img/icon/bed-grey.svg);
}
#hall .funeral .list > li .box2 > li.on:nth-child(4) p:before{
  background-image: url(../img/icon/wheelchair-bl.svg);
}
#hall .funeral .list > li .box2 > li.off:nth-child(4) p:before{
  background-image: url(../img/icon/wheelchair-grey.svg);
}
#hall .funeral .list > li .box2 > li.on:nth-child(5) p:before{
  background-image: url(../img/icon/counseling-bl.svg);
}
#hall .funeral .list > li .box2 > li.off:nth-child(5) p:before{
  background-image: url(../img/icon/counseling-grey.svg);
}
#hall .funeral .list > li .box2 > li.on{
  border: solid 1px #185192;
  color: #185192;
}
#hall .funeral .list > li .box2 > li.off{
  background-color: #F5F5F5;
  color: #C5C5C5;
}
#hall .funeral .list > li .box3{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#hall .funeral .list > li .box3 .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #185192;
  border-radius: 10px;
  box-shadow: 0px 10px 0 #0d3460;
  transition: .3s;
  color: #fff;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  width: calc(100% - 550px);
}
@media (hover: hover) {
  #hall .funeral .list > li .box3 .btn:hover {
    background: #FD8A42;
    box-shadow: 0px 2px 0 #d8641d;
    transform: translateY(8px);
  }
}
#hall .funeral .list > li .box3 .tel{
  color: #185192;
  min-width: 520px;
  width: 520px;
}
#hall .funeral .list > li .box3 .tel span{
  display: block;
  font-size: 36px;
  line-height: 1.4;
}
#hall .funeral .list > li .box3 .tel a{
  font-size: 65px;
  font-weight: bold;
  line-height: 1;
  color: #185192;
  pointer-events: none;
}
#hall .funeral .list > li .box3 .tel a:before{
  content: '';
  background: url(../img/icon/freedial-bl.svg) no-repeat center center / contain;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
#hall .list .introduce{
  max-width: 899px;
  width: 100%;
  margin: 80px auto 0;
}
#hall .estimate{
  background-color: #F9F4E4;
}
#hall .estimate .inner{
}
#hall .estimate .midashi{
  line-height: 1;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #185192;
  text-align: center;
  margin-bottom: 60px;
}
#hall .estimate .midashi strong{
  font-size: 58px;
  font-weight: 600;
}
#hall .estimate .box1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 60px;
  max-width: 1040px;
}
#hall .estimate .box1 .txt{
  width: calc(100% - 500px);
  line-height: 1.8;
  font-size: 18px;
}
#hall .estimate .box1 .img{
  min-width: 450px;
  width: 450px;
}
#hall .careful img{
  max-width: none;
  width: 100%;
}
#hall .careful .midashi{
  background-color: #BF001D;
  color: #fff;
  font-size: 50px;
  line-height: 1.4;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
#hall .careful .midashi span{
  display: inline-block;
  width: 70px;
  margin-right: 15px;
}
#hall .careful .txt{
  font-size: 26px;
  line-height: 1.8;
}
#hall .careful .txt strong{
  background: linear-gradient(transparent 60%, #FFF08B 0%);
  display: inline;
  padding: 0 1px 0px;
}
#hall .careful .box1,
#hall .careful .box2{
  text-align: center;
}
#hall .careful .box1 .img{
  max-width: 1080px;
  width: 100%;
  margin: 40px auto 0;
}
#hall .careful .box2 .assured{
  position: relative;
  padding: 20px 100px;
  max-width: 1080px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF08B;
  color: #185192;
  font-size: 48px;
  line-height: 1.4;
  font-weight: bold;
  margin: 80px auto 40px;
}
#hall .careful .box2 .assured strong{
  color: #BF001D;
}
#hall .careful .box2 .assured:before{
  content: '';
  position: absolute;
  bottom: -10px;
  left: -70px;
  background: url(../img/parts/hall_list/careful-ill02.png) no-repeat center center / contain;
  width: 148px;
  height: 232px;
}
#hall .careful .box2 .assured:after{
  content: '';
  position: absolute;
  bottom: -10px;
  right: -70px;
  background: url(../img/parts/hall_list/careful-ill03.png) no-repeat center center / contain;
  width: 229px;
  height: 251px;
}
#hall .careful .box3{
  margin: 80px auto 0;
}
#hall .careful .box3 .txt{
  text-align: center;
  font-size: 38px;
  line-height: 1.4;
  color: #185192;
  margin: 0 0 30px;
}
#hall .careful .box3 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#hall .careful .box3 ul li{
  width: calc(100% / 3 - 20px);
  font-size: 18px;
  line-height: 1.8;
}
#hall .careful .box3 ul li .img{
  margin-bottom: 10px;
}
#hall .anxiety .balloon{
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto -50px;
  padding: 15px;
  font-size: 52px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #185192;
  background-color: #FFF08B;
  border-radius: 8px;
  -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}
#hall .anxiety .balloon::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top-color: #FFF08B;
}
#hall .anxiety{
  position: relative;
  margin-bottom: 100px;
}
#hall .anxiety:after{
  content: '';
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 140px 0 140px;
  border-color: #BF001D transparent transparent transparent;
}
#hall .anxiety img{
  max-width: none;
  width: 100%;
}
#hall .anxiety .inner{
  background-color: #EEEEEE;
}
#hall .anxiety .box1{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 30px;
}
#hall .anxiety .box1 li{
  width: calc(100% / 3 - 30px);
  margin: 0 15px 10px;
}
#hall .anxiety .box1 li .img{
  border: solid 3px #185192;
  border-radius: 10px;
}
#hall .anxiety .box1 li .txt{
  background-color: #185192;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  transform: translateY(-50%);
  text-align: center;
  box-sizing: border-box;
  width: 106%;
  margin: 0 -3%;
}
#hall .anxiety .box1 li .txt span{
  width: 20px;
  display: inline-block;
  margin-right: 10px;
}
#hall .anxiety .box2{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#hall .anxiety .box2 .txt1{
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
  max-width: 590px;
  width: 59%;
  margin-left: 100px;
  box-sizing: border-box;
}
#hall .anxiety .box2 .txt2{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 30px 100px;
  border-radius: 100px;
  position: relative;
}
#hall .anxiety .box2 .txt2:before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 50px;
  background: url(../img/parts/hall_list/anxiety-ill02.png) no-repeat center center / contain;
  width: 20%;
  height: 0;
  padding-top: 30%;
}
#hall .anxiety .box2 .txt2 p{
  margin-bottom: 10px;
  max-width: 630px;
  width: 72%;
}
#hall .anxiety .box2 .txt2 strong{
  color: #BF001D;
}
#hall .anxiety .box2 .txt3{
  font-size: 18px;
  line-height: 1.8;
  margin: 40px 0 0;
  text-align: center;
}
#hall .anxiety .box3{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 50px 200px;
  position: relative;
  box-sizing: border-box;
}
#hall .anxiety .box3:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/parts/hall_list/anxiety-ill01.png) no-repeat center center / contain;
  width: 188px;
  height: 264px;
}
#hall .anxiety .box3 .txt1{
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  color: #185192;
}
#hall .voice{
  background-color: #F9F4E4;
}
#hall .voice .inner{
  max-width: none;
  padding: 60px 0;
}
#hall .voice .inner .more-btn2{
  margin-top:50px;
}
#hall .voice .inner .txt2{
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 30px;
}
#hall .voice .inner .voice_list2{
  padding: 60px 0 30px;
}
#hall main.main-content section .voice_list2 .voice_slidebox .slick-slide .slick-cnt a{
  background-color: #fff;
  pointer-events: none;
}
#hall .faq .midashi{
  line-height: 1.2;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
#hall .faq .midashi span{
  display: block;
  font-size: 32px;
  margin-top: 20px;
}
#hall .doc_request{
  background-color: #F9F4E4;
}
#hall .const-area{
  background: url(../img/parts/clm2_box/bg-img.png)no-repeat right bottom #fff;
  background-size: 50%;
  position: relative;
  z-index: 1;
}
#hall main.main-content section.const-area .consultation_bnr{
  margin: 50px 0 0;
  transform: translateY(50%);
}
#hall .outline{
  background-color: #F9F4E4;
  padding-top: 80px;
}
#hall .outline .box dl{
  padding: 20px 0;
  border-bottom: solid 2px #8D8879;
}
#hall .outline .box dl dt{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  padding: 0 30px 0 0;
  cursor: pointer;
}
#hall .outline .box dl dt:before,
#hall .outline .box dl dt:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 4px;
  background-color: #333;
}
#hall .outline .box dl dt:after{
  transform: translateY(-50%) rotate(90deg);
  transition: .3s;
  right: 0;
}
#hall .outline .box dl dt.open:after{
  transform: translateY(-50%) rotate(0);
}
#hall .outline .box dl dd{
  font-size: 17px;
  line-height: 2;
  padding: 20px 0 0;
  display: none;
}
#hall .outline .box dl dd a{
  color:#185192;
  transition:0.3s;
}
@media(min-width:769px){
  #hall .outline .box dl dd a:hover{
    opacity:0.6;
  }
}
#hall .outline .box dl dd:after{
  content: '';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
#hall .outline .box dl dd img{
  float: right;
  margin: 0 0 20px 20px
}
#hall .hall-plan{
  background-color:#F9F4E4;
}
#hall .hall-plan .section-ttl{
  margin-bottom:20px;
}
#hall .hall-plan .plan-info{
  display:block;
  text-align:center;
  line-height:1.8;
  font-size:22px;
  font-weight:400;
  margin-bottom:40px;
}
#hall .cancel_bnr{
  margin-bottom: -130px;
  position: relative;
  z-index: 1;
}
#hall.detail .thumb .slick-track {
  transform: unset !important;
  margin: 20px 0 50px;
}
#hall.detail .thumb .slick-track li{
  margin: 0 5px;
}
#hall.detail #visual{
  padding-bottom: 60px;
}

#hall.detail #visual .slick-slide{
  height: auto;
}
#hall.detail #visual .thumb_slider .slick-slide img{
  max-width: none;
  width: 100%;
}
#hall.detail #visual .thumb_slider .slick-slide{
  opacity: .5;
  transition: .3s;
}
#hall.detail #visual .thumb_slider .slick-slide.slick-current{
  opacity: 1;
}
#hall.detail #visual .thumb_slider .slick-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+100&1+0,0+100 */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(230,230,230,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(230,230,230,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(230,230,230,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00e6e6e6',GradientType=1 ); /* IE6-9 */
  opacity: 1;
  z-index: 10;
}
#hall.detail #visual .thumb_slider .slick-list:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6e6e6+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left,  rgba(230,230,230,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(230,230,230,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(230,230,230,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6e6e6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  opacity: 1;
  z-index: 10;
}
#hall.detail #visual .slick-prev,
#hall.detail #visual .slick-next{
  width: 50px;
  height: 50px;
  background-color: #003A77;
  border-radius: 100px;
  z-index: 20;
}
#hall.detail #visual .slick-prev{
  left: 20px;
}
#hall.detail #visual .slick-next{
  right: 20px;
}
#hall.detail #visual .slick-prev:before,
#hall.detail #visual .slick-next:before{
  content: '';
  background: url(../img/icon/arrow-w.svg)no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
#hall.detail #visual .slick-prev:before{
  transform: translate(-60%, -50%) rotate(180deg);
}
#hall.detail .feature ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#hall.detail .feature ul li{
  color: #fff;
  background-color: #003A77;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 15px;
  margin: 0 15px 15px 0;
}
#hall.detail .information table{
  width: 100%;
  border-collapse: separate;
  margin-bottom: 50px;
}
#hall.detail .information table th{
  background-color: #185192;
  color: #fff;
  text-align: left;
  min-width: 170px;
  width: 170px;
  padding:10px 15px;
  border: solid 4px #fff;
  border-bottom: solid 8px #fff;
  border-top: none;
  font-size: 25px;
}
#hall.detail .information table td{
  background-color: #F9F4E4;
  padding:10px 15px;
  border: solid 4px #fff;
  border-bottom: solid 8px #fff;
  border-top: none;
  font-size: 20px;
}
#hall.detail .information table tr:last-of-type th,
#hall.detail .information table tr:last-of-type td{
  border-bottom: none;
}
#hall.detail .information .frame iframe{
  width: 100%;
  height: 580px;
}
#hall.detail .information .seo{
  border: solid 1px #8D8879;
  border-radius: 10px;
  padding: 40px 50px;
  margin-top: 30px;
}
#hall.detail .information .seo p{
  font-size: 18px;
  line-height: 2;
}
#hall.detail .nearby ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#hall.detail .nearby ul li{
  width: calc(100% / 3 - 14px);
  margin: 0 20px 20px 0;
  background-color: #F9F4E4;
  border-radius: 10px;
}
#hall.detail .nearby ul li img{
  width: 100%;
}
#hall.detail .nearby ul li:nth-child(3n){
  margin-right: 0;
}
#hall.detail .nearby ul li .box{
  padding: 20px 20px 30px;
}
#hall.detail .nearby ul li .box .name{
  font-size: 22px;
  line-height: 1.2;
  color: #185192;
  margin-bottom: 15px;
}
#hall.detail .nearby ul li .box .name .near-logo{
  display:inline-block;
  width:36px;
  height:26px;
  margin-left:3px;
}
#hall.detail .nearby ul li .box .name .near-logo img{
  display:inline-block;
  width:100%;
  height:auto;
}
#hall.detail .nearby ul li .box dl{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
#hall.detail .nearby ul li .box dl dt{
  width:80px;
  box-sizing:border-box;
  background-color: #fff;
  color: #185192;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
#hall.detail .nearby ul li .box dl dd{
  width:calc(100% - 95px);
  box-sizing:border-box;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 15px;
}
#hall.detail .nearby ul li .box dl dd span{
  color: #185192;
}
#hall.detail .contact_bnr a{
  max-width: 1000px;
  width: 100%;
  margin: 50px auto 0;
  display: block;
  transition: .3s;
}
@media (hover: hover) {
  #hall.detail .contact_bnr a:hover{
    opacity: .7;
  }
}
#hall.detail .preferential .txt-box{
  background-color: #B50016;
  padding: 15px 0;
}
#hall.detail .preferential .txt-box .in{
  position: relative;
  padding: 15px 20px;
}
#hall.detail .preferential .txt-box .in .badge{
  position: absolute;
  min-width: 286px;
  width: 286px;
  z-index: 0;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 10;
}
#hall.detail .preferential .txt-box .in .txt{
  padding-left: 320px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}
#hall.detail .preferential .txt-box .in .txt strong{
  display: block;
  margin-bottom: 10px;
  color: #FFE791;
  font-size: 22px;
}
#hall.detail .preferential .txt-box .in:before,
#hall.detail .preferential .txt-box .in:after{
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#af7e2f+0,f7efc0+25,af7e2f+50,f7efc0+75,af7e2f+99 */
  background: rgb(175,126,47); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(175,126,47,1) 0%, rgba(247,239,192,1) 25%, rgba(175,126,47,1) 50%, rgba(247,239,192,1) 75%, rgba(175,126,47,1) 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(175,126,47,1) 0%,rgba(247,239,192,1) 25%,rgba(175,126,47,1) 50%,rgba(247,239,192,1) 75%,rgba(175,126,47,1) 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(175,126,47,1) 0%,rgba(247,239,192,1) 25%,rgba(175,126,47,1) 50%,rgba(247,239,192,1) 75%,rgba(175,126,47,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af7e2f', endColorstr='#af7e2f',GradientType=1 ); /* IE6-9 */
}
#hall.detail .preferential .txt-box .in:before{
  top: 0;
}
#hall.detail .preferential .txt-box .in:after{
  bottom: 0;
}
@media (max-width:1140px){
  #hall .funeral .list > li{
    padding: 30px;
  }
  #hall .funeral .list > li .name{
    font-size: 40px;
    margin-bottom: 20px;
  }
  #hall .funeral .list > li .box1 .img{
    min-width: 400px;
    width: 400px;
  }
  #hall .funeral .list > li .box1 table{
    width: calc(100% - 420px);
  }
  #hall .funeral .list > li .box1 table th{
    min-width: 120px;
    width: 120px;
    font-size: 22px;
  }
  #hall .funeral .list > li .box1 table td{
    font-size: 18px;
  }
  #hall .funeral .list > li .box2{
    margin-top: 20px;
  }
  #hall .funeral .list > li .box2 > li{
    width: calc(100% / 5 - 10px);
    font-size: 16px;
  }
  #hall .funeral .list > li .box2 > li p:before{
    width: 24px;
    height: 24px;
  }
  #hall .funeral .list > li .box3{
    margin-top: 20px;
  }
  #hall .funeral .list > li .box3 .btn{
    font-size: 3.2vw;
    width: 42%;
  }
  #hall .funeral .list > li .box3 .tel{
    min-width: auto;
    width: 55%;
  }
  #hall .funeral .list > li .box3 .tel span{
    font-size: 3vw;
  }
  #hall .funeral .list > li .box3 .tel a{
    font-size: 6vw;
    font-weight: bold;
    line-height: 1;
    color: #185192;
    pointer-events: none;
  }
  #hall .funeral .list > li .box3 .tel a:before{
    content: '';
    background: url(../img/icon/freedial-bl.svg) no-repeat center center / contain;
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
  }
}
@media (max-width:940px){
  #hall .campain-bn{
    margin: 0 auto;
    padding: 4px;
    font-size: 16px;
  }
  #hall .campain-bn p{
    display: block;
    border: solid 2px #000;
    padding: 10px 30px;
  }
  #hall .campain-bn p:after{
    width: 8px;
    background-size: 8px;
    right: 5px;
  }
  #hall .campain-bn br{
    display: block;
  }
  #hall .campain-bn:hover{
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
  #hall .choose{
    padding: 20px;
    margin: 0 auto 30px;
  }
  #hall .choose img{
    width: 100%;
  }
  #hall main.main-content .choose .section-ttl{
    margin-bottom: 30px;
  }
  #hall .choose .annotation{
    font-size: 10px;
    margin: 0 auto 10px;
    padding: 10px;
  }
  #hall .choose .txt {
    font-size: 15px;
  }

#hall .hall-plan .plan-info{
  text-align:left;
  font-size:16px;
}
  #hall .funeral .link li{
    width: calc(100% / 3 - 10px);
    margin: 0 15px 15px 0;
  }
  #hall .funeral .link li a{
    font-size: 24px;
  }
  #hall .funeral .list > li .anker{
    padding-top: 100px;
    margin-top: -100px;
  }
  #hall .funeral .list > li .name{
    font-size: 30px;
    margin-bottom: 20px;
  }
  #hall .funeral .list > li .name span{
    width:auto;
    height:auto;
    min-height:28px;
    box-sizing:border-box;
  }
  #hall .funeral .list > li .name span img{
    width: 50px;
  }
  #hall .funeral .list > li .box1{
    display: block;
  }
  #hall .funeral .list > li .box1 .img{
    min-width: auto;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 10px;
  }
  #hall .funeral .list > li .box1 table{
    width: calc(100% - 480px);
    border-collapse: separate;
  }
  #hall .funeral .list > li .box1 table{
    width: 100%;
  }
  #hall .funeral .list > li .box2{
    justify-content: flex-start;
  }
  #hall .funeral .list > li .box2 > li{
    width: calc(100% / 3 - 10px);
    padding: 10px;
    font-size: 16px;
    margin: 0 13px 13px 0;
  }
  #hall .funeral .list > li .box2 > li:nth-child(3n){
    margin-right: 0;
  }
  #hall .funeral .list > li .box3 .tel a:before{
    width: 40px;
    height: 40px;
  }
  #hall .funeral .list > li .box3 .tel a{
    font-size: 5.4vw;
  }
  #hall .cancel_bnr{
    margin-bottom: -13%;
  }
  #hall.detail .nearby ul li .box dl{
    display: block;
    margin-bottom: 10px;
  }
  #hall.detail .nearby ul li .box dl dt{
    width:100%;
  }
  #hall.detail .nearby ul li .box dl dd{
    width:100%;
  }
  #hall.detail .nearby ul li .box .more-btn2{
    width: 100%;
    font-size: 11px;
  }
}
@media (max-width:768px){

#hall #visual .inner .single_slider{
margin-top: 30px;
}
  #hall #visual .inner{
    position: relative;
    padding: 0 15px;
  }
  #hall .voice .inner .more-btn2{
    margin-top:30px;
  }
  #hall #visual .inner h1{
    font-size: 25px;
    top: 15px;
    left: 5px;
    padding: 10px;
  }
  #hall #visual .inner h1 span{
    font-size: 16px;
  }
  #hall.detail #visual{
    padding-bottom: 5px;
  }
  #hall #visual .inner .post-ttl.name{
    font-size: 20px;
    margin-bottom: 10px;
    padding: 10px 0 3px;
    border-bottom: solid 1px #003A77;
  }
  #hall #visual .inner .post-ttl.name span img{
    width: 40px;
    max-height:18px;
  }
  #hall #visual .inner .slider{
    margin-bottom: 30px;
  }
  #hall #visual .inner .slider .sp-none{
    display: none;
  }
  #hall #visual .inner .slider .pc-none{
    display: block;
  }
  #hall #visual .inner .link{
    border: solid 2px #185192;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0 auto 40px;
  }
  #hall #visual .inner .link:after{
    background-size: 8px;
    right: 5px;
  }
  #hall .map{
    display: none;
  }
  #hall .search .area-box{
    padding: 15px 15px 2px;
  }
  #hall .search .area-box > li{
    display: block;
    margin-bottom: 15px;
  }
  #hall .search .area-box > li .area{
    width: auto;
    font-size: 18px;
    margin: 0 0 5px;
  }
  #hall .search .area-box > li ul {
    width: 100%;
  }
  #hall .search .area-box > li ul li {
    padding: 0 10px;
  }
  #hall .search .area-box > li ul li a {
    font-size: 18px;
  }
  #hall .funeral .link{
    padding-bottom: 10px;
  }
  #hall .funeral .link li{
    width: calc(100% / 2 - 5px);
    margin: 0 10px 10px 0;
    display: flex;
  }
  #hall .funeral .link li:nth-child(3n){
    margin-right: 10px;
  }
  #hall .funeral .link li:nth-child(2n){
    margin-right: 0;
  }
  #hall .funeral .link li a{
    box-shadow: 0px 5px 0 #0d3460;
    font-size: 14px;
    padding: 10px 15px;
  }
  #hall .funeral .link li a:after {
    width: 6px;
    height: 10px;
    right: 10px;
  }
  #hall .funeral .link li a:hover {
    background: #185192;
    box-shadow: 0px 5px 0 #0d3460;
    transform: none;
  }
  #hall .funeral .list{
    padding-bottom: 40px;
  }
  #hall .funeral .list > li{
    padding: 10px 10px 20px;
    margin-bottom: 20px;
  }
  #hall .funeral .list > li .name{
    align-items:center;
    font-size: 19px;
    margin-bottom: 10px;
    padding: 0 0 10px;
  }
  #hall .funeral .list > li .name span{
    margin-top:1px;
  }
  #hall .funeral .list > li .name span img{
    width: 40px;
    max-height:18px;
    object-fit: contain;
  }
  #hall .funeral .list > li .box1 table{
    width: 100%;
  }
  #hall .funeral .list > li .box1 table th,
  #hall .funeral .list > li .box1 table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border-left: none;
    border-right: none;
  }
  #hall .funeral .list > li .box1 table th,
  #hall .funeral .list > li .box1 table tr:last-of-type th{
    border-bottom: solid 4px #fff;
  }
  #hall .funeral .list > li .box2{
    justify-content: flex-start;
  }
  #hall .funeral .list > li .box2 > li{
    width: calc(100% / 2 - 5px);
    padding: 10px 5px;
    font-size: 13px;
    margin: 0 7px 7px 0;
  }
  #hall .funeral .list > li .box2 > li p:before{
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  #hall .funeral .list > li .box2 > li:nth-child(3n){
    margin-right: 7px;
  }
  #hall .funeral .list > li .box2 > li:nth-child(2n){
    margin-right: 0;
  }
  #hall .funeral .list > li .box3{
    margin-top: 10px;
    display: block;
  }
  #hall .funeral .list > li .box3 .btn{
    display: block;
    box-shadow: 0px 5px 0 #0d3460;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 20px;
  }
  #hall .funeral .list > li .box3 .tel{
    min-width: auto;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  #hall .funeral .list > li .box3 .tel span{
    font-size: 16px;
  }
  #hall .funeral .list > li .box3 .tel a{
    font-size: 26px;
    pointer-events: inherit;
  }
  #hall .funeral .list > li .box3 .tel a:before{
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  #hall .list .introduce{
    margin: 30px auto 0;
  }
  #hall .estimate{
  }
  #hall .estimate .midashi{
    font-size: 20px;
    margin-bottom: 20px;
  }
  #hall .estimate .midashi strong{
    font-size: 28px;
  }
  #hall .estimate .box1{
    display: block;
    margin-bottom: 30px;
  }
  #hall .estimate .box1 .txt{
    width: 100%;
    font-size: 14px;
  }
  #hall .estimate .box1 .img{
    min-width: auto;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
  #hall .careful .midashi{
    font-size: 20px;
    margin-bottom: 25px;
  }
  #hall .careful .midashi span{
    display: block;
    width: 40px;
    margin: 0 auto 10px;
  }
  #hall .careful .txt{
    font-size: 16px;
  }
  #hall .careful .box1 .img{
    margin: 20px auto 0;
  }
  #hall .careful .box2 .assured{
    padding: 10px 30px 20px;
    font-size: 20px;
    margin: 50px auto 20px;
  }
  #hall .careful .box2 .assured:before{
    bottom: -10px;
    left: -10px;
    width: 37px;
    height: 58px;
  }
  #hall .careful .box2 .assured:after{
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 57px;
    height: 62px;
  }
  #hall .careful .box3{
    margin: 30px auto 0;
  }
  #hall .careful .box3 .txt{
    font-size: 18px;
    margin: 0 0 20px;
  }
  #hall .careful .box3 ul{
    display: block;
  }
  #hall .careful .box3 ul li{
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #hall .anxiety .balloon{
    width: 84%;
    margin: 0 auto -30px;
    padding: 15px;
    font-size: 20px;
    line-height: 1.4;
  }
  #hall .anxiety .balloon::before {
    bottom: -30px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #FFF08B;
  }
  #hall .anxiety{
    margin-bottom: 50px;
  }
  #hall .anxiety:after{
    bottom: -30px;
    border-width: 30px 40px 0 40px;
  }
  #hall .anxiety .box1{
    display: block;
    margin: 0 auto 30px;
  }
  #hall .anxiety .box1 li{
    width: 100%;
    margin: 0 0 10px;
  }
  #hall .anxiety .box1 li .img{
    border: solid 2px #185192;
  }
  #hall .anxiety .box1 li .txt{
    font-size: 14px;
    transform: translateY(-30%);
  }
  #hall .anxiety .box1 li .txt span{
    width: 14px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-bottom;
  }
  #hall .anxiety .box2 .txt1{
    font-size: 16px;
    max-width: none;
    width: 100%;
    margin: 0 auto 10px;
  }
  #hall .anxiety .box2 .txt2{
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
  }
  #hall .anxiety .box2 .txt2:before{
    right: 10px;
    width: 80px;
    height: 127px;
    padding-top: 0;
  }
  #hall .anxiety .box2 .txt2 p{
    margin-bottom: 10px;
    max-width: none;
    width: calc(100% - 80px);
  }
  #hall .anxiety .box2 .txt2 strong{
    color: #BF001D;
  }
  #hall .anxiety .box2 .txt3{
    font-size: 14px;
    margin: 20px 0 0;
  }
  #hall .anxiety .box3{
    padding: 30px 0 30px 100px;
    position: relative;
    box-sizing: border-box;
  }
  #hall .anxiety .box3:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/parts/hall_list/anxiety-ill01.png) no-repeat center center / contain;
    width: 94px;
    height: 132px;
  }
  #hall .anxiety .box3 .txt1{
    font-size: 18px;
  }
  #hall .voice .inner{
    padding: 30px 0;
  }
  #hall .voice .inner .txt2{
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto 20px;
  }
  #hall .voice .inner .voice_list2{
    padding: 40px 0 20px;
  }
  #hall .faq .midashi{
    line-height: 1.6;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #hall .faq .midashi span{
    font-size: 16px;
    margin-top: 5px;
  }
  #hall main.main-content section.const-area .section-ttl .main .large{
    font-size: 38px;
  }
  #hall main.main-content section.const-area .section-ttl .sp-none{
    display: none;
  }
  #hall main.main-content section.const-area .consultation_bnr{
    margin: 0;
    transform: translateY(30%);
  }
  #hall .outline{
    padding-top: 50px;
  }
  #hall .outline .box dl{
    padding: 10px 0;
    border-bottom: solid 1px #8D8879;
  }
  #hall .outline .box dl dt{
    font-size: 18px;
    padding: 0 20px 0 0;
  }
  #hall .outline .box dl dt:before,
  #hall .outline .box dl dt:after{
    width: 14px;
    height: 2px;
  }
  #hall .outline .box dl dd{
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 0 0;
  }
  #hall .outline .box dl dd img{
    float: none;
    margin: 0 auto 10px;
    display: block;
  }
  #hall .set_plan{
    padding-bottom: 10px;
  }
  #hall.detail .thumb .slick-track {
    margin: 10px 0 30px;
  }
  #hall.detail .thumb .slick-track li{
    margin: 0 2px;
  }
  #hall.detail #visual .thumb_slider .slick-list:before,
  #hall.detail #visual .thumb_slider .slick-list:after {
    display: none;
  }
  #hall.detail #visual .slick-prev,
  #hall.detail #visual .slick-next{
    width: 18px;
    height: 18px;
  }
  #hall.detail #visual .slick-prev{
    left: -5px;
  }
  #hall.detail #visual .slick-next{
    right: -5px;
  }
  #hall.detail #visual .slick-prev:before,
  #hall.detail #visual .slick-next:before{
    width: 8px;
    height: 8px;
  }
  #hall.detail .feature ul li{
    font-size: 14px;
    padding: 15px 10px;
    margin: 0 10px 10px 0;
  }
  #hall.detail .information table{
    margin-bottom: 30px;
  }
  #hall.detail .information table th,
  #hall.detail .information table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border-left: none;
    border-right: none;
  }
  #hall.detail .information table th,
  #hall.detail .information table tr:last-of-type th{
    border-bottom: solid 4px #fff;
  }
  #hall.detail .information .frame iframe{
    height: 380px;
  }
  #hall.detail .information .seo{
    padding: 15px;
    margin-top: 20px;
  }
  #hall.detail .information .seo p{
    font-size: 14px;
    line-height: 1.8;
  }
  #hall.detail .nearby ul li{
    width: calc(100% / 2 - 5px);
    margin: 0 10px 10px 0;
    background-color: #F9F4E4;
    border-radius: 10px;
  }
  #hall.detail .nearby ul li:nth-child(3n){
    margin-right: 10px;
  }
  #hall.detail .nearby ul li:nth-child(2n){
    margin-right: 0;
  }
  /* #hall.detail .nearby ul li:nth-child(n + 5){
    display: none;
  } */
  #hall.detail .nearby ul li .box{
    padding: 10px 10px 20px;
  }
  #hall.detail .nearby ul li .box .name{
    font-size: 18px;
    margin-bottom: 10px;
  }
  #hall.detail .nearby ul li .box .name .near-logo{
    width:29px;
    height:20px;
    transform:translateY(1px);
  }
  #hall.detail .nearby ul li .box dl dt{
    font-size: 16px;
    padding: 10px;
    display: block;
  }
  #hall.detail .nearby ul li .box dl dd{
    font-size: 14px;
    line-height: 1.6;
    margin: 5px 0 0;
  }
  #hall.detail .nearby ul li .box dl dd span{
    color: #185192;
  }
  #hall.detail .nearby ul li .box .more-btn2{
    width: 100%;
    font-size: 11px;
  }
  #hall.detail .nearby ul li .box .more-btn2:after{
    display: none;
  }
  #hall.detail .contact_bnr{
    margin: 20px auto 0;
  }
  #hall.detail .preferential .txt-box .in{
    position: relative;
    padding: 15px;
  }
  #hall.detail .preferential .txt-box .in .badge{
    min-width: 120px;
    width: 120px;
    left: initial;
    position: relative;
    top: initial;
    transform: none;
    margin: -45px auto 10px;
  }
  #hall.detail .preferential .txt-box .in .txt{
    padding-left: 0;
    font-size: 14px;
  }
  #hall.detail .preferential .txt-box .in .txt strong{
    font-size: 18px;
  }
  #hall.detail .preferential .txt-box .in:before,
  #hall.detail .preferential .txt-box .in:after{
    height: 2px;
  }
}


@media(max-width:340px){
    #hall #visual .inner h1{
      font-size:20px;
      top: 10px;
    }
}

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

#voice

-----------------------------------------------------------------------------  ***/
#voice main.main-content #visual .txt{
  font-size: 18px;
  line-height: 2;
}
#voice .voice_list .inner{
  padding-top: 0;
}
#voice .voice_list .list{
  border-top: solid 1px #E5E5E5;
}
#voice .voice_list .list > li{
  padding: 30px 0;
  border-bottom: solid 1px #E5E5E5;
  display: flex;
  justify-content: flex-start;
}
#voice .voice_list .list > li img{
  width: 100%;
}
#voice .voice_list .list > li .img{
  max-width: 390px;
  width: 390px;
}
#voice .voice_list .list > li .txtBox{
  width: calc(100% - 420px);
  margin-left: 30px;
}
#voice .voice_list .list > li .txtBox h2{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
#voice .voice_list .list > li .txtBox h2 a{
  color: #185192;
  text-decoration: underline;
}
@media (hover: hover) {
  #voice .voice_list .list > li .txtBox h2 a:hover{
    text-decoration: none;
  }
}
#voice .voice_list .list > li .txtBox .box{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
#voice .voice_list .list > li .txtBox .box .date{
  font-size: 16px;
  line-height: 1;
  padding: 5px 10px 0 0;
}
#voice .voice_list .list > li .txtBox .box .cat{
  display: flex;
  justify-content: flex-start;
}
#voice .voice_list .list > li .txtBox .box .cat li{
  background-color: #185192;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
}
#voice .voice_list .list > li .txtBox .txt{
  font-size: 17px;
  line-height: 2;
  margin-bottom: 20px;
}
#voice .more-btn2{
  background-color: #185192;
  border-radius: 100px;
  box-shadow: 0px 5px 0 #0d3460;
  transition: .3s;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 240px;
  padding: 15px 0;
  display: block;
  position: relative;
}
@media (hover: hover) {
  #voice .more-btn2:hover {
    background: #FD8A42;
    box-shadow: 0px 2px 0 #d8641d;
    transform: translateY(2px);
  }
}
#voice .more-btn2:after{
  content: '';
  display: block;
  width: 13px;
  height: 100%;
  background: url(../img/icon/arrow-w.svg)no-repeat center center;
  background-size: 7px;
  position: absolute;
  top: 0;
  right: 10px;
}
#voice.detail .voice_detail .inner{
  max-width: 1000px;
  padding-bottom: 100px;
}
#voice.detail .voice_detail .inner .voice_detail_ttl,
#voice.detail .voice_detail .inner h2{
  background-color: #185192;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 5px 10px;
}
#voice.detail .voice_detail .inner img{
  width: 100%;
}
#voice.detail .voice_detail .inner .box1{
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
}
#voice.detail .voice_detail .inner .box1 .date{
  font-size: 16px;
  line-height: 1;
  padding: 5px 10px 0 0;
}
#voice.detail .voice_detail .inner .box1 .cat{
  display: flex;
  justify-content: flex-start;
}
#voice.detail .voice_detail .inner .box1 .cat li{
  background-color: #185192;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
}
#voice.detail .voice_detail .inner .box2{
  display: flex;
  justify-content: flex-start;
  margin: 0 0 40px;
  background-color: #F5F5F5;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px 5px;
}
#voice.detail .voice_detail .inner .box2 p{
  font-size: 16px;
  line-height: 1;
  margin: 0 20px 10px 0;
}
#voice.detail .voice_detail .inner .box2 p strong{
  color: #185192;
  margin-right: 5px;
}
#voice.detail .voice_detail .inner .comment .img{
  max-width: 820px;
  width: 100%;
  margin: 0 auto 40px;
}
#voice.detail .voice_detail .inner .comment .txt{
  font-size: 17px;
  line-height: 2;
  margin: 0 auto 40px;
}
#voice.detail .voice_detail .inner .more-btn2{
  width: 340px;
  margin: 0 auto;
}
#voice .const-area{
  background: url(../img/parts/clm2_box/bg-img.png)no-repeat right bottom;
  background-size: 50%;
  position: relative;
}
#voice .const-area .consultation_bnr{
  margin: 80px 0 20px;
}
@media (max-width:768px){
  #voice main.main-content #visual .txt{
    font-size: 14px;
    line-height: 1.6;
  }
  #voice main.main-content section.const-area .section-ttl .sp-none{
    display: none;
  }
  #voice main.main-content section.const-area .section-ttl .main .large{
    font-size: 38px;
  }
  #voice .voice_list .list > li{
    padding: 15px 0;
    display: block;
  }
  #voice .voice_list .list > li .img{
    max-width: none;
    width: 100%;
  }
  #voice .voice_list .list > li .txtBox{
    width: 100%;
    margin: 10px 0 0;
  }
  #voice .voice_list .list > li .txtBox h2{
    font-size: 18px;
  }
  #voice .voice_list .list > li .txtBox .box {
    display: block;
  }
  #voice .voice_list .list > li .txtBox .box .date{
    font-size: 13px;
    line-height: 1;
    padding: 5px 0;
  }
  #voice .voice_list .list > li .txtBox .box .cat li{
    font-size: 12px;
  }
  #voice .voice_list .list > li .txtBox .txt{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  #voice.detail .voice_detail .inner{
    padding-bottom: 50px;
  }
  #voice.detail .voice_detail .inner .voice_detail_ttl,
  #voice.detail .voice_detail .inner h2{
    font-size: 18px;
    margin: 0 0 20px;
  }
  #voice.detail .voice_detail .inner img{
    width: 100%;
  }
  #voice.detail .voice_detail .inner .box1{
    display: block;
    margin: 10px 0;
  }
  #voice.detail .voice_detail .inner .box1 .date{
    font-size: 13px;
    line-height: 1;
    padding: 5px 0;
  }
  #voice.detail .voice_detail .inner .box1 .cat li{
    font-size: 12px;
  }
  #voice.detail .voice_detail .inner .box2{
    margin: 0 0 20px;
    font-size: 13px;
    padding: 10px 10px 5px;
    display: block;
  }
  #voice.detail .voice_detail .inner .box2 p{
    font-size: 13px;
    line-height: 1;
    margin: 0 15px 5px 0;
  }
  #voice.detail .voice_detail .inner .comment .img{
    margin: 0 auto 20px;
  }
  #voice.detail .voice_detail .inner .comment .txt{
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto 20px;
  }
  #voice.detail .voice_detail .inner .more-btn2{
    width: 280px;
  }
  #voice .const-area .consultation_bnr{
    margin: 40px 0 20px;
  }
  #voice .more-btn2{
    margin:0 auto;
  }
  #voice  #pager.pager{
    margin-top:40px;
  }
}

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

#form

-----------------------------------------------------------------------------  ***/
#form .formBox .inner{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 20px;
}
#form .formBox .inner .form-ttl,
#form .formBox .inner h2{
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: solid 2px #185192;
}
#form .formBox .inner .flow{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#form .formBox .inner .flow li{
  width: calc(100% / 3 - 60px);
  background-color: #A2BBD5;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 10px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
#form .formBox.input .inner .flow li:nth-child(1),
#form .formBox.confirm .inner .flow li:nth-child(2),
#form .formBox.complete .inner .flow li:nth-child(3){
  background-color: #185192;
}
#form .formBox .inner .flow li:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #e2e2e2;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
#form .formBox .inner .flow li:last-child:after{
  display: none;
}
#form .formBox .inner .hissu{
  background-color: #BF071D;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
#form .formBox .inner .notes{
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
#form .formBox .inner .txt1{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
}
#form .formBox .inner .txt1 .hissu{
  margin-right: 5px;
}
#form .formBox .inner table{
  width: 100%;
  background-color: #f5f5f5;
}
#form .formBox .inner table tr{
}
#form .formBox .inner table th{
  min-width: 320px;
  width: 320px;
  box-sizing: border-box;
  padding: 25px 20px 25px;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  position:relative;
}
#form .formBox.confirm .inner table th{
  padding: 25px 10px;
}
#form .formBox .inner table th .hissu{
  padding:4px 10px;
  margin-left: 5px;
  position:absolute;
  right: 20px;
  transform: translateY(2px);
}
#form .formBox .inner table td{
  vertical-align: middle;
  padding: 25px 0;
}
#form .formBox.confirm .inner table td{
  padding: 25px 10px;
  box-sizing:border-box;
}
#form .formBox .inner table td.cell{
  display: table-cell;
}
#form .formBox .inner table td .w50{
  width: 46%;
  margin-right: 4%;
  display: inline-block;
}
#form .formBox .inner table td input[type="text"],
#form .formBox .inner table td textarea{
  border: solid 1px #E5E5E5;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  width: calc(100% - 2.5rem);
}
#form .formBox .inner table td select{
  border: solid 1px #E5E5E5;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  width: calc(100% - 2.5rem);
  appearance:auto;
}
#form .formBox .inner table td .w50 span{
  width: 2.2rem;
  display: inline-block;
}
#form .formBox .inner table td .radio1{
  margin-left:0;
  margin-right: 4%;
  display: inline-block;
}
#form .formBox .inner table td input[type="radio"]{
  display: inline-block;
}
#form .formBox .inner .check{
  text-align: center;
  padding: 30px 0 0;
}
#form .formBox .inner .check input[type="checkbox"] {
  transform:scale(1.5) translate(-3px,1px);
}
#form .formBox .inner .check img{
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0;
}
#form .formBox .inner .submit {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
#form .formBox .inner .submit input[type="submit"] {
  background-color: #185192;
  border-radius: 10px;
  box-shadow: 0px 5px 0 #0d3460;
  transition: .3s;
  color: #fff;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  width: 460px;
  margin: 0 25px;
  padding: 25px 0;
  display: block;
  position: relative;
  cursor:pointer;
}
#form .formBox .inner .submit input[type="submit"].back {
  background-color: #CBCBCB;
  box-shadow: 0px 5px 0 #959595;
}
@media (hover: hover) {
  #form .formBox .inner .submit input[type="submit"]:hover {
    background: #FD8A42;
    box-shadow: 0px 2px 0 #d8641d;
    transform: translateY(2px);
  }
}
#form .formBox .inner table tr.type-b{
  display: none;
}
#form .formBox .inner .bn{
  margin-top: 10px;
}
#form .formBox .inner .privacy{
  border: solid 1px #E5E5E5;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  height: 220px;
  overflow-y: auto;
  margin-top: 30px;
}
#form .formBox .inner .privacy p{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
  word-break: break-word;
}
#form .formBox .inner .privacy .midashi{
  font-size: 18px;
  font-weight: bold;
}
#form .formBox .inner .privacy .box2{
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 20px 20px 1px;
  margin-bottom: 20px;
}
#form .formBox.complete .inner .box{
  background-color: #003A77;
  color: #fff;
  text-align: center;
  padding: 80px 40px;
  border-radius: 10px;
}
#form .formBox.complete .inner .box .txt{
  font-size: 18px;
  line-height: 2;
}
#form .formBox.complete .inner .box .txt strong{
  display: block;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#form.contact .bnr a{
  pointer-events: none;
  display: block;
  position: relative;
}
#form.contact .bnr a span{
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-40%);
  display: block;
  padding-left: 53px;
  background: url(../img/icon/tel-w.svg)no-repeat top 13px left;
  background-size: 46px;
  line-height: 1;
  letter-spacing: -1.5px;
  font-weight: bold;
  color: #fff;
  font-size: 65px;
}
@media (max-width:1100px){
  #form.contact .bnr a span{
    font-size: 5.8vw;
    background-size: 4vw;
    padding-left: 4.5vw;
    bottom: 3%;
    background-position: top 75% left;
  }
}
@media (min-width:769px){
  #form main.main-content #visual.rec-mv .img {
    width: 100%;
    max-width:1200px;
    margin: 20px auto;
  }
  #form.request main.main-content section.doc_request .link-box .big-btn .img-box {
    width:calc(50% - 115px);
  }
  #form.request main.main-content section.doc_request .link-box .big-btn .txt-box{
    width:calc(50% + 115px);
  }
}
@media (max-width:768px){
  #form .formBox .inner{
    padding: 30px 0;
  }
  #form .formBox .inner .form-ttl,
  #form .formBox .inner h2{
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #003A77;
  }
  #form .formBox .inner .flow{
    margin-bottom: 30px;
  }
  #form .formBox .inner .flow li{
    width: calc(100% / 3 - 30px);
    font-size: 14px;
    padding: 10px 5px;
  }
  #form .formBox .inner .flow li:after{
    border-width: 10px 0 10px 10px;
    right: -20px;
  }
  #form .formBox .inner .hissu{
    font-size: 12px;
  }
  #form .formBox .inner .notes{
    font-size: 12px;
    margin-top: 5px;
  }
  #form .formBox .inner .txt1{
    font-size: 14px;
    margin-bottom: 30px;
  }
  #form .formBox .inner table tr{
    display: block;
  }
  #form .formBox .inner table th{
    min-width: auto;
    width: 100%;
    display: block;
    padding: 10px;
    line-height:1.2;
    font-size: 16px;
    background-color: #E5E5E5;
  }
  #form .formBox .inner table th .hissu{
    transform:translateY(0);
  }
  #form .formBox .inner table td{
    padding: 10px 10px 25px;
    font-size: 16px;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  #form .formBox .inner table td.cell{
    display: block;
  }
  #form .formBox .inner table td .w50{
    width: 46%;
    margin-right: 4%;
  }
  #form .formBox .inner table td .w50 span{
    width: 2rem;
  }
  #form .formBox .inner table td select{
    width: auto;
  }
  #form .formBox .inner table td input[type="text"],
  #form .formBox .inner table td textarea{
    width: 100%;
    font-size:16px;
  }
  #form .formBox .inner table td textarea{
    height: 90px;
  }
  #form .formBox .inner table td .w50 input[type="text"]{
    width: calc(100% - 2.5rem);
  }
  #form .formBox .inner .check{
    text-align: center;
    padding: 20px 0 ;
    font-size: 14px;
  }
  #form .formBox .inner .check input[type="checkbox"] {
    transform:scale(1.3) translate(-3px,1px);
  }
  #form .formBox .inner .check img{
    width: 12px;
  }
  #form .formBox .inner .submit {
    display: block;
    padding-top: 20px;
  }
  #form .formBox .inner .submit input[type="submit"] {
    font-size: 16px;
    width: 280px;
    margin: 0 auto 20px;
    padding: 20px 0;
  }
  #form .formBox .inner .privacy{
    padding: 15px;
    width: 100%;
    height: 160px;
    margin-top: 20px;
  }
  #form .formBox .inner .privacy p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  #form .formBox .inner .privacy .midashi{
    font-size: 16px;
  }
  #form .formBox .inner .privacy .box2{
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 15px 15px 1px;
    margin-bottom: 10px;
  }
  #form .formBox.complete .inner .box{
    padding: 20px 10px;
    border-radius: 5px;
  }
  #form .formBox.complete .inner .box .txt{
    font-size: 14px;
    line-height: 1.8;
  }
  #form .formBox.complete .inner .box .txt strong{
    font-size: 20px;
    margin-bottom: 15px;
  }
  #form.contact .bnr a{
    pointer-events: initial;
  }
}

#form .modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000;
}
#form .modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
#form .modal__content{
  background: #185192;
  box-sizing: border-box;
  border: solid 4px #185192;
  border-radius: 20px;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 660px;
  width: 94%;
  overflow: hidden;
}
#form .modal__content .midashi{
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 35px;
  font-weight: bold;
  padding: 10px;
  margin: 0;
}
#form .modal__content .in{
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
#form .modal__content .in ul {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: left;
}
#form .modal__content .in ul li{
  color: #185192;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
#form .modal__content .in ul li:before{
  content: '';
  display: block;
  width: 27px;
  height: 24px;
  background: url(../img/icon/check-red.svg)no-repeat center center / contain;
  position: absolute;
  top: 3px;
  left: -30px;
}
#form .modal__content .in ul li span{
  font-size: 16px;
  margin-left: 10px;
}
#form .modal__content .in .txt1{
  line-height: 1.4;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #BF001D;
  text-align: center;
}
#form .modal__content .in .txt1 span{
  color: #333333;
}
#form .modal__content .in .btn{
  background-color: #BF001D;
  border-radius: 10px;
  box-shadow: 0px 10px 0 #7C0013;
  transition: .3s;
  color: #fff;
  line-height: 1.4;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
}
#form .modal__content .in .btn span{
  display: block;
  font-size: 20px;
  font-weight: normal;
}
#form .modal__content .in .btn span strong{
  font-size: 40px;
}
@media (hover: hover) {
  #form .modal__content .in .btn:hover {
    box-shadow: 0px 2px 0 #7C0013;
    transform: translateY(8px);
  }
}
#form .modal__content .in .txt2 {
  text-align: center;
  margin: 30px 0 10px;
}
#form .modal__content .in .txt2 span{
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 0 20px;
  display: inline-block;
}
#form .modal__content .in .txt2 span:before,
#form .modal__content .in .txt2 span:after {
  position: absolute;
  height: 1.8rem;
  content: '';
  bottom: 0;
}
#form .modal__content .in .txt2 span:before {
  border-left: solid 3px #BF001D;
  left: 0;
  transform: rotate(-30deg);
}
#form .modal__content .in .txt2 span:after {
  border-right: solid 3px #BF001D;
  right: 0;
  transform: rotate(30deg);
}
#form .modal__content .in .txt2 span strong{
color: #BF001D;
font-size: 32px;
}
#form .modal__content .in .tel {
  display: inline-block;
  padding-left: 55px;
  background: url(../img/icon/tel-red.svg)no-repeat top 16px left / 50px;
  line-height: 1;
  font-size: 70px;
  font-weight: bold;
  color: #BF001D;
  pointer-events: none;
}
@media (max-width:768px){
  #form .modal__content{
    border: solid 2px #185192;
    border-radius: 10px;
  }
  #form .modal__content .midashi{
    font-size: 20px;
  }
  #form .modal__content .in{
    padding: 15px 10px;
  }
  #form .modal__content .in ul {
    padding-bottom: 10px;
  }
  #form .modal__content .in ul li{
    font-size: 14px;
    margin-bottom: 5px;
  }
  #form .modal__content .in ul li:before{
    width: 20px;
    height: 17px;
    top: 1px;
    left: -25px;
  }
  #form .modal__content .in ul li span{
    font-size: 12px;
    margin-left: 5px;
  }
  #form .modal__content .in .txt1{
    font-size: 18px;
    margin-bottom: 20px;
  }
  #form .modal__content .in .btn{
    border-radius: 5px;
    box-shadow: 0px 5px 0 #7C0013;
    line-height: 1.4;
    font-size: 16px;
  }
  #form .modal__content .in .btn span{
    font-size: 12px;
  }
  #form .modal__content .in .btn span strong{
    font-size: 20px;
  }
  #form .modal__content .in .btn:hover {
    transform: translateY(3px);
  }
  #form .modal__content .in .txt2 {
    margin: 20px 0 5px;
  }
  #form .modal__content .in .txt2 span{
    font-size: 14px;
  }
  #form .modal__content .in .txt2 span:before {
    border-left: solid 1px #BF001D;
  }
  #form .modal__content .in .txt2 span:after {
    border-right: solid 1px #BF001D;
  }
  #form .modal__content .in .txt2 span strong{
    font-size: 20px;
  }
  #form .modal__content .in .tel {
    padding-left: 30px;
    background: url(../img/icon/tel-red.svg)no-repeat top 9px left / 26px;
    font-size: 36px;
  }
}

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

#search

-----------------------------------------------------------------------------  ***/
#search main.main-content #visual .section-ttl .main{
  padding-left: 60px;
  background: url(../img/icon/search-w.svg)no-repeat top 9px left / 50px;
  border: none;
}
#search main.main-content section.sec-feat .inner{
  padding: 0;
  max-width: none;
}
#search main.main-content .heading-box{
  background-color: #F9F4E4;
}
#search main.main-content .heading-box .content{
  color: #185192;
  max-width: 1350px;
}
#search .consultation_bnr{
  /*margin: 0 0 -100px;*/
}
@media (max-width:768px){
  #search main.main-content #visual .section-ttl .main{
    padding-left: 30px;
    background: url(../img/icon/search-w.svg)no-repeat top 2px left / 24px;
  }
  #search main.main-content .heading-box .content{
    padding: 0 0 20px;
  }
  #search .consultation_bnr{
    /*margin: 0 0 -40px;*/
  }
}

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

#beginner

-----------------------------------------------------------------------------  ***/
#beginner main.main-content #visual .txtBox{
  padding: 90px 0;
  background: url(../img/parts/beginner/bg01.png)no-repeat bottom center / cover #F9F4E4;
  text-align: center;
}
#beginner main.main-content #visual .txtBox h2{
  line-height: 1.4;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #185192;
  text-align: center;
  margin-bottom: 30px;
}
#beginner main.main-content #visual .txtBox .txt1{
  line-height: 1.4;
  font-size: 26px;
  margin-bottom: 30px;
}
#beginner main.main-content #visual .txtBox .img{
  max-width: 817px;
  width: 94%;
  margin: 0 auto;
}
#beginner main.main-content #visual .txtBox .annotation {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  margin: 0 auto;
  display: inline-block;
}
#beginner main.main-content .sec-feat{
  padding: 20px 0;
  background: url(../img/parts/beginner/bg02.png)no-repeat top right / 40%;
}
#beginner main.main-content .sec-feat .box1{
  text-align: center;
  line-height: 2.4;
  font-size: 18px;
  margin-bottom: 90px;
}
#beginner main.main-content .sec-feat .box1 h2{
  line-height: 1.4;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #185192;
  margin-bottom: 30px;
}
#beginner main.main-content .sec-feat .box1 h2 strong{
  font-size: 56px;
}
#beginner main.main-content .sec-feat .list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#beginner main.main-content .sec-feat .list li{
  width: calc(100% / 2 - 20px);
  margin: 0 40px 40px 0;
}
#beginner main.main-content .sec-feat .list li.w100{
  width: 100%;
  margin: 0 0 40px;
}
#beginner main.main-content .sec-feat .list li:nth-child(even){
  margin-right: 0;
}
#beginner main.main-content .sec-feat .list li img{
  width: 100%;
}
#beginner main.main-content .sec-feat .list li .midashi{
  border-bottom: solid 2px #185192;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #185192;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}
#beginner main.main-content .sec-feat .list li .midashi span{
  display: block;
  background-color: #185192;
  color: #fff;
  width: 84px;
  padding: 5px;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
#beginner main.main-content .sec-feat .list li .midashi span strong{
  display: block;
  font-size: 56px;
}
#beginner main.main-content .sec-feat .list li.w100 .midashi span{
  width: 120px;
}
#beginner main.main-content .sec-feat .list li.w100 .midashi span strong{
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
#beginner main.main-content .sec-feat .list li .txt{
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}
#beginner main.main-content .sec-feat .list li .txt strong{
  display: block;
  color: #185192;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
#beginner main.main-content .sec-feat .list li.w100 .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#beginner main.main-content .sec-feat .list li.w100 .box .img{
  width: calc(100% / 2 - 20px);
}
#beginner main.main-content .sec-feat .list li.w100 .box  .txt{
  width: calc(100% / 2 - 20px);
  margin: 0 0 0 20px;
}
#beginner main.main-content .consultation_bnr{
  margin-bottom: 80px;
}
@media (max-width:768px){
  #beginner main.main-content #visual .txtBox{
    padding: 40px 10px;
  }
  #beginner main.main-content #visual .txtBox h2{
    font-size: 20px;
    margin-bottom: 15px;
  }
  #beginner main.main-content #visual .txtBox .txt1{
    font-size: 14px;
    margin-bottom: 20px;
  }
  #beginner main.main-content #visual .txtBox .annotation {
    font-size: 10px;
  }
  #beginner main.main-content .sec-feat{
    padding: 0;
    background: url(../img/parts/beginner/bg02.png)no-repeat top right / 40%;
  }
  #beginner main.main-content .sec-feat .box1{
    text-align: center;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 40px;
  }
  #beginner main.main-content .sec-feat .box1 h2{
    font-size: 20px;
    margin-bottom: 15px;
  }
  #beginner main.main-content .sec-feat .box1 h2 strong{
    font-size: 36px;
  }
  #beginner main.main-content .sec-feat .list{
    display: block;
  }
  #beginner main.main-content .sec-feat .list li{
    width: 100%;
    margin: 0 0 30px;
  }
  #beginner main.main-content .sec-feat .list li.w100{
    width: 100%;
    margin: 0 0 30px;
  }
  #beginner main.main-content .sec-feat .list li .midashi{
    border-bottom: solid 1px #185192;
    margin-bottom: 10px;
    font-size: 20px;
  }
  #beginner main.main-content .sec-feat .list li .midashi span{
    padding: 5px;
    margin-right: 10px;
    font-size: 14px;
    min-width: 42px;
    width: 42px;
  }
  #beginner main.main-content .sec-feat .list li .midashi span strong{
    font-size: 24px;
  }
  #beginner main.main-content .sec-feat .list li.w100 .midashi span{
    min-width: 42px;
    width: 42px;
  }
  #beginner main.main-content .sec-feat .list li.w100 .midashi span strong{
    display: block;
  }
  #beginner main.main-content .sec-feat .list li .txt{
    font-size: 14px;
    margin-top: 10px;
  }
  #beginner main.main-content .sec-feat .list li .txt strong{
    font-size: 18px;
  }
  #beginner main.main-content .sec-feat .list li.w100 .box{
    display: block;
  }
  #beginner main.main-content .sec-feat .list li.w100 .box .img{
    width: 100%;
  }
  #beginner main.main-content .sec-feat .list li.w100 .box  .txt{
    width: 100%;
    margin: 10px 0 0;
  }
  #beginner main.main-content .consultation_bnr{
    margin-bottom: 40px;
  }
}


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

#news/#column

-----------------------------------------------------------------------------  ***/
#news main.main-content .news-box .inner,
#column main.main-content .column-box .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0;
}
#news main.main-content .news-box .inner .conts,
#column main.main-content .column-box .inner .conts{
  width: calc(100% - 400px);
}
#news main.main-content .news-box .inner .conts .list{
  border-top: solid 1px #E5E5E5;
  padding-top: 30px;
}
#news main.main-content .news-box .inner .conts .list > li{
  border-bottom: solid 1px #E5E5E5;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
#news main.main-content .news-box .inner .conts .data,
#column main.main-content .column-box .inner .conts .data{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
#news main.main-content .news-box .inner .conts .data .day{
  font-size: 16px;
  margin-right: 10px;
}
#news main.main-content .news-box .inner .conts .data .cat,
#column main.main-content .column-box .inner .conts .cat {
  display: flex;
  justify-content: flex-start;
}
#news main.main-content .news-box .inner .conts .data .cat li a,
#column main.main-content .column-box .inner .conts .cat li a{
  background-color: #185192;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
  margin-right: 5px;
  border-radius: 5px;
  display: block;
  transition: .3s;
}
@media (hover: hover) {
  #news main.main-content .news-box .inner .conts .data .cat li a:hover,
  #column main.main-content .column-box .inner .conts .cat li a:hover{
    opacity: .7;
  }
}
#news main.main-content .news-box .inner .conts .list > li > a{
  color: #185192;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  line-height: 1;
}
@media (hover: hover) {
  #news main.main-content .news-box .inner .conts .list > li > a:hover{
    text-decoration: none;
  }
}
#news main.main-content .news-box .inner .side,
#column main.main-content .column-box .inner .side{
  width: 320px;
}
#news main.main-content .news-box .inner .side .bnr,
#column main.main-content .column-box .inner .side .bnr{
  padding-bottom: 15px;
}
#news main.main-content .news-box .inner .side .bnr li,
#column main.main-content .column-box .inner .side .bnr li{
  margin-bottom: 15px;
}
@media (hover: hover) {
  #news main.main-content .news-box .inner .side .bnr li a:hover,
  #column main.main-content .column-box .inner .side .bnr li a:hover{
    opacity: .7;
  }
}
#news main.main-content .news-box .inner .side .menu .tit,
#column main.main-content .column-box .inner .side .menu .tit{
  background-color: #185192;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  color: #fff;
}
#news main.main-content .news-box .inner .side .menu ul,
#column main.main-content .column-box .inner .side .menu ul{
  margin-bottom: 30px;
}
#news main.main-content .news-box .inner .side .menu ul li a,
#column main.main-content .column-box .inner .side .menu ul li a{
  display: block;
  padding: 10px 10px 10px 35px;
  background-color: #F5F5F5;
  color: #185192;
  font-size: 16px;
  line-height: 1;
  border-bottom: solid 1px #E5E5E5;
  position: relative;
}
@media (hover: hover) {
  #news main.main-content .news-box .inner .side .menu ul li a:hover,
  #column main.main-content .column-box .inner .side .menu ul li a:hover{
    background-color: #E5E5E5;
  }
}
#news main.main-content .news-box .inner .side .menu ul li a:before,
#column main.main-content .column-box .inner .side .menu ul li a:before{
  content: '';
  background: url(../img/icon/arrow-s-w.svg)no-repeat center center / 6px #185192;
  padding: 8px;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  top: 11px;
  left: 10px;
}
#news.detail main.main-content .news-box .inner .conts .article,
#column.detail main.main-content .column-box .inner .conts .article{
  padding-bottom: 30px;
}
#news.detail main.main-content .news-box .inner .conts .article h2{
  color: #185192;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 0;
  border-bottom: solid 1px #185192;
  border-top: solid 1px #185192;
  margin-bottom: 10px;
}
#news.detail main.main-content .news-box .inner .conts .article .data,
#column.detail main.main-content .column-box .inner .conts .article .data{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#news.detail main.main-content .news-box .inner .conts .article p,
#column.detail main.main-content .column-box .inner .conts .article p{
  font-size: 17px;
  line-height: 2;
  margin-bottom: 20px;
  clear: both;
}
#column.detail main.main-content .column-box .inner .conts .article a:not(.tax-link){
  color:#0044CC;
  text-decoration:underline;
}
@media (hover: hover) {
  #column.detail main.main-content .column-box .inner .conts .article a:not(.tax-link):hover{
    text-decoration:none;
    opacity:.7;
  }
}
#column.detail main.main-content .column-box .inner .conts .article .toc_toggle a{
  color:#333;
  text-decoration:none;
}
#news.detail main.main-content .news-box .inner .conts .article .alignnone,
#column.detail main.main-content .column-box .inner .conts .article .alignnone {
  margin: 0px 15px 0px 0px;
}
#news.detail main.main-content .news-box .inner .conts .article .aligncenter,
#column.detail main.main-content .column-box .inner .conts .article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
#news.detail main.main-content .news-box .inner .conts .article .alignright,
#column.detail main.main-content .column-box .inner .conts .article .alignright {
  float: right;
  display: inline;
  margin: 0px 0px 0px 20px;
}
#news.detail main.main-content .news-box .inner .conts .article .alignleft,
#column.detail main.main-content .column-box .inner .conts .article .alignleft {
  float: left;
  display: inline;
  margin: 0px 20px 0px 0px;
}
#news.detail main.main-content .news-box .inner .conts .article .clear,
#column.detail main.main-content .column-box .inner .conts .article .clear {
  clear: both;
}

#news.detail main.main-content .news-box .inner .conts .article blockquote,
#column.detail main.main-content .column-box .inner .conts .article blockquote{
  padding:30px 52px 50px;
  border-radius:10px;
  box-sizing:border-box;
  background: #f5f5f5;
  position:relative;
  margin: 3.5em 0;
}
#news.detail main.main-content .news-box .inner .conts .article blockquote:before,
#column.detail main.main-content .column-box .inner .conts .article blockquote:before{
  content:'';
  display:block;
  width:25px;
  height:20px;
  background:url(../img/parts/column/quote-l.svg)no-repeat center center;
  background-size:contain;
  position:absolute;
  top:15px;
  left:15px;
}
#news.detail main.main-content .news-box .inner .conts .article blockquote:after,
#column.detail main.main-content .column-box .inner .conts .article blockquote:after{
  content:'';
  display:block;
  width:25px;
  height:20px;
  background:url(../img/parts/column/quote-r.svg)no-repeat center center;
  background-size:contain;
  position:absolute;
  right:15px;
  bottom:15px;
}
#news.detail main.main-content .news-box .inner .conts .article blockquote a:not(.tax-link),
#column.detail main.main-content .column-box .inner .conts .article blockquote a:not(.tax-link){
  font-weight:400;
  color:#185192;
}
#news.detail main.main-content .news-box .inner .conts .article blockquote p,
#column.detail main.main-content .column-box .inner .conts .article blockquote p{
  margin: 0;
}
#news.detail main.main-content .news-box .inner .conts .article blockquote cite,
#column.detail main.main-content .column-box .inner .conts .article blockquote cite{
  font-weight: bold;
  font-style: italic;
  color: #666;
}
@media screen and (max-width: 800px) {
  #news.detail main.main-content .news-box .inner .conts .article blockquote,
  #column.detail main.main-content .column-box .inner .conts .article blockquote{
    padding:15px 30px 30px;
    margin: 2.5em 0;
  }
  #news.detail main.main-content .news-box .inner .conts .article blockquote:before,
  #column.detail main.main-content .column-box .inner .conts .article blockquote:before{
    width:10px;
    height:10px;
    top:10px;
    left:10px;
  }
  #news.detail main.main-content .news-box .inner .conts .article blockquote:after,
  #column.detail main.main-content .column-box .inner .conts .article blockquote:after{
    width:10px;
    height:10px;
    right:10px;
    bottom:10px;
  }
}

/* table */
#news.detail main.main-content .news-box .inner .conts .article table,
#column.detail main.main-content .column-box .inner .conts .article table {
  width: 100%;
  font-size: 15px;
  line-height: 2;
  border-bottom: 1px solid #ddd;
  margin: 1.0em 0 3.5em;
    font-weight:normal;
}
#news.detail main.main-content .news-box .inner .conts .article table tbody,
#column.detail main.main-content .column-box .inner .conts .article table tbody {
  width: 100%;
}
#news.detail main.main-content .news-box .inner .conts .article table tr,
#column.detail main.main-content .column-box .inner .conts .article table tr {
  width: 100%;
}
#news.detail main.main-content .news-box .inner .conts .article table th,
#column.detail main.main-content .column-box .inner .conts .article table th {
  width: 200px;
  text-align: left;
  font-weight: bold;
  padding: 1.5em 1em 1.5em 0;
  border-top: 1px solid #ddd;
}
#news.detail main.main-content .news-box .inner .conts .article table td,
#column.detail main.main-content .column-box .inner .conts .article table td {
  padding: 1.5em 0;
  border-top: 1px solid #ddd;
    font-weight:normal;
}
#news.detail main.main-content .news-box .inner .conts .article table tr:first-child th,
#news.detail main.main-content .news-box .inner .conts .article table tr:first-child td,
#column.detail main.main-content .column-box .inner .conts .article table tr:first-child th,
#column.detail main.main-content .column-box .inner .conts .article table tr:first-child td {
  border-top: none;
}
@media screen and (max-width: 800px) {
  #news.detail main.main-content .news-box .inner .conts .article table,
  #column.detail main.main-content .column-box .inner .conts .article table {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 2.5em;
  }
  #news.detail main.main-content .news-box .inner .conts .article table th,
  #column.detail main.main-content .column-box .inner .conts .article table th {
    width: 100px;
    padding: 1em 1em 1em 0;
  }
  #news.detail main.main-content .news-box .inner .conts .article table td,
  #column.detail main.main-content .column-box .inner .conts .article table td {
    padding: 1em 0;
  }
}

#news.detail main.main-content .news-box .inner .conts .article .v-wrap,
#column.detail main.main-content .column-box .inner .conts .article .v-wrap{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
#news.detail main.main-content .news-box .inner .conts .article .v-wrap iframe,
#column.detail main.main-content .column-box .inner .conts .article .v-wrap iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (max-width:900px){
  #news.detail main.main-content .news-box .inner .conts .article .alignnone,
  #news.detail main.main-content .news-box .inner .conts .article .aligncenter,
  #news.detail main.main-content .news-box .inner .conts .article .alignright,
  #news.detail main.main-content .news-box .inner .conts .article .alignleft
  #column.detail main.main-content .column-box .inner .conts .article .alignnone,
  #column.detail main.main-content .column-box .inner .conts .article .aligncenter,
  #column.detail main.main-content .column-box .inner .conts .article .alignright,
  #column.detail main.main-content .column-box .inner .conts .article .alignleft{
    max-width: 100%;
    display: block;
    margin: 0 auto 0px;
    float: none;
  }
  #news.detail main.main-content .news-box .inner .conts .article .alignright,
  #news.detail main.main-content .news-box .inner .conts .article .alignleft,
  #column.detail main.main-content .column-box .inner .conts .article .alignright,
  #column.detail main.main-content .column-box .inner .conts .article .alignleft{
    margin-bottom:20px;
  }
  #news.detail main.main-content .news-box .inner .conts .article strong,
  #column.detail main.main-content .column-box .inner .conts .article strong{
    font-size: 20px;
  }
  #news.detail main.main-content .news-box .inner .conts .article .clear,
  #column.detail main.main-content .column-box .inner .conts .article .clear {
    margin-bottom: 30px;
  }
  #news.detail main.main-content .news-box .inner .conts .article video,
  #column.detail main.main-content .column-box .inner .conts .article video{
    width: 100%;
  }
}


@media (max-width: 768px){
  #news.detail main.main-content .news-box .inner .conts .article,
  #column.detail main.main-content .column-box .inner .conts .article{
    padding-bottom: 30px;
  }
  #news.detail main.main-content .news-box .inner .conts .article p img.alignnone,
  #column.detail main.main-content .column-box .inner .conts .article p img.alignnone{
    margin: 0 0 10px;
  }
  #news.detail main.main-content .news-box .inner .conts .article p img.alignnone:last-of-type,
  #column.detail main.main-content .column-box .inner .conts .article p img.alignnone:last-of-type{
    margin: 0;
  }
}
#column main.main-content #visual{
}
#column main.main-content #visual .img {
  position: relative;
}
#column main.main-content #visual .img .inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0 20px;
}
#column main.main-content #visual .img .inner .txt{
  max-width: 540px;
  width: 80%;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}
#column main.main-content #visual .img .inner .txt strong,
#column main.main-content #visual .img .inner .column-archive-ttl{
  font-family: 'Noto Serif JP', sans-serif;
  line-height:1;
  font-size:55px;
  margin-bottom: 20px;
  font-weight:bold;
  display: block;
  color: #fff;
}
#column main.main-content .column-box .inner .conts .list{
}
#column main.main-content .column-box .inner .conts .list > li{
  background-color: #F5F5F5;
  padding:30px;
  margin: 0 0 30px;
}
#column main.main-content .column-box .inner .conts .list > li > a.tit{
  color: #185192;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  line-height: 1;
}
@media (hover: hover) {
  #column main.main-content .column-box .inner .conts .list > li > a.tit:hover{
    text-decoration: none;
  }
}
#column main.main-content .column-box .inner .conts .list > li .box{
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
#column main.main-content .column-box .inner .conts .list > li .box .img{
  max-width: 260px;
  min-width: 260px;
  margin-right: 20px;
}
#column main.main-content .column-box .inner .conts .list > li .box .txt-box{
  font-size: 16px;
  line-height: 1.6;
}
#column main.main-content .column-box .inner .conts .list > li .box .txt-box a{
  margin-top: 10px;
  display: inline-block;
  position: relative;
  color: #185192;
  font-size: 15px;
  text-decoration: underline;
}
@media (hover: hover) {
  #column main.main-content .column-box .inner .conts .list > li .box .txt-box a:hover{
    text-decoration: none;
  }
}
#column main.main-content .column-box .inner .conts .list > li .box .txt-box a.link{
  display:flex;
  justify-content:center;
  align-content:center;
  align-items:center;
  width:150px;
  height:30px;
  padding:5px 30px 7px 15px;
  box-sizing:border-box;
  border-radius:25px;
  background-color:#185192;
  line-height:1;
  font-size:17px;
  color:#fff;
  text-decoration:none;
  position:relative;
}
#column main.main-content .column-box .inner .conts .list > li .box .txt-box a:after {
  content: '';
  width:8px;
  height:100%;
  background: url(../img/icon/arrow-s-w.svg)no-repeat center center / 6px;
  padding:0;
  color: #fff;
  position: absolute;
  top: 0;
  right:15px;
  transition: .3s;
}
@media (hover: hover) {
  #column main.main-content .column-box .inner .conts .list > li .box .txt-box a.link:hover{
    opacity:.7;
  }
  #column main.main-content .column-box .inner .conts .list > li .box .txt-box a:hover:after{
    right: 10px;
  }
}
#column.detail main.main-content .column-box .inner .conts .article h1,
#column.detail main.main-content .column-box .inner .conts .article h2{
  color: #185192;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
#column.detail main.main-content .column-box .inner .conts .article h1 span,
#column.detail main.main-content .column-box .inner .conts .article h2 span{
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
#column.detail main.main-content .column-box .inner .conts .article h1.tit,
#column.detail main.main-content .column-box .inner .conts .article h2.tit{
  font-size: 30px;
}
#news.detail main.main-content .news-box .inner .conts .article h3,
#column.detail main.main-content .column-box .inner .conts .article h3{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 30px 0 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #185192;
}
#column.detail main.main-content .column-box .inner .conts .article h3 span{
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
#column.detail main.main-content .column-box .inner .conts .article #toc_container{
  width:100%;
  min-width:100%;
  box-sizing:border-box;
  background-color: #F5F5F5;
  padding: 30px;
  border:none;
  margin-bottom: 50px;
  border-radius: 10px;
}
#column.detail main.main-content .column-box .inner .conts .article #toc_container .toc_title{
  text-align:left;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}
#column.detail main.main-content .column-box .inner .conts .article #toc_container .toc_list{
  padding: 0 1rem;
}
#column.detail main.main-content .column-box .inner .conts .article #toc_container .toc_list li a{
  color: #185192;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
  font-size: 15px;
}
@media (hover: hover) {
  #column.detail main.main-content .column-box .inner .conts .article #toc_container .toc_list li a:hover{
    text-decoration: none;
  }
}
#column.detail main.main-content .column-box .inner .conts .article .catch{
  margin: 0 0 30px;
}
#column.detail main.main-content .column-box .inner .conts .article .catch img{
  width: 100%;
}
#column.detail main.main-content .column-box .inner .conts .related{
  margin-top: 100px;
}
#column.detail main.main-content .column-box .inner .conts .related h3{
  color: #185192;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
#column.detail main.main-content .column-box .inner .conts .related h3:before {
  content: '';
  background: url(../img/icon/article-bl.svg) no-repeat center center / contain;
  width: 20px;
  height: 26px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
#column.detail main.main-content .column-box .inner .conts .related > ul{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}
#column.detail main.main-content .column-box .inner .conts .related > ul > li{
  width: calc(100% / 2 - 10px);
  margin: 0 20px 30px 0;
}
#column.detail main.main-content .column-box .inner .conts .related ul li img{
  width: 100%;
}
#column.detail main.main-content .column-box .inner .conts .related ul li:nth-child(2n){
  margin-right: 0;
}
#column.detail main.main-content .column-box .inner .conts .related ul li .tit{
  margin: 10px 0;
  display: inline-block;
  color: #185192;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: underline;
}
@media (hover: hover) {
  #column.detail main.main-content .column-box .inner .conts .related ul li .tit:hover{
    text-decoration: none;
  }
}
#column.detail main.main-content .column-box .inner .side .menu ul.related li{
}
#column.detail main.main-content .column-box .inner .side .menu ul.related li a{
  display: block;
  padding: 10px 0;
  border-bottom: solid 1px #E5E5E5;
  background: none;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
}
@media (hover: hover) {
  #column.detail main.main-content .column-box .inner .side .menu ul.related li a:hover{
    background: none;
  }
}
#column.detail main.main-content .column-box .inner .side .menu ul.related li a:before{
  display: none;
}
#column.detail main.main-content .column-box .inner .side .menu ul.related li .box{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 10px;
}
#column.detail main.main-content .column-box .inner .side .menu ul.related li .box .img{
  max-width: 140px;
  width: 140px;
}
#column.detail main.main-content .column-box .inner .side .menu ul.related li .box .tit{
  display: inline-block;
  color: #185192;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: underline;
  width: calc(100% - 150px);
  background: no-repeat;
  padding: 0;
}
@media (hover: hover) {
  #column.detail main.main-content .column-box .inner .side .menu ul.related li a:hover .box .tit{
    text-decoration: none;
  }
}
@media (max-width:950px){
  #column main.main-content .column-box .inner{
    display: block;
  }
  #column main.main-content .column-box .inner .conts{
    width: 100%;
  }
  #column main.main-content .column-box .inner .side{
    width: 100%;
  }
  #column main.main-content .column-box .inner .side .bnr{
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width:768px){
  #news main.main-content .news-box .inner,
  #column main.main-content .column-box .inner{
    display: block;
    padding-bottom: 0;
  }
  #news main.main-content .news-box .inner .conts,
  #column main.main-content .column-box .inner .conts{
    width: 100%;
  }
  #news main.main-content .news-box .inner .conts .list,
  #column main.main-content .column-box .inner .conts .list {
    padding-top: 15px;
  }
  #news main.main-content .news-box .inner .conts .list > li{
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  #news main.main-content .news-box .inner .conts .list .data .day{
    font-size: 12px;
  }
  #news main.main-content .news-box .inner .conts .list .data .cat li a,
  #column main.main-content .column-box .inner .conts .cat li a{
    font-size: 11px;
  }
  #news main.main-content .news-box .inner .conts .list > li > a{
    font-size: 16px;
  }
  #news main.main-content .news-box .inner .side,
  #column main.main-content .column-box .inner .side{
    width: 100%;
  }
  #news main.main-content .news-box .inner .side .bnr,
  #column main.main-content .column-box .inner .side .bnr{
    max-width: 320px;
    margin: 0 auto;
  }
  #news main.main-content .news-box .inner .side .bnr li,
  #column main.main-content .column-box .inner .side .bnr li{
    margin-bottom: 10px;
  }
  #news main.main-content .news-box .inner .side .menu .tit,
  #column main.main-content .column-box .inner .side .menu .tit{
    font-size: 14px;
  }
  #news main.main-content .news-box .inner .side .menu ul,
  #column main.main-content .column-box .inner .side .menu ul{
    margin-bottom: 20px;
  }
  #news main.main-content .news-box .inner .side .menu ul li a,
  #column main.main-content .column-box .inner .side .menu ul li a{
    font-size: 14px;
  }
  #news main.main-content .news-box .inner .side .menu ul li a:before,
  #column main.main-content .column-box .inner .side .menu ul li a:before{
    top: 9px;
  }
  #news.detail main.main-content .news-box .inner .conts,
  #column.detail main.main-content .column-box .inner .conts {
    padding-bottom: 30px;
  }
  #news.detail main.main-content .news-box .inner .conts .article,
  #column.detail main.main-content .column-box .inner .conts .article{
    padding-bottom: 15px;
  }
  #news.detail main.main-content .news-box .inner .conts .article h2{
    font-size: 18px;
  }
  #news.detail main.main-content .news-box .inner .conts .article .data,
  #column.detail main.main-content .column-box .inner .conts .article .data{
    display: block;
    margin-bottom: 30px;
  }
  #news.detail main.main-content .news-box .inner .conts .article p,
  #column.detail main.main-content .column-box .inner .conts .article p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  #column main.main-content #visual{
    overflow: hidden;
  }
  #column main.main-content #visual .img {
    position: relative;
    width: 200%;
  }
  #column main.main-content #visual .img img{
    transform: translateX(-20%);
  }
  #column main.main-content #visual .img .inner .txt{
    width: 100%;
    font-size: 3vw;
  }
  #column main.main-content #visual .img .inner .txt strong,
  #column main.main-content #visual .img .inner .column-archive-ttl{
    font-size:8vw;
    margin-bottom: 3%;
  }
  #column main.main-content .column-box .inner .conts .list > li{
    padding:15px;
    margin: 0 0 20px;
  }
  #column main.main-content .column-box .inner .conts .list > li > a.tit{
    font-size: 16px;
  }
  #column main.main-content .column-box .inner .conts .list > li > a.tit:hover{
    text-decoration: none;
  }
  #column main.main-content .column-box .inner .conts .list > li .box{
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
  }
  #column main.main-content .column-box .inner .conts .list > li .box .img{
    max-width: 140px;
    min-width: 140px;
    margin-right: 10px;
  }
  #column main.main-content .column-box .inner .conts .list > li .box .txt-box{
    font-size: 14px;
  }
  #column main.main-content .column-box .inner .conts .list > li .box .txt-box a{
    font-size: 13px;
  }
  #column main.main-content .column-box .inner .conts .list > li .box .txt-box a.link{
    width:130px;
    height:25px;
    font-size:14px;
  }
  #column.detail main.main-content .column-box .inner .conts .article h1,
  #column.detail main.main-content .column-box .inner .conts .article h2{
    font-size: 18px;
  }
  #column.detail main.main-content .column-box .inner .conts .article h1 span,
  #column.detail main.main-content .column-box .inner .conts .article h2 span{
    display: block;
    margin-top: -70px;
    padding-top: 70px;
  }
  #column.detail main.main-content .column-box .inner .conts .article h1.tit,
  #column.detail main.main-content .column-box .inner .conts .article h2.tit{
    font-size: 22px;
  }
  #news.detail main.main-content .news-box .inner .conts .article h3,
  #column.detail main.main-content .column-box .inner .conts .article h3{
    font-size: 16px;
    margin: 30px 0 10px;
    border-bottom: solid 1px #185192;
  }
  #column.detail main.main-content .column-box .inner .conts .article h3 span{
    display: block;
    margin-top: -70px;
    padding-top: 70px;
  }
  #column.detail main.main-content .column-box .inner .conts .article #toc_container{
    padding: 15px;
    margin-bottom: 30px;
  }
  #column.detail main.main-content .column-box .inner .conts .article #toc_container .toc_title{
    font-size: 16px;
    margin-bottom: 10px;
  }
  #column.detail main.main-content .column-box .inner .conts .article #toc_container .toc_list li a{
    font-size: 14px;
  }
  #column.detail main.main-content .column-box .inner .conts .article .catch{
    margin: 0 0 20px;
  }
  #column.detail main.main-content .column-box .inner .conts .related{
    margin-top: 50px;
  }
  #column.detail main.main-content .column-box .inner .conts .related h3{
    margin-bottom: 20px;
    font-size: 18px;
  }
  #column.detail main.main-content .column-box .inner .conts .related h3:before {
    width: 15px;
    height: 18px;
  }
  #column.detail main.main-content .column-box .inner .conts .related > ul > li{
    width: calc(100% / 2 - 5px);
    margin: 0 10px 20px 0;
  }
  #column.detail main.main-content .column-box .inner .conts .related ul li .tit{
    font-size: 14px;
  }
  #column.detail main.main-content .column-box .inner .side .menu ul.related li a{
    font-size: 13px;
  }
  #column.detail main.main-content .column-box .inner .side .menu ul.related li .box .img{
    max-width: 100px;
    width: 100px;
  }
  #column.detail main.main-content .column-box .inner .side .menu ul.related li .box .tit{
    font-size: 13px;
    width: calc(100% - 110px);
  }
}
@media (max-width:450px){
  #column main.main-content .column-box .inner .conts .list > li .box{
    display: block;
  }
  #column main.main-content .column-box .inner .conts .list > li .box .img{
    max-width: 200px;
    min-width: 200px;
    margin: 0 auto 10px;
  }
  #column.detail main.main-content .column-box .inner .conts .related ul li .tit{
    font-size: 12px;
  }
}

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

#urgent

-----------------------------------------------------------------------------  ***/
#urgent #visual{
  background-color: #F9F4E4;
}
#urgent #visual .box1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 25px;
}
#urgent #visual .box1:after {
  content: '';
  display: block;
  width: 27%;
  max-width:300px;
  height: 0;
  padding-top: 30%;
  background: url(../img/parts/urgent/dial-img01.png)no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 0;
}
#urgent #visual .box1 .txtBox{
  width: 70%;
}
#urgent #visual .box1 .txtBox .t1{
  line-height: 1.2;
  font-size: 50px;
  font-weight: bold;
  color: #185192;
  margin-bottom: 10px;
}
#urgent #visual .box1 .txtBox .tel{
  background-color: #fff;
  padding:20px 38px;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
}
#urgent #visual .box1 .txtBox .tel:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 30px;
  right: -20px;
}
#urgent #visual .box1 .txtBox .tel .t2{
  line-height: 1.2;
  font-size: 22px;
  font-weight: bold;
  color: #BF001D;
  margin-bottom: 10px;
  border: solid 1px #BF001D;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
}
#urgent #visual .box1 .txtBox .tel .num {
  display: flex;
  line-height: 1;
  font-size: 73px;
  font-weight: bold;
  color: #BF001D;
  margin-bottom: 10px;
  pointer-events: none;
  text-align: center;
  justify-content: center;
  position: relative;
  align-items: center;
}
#urgent #visual .box1 .txtBox .tel .num:before{
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/icon/tel-red.svg)no-repeat top 0px left;
  background-size: contain;
  top: 5px;
  position: relative;
  margin-right: 5px;
}
#urgent #visual .box1 .txtBox .tel .num span{
  display: block;
  background-color: #BF001D;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  padding: 8px 10px 10px;
  text-align: center;
  border-radius: 5px;
  margin-top:8px;
  margin-left: 10px;
}
#urgent #visual .box1 .txtBox .tel .num span br{
  display:none;
}
#urgent #visual .box1 .txtBox .tel .t3{
  line-height: 1.2;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top:15px;
}
#urgent #visual .box1 .txtBox .tel .t3 strong{
  color: #BF001D;
}
#urgent #visual .box2{
  background-color: #185192;
  padding: 20px 40px 10px;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
}
#urgent #visual .box2 ul li{
  line-height: 1.4;
  font-size: 28px;
  font-weight: bold;
  letter-spacing:1px;
  margin-bottom: 10px;
  color: #fff;
  padding-left: 30px;
  position: relative;
}
#urgent #visual .box2 ul li:before{
  content: '';
  width: 22px;
  height: 22px;
  background: url(../img/icon/check-red2.svg)no-repeat top left;
  background-size: contain;
  top: 8px;
  left: 0;
  position: absolute;
}
#urgent .cancel .balloon{
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto -30px;
  box-sizing: border-box;
  padding: 15px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #185192;
  background-color: #FFF08B;
  border-radius: 8px;
  -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}
#urgent .cancel .balloon strong{
  font-size: 40px;
  color: #BF001D;
}
#urgent .cancel .balloon::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top-color: #FFF08B;
}
#urgent .cancel .inner .box1 {
  background-color: #EEEEEE;
  padding-top: 70px;
  margin-bottom: 40px;
}
#urgent .cancel .inner .box1 ul{
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10px;
}
#urgent .cancel .inner .box1 ul:after {
  content: '';
  display: block;
  width: 14%;
  height: 0;
  padding-top: 24%;
  background: url(../img/parts/urgent/cancel-ill01.png)no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 0;
}
#urgent .cancel .inner .box1 ul li{
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 80%;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #185192;
}
#urgent .cancel .inner .box1 ul li:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 30px;
  right: -20px;
}
#urgent .cancel .inner .box1 .txt{
  background-color: #185192;
  color: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
}
#urgent .cancel .inner .box2 {
  border: solid 2px #185192;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 100px;
}
#urgent .cancel .inner .box2 .t1{
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#urgent .cancel .inner .box2 .t1 strong{
  color: #FF0000;
}
#urgent .cancel .inner .box2 .acc dt{
  background-color: #FFF08B;
  color: #2B5D97;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  border-bottom: solid 4px #DFCA39;
  cursor: pointer;
  position: relative;
  transition: .3s;
}
@media (min-width:769px){
  #urgent .cancel .inner .box2 .acc dt:hover{
    background-color: #DFCA39;
  }
}
#urgent .cancel .inner .box2 .acc dt:before,
#urgent .cancel .inner .box2 .acc dt:after{
  content: '';
  position: absolute;
  background-color: #2B5D97;
  width: 20px;
  height: 2px;
  transition: .3s;
}
#urgent .cancel .inner .box2 .acc dt:before{
  top: 50%;
  right: 15px;
  transform: translate(-50%,-50%);
}
#urgent .cancel .inner .box2 .acc dt:after{
  top: 50%;
  right: 15px;
  transform: translate(-50%,-50%) rotate(90deg);
}
#urgent .cancel .inner .box2 .acc dt.open:after{
  transform: translate(-50%,-50%) rotate(0);
}
#urgent .cancel .inner .box2 .acc dd{
  font-size: 20px;
  line-height: 1.8;
  display: none;
}
#urgent .cancel .inner .box2 .acc dd p{
  margin-top: 20px;
}
#urgent .cancel .inner .box2 .acc dd strong{
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}
#urgent .case .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px 60px;
}
#urgent .case .inner .box{
  width: 48%;
  box-sizing: border-box;
  border: solid 2px #185192;
  border-radius: 8px;
  padding: 20px;
}
#urgent .case .inner .box .midashi{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  color: #185192;
  background-color: #F9F4E4;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
}
#urgent .case .inner .box li{
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 15px 30px;
  position: relative;
  border-bottom: dashed 1px #707070;
  min-height: 82px;
  box-sizing: border-box;
}
#urgent .case .inner .box li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
#urgent .case .inner .box ul li:before{
  content: '';
  width: 22px;
  height: 22px;
  background: url(../img/icon/check-red2.svg)no-repeat top left;
  background-size: contain;
  top: 17px;
  left: 0;
  position: absolute;
}
#urgent .flow .midashi{
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: solid 2px #185192;
}
#urgent .flow ol{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#urgent .flow ol li{
  width: calc(100% / 4 - 40px);
  position: relative;
  background-color: #F9F4E4;
  border-radius: 10px;
}
#urgent .flow ol li img{
  width: 100%;
}
#urgent .flow ol li:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: transparent transparent transparent #bf001d;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
#urgent .flow ol li:last-child:after{
  display: none;
}
#urgent .flow ol li .txtBox{
  padding: 15px;
  font-size: 18px;
  line-height: 1.8;
}
#urgent .flow ol li .txtBox .t1{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #185192;
}
#urgent .faq .midashi{
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: solid 2px #185192;
}
#urgent .const-area{
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
#urgent main.main-content section.const-area .inner{
  padding-bottom: 0;
}
#urgent main.main-content section.const-area .consultation_bnr{
  margin: 80px 0 0;
}
@media (max-width:1270px){
  #urgent #visual .box1 .txtBox .tel .num{
    font-size:68px;
  }
  #urgent #visual .box1 .txtBox .tel .num span {
    font-size:20px;
    padding:5px 10px;
  }
  #urgent #visual .box1 .txtBox .tel .num span br{
    display:block;
  }
}
@media (max-width:1100px){
  #urgent #visual .box1 .txtBox .t1{
    font-size:46px;
  }
}
@media (max-width:1040px){
  #urgent #visual .box1 .txtBox .tel .num{
    font-size:62px;
  }
  #urgent #visual .box1 .txtBox .tel .num span {
    font-size:18px;
  }
}

@media (max-width:1000px){
  #urgent #visual .box1 .txtBox .t1{
    font-size: 4.6vw;
  }
  #urgent #visual .box1 .txtBox .tel{
    padding: 2vw;
  }
  #urgent #visual .box1 .txtBox .tel .t2{
    font-size: 2.2vw;
  }
  #urgent #visual .box1 .txtBox .tel .num {
    font-size: 6.6vw;
  }
  #urgent #visual .box1 .txtBox .tel .num:before{
    width: 7%;
    height: 0;
    padding-top: 8%
  }
  #urgent #visual .box1 .txtBox .tel .num span{
    font-size: 2vw;
  }
  #urgent #visual .box1 .txtBox .tel .t3{
    font-size: 2vw;
  }
  #urgent #visual .box2 ul li{
    font-size: 2.6vw;
  }
}
@media (max-width:768px){
  #urgent #visual .box1{
    display: block;
    padding-bottom: 15px;
  }
  #urgent #visual .box1:after {
    width: 28%;
    padding-top: 32%;
    right: 5px;
  }
  #urgent #visual .box1 .txtBox{
    width: 100%;
  }
  #urgent #visual .box1 .txtBox .t1{
    text-align:center;
    font-size: 23px;
  }
  #urgent #visual .box1 .txtBox .tel{
    padding: 10px;
    border-radius: 5px;
  }
  #urgent #visual .box1 .txtBox .tel:after{
    display: none;
  }
  #urgent #visual .box1 .txtBox .tel .t2{
    font-size: 14px;
  }
  #urgent #visual .box1 .txtBox .tel .num {
    font-size: 40px;
    flex-wrap: wrap;
    pointer-events: inherit;
  }
  #urgent #visual .box1 .txtBox .tel .num:before{
    width: 26px;
    height: 26px;
    padding: 0;
  }
  #urgent #visual .box1 .txtBox .tel .num span{
    font-size: 16px;
    margin: 10px 0 0;
    width: 100%;
    box-sizing: border-box;
  }
  #urgent #visual .box1 .txtBox .tel .num span br{
    display: none;
  }
  #urgent #visual .box1 .txtBox .tel .t3{
    text-align:left;
    font-size: 18px;
  }
  #urgent #visual .box2{
    padding: 10px 10px 5px;
    border-radius: 5px;
  }
  #urgent #visual .box2 ul li{
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 20px;
  }
  #urgent #visual .box2 ul li:before{
    width: 14px;
    height: 14px;
    top: 3px;
  }
  #urgent .cancel .balloon{
    margin: 0 auto -20px;
    font-size: 18px;
    width: 94%;
  }
  #urgent .cancel .balloon strong{
    font-size: 20px;
    display: block;
  }
  #urgent .cancel .balloon::before {
    bottom: -30px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #FFF08B;
  }
  #urgent .cancel .inner .box1 {
    padding-top: 45px;
    margin-bottom: 20px;
  }
  #urgent .cancel .inner .box1 ul{
    width: 94%;
  }
  #urgent .cancel .inner .box1 ul:after {
    width: 20%;
    padding-top: 30%;
    right: 5px;
  }
  #urgent .cancel .inner .box1 ul li{
    padding: 10px;
    border-radius: 5px;
    width: 80%;
    font-size: 16px;
  }
  #urgent .cancel .inner .box1 ul li:after{
    border-width: 5px 0 5px 10px;
    top: 15px;
    right: -10px;
  }
  #urgent .cancel .inner .box1 .txt{
    padding: 10px;
    font-size: 20px;
  }
  #urgent .cancel .inner .box2 {
    border: solid 1px #185192;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 30px;
  }
  #urgent .cancel .inner .box2 .t1{
    text-align:left;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #urgent .cancel .inner .box2 .acc dt{
    text-align: center;
    font-size: 16px;
    padding: 15px 10px;
  }
  #urgent .cancel .inner .box2 .acc dt:before,
  #urgent .cancel .inner .box2 .acc dt:after{
    width: 10px;
  }
  #urgent .cancel .inner .box2 .acc dt:before{
    right: 5px;
  }
  #urgent .cancel .inner .box2 .acc dt:after{
    right: 5px;
  }
  #urgent .cancel .inner .box2 .acc dd{
    font-size: 14px;
  }
  #urgent .cancel .inner .box2 .acc dd p{
    margin-top: 10px;
  }
  #urgent .cancel .inner .box2 .acc dd strong{
    font-size: 16px;
    margin-bottom: 5px;
  }
  #urgent .case .inner{
    display: block;
    padding: 0 15px 10px;
  }
  #urgent .case .inner .box{
    width: 100%;
    border: solid 1px #185192;
    padding: 10px;
    margin-bottom: 10px;
  }
  #urgent .case .inner .box .midashi{
    font-size: 18px;
  }
  #urgent .case .inner .box li{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    position: relative;
    min-height: auto;
  }
  #urgent .case .inner .box ul li:before{
    width: 14px;
    height: 14px;
    top: 13px;
  }
  #urgent .flow .midashi{
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #003A77;
  }
  #urgent .flow ol{
    display: block;
  }
  #urgent .flow ol li{
    width: 100%;
    margin-bottom: 40px;
  }
  #urgent .flow ol li:last-child{
    margin-bottom: 0;
  }
  #urgent .flow ol li:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 12px;
    border-color: #bf001d transparent transparent transparent;
    position: absolute;
    top: initial;
    bottom: -30px;
    right: 50%;
    transform: translateX(50%);
  }
  #urgent .flow ol li .txtBox{
    padding: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  #urgent .flow ol li .txtBox .t1{
    font-size: 20px;
  }
  #urgent .faq .midashi{
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #003A77;
  }
  #urgent .const-area{
    padding-bottom: 40px;
  }
  #urgent main.main-content section.const-area .consultation_bnr{
    margin: 40px 0 0;
  }
  #urgent .flow ol li img{
    height:120px;
    border-radius:10px 10px 0 0 ;
    object-fit:cover;
  }
}

@media(max-width:340px){
  #urgent #visual .box1 .txtBox .t1{
    font-size:20px;
  }
  #urgent #visual .box1 .txtBox .tel .num{
    font-size:33px;
  }
}

@media(max-width:290px){
  #urgent #visual .box1 .txtBox .t1{
    font-size:17px;
  }
  #urgent #visual .box1 .txtBox .tel .num{
    font-size:28px;
  }
}

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

#member

-----------------------------------------------------------------------------  ***/
#member main.main-content section.club_intro .content .img-box{
  max-width: 520px;
  width: 60%;
  margin-right: 30px;
}
#member main.main-content section.club_intro .content .txt-box .txt{
  text-shadow: 3px 3px 6px rgba(0,0,0,.5);
}
#member main.main-content section.club_intro .content .txt-box ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#member main.main-content section.club_intro .content .txt-box ul li{
  width: 50%;
}
#member main.main-content section.club_intro .content .txt-box .notes{
  font-size: 16px;
  margin-top: 10px;
}
#member .intro h2 {
  line-height: 1.4;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #185192;
  margin-bottom: 30px;
  text-align: center;
}
#member .intro h2 span{
  font-size: 40px;
}
#member .intro .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#member .intro .box:before{
  content: '';
  width: 1000%;
  height: 80%;
  background-color: #FFFFFF;
  opacity: .5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%,-50%);
}
#member .intro .box .img{
  width: 500px;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 7px rgba(170,170,170,.5);
}
#member .intro .box .txt{
  width: calc(100% - 550px);
  line-height: 2;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
#member .intro .box .txt strong{
  display: block;
  color: #185192;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.4;
}
#member .intro .btn{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
#member .intro .btn li{
  width: 49%;
}
#member .intro .btn li a{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  transition: .3s;
}
#member .intro .btn li a:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-40%) rotate(90deg);
  padding: 15px;
  border-radius: 50px;
}
#member .intro .btn li a strong{
  display: block;
  font-size: 36px;
  line-height: 1.2;
}
#member .intro .btn li a span{
  display: inline-block;
  background-color: #fff;
  padding: 5px 30px;
  border-radius: 50px;
  margin-top: 10px;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
}
#member .intro .btn li a.free{
  background-color: #185192;
  box-shadow: 0 8px 0 #0D3460;
}
#member .intro .btn li a.free span{
  color: #185192;
}
@media (hover: hover) {
  #member .intro .btn li a.free:hover{
    box-shadow: 0 2px 0 #0D3460;
    transform: translateY(6px);
  }
}
#member .intro .btn li a.free:before{
  background: url(../img/icon/arrow-bl.svg) no-repeat center center / 40% #fff;
}
#member .intro .btn li a.paid{
  background-color: #BF001D;
  box-shadow: 0 8px 0 #8B0418;
}
#member .intro .btn li a.paid span{
  color: #BF001D;
}
@media (hover: hover) {
  #member .intro .btn li a.paid:hover{
    box-shadow: 0 2px 0 #8B0418;
    transform: translateY(6px);
  }
}
#member .intro .btn li a.paid:before{
  background: url(../img/icon/arrow-red2.svg) no-repeat center center / 30% #fff;
}
#member .benefits .inner .anker{
  padding-top: 100px;
  margin-top: -100px;
  display: block;
}
#member .benefits .inner h2{
  text-align: center;
  margin-bottom: 50px;
}
#member .benefits .inner h2 strong{
  line-height: 1;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 60px;
  font-weight: bold;
  display: block;
}
#member .benefits .inner h2 .price{
  display: inline-block;
  padding: 5px 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 20px;
}
#member .benefits .inner h2 .notes{
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
#member .benefits .inner.free h2 strong{
  color: #185192;
}
#member .benefits .inner.free h2 .price{
  background-color: #185192;
}
#member .benefits .inner.paid h2 strong{
  color: #BF001D;
}
#member .benefits .inner.paid h2 .price{
  background-color: #BF001D;
}
#member .benefits .inner .list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#member .benefits .inner .list li{
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #F9F4E4;
  padding: 20px;
  width: 49%;
  margin-bottom: 35px;
  position: relative;
}
#member .benefits .inner .list li.long{
  width: 100%;
}
#member .benefits .inner .list li .num{
  position: absolute;
  top: -20px;
  left: -20px;
  text-align: center;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  padding-top: 10px;
  border-radius: 100px;
  color: #fff;
}
#member .benefits .inner .list li .num span{
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .2rem;
}
#member .benefits .inner .list li .num strong{
  line-height: 1;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 60px;
  font-weight: bold;
  display: block;
}
#member .benefits .inner .list li .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#member .benefits .inner .list li .box .txtBox{
  width: calc(100% - 220px);
  box-sizing: border-box;
  padding-left: 50px;
}
#member .benefits .inner .list li .box .txtBox .t1{
  line-height: 1.2;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}
#member .benefits .inner .list li.long .box .txtBox .t1{
  font-size: 50px;
}
#member .benefits .inner .list li .box .txtBox .t1 strong{
  font-size: 80px;
  line-height: 1;
}
#member .benefits .inner .list li .box .txtBox .t1 span{
  font-size: 24px;
  line-height: 1.4;
  display: block;
}
#member .benefits .inner .list li .box .txtBox .t1 span.no-br{
  display: inline-block;
}
#member .benefits .inner .list li .box .txtBox .t2{
  font-size: 16px;
}
#member .benefits .inner .list li .box .txtBox .t3{
  font-size: 18px;
  margin-bottom: 10px;
}
#member .benefits .inner .list li .box .txtBox .t3 strong{
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}
#member .benefits .inner .list li .box .imgBox{
  width: 192px;
  max-width: 192px;
}
#member .benefits .inner .list li .box .imgBox img{
  width: 100%;
}
#member .benefits .inner .list li.long .box .txtBox{
  width: calc(100% - 580px);
}
#member .benefits .inner .list li.long .box .imgBox{
  width: 560px;
  max-width: 560px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#member .benefits .inner .list li.long .box .imgBox p{
  width: 49%;
}
#member .benefits .inner .list li .box .txtBox .t1 strong{
  font-size: 80px;
  line-height: 1;
}
#member .benefits .inner .list li.long.type2 .box .txtBox{
  width: calc(100% - 260px);
}
#member .benefits .inner .list li.long.type2 .box .txtBox .t1{
  font-size: 42px;
}
#member .benefits .inner .list li.long.type2 .box .txtBox .t1 strong{
  font-size: 60px;
}
#member .benefits .inner .list li.long.type2 .box .txtBox .t2{
  margin: 0 0 5px 1rem;
  text-indent: -1rem;
}
#member .benefits .inner .list li.long.type2 .box .imgBox{
  width: 242px;
  max-width: 242px;
  display: block;
}
#member .benefits .inner .list li.long.type2 .box .imgBox p{
  width: 100%;
}
#member .benefits .inner.free .list li{
  border: solid 4px #185192;
}
#member .benefits .inner.free .list li .num{
  background-color: #185192;
}
#member .benefits .inner.free .list li .num span{
  text-shadow:2px 2px 0 #185192, -2px -2px 0 #185192,
              -2px 2px 0 #185192, 2px -2px 0 #185192,
              0px 2px 0 #185192,  0-2px 0 #185192,
              -2px 0 0 #185192, 2px 0 0 #185192;
}
#member .benefits .inner.free .list li .box .txtBox .t1{
  color: #185192;
}
#member .benefits .inner.paid .list li{
  border: solid 4px #BF001D;
}
#member .benefits .inner.paid .list li .btn{
  margin: 20px 0 10px auto;
}
#member .benefits .inner.paid .list li .num{
  background-color: #BF001D;
}
#member .benefits .inner.paid .list li .num span{
  text-shadow:2px 2px 0 #BF001D, -2px -2px 0 #BF001D,
              -2px 2px 0 #BF001D, 2px -2px 0 #BF001D,
              0px 2px 0 #BF001D,  0-2px 0 #BF001D,
              -2px 0 0 #BF001D, 2px 0 0 #BF001D;
}
#member .benefits .inner.paid .list li .box .txtBox .t1{
  color: #BF001D;
}
#member .benefits .inner.paid .list li .box .txtBox .t3 strong{
  color: #BF001D;
}
#member .membership li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  background-color: #F5F5F5;
}
#member .membership li a.btn{
  width:640px;
  max-width:80%;
  padding:20px 0;
  font-size:24px;
  margin-top:5px;
}
#member .membership li .box1{
  max-width: 360px;
  width: 360px;
  background-color: #185192;
  color: #fff;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 150px;
}
#member .membership li .box1:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 0 75px 40px;
  border-color: transparent transparent transparent #185192;
  position: absolute;
  top: 0;
  right: -40px;
}
#member .paid .membership li .box1{
  background-color: #BF001D;
}
#member .paid .membership li .box1:after{
  border-color: transparent transparent transparent #BF001D;
}
#member .membership li .box1 .t1{
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
#member .membership li .box1 .t2{
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  border: solid 2px #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
}
#member .membership li .box2{
  width: calc(100% - 390px);
  color: #185192;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#member .membership li .box2 .t1{
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
#member .benefits .btn{
  background-color: #F560A0;
  border-radius: 100px;
  box-shadow: 0px 5px 0 #BF4278;
  transition: .3s;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 340px;
  padding: 15px 0;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (hover: hover) {
  #member .benefits .btn:hover {
    box-shadow: 0px 2px 0 #BF4278;
    transform: translateY(2px);
  }
}
#member .benefits .btn:after{
  content: '';
  display: block;
  width: 13px;
  height: 100%;
  background: url(../img/icon/arrow-w.svg)no-repeat center center;
  background-size: 7px;
  position: absolute;
  top: 0;
  right: 10px;
}
#member .membership li .box2 .tel{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 70px;
  font-weight: bold;
  color: #185192;
}
#member .membership li .box2 .tel span{
  display: block;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  background-color: #185192;
  color: #fff;
  padding: 15px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
#member .membership li .box2 .tel.pc-none{
  display: none;
}
#member .select-box .select {
  position: relative;
  border: 2px solid #185192;
  border-radius: 2px;
  background: #ffffff;
  border-radius: 10px;
}
#member .select-box .select:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: 0.9em;
  content: '';
  width: 8px;
  height: 100%;
  background: url(../img/icon/arrow-w.svg)no-repeat center center;
  pointer-events: none;
  z-index: 1;
}
#member .select-box .select:after {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
  width: 38px;
  height: calc(100% + 2px);
  background-color: #185192;
  border-radius: 7px 0 0 7px;
  content: '';
}
#member .select-box .select select {
  padding: 8px 8px 8px 48px;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  color: #185192;
}
#member .select-box .select select option{
  text-indent: 1rem;
}
#member .select-box .select select option.areaname{
  color: #185192;
  font-style:normal;
}
#member .select-box .select select .default{
  color: #185192;
  font-style:normal;
}
#member .select-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#member .select-box .select{
  width: 36%;
}
#member .select-box .submit{
  width: 20%;
  position: relative;
}
#member .select-box .submit input[type="submit"]{
  text-align: center;
  background-color: #185192;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  text-indent: 1rem;
  transition: .3s;
  cursor: pointer;
}
#member .select-box .submit input[type="submit"]:hover{
  opacity: .7;
}
#member .select-box .submit:before{
  content: '';
  background: url(../img/parts/member/icon-search.svg) no-repeat center center / contain ;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width:1100px){
  #member main.main-content section.club_intro .content .img-box{
    max-width: 520px;
    width: 90%;
    margin: 0 auto 30px;
  }
  #member .benefits .inner .list li .box .txtBox{
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding-left: 50px;
  }
  #member .benefits .inner .list li .box .txtBox .t1{
    font-size: 3.6vw;
  }
  #member .benefits .inner .list li.long .box .txtBox .t1{
    font-size: 4.2vw;
  }
  #member .benefits .inner .list li .box .txtBox .t1 strong{
    font-size: 7vw;
  }
  #member .benefits .inner .list li .box .txtBox .t1 span{
    font-size: 2vw;
  }
  #member .benefits .inner .list li.long.type2 .box .txtBox .t1{
    font-size: 3.8vw;
  }
  #member .benefits .inner .list li.long.type2 .box .txtBox .t1 strong{
    font-size: 4.6vw;
  }
  #member .benefits .inner .list li .box .txtBox .t2{
    font-size: 1.2vw;
  }
  #member .benefits .inner .list li .box .txtBox .t3{
    font-size: 1.4vw;
  }
  #member .benefits .inner .list li .box .txtBox .t3 strong{
    font-size: 2vw;
  }
  #member .benefits .inner .list li .box .imgBox{
    width: 120px;
    max-width: 120px;
  }
  #member .benefits .inner .list li.long .box .txtBox{
    width: calc(100% - 430px);
  }
  #member .benefits .inner .list li.long .box .imgBox{
    width: 400px;
    max-width: 400px;
  }
  #member .benefits .inner .list li.long.type2 .box .txtBox{
    width: calc(100% - 200px);
  }
  #member .benefits .inner .list li.long.type2 .box .imgBox{
    width: 180px;
    max-width: 180px;
  }
  #member .membership li .box1{
    max-width: 290px;
    width: 290px;
  }
  #member .membership li .box2{
    width: calc(100% - 310px);
  }
  #member .membership li .box2 .t1{
    font-size: 1.8vw;
  }
  #member .membership li .box1. .btn{
    width: 300px;
  }
  #member .membership li .box2 .tel span{
    font-size: 2vw;
  }
  #member .membership li .box2 .tel a{
    font-size: 5.8vw;
  }
}
@media (max-width:768px){
  #member main.main-content section.club_intro .content .txt-box .txt{
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
  }
  #member main.main-content section.club_intro .content .txt-box .notes{
    font-size: 12px;
  }
  #member .intro h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #member .intro h2 span{
    font-size: 16px;
  }
  #member .intro .box{
    display: block;
  }
  #member .intro .box:before{
    width: 300%;
    height: 100%;
    padding: 10px 0;
    top: 10%;
    transform: translate(-50%,0);
  }
  #member .intro .box .img{
    width: 100%;
  }
  #member .intro .box .txt{
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
    margin-top: 20px;
  }
  #member .intro .box .txt strong{
    font-size: 16px;
  }
  #member .intro .btn{
    display: block;
    margin-top: 20px;
  }
  #member .intro .btn li{
    width: 100%;
    margin-top: 10px;
  }
  #member .intro .btn li a{
    padding: 10px 5px;
  }
  #member .intro .btn li a:before{
    right: 5px;
    padding: 10px;
  }
  #member .intro .btn li a strong{
    font-size: 20px;
  }
  #member .intro .btn li a span{
    margin-top: 5px;
    font-size: 14px;
  }
  #member .intro .btn li a.free{
    box-shadow: 0 4px 0 #0D3460;
  }
  #member .intro .btn li a.free:hover{
    transform: translateY(2px);
  }
  #member .intro .btn li a.paid{
    box-shadow: 0 4px 0 #8B0418;
  }
  #member .intro .btn li a.paid:hover{
    transform: translateY(2px);
  }
  #member .benefits .inner .anker{
    padding-top: 80px;
    margin-top: -80px;
  }
  #member .benefits .inner h2{
    margin-bottom: 20px;
  }
  #member .benefits .inner h2 strong{
    font-size: 24px;
  }
  #member .benefits .inner h2 .price{
    padding: 5px 20px;
    font-size: 18px;
    margin: 10px 0 20px;
  }
  #member .benefits .inner h2 .notes{
    font-size: 12px;
  }
  #member .benefits .inner .list{
    display: block;
  }
  #member .benefits .inner .list li{
    padding: 15px;
    width: 100%;
    margin-bottom: 25px;
  }
  #member .benefits .inner .list li.long{
    width: 100%;
  }
  #member .benefits .inner .list li .num{
    top: -10px;
    left: -20px;
    width: 50px;
    height: 50px;
  }
  #member .benefits .inner .list li .num span{
    font-size: 14px;
    letter-spacing: 0;
  }
  #member .benefits .inner .list li .num strong{
    font-size: 30px;
  }
  #member .benefits .inner .list li .box{
    display: block;
  }
  #member .benefits .inner .list li .box .txtBox{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 10px 20px;
  }
  #member .benefits .inner .list li .box .txtBox .t1{
    font-size: 24px;
  }
  #member .benefits .inner .list li.long .box .txtBox .t1{
    font-size: 24px;
  }
  #member .benefits .inner .list li .box .txtBox .t1 strong{
    font-size: 30px;
  }
  #member .benefits .inner .list li .box .txtBox .t1 span{
    font-size: 16px;
    display: inline-block;
  }
  #member .benefits .inner .list li .box .txtBox br,
  #member .benefits .inner .list li .box .txtBox .t1 span.no-br{
    display: none;
  }
  #member .benefits .inner .list li .box .txtBox .t2{
    font-size: 14px;
  }
  #member .benefits .inner .list li .box .imgBox{
    width: 192px;
    max-width: 192px;
    margin: 0 auto;
  }
  #member .benefits .inner .list li.long .box .txtBox{
    width: 100%;
  }
  #member .benefits .inner .list li.long .box .imgBox{
    width: 100%;
    max-width: 560px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #member .benefits .inner.free .list li{
    border-width: 2px;
  }
  #member .benefits .inner .list li.long.type2 .box .txtBox{
    width: 100%;
  }
  #member .benefits .inner .list li.long.type2 .box .txtBox .t1{
    font-size: 24px;
  }
  #member .benefits .inner .list li.long.type2 .box .txtBox .t1 strong{
    font-size: 30px;
  }
  #member .benefits .inner .list li.long.type2 .box .imgBox{
    width: 242px;
    max-width: 242px;
    margin: 0 auto;
  }
  #member .benefits .inner .list li .box .txtBox .t3{
    font-size: 14px;
  }
  #member .benefits .inner .list li .box .txtBox .t3 strong{
    font-size: 16px;
  }
  #member .membership li{
    display: block;
  }
  #member .membership li .box1{
    max-width: none;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    display: block;
    height: auto;
  }
  #member .membership li .box1:after{
    display: none;
  }
  #member .membership li .box1 .t1{
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 5px;
  }
  #member .membership li .box1 .t2{
    font-size: 14px;
    border: solid 1px #fff;
  }
  #member .membership li .box2{
    width: 100%;
    padding: 15px 10px;
    display: block;
  }
  #member .membership li .box2 .t1{
    font-size: 16px;
  }
  #member .benefits .inner.paid .list li .btn{
    margin: 20px auto 10px;
    width: 260px;
    transform: translateX(-22px);
  }
  #member .benefits .btn{
    box-shadow: 0px 3px 0 #BF4278;
    font-size: 16px;
    width: 280px;
  }
  #member .benefits .btn:hover {
    box-shadow: 0px 1px 0 #BF4278;
    transform: translateY(2px);
  }
  #member .membership li .box2 .tel span{
    font-size: 16px;
    padding: 10px;
  }
  #member .membership li .box2 .tel a{
    font-size: 18px;
    color: #185192;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #185192;
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    display: block;
  }
  #member .membership li .box2 .tel.sp-none{
    display: none;
  }
  #member .membership li .box2 .tel.pc-none{
    display: block;
  }
  #member .select-box .select select optgroup.areaname{
    display: none;
  }
  #member .select-box .select {
    border: 1px solid #185192;
  }
  #member .select-box {
    display: block;
  }
  #member .select-box .select{
    width: 100%;
    margin: 0 0 10px;
  }
  #member .select-box .submit{
    width: 200px;
    margin: 0 auto;
    position: relative;
  }
  #member .membership li a.btn {
    font-size: 24px;
    padding: 17px;
    margin-top: 10px;
  }
}
@media (max-width:340px){
    #member .membership li a.btn {
    font-size: 20px;
  }
}


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

#flow

-----------------------------------------------------------------------------  ***/
#flow main.main-content #visual{
  margin-bottom: 50px;
}
#flow main.main-content #visual .img {
  position: relative;
}
#flow main.main-content #visual .img .inner{
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
}
#flow main.main-content #visual .img .inner .txt{
  max-width: 540px;
  width: 80%;
  box-sizing: border-box;
  padding: 25px;
  background-color: rgba(255,255,255,.85);
  font-size: 18px;
  line-height: 1.8;
}
#flow main.main-content .pageNavi{
  margin-top: -50px;
}
#flow main.main-content .pageNavi .pic-container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#flow main.main-content .pageNavi .txt{
  position: relative;
  padding: 0 1.5rem;
  line-height: 1;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #185192;
}
#flow main.main-content .pageNavi .txt::before,
#flow main.main-content .pageNavi .txt::after {
  position: absolute;
  top: 0;
  height: 120%;
  content: '';
}
#flow main.main-content .pageNavi .txt::before {
  border-left: solid 2px;
  left: 0;
  transform: rotate(-30deg);
}
#flow main.main-content .pageNavi .txt::after {
  border-right: solid 2px;
  right: 0;
  transform: rotate(30deg);
}
#flow main.main-content .pageNavi ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#flow main.main-content .pageNavi ul li{
  width: 32.5%;
  margin-bottom: 1%;
}
#flow main.main-content .pageNavi ul li a{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  transition: .3s;
  background-color: #185192;
  font-size: 22px;
}
#flow main.main-content .pageNavi ul li a:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-40%) rotate(90deg);
  padding: 10px;
  border-radius: 50px;
  background: url(../img/icon/arrow-bl.svg) no-repeat center center / 40% #fff;
  transition: .3s;
}
@media (hover: hover) {
  #flow main.main-content .pageNavi ul li a:hover:before{
    top: 54%;
  }
}
#flow main.main-content .anker{
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}
#flow main.main-content .sec-ttl{
  text-align: center;
  margin-bottom: 50px;
}
#flow main.main-content .sec-ttl > span{
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  padding: 7px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  border-radius: 10px;
  font-size: 28px;
  line-height: 1.2;
  background: #C9A232;
}
#flow main.main-content .sec-ttl > span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid #C9A232;
}
#flow main.main-content .sec-ttl strong{
  display: inline-block;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1;
  font-size: 60px;
  color: #185192;
}
#flow main.main-content .sec-ttl strong > span{
  font-size: 50px;
}
#flow main.main-content .sub-ttl{
  background-color: #fff;
  width: 690px;
  margin: -60px auto 30px;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  color: #185192;
  font-weight: bold;
  padding: 17px 0;
  position: relative;
  background: url(../img/parts/flow/midashi1.svg) no-repeat left top / contain;
}
#flow main.main-content .sub-ttl strong{
  color: #BF001D;
}
#flow main.main-content .komi{
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 18px;
}
#flow main.main-content .komi strong{
  display: block;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.2;
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: bold;
}
#flow main.main-content .sec01 .box1{
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
#flow main.main-content .sec01 .box1:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #185192 transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#flow main.main-content .sec01 .box1 .txt1{
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.2;
  font-size: 34px;
  margin-bottom: 30px;
}
#flow main.main-content .sec01 .box1 ul{
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
#flow main.main-content .sec01 .box1 ul li{
  width: calc(100% / 4 - 10px);
  margin: 0 20px;
  line-height: 1.4;
  font-size: 22px;
  color: #185192;
  font-weight: bold;
}
#flow main.main-content .sec01 .box1 ul li .icon{
  max-width: 180px;
  width: 90%;
  margin: 0 auto 10px;
}
#flow main.main-content .sec01 .box2{
  background-color: #185192;
  border: solid 4px #185192;
  border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
}
#flow main.main-content .sec01 .box2 .txt1{
  padding: 10px 40px;
  color: #fff;
  line-height: 1.4;
  font-size: 34px;
  font-weight: bold;
  width: calc(100% - 420px);
}
#flow main.main-content .sec01 .box2 .in{
  background-color: #F9F4E4;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  border-radius: 0 0 5px 5px;
}
#flow main.main-content .sec01 .box2 .in .txt-box{
  width: calc(100% - 420px);
}
#flow main.main-content .sec01 .box2 .in .txt-box .t1{
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 10px;
}
#flow main.main-content .sec01 .box2 .in .txt-box ul li{
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #185192;
  background: url(../img/icon/check-bl2.svg) no-repeat left top 5px / 23px;
  padding-left: 28px;
}
#flow main.main-content .sec01 .box2 .in .txt-box .t2{
  line-height: 1.6;
  font-size: 22px;
  font-weight: bold;
}
#flow main.main-content .sec01 .box2 .in .img-box{
  max-width: 400px;
  width: 400px;
  margin-top: -120px;
}
#flow main.main-content .sec01 .consultation_bnr{
  margin: 40px 0 0;
}
#flow main.main-content .sec02 .clm2_box .txt .ttl{
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 10px;
  color: #185192;
}
#flow main.main-content .sec02 .midashi{
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.2;
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
#flow main.main-content .sec02 .midashi .red{
  color: #BF001D;
  font-size: 60px;
}
#flow main.main-content .sec02 .box1{
  text-align: center;
  margin-bottom: 60px;
}
#flow main.main-content .sec02 .box1 .txt1{
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #185192;
  padding: 10px 30px;
  border-radius: 50px;
  display: inline-block;
}
#flow main.main-content .sec02 .box1 ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#flow main.main-content .sec02 .box1 ul li{
  width: 31%;
  margin: 0;
  line-height: 1.4;
  font-size: 22px;
  color: #185192;
  font-weight: bold;
  box-sizing: border-box;
  border: solid 2px #185192;
  background-color: #fff;
  padding: 30px 10px;
  border-radius: 10px;
}
#flow main.main-content .sec02 .box1 ul li .icon{
  height: 90px;
  width: auto;
  margin: 0 auto 10px;
}
#flow main.main-content .sec02 .box1 ul li .icon img{
  height: 100%;
}
#flow main.main-content .sec02 .box2 ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 40px 0 60px;
}
#flow main.main-content .sec02 .box2 ul li{
  width: 48%;
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
  box-sizing: border-box;
  border: solid 2px #185192;
  background-color: #fff;
  padding: 50px 30px 30px;
  border-radius: 10px;
  position: relative;
}
#flow main.main-content .sec02 .box2 ul li .balloon{
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #185192;
  padding: 10px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 340px;
  width: 94%;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0,0,0,.16);
}
#flow main.main-content .sec02 .box2 ul li .balloon:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #185192 transparent transparent transparent;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
#flow main.main-content .sec02 .box2 ul li .icon{
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  align-items: center;
  font-size: 46px;
  color: #185192;
}
#flow main.main-content .sec02 .box2 ul li .icon span{
  font-size: 36px;
}
#flow main.main-content .sec02 .box2 ul li .icon img{
  display: block;
  width: 90px;
  margin-right: 10px;
}
#flow main.main-content section.sec04.member1{
  background-color: #fcf9f1;
}
#flow main.main-content section.sec04.member1 .box{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  flex-flow: row-reverse;
}
#flow main.main-content section.sec04.member1 .box .img{
  max-width: 562px;
  width: 562px;
}
#flow main.main-content section.sec04.member1 .box .txt-box{
  width: calc(100% - 590px);
  position: relative;
}
#flow main.main-content section.sec04.member1 .box .txt-box .txt1{
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.2;
  font-size: 48px;
  font-weight: bold;
  color: #185192
}
#flow main.main-content section.sec04.member1 .box .txt-box .txt1 span{
  font-size: 40px;
}
#flow main.main-content section.sec04.member1 .box .txt-box .txt1 strong{
  font-size: 80px;
  line-height: 1;
}
#flow main.main-content section.sec04.member1 .box .txt-box .txt1 .red{
  color: #BF001D;
}
#flow main.main-content section.sec04.member1 .box .txt-box .txt2{
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #185192;
  position: absolute;
  right: 50px;
  bottom: 0;
  transform: rotate(20deg);
  text-align: center;
  padding: 50px 10px;
  border-radius: 100px;
}
#flow main.main-content section.sec04.member1 .box .txt-box .txt2 .yellow{
  color: #FFD800
}
#flow main.main-content section.sec04.member1 .box .txt-box .txt2 strong{
  font-size: 55px;
}
#flow main.main-content section.sec04.member2 ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#flow main.main-content section.sec04.member2 ul li{
  width: 32%;
  margin: 0 0 2%;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  color: #185192;
}
#flow main.main-content section.sec04.member2 ul li .img{
  margin-bottom: 10px;
}
#flow main.main-content section.sec04.member2 ul li .notes{
  display: block;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  font-weight: normal;
  margin-top: 5px;
}
#flow main.main-content section.sec04.member2 ul li .off > span{
  display: inline-block;
  background-color: #fff;
  border: solid 1px #185192;
  color: #185192;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 5px;
}
#flow main.main-content section.sec04.member2 ul li .off > strong{
  display: inline-block;
  color: #BF001D;
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
}
#flow main.main-content section.sec05 .sub-ttl.bl{
  display: block;
  max-width: 570px;
  width: 100%;
  height: 50px;
  padding: 5px;
  box-sizing: border-box;
  background: #185192;
  color: #fff;
  position: relative;
  margin: -60px auto 10px;
}
#flow main.main-content section.sec05 .sub-ttl.bl:before {
  content:'';
  display:block;
  width:0;
  height:0;
  border-top:solid 25px transparent;
  border-right:solid 18px #185192;
  border-bottom:solid 25px transparent;
  position:absolute;
  top:0;
  left:-18px;
}
#flow main.main-content section.sec05 .sub-ttl.bl:after {
  content:'';
  display:block;
  width:0;
  height:0;
  border-top:solid 25px transparent;
  border-left:solid 18px #185192;
  border-bottom:solid 25px transparent;
  position:absolute;
  top:0;
  right:-18px;
}
#flow main.main-content section.sec05 .box1{
  border: solid 4px #185192;
  border-radius: 10px;
  padding: 60px 30px 30px;
  margin: 60px 0;
}
#flow main.main-content section.sec05 .box1 .txt{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}
#flow main.main-content section.sec05 .box1 ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#flow main.main-content section.sec05 .box1 ul img{
  width: 100%;
}
#flow main.main-content section.sec05 .box1 ul li{
  width: 32%;
  margin-bottom: 2%;
}
#flow main.main-content section.sec05 .box1 ul li:nth-child(-n + 2){
  width: 49%;
}
#flow main.main-content section.sec05 .box2{
  padding: 50px;
  position: relative;
  overflow: hidden;
  display: block;
  color: #fff;
  transition: .3s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#185192+0,003a77+100 */
  background: rgb(24,81,146); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(24,81,146,1) 0%, rgba(0,58,119,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(24,81,146,1) 0%,rgba(0,58,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(24,81,146,1) 0%,rgba(0,58,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#185192', endColorstr='#003a77',GradientType=0 ); /* IE6-9 */
}
@media (hover: hover) {
  #flow main.main-content section.sec05 .box2:hover{
    opacity: .8;
  }
}
#flow main.main-content section.sec05 .box2:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  background: url(../img/parts/flow/sec05-map.png) no-repeat center center / contain;
  width: 40%;
  height: 115%;
}
#flow main.main-content section.sec05 .box2 .in{
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
}
#flow main.main-content section.sec05 .box2 .in .txt-box{
  text-align:left;
}
#flow main.main-content section.sec05 .box2 .in .t1{
  padding-left: 50px;
  background: url(../img/parts/flow/sec05-icon.png) no-repeat left center / 40px;
  border: none;
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
}
#flow main.main-content section.sec05 .box2 .in .t1 span{
  font-size: 42px;
}
#flow main.main-content section.sec05 .box2 .in .link-btn{
  margin: 30px 0 0;
  width: 60%;
}
#flow main.main-content section.sec05 .box2 .in .link-btn .btn {
  background: #F560A0;
  box-shadow: 0 5px 0 #BF4278;
}
@media (hover: hover) {
  #flow main.main-content section.sec05 .box2:hover .in .link-btn .btn {
    box-shadow: 0 2px 0 #BF4278;
    transform: translateY(3px);
  }
  #flow main.main-content section.sec05 .box2:hover .in .link-btn .btn .main:before {
    right: -5px;
  }
}
#flow main.main-content section.sec05 .box2 .logo-list{
  position: absolute;
  bottom: -30px;
  right: -30px;
  background-color: #fff;
  padding:  5px 20px 5px;
  border-radius: 10px;
  max-width: 120px;
  box-sizing: border-box;
}
#flow main.main-content section.sec05 .box2 .logo-list li{
  margin-bottom: 5px;
}
#flow main.main-content section.sec06 .box{
  margin: 0 0 60px;
}
#flow main.main-content section.sec06 .box .midashi{
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.2;
  font-size: 48px;
  font-weight: bold;
  color: #185192;
  text-align: center;
  margin-bottom: 30px;
}
#flow main.main-content section.sec06 .box .midashi span{
  font-size: 40px;
}
#flow main.main-content section.sec06 .box ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#flow main.main-content section.sec06 .box ul li{
  width: 32%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 2%;
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
}
#flow main.main-content section.sec06 .box ul li .img{
  margin: 0 0 10px;
}
#flow main.main-content section.sec06 .box ul li .img img{
  width: 100%;
}
#flow main.main-content section.sec06 .box .txt{
  max-width: 1000px;
  width: 100%;
  margin: 20px auto 0;
}

@media (max-width:1200px){
  #flow main.main-content section.sec04.member1 .inner{
    padding-bottom:100px;
  }
  #flow main.main-content section.sec04.member1 .box {
    max-width:900px;
    margin: 0 auto;
  }
  #flow main.main-content section.sec04.member1 .box .txt-box{
    width:67%;
    max-width:67%;
  }
  #flow main.main-content section.sec04.member1 .box .img{
    width:30%;
  }
  #flow main.main-content section.sec04.member1 .box .txt-box .txt2{
    margin-bottom:-110px;
  }
  #flow main.main-content .pageNavi ul li a{
    font-size:20px;
  }
}
@media (max-width:1000px){
  #flow main.main-content section.sec04.member1 .box .txt-box .txt2{
    font-size: 30px;
    right: 0px;
    padding: 50px 10px;
  }
  #flow main.main-content section.sec04.member1 .box .txt-box .txt2 strong{
    font-size: 50px;
  }
}
@media (max-width:950px){
  #flow main.main-content section.sec04.member1 .box .txt-box .txt1{
    font-size:40px;
  }
  #flow main.main-content section.sec05 .box2 .in .txt-box{
    text-align:center;
  }
  #flow main.main-content section.sec05 .box2 .in .link-btn{
    margin-left:auto;
    margin-right:auto;
  }
  #flow main.main-content .pageNavi ul li a{
    font-size: 14px;
  }
  #flow main.main-content section.sec05 .box2{
    padding: 30px;
  }
  #flow main.main-content section.sec05 .box2:after{
    content: '';
    position: absolute;
    transform: translate(-50%,-50%);
    right: initial;
    left: 50%;
    width: 100%;
    height: 120%;
    opacity: .7;
  }
  #flow main.main-content section.sec05 .box2 .in{
    width: 100%;
    position: relative;
    z-index: 10;
  }
  #flow main.main-content section.sec05 .box2 .logo-list{
    position: relative;
    z-index: 10;
    bottom: initial;
    right: initial;
    background-color: #fff;
    padding:  10px;
    max-width: none;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: fit-content;
  }
  #flow main.main-content section.sec05 .box2 .logo-list li{
    margin: 0 10px;
    width: 100px;
  }
}
@media (max-width:768px){
  #flow main.main-content #visual{
    margin-bottom: 0;
  }
  #flow main.main-content #visual .img .inner{
    position: relative;
    top: -20px;
    left: initial;
    transform: none;
    padding: 0 15px;
  }
  #flow main.main-content #visual .img .inner .txt{
    width: 100%;
    padding: 15px;
    font-size: 13px;
    line-height: 1.6;
  }
  #flow main.main-content .pageNavi{
    margin-top: -30px;
  }
  #flow main.main-content .pageNavi .pic-container {
    margin-bottom: 20px;
  }
  #flow main.main-content .pageNavi .txt{
    font-size: 20px;
  }
  #flow main.main-content .pageNavi .txt::before {
    border-left: solid 1px;
  }
  #flow main.main-content .pageNavi .txt::after {
    border-right: solid 1px;
  }
  #flow main.main-content .pageNavi ul{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  #flow main.main-content .pageNavi ul li{
    width: 49.5%;
    margin-bottom: 1%;
  }
  #flow main.main-content .pageNavi ul li a{
    padding: 15px 5px;
    font-size: 14px;
  }
  #flow main.main-content .anker{
    padding-top: 60px;
    margin-top: -60px;
    display: block;
  }
  #flow main.main-content .sec-ttl{
    text-align: center;
    margin-bottom: 30px;
  }
  #flow main.main-content .sec-ttl > span{
    margin: 0 0 20px;
    padding: 7px 20px;
    font-size: 16px;
  }
  #flow main.main-content .sec-ttl strong{
    font-size: 24px;
  }
  #flow main.main-content .sec-ttl strong > span{
    font-size: 18px;
  }
  #flow main.main-content .komi{
    margin-bottom: 20px;
    font-size: 14px;
  }
  #flow main.main-content .komi strong{
    font-size: 20px;
  }
  #flow main.main-content .sub-ttl{
    background-color: #fff;
    max-width: 300px;
    margin: -25px auto 10px;
    line-height: 1.4;
    font-size: 16px;
    padding: 4px 0;
    position: relative;
    background: url(../img/parts/flow/midashi1-sp.svg) no-repeat left top / contain;
  }
  #flow main.main-content .sec01 .box1{
    padding: 15px;
    margin-bottom: 30px;
  }
  #flow main.main-content .sec01 .box1:after{
    border-width: 20px 20px 0 20px;
    bottom: -20px;
  }
  #flow main.main-content .sec01 .box1 .txt1{
    font-size: 18px;
    margin-bottom: 15px;
  }
  #flow main.main-content .sec01 .box1 ul{
    display: block;
    max-width: none;
    width: fit-content;
    margin: 0 auto;
  }
  #flow main.main-content .sec01 .box1 ul li{
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
    font-size: 16px;
    text-align: left;
  }
  #flow main.main-content .sec01 .box1 ul li p{
    width: calc(100% - 80px);
  }
  #flow main.main-content .sec01 .box1 ul li .icon{
    max-width: none;
    width: 70px;
    margin: 0 10px 0 0;
  }
  #flow main.main-content .sec01 .box2{
    border: solid 2px #185192;
    margin-bottom: 30px;
  }
  #flow main.main-content .sec01 .box2 .txt1{
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    width: 100%;
  }
  #flow main.main-content .sec01 .box2 .in{
    padding: 10px;
    display: block;
  }
  #flow main.main-content .sec01 .box2 .in .txt-box{
    width: 100%;
  }
  #flow main.main-content .sec01 .box2 .in .txt-box .t1{
    font-size: 14px;
    margin-bottom: 10px;
  }
  #flow main.main-content .sec01 .box2 .in .txt-box ul{
    padding: 10px 0;
  }
  #flow main.main-content .sec01 .box2 .in .txt-box ul li{
    font-size: 18px;
    margin-bottom: 5px;
    background: url(../img/icon/check-bl2.svg) no-repeat left top 3px / 16px;
    padding-left: 22px;
  }
  #flow main.main-content .sec01 .box2 .in .txt-box .t2{
    font-size: 16px;
  }
  #flow main.main-content .sec01 .box2 .in .img-box{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  #flow main.main-content .sec01 .sp-tel-ttl{
    margin-top:20px;
  }
  #flow main.main-content .sec01 .consultation_bnr{
    margin: 0;
  }
  #flow main.main-content .sec02 .clm2_box .txt .ttl{
    font-size: 20px;
  }
  #flow main.main-content .sec02 .midashi{
    font-size: 22px;
    margin-bottom: 20px;
  }
  #flow main.main-content .sec02 .clm2_box .txt-box{
    margin: 0;
  }
  #flow main.main-content .sec02 .clm2_box .txt-box .txt{
    background-color: #fff;
    padding: 15px;
  }
  #flow main.main-content .sec02 .midashi .red{
    font-size: 28px;
  }
  #flow main.main-content .sec02 .box1{
    margin-bottom: 40px;
  }
  #flow main.main-content .sec02 .box1 .txt1{
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px;
  }
  #flow main.main-content .sec02 .box1 ul{
  }
  #flow main.main-content .sec02 .box1 ul li{
    margin: 0 0 10px;
    font-size: 14px;
    border: solid 1px #185192;
    padding: 10px;
    width: 32%;
  }
  #flow main.main-content .sec02 .box1 ul li .icon{
    height: 50px;
    margin: 0 auto 10px;
  }
  #flow main.main-content .sec02 .box2 ul{
    margin: 30px 0 30px;
  }
  #flow main.main-content .sec02 .box2 ul li{
    width: 49%;
    font-size: 14px;
    border: solid 1px #185192;
    padding: 30px 10px 10px;
  }
  #flow main.main-content .sec02 .box2 ul li .balloon{
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 280px;
    width: 84%;
    box-shadow: 0 1px 4px rgba(0,0,0,.16);
  }
  #flow main.main-content .sec02 .box2 ul li .balloon:after{
    border-width: 10px 10px 0 10px;
    bottom: -9px;
  }
  #flow main.main-content .sec02 .box2 ul li .icon{
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: center;
    font-size: 20px;
    color: #185192;
  }
  #flow main.main-content .sec02 .box2 ul li .icon span{
    font-size: 16px;
  }
  #flow main.main-content .sec02 .box2 ul li .icon img{
    width: 50px;
  }
  #flow main.main-content section.sec04.member1 .inner{
    padding-bottom:25px;
  }
  #flow main.main-content section.sec04.member1 .box{
    display: block;
  }
  #flow main.main-content section.sec04.member1 .box .img{
    max-width: 562px;
    width: 100%;
    margin: 0 auto 10px;
  }
  #flow main.main-content section.sec04.member1 .box .txt-box{
    width: 100%;
    max-width:100%;
  }
  #flow main.main-content section.sec04.member1 .box .txt-box .txt1{
    font-size: 30px;
    line-height:1.4;
    text-align: center;
  }
  #flow main.main-content section.sec04.member1 .box .txt-box .txt1 span{
    font-size: 22px;
  }
  #flow main.main-content section.sec04.member1 .box .txt-box .txt1 strong{
    font-size: 34px;
    line-height: 1;
  }
  #flow main.main-content section.sec04.member1 .box .txt-box .txt2{
    font-size: 16px;
    position: initial;
    right: initial;
    bottom: initial;
    padding: 30px 0;
    width: 100px;
    margin: 10px 0 -40px auto;
  }
  #flow main.main-content section.sec04.member1 .box .txt-box .txt2 strong{
    font-size: 24px;
  }
  #flow main.main-content section.sec04.member2 ul li{
    width: 49%;
    margin: 0 0 3%;
    text-align: center;
    font-size: 16px;
  }
  #flow main.main-content section.sec04.member2 ul li .img{
    margin-bottom: 5px;
  }
  #flow main.main-content section.sec04.member2 ul li .notes{
    font-size: 12px;
  }
  #flow main.main-content section.sec04.member2 ul li .off > span{
    font-size: 12px;
    padding: 5px;
    margin: 5px 5px 0 0;
  }
  #flow main.main-content section.sec04.member2 ul li .off > strong{
    font-size: 14px;
    margin: 0 0 10px;
  }
  #flow main.main-content section.sec05 .sub-ttl.bl{
    max-width: 270px;
    width: 90%;
    margin: -20px auto 10px;
    padding: 2px 5px 5px;
  }
  #flow main.main-content section.sec05 .box1{
    border: solid 2px #185192;
    border-radius: 10px;
    padding: 20px 10px 10px;
    margin: 40px 0 30px;
  }
  #flow main.main-content section.sec05 .box1 .txt{
    font-size: 14px;
    margin: -20px 0 20px;
  }
  #flow main.main-content section.sec05 .box2{
    padding: 15px;
  }
  #flow main.main-content section.sec05 .box2 .in{
    font-size: 14px;
  }
  #flow main.main-content section.sec05 .box2 .in .txt-box{
    width: 100%;
  }
  #flow main.main-content section.sec05 .box2 .in .t1{
    padding-left: 20px;
    background: url(../img/parts/flow/sec05-icon.png) no-repeat left center / 18px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  #flow main.main-content section.sec05 .box2 .in .t1 span{
    font-size: 16px;
  }
  #flow main.main-content section.sec05 .box2 .in .link-btn{
    margin: 10px auto 0;
    width: 100%;
  }
  #flow main.main-content section.sec05 .box2 .in .link-btn .btn{
    min-width: 260px;
  }
  #flow main.main-content section.sec05 .box2 .logo-list{
    padding: 5px;
    margin: 10px auto 0;
  }
  #flow main.main-content section.sec05 .box2 .logo-list li{
    width: 80px;
  }
  #flow main.main-content section.sec06 .box{
    margin: 0 0 30px;
  }
  #flow main.main-content section.sec06 .box .midashi{
    font-size: 20px;
    margin-bottom: 20px;
  }
  #flow main.main-content section.sec06 .box .midashi span{
    font-size: 16px;
  }
  #flow main.main-content section.sec06 .box ul li{
    width: 49%;
    padding: 10px;
    font-size: 14px;
  }
  #flow main.main-content section.sec06 .box .txt{
    margin: 10px auto 0;
    font-size: 14px;
  }
}
@media (max-width:520px){
  #flow main.main-content .pageNavi ul{
    display: block;
  }
  #flow main.main-content .pageNavi ul li{
    width: 100%;
    margin-bottom: 1%;
  }
  #flow main.main-content .sec02 .box1 ul{
    display: block;
  }
  #flow main.main-content .sec02 .box1 ul li{
    width: 100%;
  }
  #flow main.main-content .sec02 .box2 ul{
    margin: 30px 0 30px;
    display: block;
  }
  #flow main.main-content .sec02 .box2 ul li{
    width: 100%;
    padding: 30px 10px 10px;
    margin: 30px 0 0;
  }
}

@media (max-width:340px){
  #flow main.main-content section.sec04.member1 .box .txt-box .txt1{
    font-size: 24px;
  }
  #flow main.main-content section.sec04.member1 .box .txt-box .txt1 span{
    font-size: 20px;
  }
  #flow main.main-content section.sec04.member1 .box .txt-box .txt1 strong{
    font-size: 28px;
    line-height: 1;
  }
}

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

#flower

-----------------------------------------------------------------------------  ***/
#flower main.main-content #visual .section-ttl .main{
  padding-left: 60px;
  background: url(../img/icon/flower-w.svg)no-repeat top 5px left / 41px;
  border: none;
}
#flower main.main-content  #visual .img {
  position: relative;
}
#flower main.main-content  #visual .img .txt{
  width: 100%;
  box-sizing: border-box;
  font-size: 26px;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}
#flower main.main-content  #visual .img .txt strong{
  font-family: 'Noto Serif JP', sans-serif;
  line-height:1.4;
  font-size:50px;
  margin-bottom: 30px;
  font-weight:bold;
  display: block;
  color: #185192;
}
#flower main.main-content .pageNavi .inner{
  padding: 80px 20px;
}
#flower main.main-content .pageNavi ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#flower main.main-content .pageNavi ul li{
  width: calc(100% / 3 - 15px);
  margin: 0;
}
#flower main.main-content .pageNavi ul li a{
  background-color: #185192;
  border-radius: 100px;
  box-shadow: 0px 5px 0 #003A77;
  transition: .3s;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (hover: hover) {
  #flower main.main-content .pageNavi ul li a:hover {
    box-shadow: 0px 2px 0 #003A77;
    transform: translateY(2px);
  }
}
#flower main.main-content .pageNavi ul li a:after{
  content: '';
  display: block;
  width: 13px;
  height: 100%;
  background: url(../img/icon/arrow-w.svg)no-repeat center center;
  background-size: 7px;
  position: absolute;
  top: 0;
  right: 10px;
}
#flower main.main-content .anker{
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}
#flower main.main-content .conts .img-list{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 0 0 60px;
}
#flower main.main-content .conts .img-list li{
  width: calc(100% / 4 - 15px);
  margin: 0;
}
#flower main.main-content .conts .btn-box{
  text-align: center;
}
#flower main.main-content .conts .btn-box p {
  display:inline-block;
  padding:0 75px;
  line-height:1.5;
  font-size:24px;
  font-weight:bold;
  color:#003A77;
  position:relative;
  margin-bottom: 20px;
}
#flower main.main-content .conts .btn-box p:before {
  content:'';
  display: block;
  width:65px;
  height:100%;
  background: url(../img/parts/doc_request/catch-l.svg)no-repeat right bottom;
  background-size: contain;
  position:absolute;
  left:0;
  bottom:0;
}
#flower main.main-content .conts .btn-box p:after {
  content:'';
  display: block;
  width:65px;
  height:100%;
  background: url(../img/parts/doc_request/catch-r.svg)no-repeat left bottom;
  background-size: contain;
  position:absolute;
  right:0;
  bottom:0;
}
#flower main.main-content .conts .btn-box a{
  background-color: #185192;
  border-radius: 100px;
  transition: .3s;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 400px;
  padding: 15px 0;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (hover: hover) {
  #flower main.main-content .conts .btn-box a:hover {
    opacity: .7;
  }
}
#flower main.main-content .conts .btn-box a:after{
  content: '';
  display: block;
  width: 13px;
  height: 100%;
  background: url(../img/icon/arrow-w.svg)no-repeat center center;
  background-size: 7px;
  position: absolute;
  top: 0;
  right: 10px;
}
#flower main.main-content .other .intro-txt{
  color: #185192;
  line-height: 1.4;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
#flower main.main-content .other ul{
  border: solid 1px #8D8879;
  border-radius: 10px;
  padding: 30px 60px 20px;
  margin-bottom: 60px;
}
#flower main.main-content .other ul li{
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 10px 1rem;
  position: relative;
}
#flower main.main-content .other ul li:before{
  content: '\025cf';
  color: #185192;
  font-size: 14px;
  position: absolute;
  left: -1rem;
  top: 3px;
}
@media (max-width:1120px){
  #flower main.main-content  #visual .img .txt{
    font-size: 2.2vw;
  }
  #flower main.main-content  #visual .img .txt strong{
    font-size:4.2vw;
    margin-bottom: 2%;
  }
}
@media (max-width:768px){
  #flower main.main-content  #visual{
    overflow: hidden;
  }
  #flower main.main-content  #visual .img {
    position: relative;
  }
  #flower main.main-content  #visual .img img{
    width: 200%;
    transform: translateX(-25%);
  }
  #flower main.main-content  #visual .img .txt{
    font-size: 3.6vw;
  }
  #flower main.main-content  #visual .img .txt strong{
    font-size:5vw;
  }
  #flower main.main-content .pageNavi .inner{
    padding: 30px 15px;
  }
  #flower main.main-content .pageNavi ul li{
    width: calc(100% / 3 - 5px);
    margin: 0;
  }
  #flower main.main-content .pageNavi ul li a{
    font-size: 16px;
  }
  #flow main.main-content .anker{
    padding-top: 60px;
    margin-top: -60px;
    display: block;
  }
  #flower main.main-content .conts .img-list{
    margin: 0 0 30px;
  }
  #flower main.main-content .conts .img-list li{
    width: calc(100% / 2 - 5px);
    margin: 0 0 10px;
  }
  #flower main.main-content .conts .btn-box p {
    padding:0 25px;
    font-size:16px;
    margin-bottom: 10px;
  }
  #flower main.main-content .conts .btn-box p:before {
    background: url(../img/parts/doc_request/catch-l.svg)no-repeat left bottom;
    background-size: contain;
  }
  #flower main.main-content .conts .btn-box p:after {
    background: url(../img/parts/doc_request/catch-r.svg)no-repeat right bottom;
    background-size: contain;
  }
  #flower main.main-content .conts .btn-box a{
    font-size: 16px;
    width: 280px;
  }
  #flower main.main-content .other .intro-txt{
    font-size: 18px;
    margin-bottom: 20px;
  }
  #flower main.main-content .other ul{
    border: solid 1px #8D8879;
    padding: 15px 15px 5px;
    margin-bottom: 30px;
  }
  #flower main.main-content .other ul li{
    font-size: 14px;
  }
  #flower main.main-content .other ul li:before{
    font-size: 10px;
  }
}

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

#plan

-----------------------------------------------------------------------------  ***/
#plan.parent main.main-content section .consultation_bnr ~ .monk_intro {
  margin-top:80px;
}
@media (max-width:830px){
#plan.parent main.main-content section .consultation_bnr ~ .monk_intro {
  margin-top:40px;
}
}
#plan.parent main.main-content  #visual .img {
  position: relative;
}
#plan.parent main.main-content  #visual .img .txt{
  width: 94%;
  max-width: 1200px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: left;
}
#plan.parent main.main-content  #visual .img .txt h2{
  font-family: 'Noto Serif JP', sans-serif;
  line-height:1.4;
  font-size:40px;
  margin-bottom: 20px;
  font-weight:bold;
  display: block;
  color: #185192;
}
#plan.parent main.main-content .set_plan{
  padding: 40px 0 0;
}
#plan main.main-content .bnr-list li{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
#plan main.main-content .bnr-list li .member-badge{
  position: absolute;
  top: -30px;
  right: -30px;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  border-radius: 200px;
}
#plan main.main-content .bnr-list li a{
  display: block;
  transition: .3s;
}
@media (hover: hover) {
  #plan main.main-content .bnr-list li a:hover{
    opacity: .7;
  }
}
#plan main.main-content .consultation_ttl2{
  text-align: center;
  line-height: 1.6;
  margin: 60px 0 40px;
}
#plan main.main-content section .section-ttl2{
  margin-bottom: 40px;
}
#plan main.main-content section .section-ttl2 .main{
  color: #185192;
}
#plan main.main-content section .section-ttl2 .main .large{
  font-weight: bold;
  line-height: 1.4;
}
#plan main.main-content section.sec-feat .inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#plan.child main.main-content section.sec-feat .inner{
  padding-top: 0;
}
#plan.child main.main-content  #visual {
  background: url(../img/parts/set_plan/bg.jpg) repeat center top;
}
#plan.child main.main-content  #visual .img-box {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#plan.child main.main-content  #visual .img-box .name{
  width: 48%;
  padding: 3% 2% 3% 0;
}
#plan.child main.main-content  #visual .img-box .data{
  width: 48%;
  margin: -21% 0 0;
}
#plan.child main.main-content  #visual .img-box .img{
  width: 50%;
  position: relative;
}
#plan.child main.main-content  #visual .img-box .badge{
  width: 173px;
  position: absolute;
  top: 30px;
  right: -70px;
}
#plan.child main.main-content .pageNavi .inner{
  padding: 0 20px 20px;
}
#plan.child main.main-content .pageNavi ul{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}
#plan.child main.main-content .pageNavi ul li{
  width: calc(100% / 4 - 12px);
  margin: 0 16px 10px 0;
}
#plan.child main.main-content .pageNavi ul li:nth-child(4n){
  margin-right:0;
}
#plan.child main.main-content .pageNavi ul li a{
  background-color: #E5E5E5;
  border-radius: 10px;
  border-bottom: solid 5px #969696;
  transition: .3s;
  color: #969696;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  display: block;
  position: relative;
  margin: 0 auto;
}
#plan.child main.main-content .pageNavi ul li a br{
  display:none;
}
@media (hover: hover) {
  #plan.child main.main-content .pageNavi ul li a:hover {
    border-bottom: solid 2px #969696;
    transform: translateY(2px);
    color: #fff;
  }
  #plan.child main.main-content .pageNavi ul li:nth-child(1) a:hover{
    background-color: #407431;
    border-color: #2B571E;
  }
  #plan.child main.main-content .pageNavi ul li:nth-child(2) a:hover{
    background-color: #8F4240;
    border-color: #5F2E2C;
  }
  #plan.child main.main-content .pageNavi ul li:nth-child(3) a:hover{
    background-color: #2C748D;
    border-color: #1B4C5D;
  }
  #plan.child main.main-content .pageNavi ul li:nth-child(4) a:hover{
    background-color: #6A3A88;
    border-color: #422355;
  }
}
#plan.child main.main-content .komi{
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.8;
  font-size: 18px;
}
#plan.child main.main-content .komi strong{
  display: block;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #185192;
}
#plan.child main.main-content .about .icon-list{
  text-align: center;
}
#plan.child main.main-content .about .icon-list .tit{
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #185192;
  position: relative;
  padding: 0 1.5rem;
  display: inline-block;
}
#plan.child main.main-content .about .icon-list .tit:before,
#plan.child main.main-content .about .icon-list .tit:after {
  position: absolute;
  bottom: 0.1rem;
  height: 1.8rem;
  content: '';
}

#plan.child main.main-content .about .icon-list .tit:before {
  border-left: solid 2px;
  left: 0;
  transform: rotate(-30deg);
}

#plan.child main.main-content .about .icon-list .tit:after {
  border-right: solid 2px;
  right: 0;
  transform: rotate(30deg);
}
#plan.child main.main-content .about .icon-list ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
#plan.child main.main-content .about .icon-list ul li{
  width: calc(100% / 3 - 10px);
  margin: 0;
}
#plan.child main.main-content .about .icon-list ul li strong{
  color: #185192;
  line-height: 1.6;
  font-size: 18px;
  margin: -3rem 0 0;
  display: block;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
#plan.child main.main-content .option .list ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#plan.child main.main-content .option .list ul li{
  width: calc(100% / 3 - 10px);
  margin: 0 15px 15px 0;
  display: block;
  padding:20px 20px 12px;
  box-sizing:border-box;
  border-radius:5px;
  background-color: #F5F5F5;
}
#plan.child main.main-content .option .list ul li:nth-child(3n){
  margin-right: 0;
}
#plan.child main.main-content .option .list ul li img{
  display: block;
  width: 100%;
}
#plan.child main.main-content .option .list ul li .option-ttl{
  line-height: 1.6;
  font-size: 22px;
  font-weight:bold;
  display: block;
  width:100%;
  text-align:center;
  margin-top:10px;
}
#plan.child main.main-content .option .list p{
  display:block;
  max-width: 606px;
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  padding-top: 10px;
  margin: 0 auto;
}
#plan.child main.main-content section .monk_intro{
  margin-bottom: 80px;
}
#plan.child main.main-content .support .inner{
  padding-top: 0;
}
#plan.child main.main-content section .support_list .list{
  padding-bottom: 30px;
}
#plan.child main.main-content section .support_list .list li{
  background-color: #F5F5F5;
}
#plan.child main.main-content section .payment{
  background-color: #F9F4E4;
}
#plan.child main.main-content section .set_plan{
  padding-top: 60px;
}
#plan.child.plan01 main.main-content section .set_plan{
  padding-top: 0;
}
@media (max-width:1300px){
  #plan.child main.main-content  #visual .img-box .badge{
    right: -40px;
  }
}
@media (max-width:1120px){
  #plan.parent main.main-content  #visual .img img{
    width: 140%;
    transform: translateX(-25%);
  }
  #plan.parent main.main-content  #visual .img .txt{
    font-size: 1.8vw;
  }
  #plan.parent main.main-content  #visual .img .txt strong{
    font-size:3.8vw;
    margin-bottom: 2%;
  }
}
@media (max-width:768px){
  #plan main.main-content section .section-ttl2 .main .large{
    font-size:23px;
  }
  #plan.parent main.main-content  #visual{
    overflow: hidden;
  }
  #plan.parent main.main-content  #visual .img {
    position: relative;
  }
  #plan.parent main.main-content  #visual .img img{
    width: 200%;
    height:100%;
    object-fit:cover;
    object-position:right center;
    position:absolute;
    top:0;
    right:-20%;
    transform: translateX(0);
    opacity:0.5;
  }
  #plan.parent main.main-content  #visual .img .txt{
    display:block;
    padding:20px;
    box-sizing:border-box;
    font-size: 3vw;
    position:relative;
    top:0;
    left:0;
    transform: translate(0,0);
  }
  #plan.parent main.main-content  #visual .img .txt h2{
    font-size:6vw;
  }
  #plan.parent main.main-content  #visual .img .txt strong{
    font-size: 4vw;
  }
  #plan main.main-content .bnr-list li{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
  }
  #plan main.main-content .bnr-list li .member-badge{
    /*top: -15px;
    right: -10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    width: 15%;*/
    display: none;
  }
  #plan main.main-content .bnr-list li a{
    display: block;
    transition: .3s;
  }
  #plan main.main-content .bnr-list li a:hover{
    opacity: .7;
  }
  #plan main.main-content .consultation_ttl2{
    line-height:1.5;
    margin: 30px 0 15px;
  }
  #plan.child main.main-content  #visual .img-box {
    width: 100%;
    padding: 0;
    display: block;
  }
  #plan.child main.main-content  #visual .img-box .txt{
    width: 90%;
    padding: 5%;
  }
  #plan.child main.main-content  #visual .img-box .img{
    width: 100%;
  }
  #plan.child main.main-content  #visual .img-box .name{
    width: 90%;
    padding: 5%;
  }
  #plan.child main.main-content  #visual .img-box .data{
    width: 90%;
    padding: 5%;
    margin: 0;
  }
  #plan.child main.main-content  #visual .img-box .img{
    width: 100%;
    position: relative;
  }
  #plan.child main.main-content  #visual .img-box .badge{
    width: 120px;
    top: 18%;
    right: 0;
  }
  #plan.child main.main-content .pageNavi .inner{
    padding: 0 10px 10px;
  }
  #plan.child main.main-content .pageNavi ul{
  }
  #plan.child main.main-content .pageNavi ul li{
    width: calc(100% / 4 - 6px);
    margin: 0 8px 10px 0;
  }
  #plan.child main.main-content .pageNavi ul li:nth-child(4n){
    margin-right:0;
  }
  #plan.child main.main-content .pageNavi ul li a{
    font-size: 14px;
    padding: 15px 0;
  }
  #plan.child main.main-content .pageNavi ul li a br{
    display:block;
  }
  #plan.child main.main-content .pageNavi ul li a span{
    display: none;
  }
  #plan main.main-content section .section-ttl2{
    margin-bottom: 30px;
  }
  #plan.child main.main-content .komi{
    text-align:left;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #plan.child main.main-content .komi strong{
    text-align:center;
    font-size: 20px;
  }
  #plan.child main.main-content .about .icon-list{
    text-align: center;
  }
  #plan.child main.main-content .about .icon-list .tit{
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0 1rem;
  }
  #plan.child main.main-content .about .icon-list .tit:before,
  #plan.child main.main-content .about .icon-list .tit:after {
    height: 2rem;
  }
  #plan.child main.main-content .about .icon-list ul{
  }
  #plan.child main.main-content .about .icon-list ul li{
    width: calc(100% / 2 - 10px);
    margin: 0 5px 20px;
  }
  #plan.child main.main-content .about .icon-list ul li strong{
    line-height: 1.4;
    font-size: 12px;
    margin: -2rem 0 0;
  }
  #plan.child main.main-content .option .list ul li{
    width: calc(100% / 2 - 14px);
    padding:10px;
    margin: 0 10px 10px 0;
  }
  #plan.child main.main-content .option .list ul li:nth-child(3n){
    margin-right: 10px;
  }
  #plan.child main.main-content .option .list ul li:nth-child(2n){
    margin-right: 0;
  }
  #plan.child main.main-content .option .list ul li .option-ttl{
    font-size: 16px;
  }
  #plan.child main.main-content .option .list p{
    padding:10px 10px 0;
    text-align:left;
    font-size: 12px;
  }
  #plan.child main.main-content section .monk_intro{
    margin-bottom: 40px;
  }
  #plan.child main.main-content section .set_plan{
    padding-top: 0;
  }
}
@media (max-width:450px){
  #plan.child main.main-content .option .list ul li .option-ttl{
    font-size: 16px;
  }
}

@media (max-width:340px){
  #plan main.main-content section .section-ttl2 .main .large{
    font-size:20px;
  }
  #plan.child main.main-content .option .list ul li .option-ttl{
    font-size: 13px;
  }
  #plan.child main.main-content .komi strong{
    font-size:17px;
  }
  #plan.child main.main-content .about .icon-list .tit{
    font-size:16px;
  }
}

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

#privacy
#tokusho
#sitemap

-----------------------------------------------------------------------------  ***/
#privacy .inner .wrap,
#tokusho .inner .wrap,
#sitemap .inner .wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 80px;
}
#privacy .inner h2,
#tokusho .inner h2{
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: solid 2px #185192;
}
#tokusho .inner h2{
  margin-top: 40px;
}
#tokusho .inner h2:first-of-type{
  margin-top: 0;
}
#privacy .inner .box{
  margin-bottom: 35px;
}
#privacy .inner .box2{
  margin-bottom: 40px;
  border: solid 1px #185192;
  padding: 30px 30px 20px;
}
#tokusho .inner .box{
  margin-bottom: 25px;
}
#privacy .inner .txt,
#tokusho .inner .txt{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}
#privacy .inner .sec-ttl,
#tokusho .inner .sec-ttl{
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: bold;
}
#tokusho .inner .sec-ttl{
  color: #185192;
}
#privacy .inner .gr-box,
#tokusho .inner .gr-box{
  background-color: #F5F5F5;
  padding: 20px 20px 10px;
}
#privacy .inner .indent{
  margin: -5px 0 0 1rem;
}
#privacy .inner ul.indent{
  padding-bottom: 10px;
}
#privacy .inner .indent li{
  margin-bottom: 3px;
  text-indent: -1rem;
  margin-left: 1rem;
}
#tokusho .inner .card{
  max-width: 650px;
  margin: 0 auto;
}
#tokusho .inner .list1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#tokusho .inner .list1 li{
  width: 50%;
}
#sitemap .inner h2{
  background-color: #F5F5F5;
  padding: 10px;
  margin-bottom: 40px;
}
#sitemap .inner h2 a{
  font-size: 26px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  color: #185192;
  position: relative;
  padding-left: 20px;
}
#sitemap .inner h2 a:before {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background: url(../img/icon/arrow-bl.svg)no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  #sitemap .inner h2 a:hover{
    opacity: .7;
  }
}
#sitemap .conts .inner ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 10px 30px;
  margin-top: -20px;
}
#sitemap .conts .inner ul li{
  width: 32%;
  margin: 0 2% 2% 0;
}
#sitemap .conts .inner ul li:nth-child(3n){
  margin-right: 0;
}
#sitemap .conts .inner ul li a{
  font-size: 20px;
  display: inline-block;
  line-height: 1.4;
  color: #185192;
  position: relative;
  padding-left: 20px;
  text-decoration: underline;
}
#sitemap .conts .inner ul li a:before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  background: url(../img/icon/arrow-bl.svg)no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  #sitemap .conts .inner ul li a:hover{
    text-decoration: none;
  }
}
#sitemap .conts .inner ul.search > li {
  display:flex;
  justify-content:flex-start;
  flex-wrap:wrap;
  margin-bottom:0;
  width: 100%;
}
#sitemap .conts .inner ul.search > li .block {
  width:100px;
  line-height: 1.2;
  font-size:20px;
  font-weight:bold;
}
#sitemap .conts .inner ul.search > li .child-box{
  display: flex;
  justify-content:flex-start;
  align-content:flex-start;
  align-items:flex-start;
  flex-wrap:wrap;
  width:calc(100% - 100px);
  margin-left:auto;
  margin-bottom:10px;
}
#sitemap .conts .inner ul.search > li .child-box .area{
  display:inline-block;
  width: 80px;
  line-height:1.4;
  font-size:20px;
  font-weight:bold;
}
#sitemap .conts .inner ul.search > li ul{
  display:flex;
  justify-content:flex-start;
  flex-wrap:wrap;
  width:calc(100% - 80px);
  padding: 0;
  margin: 0;
}
#sitemap .conts .inner ul.search > li ul li{
  display:inline-block;
  padding:0 20px;
  line-height:1.2;
  margin:0 0 10px 0;
  width: auto;
}
#sitemap .conts .inner ul.search > li ul li a{
  font-size: 18px;
  padding-left: 15px;
}
@media (max-width:768px){
  #privacy .inner,
  #tokusho .inner,
  #sitemap .inner{
    padding: 30px 15px;
  }
  #privacy .pankuzu .inner,
  #tokusho .pankuzu .inner,
  #sitemap .pankuzu .inner{
    padding: 15px 0 0;
  }
  #privacy .inner .wrap,
  #tokusho .inner .wrap,
  #sitemap .inner .wrap{
    padding: 10px 0 40px;
  }
  #privacy .inner h2,
  #tokusho .inner h2{
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #003A77;
  }
  #privacy .inner .box{
    margin-bottom: 20px;
  }
  #tokusho .inner .box{
    margin-bottom: 15px;
  }
  #privacy .inner .box2{
    margin-bottom: 30px;
    border: solid 1px #185192;
    padding: 15px 15px 5px;
  }
  #privacy .inner .txt,
  #tokusho .inner .txt{
    font-size: 14px;
    line-height: 1.6;
  }
  #privacy .inner .sec-ttl,
  #tokusho .inner .sec-ttl{
    font-size: 18px;
    margin-bottom: 5px;
  }
  #privacy .inner .gr-box,
  #tokusho .inner .gr-box{
    background-color: #F5F5F5;
    padding: 10px 10px 1px;
  }
  #tokusho .inner .list1{
    display: block;
  }
  #tokusho .inner .list1 li{
    width: 100%;
    margin: 0;
  }
  #sitemap .inner h2{
    padding: 5px;
    margin-bottom: 5px;
  }
  #sitemap .inner h2 a{
    font-size: 18px;
    padding-left: 10px;
  }
  #sitemap .inner h2 a:before {
    width: 8px;
  }
  #sitemap .conts .inner ul{
    display: block;
    padding: 5px 5px 15px;
    margin: 0;
  }
  #sitemap .conts .inner ul li{
    width: 100%;
    margin: 0 0 10px;
  }
  #sitemap .conts .inner ul li a{
    font-size: 14px;
    padding-left: 10px;
  }
  #sitemap .conts .inner ul li a:before {
    width: 6px;
  }
  #sitemap .conts .inner ul.search > li {
    display:block;
  }
  #sitemap .conts .inner ul.search > li .block {
    font-size:17px;
    margin-bottom: 10px;
  }
  #sitemap .conts .inner ul.search > li .child-box{
    display: block;
    width:100%;
    margin-left:auto;
    margin-bottom:10px;
  }
  #sitemap .conts .inner ul.search > li .child-box .area{
    display:block;
    width: 100%;
    font-size:15px;
    margin-bottom: 5px;
  }
  #sitemap .conts .inner ul.search > li ul{
    display:block;
    width:100%;
    padding: 0;
  }
  #sitemap .conts .inner ul.search > li ul li{
    padding:0;
    margin:0 10px 5px 0;
  }
  #sitemap .conts .inner ul.search > li ul li a{
    font-size: 14px;
    padding-left: 10px;
  }
}

/***23.06.20 式場詳細ページ等のMV部分 swiperに変更***/
#hall.detail #visual .swiper_main_single:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+100&1+0,0+100 */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(230,230,230,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(230,230,230,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(230,230,230,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00e6e6e6',GradientType=1 ); /* IE6-9 */
  opacity: 1;
  z-index: 10;
}
#hall.detail #visual .swiper_main_single:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6e6e6+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left,  rgba(230,230,230,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(230,230,230,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(230,230,230,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6e6e6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  opacity: 1;
  z-index: 10;
}
#hall.detail #visual .swiper_thumbnail{
  margin: 20px 0 50px;
}
#hall #visual .swiper-button-prev:after,
#hall #visual .swiper-button-next:after{
  content: '';
}
#hall #visual .swiper-button-prev,
#hall #visual .swiper-button-next{
  width: 50px;
  height: 50px;
  background-color: #003A77;
  border-radius: 100px;
  z-index: 20;
}
#hall #visual .swiper-button-prev{
  left: 20px;
}
#hall #visual .swiper-button-next{
  right: 20px;
}
#hall #visual .swiper-button-prev:before,
#hall #visual .swiper-button-next:before{
  content: '';
  background: url(../img/icon/arrow-w.svg)no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
#hall #visual .swiper-button-prev:before{
  transform: translate(-60%, -50%) rotate(180deg);
}
@media (max-width:768px){
  #hall.detail #visual .swiper_main_single:before,
  #hall.detail #visual .swiper_main_single:after {
    display: none;
  }
  #hall.detail #visual .swiper_thumbnail {
    margin: 10px 0 10px;
  }
  #hall.detail #visual .swiper_thumbnail img{
    vertical-align: top;
  }
  #hall #visual .swiper-button-prev,
  #hall #visual .swiper-button-next{
    width: 30px;
    height: 30px;
    transform: translateY(50%);
  }
  #hall #visual .swiper-button-prev{
    left: 5px;
  }
  #hall #visual .swiper-button-next{
    right: 5px;
  }
  #hall #visual .swiper-button-prev:before,
  #hall #visual .swiper-button-next:before{
    width: 20px;
    height: 20px;
  }
}
/***23.06.22 ブロックページページのMV部分 swiperに変更***/
#hall #visual .swiper_main_block{
  padding-bottom: 50px;
}
#hall #visual .swiper_main_block .swiper-pagination{
  bottom: 25px;
}
#hall #visual .swiper_main_block .swiper-pagination .swiper-pagination-bullet{
  margin: 0 10px;
}
#hall #visual .swiper_main_block .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #000;
}
@media (max-width:768px){
  #hall #visual .swiper_main_block{
    padding-bottom: 30px;
  }
  #hall #visual .swiper_main_block .swiper-pagination{
    bottom: 5px;
  }
}
/* add20230822 */
#hall .outline .box div{
  padding: 20px 0;
  border-bottom: solid 2px #8D8879;
}
#hall .outline .box div div{
  padding: 0;
  border-bottom: none;
  display: none;
}
#hall .outline .box div h2{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  padding: 0 30px 0 0;
  cursor: pointer;
}
#hall .outline .box div h2:before,
#hall .outline .box div h2:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 4px;
  background-color: #333;
}
#hall .outline .box div h2:after{
  transform: translateY(-50%) rotate(90deg);
  transition: .3s;
  right: 0;
}
#hall .outline .box div h2.open:after{
  transform: translateY(-50%) rotate(0);
}
#hall .outline .box div div{
  font-size: 17px;
  line-height: 2;
  padding: 20px 0 0;
  /* display: none; */
}
#hall .outline .box div div a{
  color:#185192;
  transition:0.3s;
}
@media(min-width:769px){
  #hall .outline .box div div a:hover{
    opacity:0.6;
  }
}
#hall .outline .box div div:after{
  content: '';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
#hall .outline .box div div img{
  float: right;
  margin: 0 0 20px 20px
}
@media(max-width:769px){
  #hall .outline .box div h2{
    font-size: 18px;
    padding: 0 20px 0 0;
  }
  #hall .outline .box div h2:before,
  #hall .outline .box div h2:after{
    width: 14px;
    height: 2px;
  }
  #hall .outline .box div div{
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 0 0;
  }
  #hall .outline .box div div img{
    float: none;
    margin: 0 auto 10px;
    display: block;
  }
}

/* add20230913 */
#form .formBox.complete .inner .box {
  background-color: #185192;
  padding: 40px;
}
#form .formBox.complete .inner .box .txt strong {
  font-size: 46px;
}
#form .formBox.complete .inner .box .txt {
  font-size: 19px;
  font-weight: bold;
}
#form .request_wrap * {
  box-sizing: border-box;
}
#form .request_text {
  font-size: 39px;
  font-weight: bold;
  color: #e60012;
  text-align: center;
}
#form .request_text span {
  color: #000;
}
#form .request_text01 {
  padding-top: 40px;
}
#form .request_image {
  margin: 40px auto 50px;
}
#form .request_memo {
  font-size: 14px;
  text-align: center;
}
#form .request_box {
  position: relative;
  margin: 60px auto;
  padding: 35px 15px 15px;
  text-align: center;
  border: 4px solid #40220f;
  border-radius: 10px;
  max-width: 710px;
}
#form .request_box .lead {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 5px 0;
  background: #fff;
  color: #e4007f;
  font-size: 25px;
  font-weight: bold;
  width: fit-content;
}
#form .request_box .lead::before,
#form .request_box .lead::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #e4007f;
  width: 3px;
  height: 35px;
  margin: 0 20px;
  margin-top: -.2em;
  vertical-align: middle;
}
#form .request_box .lead::before {
  transform: rotate(-35deg);
}
#form .request_box .lead::after {
  transform: rotate(35deg);
}
#form .request_box .text01 {
  font-size: 22px;
  font-weight: bold;
  color: #231815;
}
#form .request_text02 {
  margin-top: 20px;
  padding: 5px;
  background: #fff462;
}
#form .request_box .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
#form .request_box .tel .icon {
  width: 67px;
  margin-right: 10px;
}
#form .request_box .tel span{
  display: block;
  font-size: 65px;
  font-weight: bold;
  color: #e60012;
}
#form .request_box .tel:hover {
  opacity: .7;
}
#form .request_box .text02 {
  margin: 0 auto;
  padding: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #40220f;
  max-width: 560px;
}
#form .request_text03 {
  padding-bottom: 20px;
  font-size: 33px;
  font-weight: bold;
  color: #40220f;
  text-align: center;
}
#form .request_text03 span {
  color: #c30d23;
}
#form .request_box02 {
  display: flex;
  position: relative;
  max-width: 710px;
  margin: 0 auto 20px;
}
#form .request_box02 .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  max-width: 164px;
}
#form .request_box02 .item {
  width: 25.5%;
  margin-right: 2.5%;
  padding: 10px 14px 24px;
  border: 2px solid #40220f;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #40220f;
  letter-spacing: .09em;
}
#form .request_box02 .item:nth-of-type(n+2) {
  letter-spacing: .2em;
  padding: 10px 16px 24px;
}
#form .request_box02 .item .icon {
  max-width: 98px;
  margin: 0 auto 15px;
}
#form .request_memo02 {
  font-size: 12px;
  max-width: 710px;
  margin: 0 auto 10px;
}
#form .arrow {
  max-width: 100px;
  margin: 30px auto -30px;
}

#form .formBox .inner .submit02 {
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 24px auto;
    position: relative;
    padding: 16px 0 10px;
    text-align: center;
    width: 590px;
    background-color: #185192;
    border-radius: 10px;
    box-shadow: 0px 5px 0 #0d3460;
}
#form .formBox .inner .submit02:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-40%);
    padding: 15px;
    border-radius: 50px;
    background: url(../../common/img/icon/arrow-bl.svg) no-repeat center center / 30% #fff;
}
#form .formBox .inner .submit02 .size {
    font-size: 2.2em;
    letter-spacing: .06em;
    display: block;
}
#form .formBox .inner .submit02 input[type="submit"]  {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: unset;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
#form .formBox .inner .submit02 input[type="submit"]:hover {
    background: unset;
    box-shadow: none;
    transform: none;
}
#form .formBox .inner .submit02:hover {
    background: #FD8A42;
    box-shadow: 0px 2px 0 #d8641d;
    transform: translateY(2px);
}

@media(max-width:769px){
  #form .formBox.complete .inner .box {
    padding: 30px 15px;
  }
  #form .formBox.complete .inner .box .txt strong {
    font-size: 18px;
  }
  #form .formBox.complete .inner .box .txt {
    font-size: 14px;
  }
  #form .request_text {
    font-size: 22px;
  }
  #form .request_text01 {
    padding-top: 20px;
  }
  #form .request_text02 {
    font-size: 21px;
  }
  #form .request_image {
    margin: 20px auto;
  }
  #form .tel_sp {
    padding-bottom: 30px;
  }
  #form .tel_sp .text01 {
    padding-top: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  #form .request_text03 {
    padding-bottom: 20px;
    font-size: 18px;
  }
  #form .request_box02 {
    flex-direction: column;
    margin: 0 auto 10px;
  }
  #form .request_box02 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 16px;
    display: flex;
  }
  #form .request_box02 .item .icon {
    max-width: 105px;
    margin: 0 5% 0 0;
  }
  #form .request_box02 .item p {
    flex: 1;
  }
  #form .request_memo02 {
    font-size: 14px;
  }
  #form .arrow {
    max-width: 60px;
    margin: 20px auto -10px;
  }

}

/* 20230926追加 */
#form .formBox .inner .flow2 {
    gap: 55px;
    justify-content:center;
}
@media screen and (max-width: 767px) {
    #form .formBox .inner .flow2 {
        gap: 30px;
        justify-content:center;
    }
}
#form .formBox .inner .submit02 .size2 {
    font-size: 1.2em !important;
}

#form .formBox .inner .submit02 {
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 24px auto;
    position: relative;
    padding: 16px 0 10px;
    text-align: center;
    width: 590px;
    background-color: #185192;
    border-radius: 10px;
    box-shadow: 0px 5px 0 #0d3460;
    transition: all .3s;
}
#form .formBox .inner .submit02:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-40%);
    padding: 15px;
    border-radius: 50px;
    background: url(../../common/img/icon/arrow-bl.svg) no-repeat center center / 30% #fff;
}
#form .formBox .inner .submit02 .size {
    font-size: 2.2em;
    letter-spacing: .06em;
    display: block;
    transition: all;
}
#form .formBox .inner .submit02 input[type="submit"]  {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: unset;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
#form .formBox .inner .submit02 input[type="submit"]:hover {
    background: unset;
    box-shadow: none;
    transform: none;
}
#form .formBox .inner .submit02:hover {
    background: #FD8A42;
    box-shadow: 0px 2px 0 #d8641d;
    transform: translateY(2px);
    transition: all .3s;
}
#form .formBox .inner .submit:hover:before {
    background: url(../../common/img/icon/arrow-org.svg) no-repeat center center / 30% #fff;
}

@media screen and (max-width: 767px) {
    #form .formBox .inner .submit02 {
        font-size: 15px;
        width: 100%;
    }
    #form .formBox .inner .submit02:before {
        right: 10px;
    }
    #form .formBox .inner .submit02 .size {
        font-size: 27px;
    }
    .more_btn_plus_box {
        max-width: 1200px;
        margin: 10px auto 15px auto !important;
        padding: 0 15px;
    }
}
.more_btn_plus_box {
    max-width: 1200px;
    margin: 50px auto 70px auto;
    padding: 0 15px;
}
.page_request_bnr_box .inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.page_request_bnr_box .consultation_bnr {
    margin-bottom: 0 !important;
}
.inner2 {
    padding-top: 0 !important;
}



/* sp葬儀場を探す */
@media(max-width: 768px) {
	#hall .funeral .list > li .box_outer {
		display: flex;
		justify-content: space-between;
    min-height: 127px;
	}
  #hall .funeral .list > li .box1 {
    width: 57%;
  }
  #hall .funeral .list > li .box1 .img {
    margin: 0;
  }
  #hall .funeral .list>li .box1 table {
    display: none;
  }
	#hall .funeral .list > li .box2 {
		display: none;
	}
  #hall .funeral .list > li .box3 {
    width: 40%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #hall .funeral .list > li .box3 .tel {
    margin-top: 0;
  }
  #hall .funeral .list > li .box3 .tel a:before {
    content: none;
  }
  #hall .funeral .list > li .box3 a.sp_tel_btn {
    display: block;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 18px;
    background-color: #bf071d;
    border-radius: 10px;
    box-shadow: 0px 5px 0 #c9caca;
    transition: .3s;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    text-align: center;
  }
  #hall .funeral .list > li .box3 a.sp_tel_btn span {
    font-size: 18px;
  }
  #hall .funeral .list > li .box3 .btn {
    display: block;
    background-color: #00913a;
    box-shadow: 0px 5px 0 #006934;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 18px;
  }
  #hall .access {
    font-size: 14px;
  }
  #hall .access .item {
    display: flex;
    margin-top: 10px;
  }
  #hall .access .item .icon {
    display: block;
    width: 15px;
    margin-right: 10px;
  }
  #hall .access .item .icon img {
    width: 100%;
  }

}

.meo-review-wrapper {
    display: none;
}
.meo_cousor_pointer {
    cursor: pointer;
}
.voice-slider2 .slick-list {
    height: auto !important;
}
.meo_create_slick-cnt .truncated-content {
    display: inline-block;
}
.voice-slider2 .slick-dots {
    width: 80%;
}
@media(max-width: 768px) {
    .voice-slider2 .slick-dots {
        position: relative;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll !important;
        scrollbar-width: none;
    }
    .voice-slider2 .slick-dots::-webkit-scrollbar {
        display: none; /* Chrome, Safari用 */
    }
    .voice-slider2 .slick-dots {
        display: none !important;
    }
}

.show-more-meo {
    position: relative;
    z-index: 100;
    color: #185192;
}

@media(min-width: 769px) {
    .voice_list2 {
        width: 90%;
        margin: auto;
    }
    .voice_list2 .slick-track {
        width: auto !important;
    }
    .voice_list2 .slick-slide_meo {
        min-width: 33.33333% !important;
    }
}
#areaNameBox{
  margin-left: 20px !important
}
@media(max-width: 950px) {
  #areaNameBox{
    margin-left: 120px !important
  }
}
@media(max-width: 768px) {
  #areaNameBox{
    margin-left: 75px !important
  }
}

/* 20250408 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');

.chg_banner {
  max-width: 850px;
  width: 95%;
  margin: 40px auto;
  padding: 0;
  background-image: url(../img/parts/hall_list/bnr_bg.png);
  background-size: 100% 100%;
}
.chg_banner img {
  display: block;
}
.chg_banner_in {
  padding: 2% 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  /* line-height: 1.2; */
}
.chg_banner_in .hall_name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.85rem;
  font-weight: 600;
  color: #185192;
  line-height: 1;
}
.chg_banner_in .color {
  color: #e00013;
}

@media(max-width: 768px) {
  .chg_banner {
    width: 100%;
    margin: 20px auto;
    background-image: url(../img/parts/hall_list/bnr_bg.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .chg_banner_in {
    font-size: min(3.3vw,16px);
    padding: 15px 0;
  }
  .chg_banner_in .hall_name {
    font-size: min(4vw,20px);
    line-height: 1.2;
  }
}