@charset "utf-8";
html{
  width: 100%;
  font-size:3.2vw;
}
body{
  font-family: "a-otf-ryumin-pr6n",serif;
  color: #42403d;
  min-width:100%;
  width: 100%;
  margin:0 auto;
  line-height: 1.5;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(../img/common/bg-pattern.jpg);
  color: #6d6d6d;
}
img{
  width:100%;
  height:auto;
  vertical-align: top;
}
a{
  display: block;
  text-decoration: none;
  color: #42403d;
  word-break: break-all;
}
.cf:after {
  clear: both;
  content: '';
  display: block;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.shuei{
  font-family: "dnp-shuei-mincho-pr6n",sans-serif;
  font-weight: 500;
}
.shuei-title{
  font-size: 0;
  text-align: center;
}
.shuei-title span{
  font-family: "dnp-shuei-mincho-pr6n",sans-serif;
  font-weight: 700;
  font-size:2rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: nowrap;
  display: inline-block;
  margin:0 auto;
}
.bg-img{
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.bg-img > div.center {
  height: inherit;
  display: table;
  text-align: center;
  width: 100%;
}
.tb-cell{
  display: table-cell;
  height: initial;
  vertical-align: middle;
}
.line-top{
  position: relative;
  border-top: solid 1px #e72e35;
  box-sizing: border-box;
}
.line-top:before{
  content: "";
  display: block;
  position: absolute;
  top:-6px;
  border-top: solid 1px #e72e35;
  width:100%;
  height: 1px;
}
.line-left{
  position: relative;
  border-left: solid 1px #e72e35;
  box-sizing: border-box;
}
.line-left:before{
  content: "";
  background-color: #e72e35;
  display: block;
  position: absolute;
  padding-top: 100%;
  width: 2px;
  left: -6px;
  top: 0;
}
.table th,
.table td{
  padding-top:15px;
  padding-bottom:15px;
}
.main-img{
  position: relative;
  margin-bottom: 40px;
}
.main-img h1 img{
  width: 30%;
  padding: 28% 0 15%;
}
.deco-wave{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.deco-wave img{
  width: 100%;
}
.bnr ul{
  font-size:0;
  margin: 0 3%;
}
.bnr li{
  display: inline-block;
  margin: 10px 0;
}
.heading-txt{
  margin: 0 3% 40px;
}
.link{
  padding-top: 36px;
}
.link li {
  display: inline-block;
  width:40%;
}
.link li + li {
  margin-left: 8%;
}
.intro .prof{
  text-align: center;
  padding-right:10px;
}
.intro h2{
  font-size: 1.6rem;
  margin: 40px 3% 20px;
  text-align: center;
}
.intro .prof .right{
  display: inline-block;
  border-bottom: 1px solid #e72e35;
}
.intro .prof .right strong{
  font-size: 2rem;
}
.intro .prof .right span{
  margin-left: 10px;
  color: #00418e;
}
.intro .prof .right .role{
  font-size: 1.4rem;
  text-align: left;
}
.intro .prof .left {
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}
.intro .prof .right span{
  color: #00418e;
}
.two-col-list li{
  margin: 40px 3% 0;
}
.two-col-list dl dt{
  font-size: 1.6rem;
  border-bottom: 1px solid #e72e35;
  padding: 5px 0;
}
.news-list-area li{
  padding-bottom:15px;
  font-size:0;
}
.news-list-area li + li{
  padding:15px 0;
}
.news-list-area li:last-child{
  padding-bottom:0;
}
.news-list-area li span,
.news-list-area li time{
  font-size:12px;
  font-size:1.2rem;
  margin-right:10px;
  vertical-align: middle;
  display: inline-block;
}
.news-list-area li p{
  font-size:12px;
  font-size:1.2rem;
}
.news-list-area li > p{
  margin-right:0;
}
.news-list-area li span{
  margin-right: 20px;
  font-size:12px;
  font-size:1.2rem;
  color: #fff;
  background-color: #c24141;
  width: 90px;
  text-align: center;
  padding: 3px 0 2px;
}
.step dl{
  margin: 0 3% 40px;
}
.step dl:last-child{
  margin-bottom: 0;
}
.step dt{
  position: relative;
}
.step dt strong {
  display: inline-block;
  font-size: 2rem;
}
.step dt span.number{
  font-size: 3rem;
  color: #e72e35;
  margin-right:10px;
}
.step dd{
  padding: 10px 0;
  border-top: solid 1px #e72e35;
}
.step dd .right{
  margin-top: 15px;
}
header .contents{
  background-image: url(../img/common/header-bg.jpg);
  width:100%;
  height:100vh;
}
.menu-btn{
  display: inline-block;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
}
.menu-btn a{
  display: table-cell;
  vertical-align: middle;
  width: 66px;
  height: 54px;
  box-sizing: border-box;
  border-bottom: transparent;
  border-top: none;
}
.menu-btn a > span{
  display: block;
  width: 32px;
  height: 2px;
  margin: 0 auto;
  background-color: #e72e35;
  transition: .2s;
  position: relative;
}
.menu-btn a > span:before,
.menu-btn a > span:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: #e72e35;
  transition: .3s;
}
.menu-btn a > span:before{
  margin-top: -7px;
}
.menu-btn a > span:after{
  margin-top: 7px;
}
.menu-btn a.active > span:before,
.menu-btn a.active > span:after{
  margin-top: 0;
}
.menu-btn a.active > span{
  background-color: transparent;
}
.menu-btn a.active > span:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.menu-btn a.active > span:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
header .base-w{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 490;
}
header .menu{
  font-size: 0;
  line-height: 4rem;
  margin-top: 68px;
  text-align: left;
}
header .menu li a{
  font-size: 1.6rem;
  color: #00418e;
  padding-left:18px;
  border-bottom: dotted 1px #00418e;
}
.side .tel{
  position: fixed;
  top: 100px;
  /* margin-top: -16%; */
  right: 0;
  width:50px;
}
.side .yahoo{
  position: fixed;
  top:340px;
  /* margin-top: -16%; */
  right: -2px;
  width:50px;
}
.side .rakuten{
  position: fixed;
  top: 440px;
  /* margin-top: -16%; */
  right: -2px;
  width:50px;
}

.side .bnr{
  position: fixed;
  top: 555px;
  /* margin-top: -16%; */
  right: -2px;
  width:50px;
}

.deco-img{
  background-size: cover;
  background-position: center center;
  padding-top:45%;
}
.deco-img img{
  width: 100%;
}
header .area #js-logo{
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0 15px 3%;
  background-image: url(../img/common/header-bg.jpg);
}
header .area #js-logo img{
  height: 24px;
  width: auto;
}
footer .contents{
  text-align: center;
}
footer .contents .right ul li{
  display: none;
}
footer .contents .right ul li.pp{
  font-size:1.2rem;
  display: inline-block;
}
footer .contents{
  padding-top: 50px;
}
footer .contents .left{
  width: 60%;
  margin: 0 auto;
  padding-right: 15px;
}
footer .contents .right{
  padding-top: 50px;
}
footer .contents .right .fb.pc{
  display: none
}
footer .contents .right .fb.sp{
  width: 10%;
  margin:10px auto 0;
}
footer .rakuten-yahoo {
  text-align: right;
  display: none;
}
footer .copyright{
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  padding: 10px 0 80px;
  width: 100%;
}
footer .sns {
  text-align: center;
  margin-top: 30px;
}
footer .sns a {
  display: inline-block;
  width: 45px;
}
footer .sns a img {
  width: 100%;
  transition: .7s;
}
footer .sns a img:hover {
  opacity: .7;
}
footer .sns.pc {
  display: none;
}
.totop{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 480;
}
.totop a{
  display:  block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e72e35;
  z-index: 500;
}
.totop span{
  position: absolute;
  content: "";
  display: block;
  left: 12px;
  top: 17px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #e72e35;
  border-right: 1px solid #e72e35;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 490;
}
.btn{
  position: relative;
  width:60%;
  margin:0 auto;
}
.btn a{
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #e72e35;
  border: solid 1px #e72e35;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn a:before,
.btn a:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  margin-left: -10px;
  width:100%;
  height:1px;
  padding:0 10px;
  background-color: #e72e35;
}
.btn a:before{
  top:0;
}
.btn a:after{
  bottom:0;
}
.btn span{
  display: block;
  padding:15px 0;
}
.btn span:before,
.btn span:after{
  content: "";
  display: block;
  position: absolute;
  top:0;
  margin-top:-10px;
  height:100%;
  width:1px;
  padding:10px 0;
  background-color: #e72e35;
}
.btn span:before{
  left:0;
}
.btn span:after{
  right:0;
}
.not-found .tb-cell {
  padding: 100px 5%;
}
.not-found h1 {
  font-size: 3rem;
}


.top_link
{
    padding-top: 100px !important;
    padding-bottom: 30px;
    font-family: Source Han Serif!important;
}

.top_btn
{
  font-size: 1.6rem;
  width: 30%;
}
@media screen and (min-width: 768px){
  html{
    font-size:62.5%;
  }
  body{
    min-width:1100px;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  img{
    width: auto;
    height: auto;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none!important;
  }
  .base-w{
    min-width:1100px;
    width:1100px !important;
    margin:0 auto;
  }
  .deco-img{
    width:100%;
    padding-top: 427px;
    margin: 0;
  }
  .shuei-title span{
    font-size: 28px;
    font-size: 2.8rem;
  }
  header{
    height:70px;
  }
  header.fix .area{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index: 500;
    border-bottom: solid 1px #e72e35;
    box-sizing: border-box;
  }
  header .area{
    background-image: url(../img/common/header-bg.jpg);
    width:100%;
    height: 70px;
    padding: 22px 0 21px;
    box-sizing: border-box;
  }
  header .contents{
    font-size: 0;
    height: auto;
    position: static;
  }
  header .menu{
    line-height: 1.5rem;
    margin: 0;
  }
  header .menu li{
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
  }
  header .menu li a{
    font-size:16px;
    font-size:1.6rem;
    letter-spacing: 2px;
    padding:0;
    border-bottom: none;
  }
  header .menu li a {
    padding: 5px 0;
    position: relative;
  }
  header .menu li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #00418e;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  header .menu li a:hover::after,
  header .menu li a:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  header .contents .left,
  header .contents .right{
    display: inline-block;
    vertical-align: middle;
  }
  header .contents .left{
    width:auto;
    margin: 0 20px 0 42px;
    padding:0;
  }
  header .contents .right{
    padding-left: 5px;
    box-sizing: border-box;
    border-left: solid 2px #00418e;
  }
  .side .tel,
  .side .yahoo,
  .side .rakuten,
  .side .bnr {
    /* margin-top: -16%; */
    width:auto;
    z-index: 999;
  }
  .side .tel:hover,
  .side .yahoo:hover,
  .side .rakuten:hover {
    transform:rotate(-2deg)
  }
  .main-img{
    margin-bottom: 110px;
  }
  .main-img .area{
    height: 537px;
  }
  .main-img h1{
    padding-top: 0;
  }
  .main-img h1 img{
    width: auto;
    padding: 0;
  }
  .bnr ul{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .bnr li{
    margin: 25px 0;
  }
  .bnr li a,
  .process-bnr a {
    position: relative;
    overflow: hidden;
  }
  .bnr li a::before,
  .process-bnr a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 30%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  .bnr li a:hover::before,
  .process-bnr a:hover::before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
  }
  @-webkit-keyframes shine {
    100% {
      left: 100%;
    }
  }
  @keyframes shine {
    100% {
      left: 100%;
    }
  }
  .heading-txt{
    width:830px;
    margin:0 auto 130px;
  }
  .link{
    width:1100px;
    font-size: 0;
    text-align: center;
    padding-top: 36px;
  }
  .link li {
    display: inline-block;
  }
  .link li + li {
    margin-left:40px;
  }
  .intro{
    background-size: contain;
    background-position: center right;
    height: 389px;
    background-repeat: no-repeat;
  }
  .intro h2 {
    padding: 80px 0 105px;
    font-size: 30px;
    font-size: 3rem;
    text-align: left;
  }
  .intro .prof{
    margin: 0 48px;
    text-align: left;
  }
  .intro .prof .left, .intro .prof .right{
    display: inline-block;
  }
  .intro .prof .left {
    padding-top: 10px;
  }
  .intro .prof .right p{
    margin-left: 30px;
    margin-right: 45px;
    letter-spacing: 3px;
  }
  .intro .prof .right .role{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .intro .prof .right strong{
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 5px;
  }
  .intro .prof .right span{
    margin-left: 20px;
  }
  .two-col-list{
    margin-top: 25px;
    text-align: center;
  }
  .two-col-list li{
    width: 525px;
    margin: 65px 5px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .two-col-list li:nth-child(2n){
    margin-left: 24px;
  }
  .two-col-list dl dt, .two-col-list dl dd{
    text-align: left;
  }
  .two-col-list dl dt{
    font-size: 2.6rem;
    font-size: 26px;
    padding: 10px;
    letter-spacing: 3px;
    border-bottom: 1px solid #e72e35;
  }
  .two-col-list dl dd{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 10px 0;
  }
  .news-list-area li span,
  .news-list-area li time{
    font-size:16px;
    font-size:1.6rem;
    margin-right:20px;
  }
  .news-list-area li p{
    font-size:16px;
    font-size:1.6rem;
  }
  .news-list-area li a:hover p{
    text-decoration: underline;
  }
  .step dl{
    width:1050px;
    padding-left:50px;
    margin: 0;
  }
  .step dt strong{
    font-size:32px;
    font-size:3.2rem;
    padding-left: 7%;
  }
  .step dt span.number{
    display: inline-block;
    background-image: url(../img/common/bg-pattern.jpg);
    padding: 0 20px 20px 0;
    font-size: 60px;
    font-size: 6rem;
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    top: -14px;
    left: -16px;
    color: #e72e35;
  }
  .step dd{
    padding: 45px 0 120px 70px;
    border-left: dashed 1px #e72e35;
    box-sizing: border-box;
    font-size: 0;
  }
  .step dd .img{
    width: 383px;
    display: inline-block;
    vertical-align: top;
    margin:0;
  }
  .step dd .right{
    width: 594px;
    padding-left: 36px;
    display: inline-block;
    box-sizing: border-box;
    margin-top:0;
  }
  .step dd .right .txt{
    font-size:16px;
    font-size:1.6rem;
  }
  .step dl:last-child dd{
    padding-bottom: 70px;
  }
  footer .contents{
    font-size: 0;
    padding-top:100px;
    text-align: left;
  }
  footer .contents .left{
    width: 270px;
    padding: 42px 0 0 77px;
    display: inline-block;
    vertical-align: top;
    text-align:  center;
    box-sizing:  border-box;
  }
  footer .contents .right{
    height: 465px;
    border-left: solid 1px #00418e;
    box-sizing: border-box;
    display: inline-block;
    font-size:0;
  }
  footer .contents .right ul{
    display: inline-block;
    line-height: 3.2rem;
  }
  footer .contents .right ul li{
    display: block;
  }
  footer .contents .right ul li a{
    font-size:14px;
    font-size:1.4rem;
  }
  footer .contents .right ul li a:hover{
    text-decoration: underline;
  }
  footer .contents .right ul li.idt-1 a{
    margin-left:15px;
  }
  footer .contents .right .link-left{
    margin-left: 55px;
    vertical-align: top;
  }
  footer .contents .right .link-right{
    margin-left: 76px;
  }
  /* footer .yahoo-area {
    margin-top: 20px;
  } */
  footer .rakuten-yahoo a {
    display: inline-block;
  }
  footer .contents .right .fb.pc{
    display: inline-block;
    width: 340px;
    vertical-align: top;
    margin: 0 0 0 15px ;
  }
  footer .rakuten-yahoo {
    display: flex;
    justify-content: space-between;
  }
  footer .fb-wrap {
    margin-bottom: 15px;
  }
  footer .contents .right .fb.sp{
    display: none;
  }
  footer .sns.sp {
    display: none;
  }
  footer .sns.pc {
    display: block;
  }
  footer .copyright{
    font-size:12px;
    font-size:1.2rem;
    text-align: center;
    width: 100%;
    display: block;
    padding: 30px 0;
  }
  .totop{
    bottom: 20px;
    right: 20px;
  }
  .btn{
    width:190px;
  }
  .btn a:hover{
    color: #e72e35;
    background-color: #fff;
  }

}


/* スポンサーブロック */
.sponsor {
  background-color: #fff;
  margin-top: 100px;
  text-align: center;
}
.sponsor-center {
  margin: 0 auto;
  max-width: 820px;
  padding: 25px 0 35px;
  width: 95%;
}
.sponsor h2 {
  border-bottom: 1px solid #C24141;
  display: inline-block;
  font-size: 20px;
  font-family: "dnp-shuei-mincho-pr6n",sans-serif;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}
.sponsor h2::after {
  background-color: #C24141;
  bottom: -5px;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.sponsor .flex {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  max-width: 1000px;
  margin: 0 auto;
  gap: 20px;
}
.sponsor .flex a {
  flex: 0 0 30%;
}
.sponsor .flex a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sponsor {
    margin: 50px auto 20px;
  }
  .sponsor .flex {
    width: 80%;
  }
  .sponsor .flex a {
    flex: 0 0 100%;
  }
  li.btn.top_btn
  {
    width: 80%;
    margin: 0 10% 5vh;
  }
}

.leaflet {
  text-align: center;
  padding: 84px 0 65px;
  position: relative;
  margin: 0 auto
}
.leaflet .title h2 {
  max-width: 134px;
  margin: 0 auto 35px;
}
.leaflet .title p {
  line-height:1.8;
}
.leaflet-single {
  background-color: #fff;
  margin: 45px 8px 15px;
  padding: 10px 10px 15px;
}
.leaflet-single__img {
  height: 222px;
}
.leaflet-single__img img {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.leaflet-single__ttl {
  margin-bottom: 25px;
  text-align: left;
}
.leaflet-single__file-size {
  border-top: 1px solid #707070;
  text-align: left;
  padding: 15px 0 0 32px;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.4px;
}
.leaflet-single__file-size::before {
  content: url('/img/common/icon-pdf.png');
  position: absolute;
  bottom: -7px;
  left: 0;
}
.leaflet__controls {
  position: absolute;
  right: 15%;
  width: 85px;
  display: flex;
  justify-content: space-between;
}
.leaflet-slider__prev,
.leaflet-slider__next{
  z-index: 480;
  padding: 0;
  border: none;
  cursor: pointer;
}
.leaflet-slider__prev div,
.leaflet-slider__next div{
  display:  block;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #e72e35;
  z-index: 500;
  position: relative;
}
.leaflet-slider__prev span,
.leaflet-slider__next span{
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  width: 11px;
  height: 11px;
  border-top: 1px solid #e72e35;
  border-right: 1px solid #e72e35;
  z-index: 490;
}
.leaflet-slider__prev span {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 10px;
}

.leaflet-slider__next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 6px;
}
@media screen and (max-width: 600px) {
  .leaflet__controls {
    position: static;
    margin: 0 auto;
    width: 25vw;
    text-align: center;
  }
}


p.txt-ti {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}

.warning {
  padding: 1rem;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  background: #fe4a51;
}

.warning:hover
{
  opacity: 0.8;
}

.warning a
{
  color: #fff;
}


dd.dd_none {
  border-top: none;
  padding-top: 20px;
}

.bg-img-bp
{
  background-position: center bottom;
}
/* 221031追加分 */
@media screen and (min-width: 768px){
  .step dd.dd_none {
    padding-top: 0;
    border-top: none;
}
p.txt-ti {
  font-size: 2rem;
  padding-bottom: 0.5rem;
}

dd.dd_box
{
  padding: 45px 0 70px 70px;
}

.warning {
  padding: 1.5rem;
  font-size: 2rem;
}


}



/* 20221202追加分 */
.area_bnr {
  text-align: center;
  margin-bottom: 150px;
}

.fb_bnr img
{
  width: 100%;
}

@media screen and (max-width: 768px){
  .area_bnr {
    /* text-align: center; */
    margin-bottom: 100px;
}

.area_bnr img {
  width: 80%;
}

/* .fb_bnr
{
  display: none;
} */
}


div#js-side-bnr img {
  width: 100%;
  max-width: 150px;
  transform: rotate(-5deg);
  padding-right: 2px;
}

.side .bnr:hover
{
  transform: rotate(-2deg);
}

.area_bnr img {
  width: 100%;
}

.sp
{
  display: none;
}

@media screen and (max-width: 768px){
  .sp
  {
    display: block;
  }

  .pc
  {
    display: none;
  }

  .area_bnr.sp img {
    width: 80%;
}

}



.f_bnr
{
  width: min(90%,700px);
  margin: 40px auto 0;
}

.f_bnr > div + div {
  margin-top: 20px;
}

.f_bnr img {
  width: 100%;
}

.single-underline {
  font-size: 2.8rem;
  border-bottom: solid 1px #e72e35;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .single-underline {
    font-size: 2.2rem;
    padding-left: 5vw;
  }
}

/* 20251021 追加 */
.notes {
  box-sizing: border-box;
  position: absolute;
  top: calc(100vh - 70px - 67px);
  left: 0;
  width: 100%;
}
.notes a {
  height: 67px;
  background-color: #C24141;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.notes span img {
  width: 28px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .notes {
    top: auto;
    bottom: 0;
  }
  .notes a {
    height: auto;
    padding: .5em 1em;
    flex-direction: column;
    text-align: center;
    font-size: .9em;
  }
  .notes span img {
    width: 1.5em;
  }
}