
html,
body {
  font-family: "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro","Hiragino Sans", "arial", "Meiryo", "MS PGothic";
  font-size: 18px;
  background-color: white;
  padding: 0;
  margin: 0;
  color: #221815;
  width: 100%;
  margin: auto;
  max-width: 1200px;
  background-color: black;
}
main {
  min-height: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #221815;
  text-decoration: none;
  cursor: pointer;
}

.content {
  margin-top: 65px;
  background-color: white;
}
a:hover {
  opacity: .7
}

button {
  cursor: pointer;
}

button:hover {
  opacity: .7
}

p {
  margin: 0;
}


h2 {
  font-weight: 300;
  margin: 0;
  font-size: 42px
}

h3 {
  margin: 0;
  font-size: 32px;
}

h4 {
  margin: 0;
  font-size: 22px;
}

.main-container-top {
  height: 790px;
  width: 100%;
  position: relative;
}

.main-container {
  width: 100%;
  height: 100%;
  margin: 0;
}

.wrapper {
  padding: 60px 150px;
  margin: 0 auto;
}

.image-240 {
  width: 240px;
  height: 240px
}

.object-fit {
    object-fit: cover; 
}

.object-fit img {
  object-fit: cover; 
  height: 100%;
  width: 100%;
  object-position: -11px 0px;
}

.flex {
  display: flex
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.justify-end-sp-start {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-space {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.center {
  text-align: center
}

.left {
  text-align: left
}

.right {
  text-align: right;
  position: relative;
  z-index: 100
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inline-block {
  display: inline-block;
}


.w-full {
  width: 100%
}

.h-full {
  height: 100%;
}

.w-1-2 {
  width: calc(100% / 2)
}

.w-1-3 {
  width: calc(100% / 3)
}

.w-1-4 {
  width: calc(100% / 4)
}

.w-47 {
  width: 47%;
}

.w-35 {
  width: 35%
}
.w-40 {
  width: 40%
}

.w-120 {
  width: 120px;
}

.w-340 {
  width: 340px;
}

.h-130 {
  height: 80px;
}

.percentage {
  width: 100px;
  height: 100px;
}

.background {
  position: absolute;
  top: 20%;
  right: 38%;
}

.m-auto {
  margin: 0 auto
}

.m-t-40 {
  margin-top: 40px
}

.m-b-40 {
  margin-bottom: 40px
}

.m-r-10 {
  margin-right: 10px
}

.m-r-36 {
  margin-right: 36px
}

.m-r-5 {
  margin-right: 5px
}

.m-l-5 {
  margin-left: 5px
}

.m-l-36 {
  margin-left: 36px
}

.m-y-15 {
  margin: 15px 0
}

.m-b-15 {
  margin-bottom: 15px
}

.m-t-60 {
  margin-top: 60px
}

.p-y-15 {
  padding: 15px 0
}

.p-y-30 {
  padding: 30px 0
}

.p-y-100 {
  padding: 100px 0
}

.p-30 {
  padding: 30px;
}

.font-12 {
  font-size: 12px
}

.font-md {
  font-size: 15px
}

.font-base {
  font-size: 20px;
}

.font-lg {font-size: 32px !important;}

.font-xlg {font-size: 42px;}

.font-xxlg {font-size: 50px;}


.font-red {
  color: #DC1A14
}

.font-blue {color: #0071BC}

.font-green {color: #00C805}

.font-orange {color: #F18800}

.font-black {color: #221815}

.bold {font-weight: bold;}

.bg-lightblue {
  background: #C7E9FF;
}

.bg-lightblue2 {
  background: #F0F9FF;
}

.bg-lightorange {
  background: #FFF9ED;
}

.bg-image {
  background-image: url('image/bg-elect-pc.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin: 0;
  text-align: center;
  flex-direction: column;
}

.bg-obi {
  background-image: url('image/bg-obi@3x.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  margin: 0;
  text-align: center;
  flex-direction: column;
  height: 150px;
}

.obi-banner {
  background: white;
  color: #DC1A14;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 20px;
}

.overlay-word {
  position: absolute;
  top: 1px;
    left: 0;
    right: 0;
    margin: auto;
    color:white;
}

.btn-action {
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 600;
  background: #DC1A14;
  border: none;
  border-radius: 50px;
  color: #FFFFFF;
}

.border {
  position: relative;
}

.border::before,
.border::after {
    position: absolute;
    top: 0;
    height: 1.8rem;
    content: '';
}

.border::before {
    border-left: solid 3px;
    left: -16px;
    transform: rotate(-30deg);
}

.border::after {
    border-right: solid 3px;
    right: -16px;
    transform: rotate(30deg);
}

.pc-nodisplay {
  display: none
}

.hamburger-menu {
  display: none;
}


header {
  position: fixed;
  background-color: #FFF9ED;
  font-size: .9rem;
  width: 100%;
  max-width: 1200px;
  z-index: 9;
  top: 0;
  box-sizing: border-box;
  }

  .header-wrapper {
    padding: 0px 30px;
  }
  
  header .pc-header {
    display:flex;
    align-items: center;
  }
  header .pc-header li {
    padding: 5px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }

  .orange-banner {
    width: 100%;
    color: #FFFFFF;
    background: #F18800;
    padding: 3px 30px;
    box-sizing: border-box;
  }

  .orange-banner.sp {
    display:none;
  }
  
  .icon {
    width: 30px;
    height: 30px;
  }

.blue-box {
  background: #0071BC;
  color: #FFFFFF;
  font-size: 32px;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  position: fixed;
  bottom: 120px;
  z-index: 1000;
}

.blue-box2 {
  border: solid 2px #0071BC;
  padding: 50px 15px 15px;
  position: relative;
    margin-top: 70px;
}

.blue-box2 h3 {
  background: #0071BC;
  color: white;
  margin: 0 auto;
  display: block;
  width: 50%;
  text-align: center;
  border-radius: 10px;
  padding: 5px;
  position: absolute;
  top: -6%;
  right: 23%;
  font-size: 30px;

}

.blue-box2 .img {
  position: relative;
}

.blue-box2 .img h4 {
  position:absolute;
  bottom:7px;
  background: #0071bc98;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
    color: white;
  box-sizing: border-box;
}

.white-box {
  background: white;
  color: #0071BC;
  text-align: center;
  border-top: solid 5px #0071BC;
}

.white-box.sp {
  display:none
}


.white-box2 {
  background: white;
  border-radius: 10px;
  padding: 15px;
}

.white-box3 {
  background: white;
  border: solid 1px #ADADAD;
  padding: 34px;
  font-size: 18px;
}

.white-box3 .flow li {
  display: flex;
  border-bottom: 1px solid #ADADAD;
  padding: 15px 0 ;
  justify-content: space-between;
}

.white-box3 .flow li:first-child {
  padding: 0 0 15px 0 ;
}


.white-box3 li:last-child {
  border-bottom: none;
}

.orange-box {
  position: relative;
  border-radius: 10px;
  border: solid 2px #F18800;
  background: #FFF9ED;
  text-align: center;
  padding: 30px 0 30px 100px;
  font-size: 28px;
  box-sizing: border-box;
  margin-top: 100px;
}

.orange-box-img {
  position: absolute;
}

.orange-box-img.one {
  bottom: 1px;
  left: 1px;
  width: 20%;
}

.orange-box-img.two {
  top: -150px;
  right: 30px;
}

.box-type1 {
  height: 120px;
  display: flex;
  padding-left: 250px;
  width: 100%;
  max-width: 1200px;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: white;
  box-sizing: border-box  ;
}

.box-type1-img {
  position: absolute;
  bottom: 0;
  height: 180px;
  left: 50px;
}

.scroll-box {
  overflow-y: scroll;
  max-height: 780px;
  width: 100%;
}

.scroll-box .review {
  position: relative;
  background-color: #FFF9ED;
  border: solid 3px #F18800;
  padding: 30px;
  color: #221815;
  margin-top: 20px;
  border-radius: 10px;
  }
  
  .scroll-box .review:after, .scroll-box .review:before {
    bottom: 100%;
    left: 5%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  
  .scroll-box .review:after {
    border-color: rgba(255, 249, 237, 0);
    border-bottom-color: #FFF9ED;
    border-width: 14px;
    margin-left: -14px;
  }
  .scroll-box .review:before {
    border-color: rgba(241, 136, 0, 0);
    border-bottom-color: #F18800;
    border-width: 18px;
    margin-left: -18px;
  }

.flag {
  background: #4D9BD4;
  border-radius: 10px;
  padding: 7px;
  color: white;
}


.balloon {
  position: relative;
  display: inline-block;
  padding: 15px ;
  width: 100%;
  color: white;
  font-size: 42px;
  background: #0071BC;
  text-align: center;
  box-sizing: border-box;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #0071BC;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.header {
  color: white;
  padding: 10px 0;
  text-align: center;
}

.header.orange {
  background: #F18800;
}

.header.blue {
  background: #0071BC;
}


.bg-lightblue h2 {
  position: relative;
  word-break: break-all;
  color: #fff;
  padding: 10px 0 10px 360px;
  background: #0071BC;
  line-height: 45px;
  font-size: 22px;
  height: 68px;
  box-sizing: border-box;
  border-top: solid 2px #0071BC;
  border-left: solid 2px #0071BC;
}

.bg-lightblue h2:after {
  position: absolute;
  top: 0;
  left: 324px;
  width: 0;
  height: 0;
  content: '';
  border-width: 65px 24px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.bg-lightblue h2 span {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-lightblue h2.two-line{
  height: 120px;
}

.bg-lightblue h2.two-line:after {
  border-width: 117px 24px 0 0;
}

.bg-lightblue h2.two-line span{
  height: 116px;
  width: 324px;
}

.bg-lightblue h2 span img{
  height: 68px;
}

.bg-lightblue .img-2 {
  height: auto;
  width: 300px;
}

.accordion-area{
  list-style: none;
  margin:0 auto;
}

.accordion-area li{
  margin: 10px 0;
}

.accordion-area section {
  background: white;
  border-radius: 10px;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  font-size: 20px;
  padding: 3% 50px 3% 3%;
  transition: all .5s ease;
}

.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 32px;
  height: 4px;
  top:48%;
  right: 44px;
  background-color: #F18800;
  
}
.title::before{
  transform: rotate(0deg);
  
}
.title::after{    
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
/* .title.close::before{
transform: rotate(45deg);
}

.title.close::after{
transform: rotate(-45deg);
} */

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  position: relative;
  background: white;
  /* margin:0 3% 3% 3% ; */
  padding: 3%;
  border-top: solid 1px #ADADAD;
}

/* .box::after {
  position: absolute;
  content:'A.';
  top: 28%;
  left: 0;
  font-size: 20px;
  color: #DC1A14;
  font-weight: bold;
} */

.covid {
  display: none;/*はじめは非表示*/
  position: relative;
  background: white;
  margin:0 3% 3% 3% ;
  padding: 3%;
  border-top: solid 1px #ADADAD;
}


.box::first-letter {
  font-size: 32px;
  margin-right: 5px;
  color: #DC1A14;
  font-weight: bold;
}

.title::first-letter {
  font-size: 32px;
  margin-right: 5px;
  color: #0071BC;
  font-weight: bold;
}


footer {
  width: 100%;
  background: #F2F2F2;
  color: #221815;
  padding: 39px 0;
  text-align: center;
  /* position: fixed;
  bottom: 0; */
  font-size: 12px;
}



@media screen and (max-width: 1200px) {
  .sp-nodisplay {
    display: none
  }

  .pc-nodisplay {
    display: initial
  }

  .main-container {
    box-sizing: border-box;
  }

  .wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 38px 10px;
  }

  p {
    font-size: 15px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 15px;
  }

  .blue-box {
    font-size: 19px;
    bottom: 120px;
    padding: 10px 0;
  }

  .border::before, .border::after {
    top: -6px;
  }

  .box-type1-img {
    height: 80px;
    left: 5px;
    bottom: 70px;
  }

.box-type1 {
  padding-left: 0px;
  width: 100%;
  height: 120px;
  /* margin-bottom: 15px; */
}

.balloon {
  padding: 10px;
  font-size: 22px;
}

.balloon:before {
  border: 26px solid transparent;
  border-top: 24px solid #0071BC;
}
.percentage {
  width: 20%;
  height: 20%;
}

.footer-logo {
  margin: 10px auto;
}
.orange-banner.sp {
  display:block;
  font-size: 10px;
  text-align: center;
}

.m10 {
  margin: 0 10px 10px;
}
.m10 p{
  font-size: 2.5vw;
}

.bg-obi {
  background-image: url(image/bg-obi-sp@3x.png);
}

.obi-banner {
  font-size: 15px;
}

.title {
  font-size: 15px;
}

.title::before,
.title::after{
  width: 16px;
  height: 2px;
  top:48%;
  right: 12px;
}

.title::first-letter, .box::first-letter {
  font-size: 18px;
}

.bg-lightblue h2 {
display: flex;
flex-direction: column;
}

.bg-lightblue h2:after {
  display: none;
}

.bg-image {
  background-image: url(image/bg-elect-sp.png);
}

.white-box3 {
  padding: 10px 20px;
  box-sizing: border-box;
}

.white-box3 .flow li {
  flex-direction: column;
}

.scroll-box .flex.justify-space {
  flex-direction: column;
}

.scroll-box .flex.justify-space span {

  margin: 10px 0
}

.scroll-box .review {
  padding: 16px;
  font-size: 15px;
}

.scroll-box .review:after, .scroll-box .review:before {
  left: 12%;
}

.orange-box {
  padding: 30px 0 30px 66px;
  font-size: 11px;
  margin-top: 45px;
}

.orange-box-img.two {
  top: -44px;
}

.background {
  position: absolute;
  width: 48%;
  top: 28%;
  right: 29%;
}

.blue-box2 {
  margin-top: 53px;
}


.blue-box2 h3 {
  top: -8%;
  margin: auto;
  left: 0;
  right: 0;
  width: 80%;
  font-size: 17px;
}

.blue-box2 .img h4 {
  padding: 6px 0;
  font-size: 13px;
}

.blue-box2 .w-1-3 {
  width: 48%;
}

.font-md {
  font-size: 10px;
}

.font-lg {
  font-size: 14px !important;
}

.font-xlg {
  font-size: 20px;
}

.font-xxlg {
  font-size: 33px;
}

.p-30 {padding: 10px;}

.p-y-30 {padding: 10px 0;}

.w-120 {
  width: 15%;
}
.m-b-40 {
  margin-bottom: 10px;
}

.justify-end-sp-start {
  justify-content: flex-start;
}

.sp-m-none {
  margin: 0 !important;
}

.sp-padding {
  padding: 0 10px
}

.sp-flex {
  display:flex
}
 
.sp-col {
  flex-direction: column;
}

.sp-row {
  flex-direction: row;
}

.sp-w-full {
  width: 100%;
}

.sp-w-half {
  width: 50%;
}

.sp-m-b {
  margin-bottom: 10px;
}

.sp-w-17 {
  width: 17%;
}

.hamburger-menu {
  display: block;
}

.hamburger-menu .btn-action {
  width: 80%;
  margin: 0 auto 10px;
}

.hamburger-menu .btn-action {
  width: 80%;
  margin: 0 auto 10px;
}

.hamburger-menu .btn-text {
  background: initial;
}


.hamburger-menu .btn-action {
  width: 80%;
  margin: 0 auto 10px;
}

.hamburger-menu .btn-text {
  background: initial;
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 8001;
}

.menu-btn:after {
  content: 'menu';
    font-size: 5px;
    bottom: -2px;
    position: absolute;

}

.menu-btn::before {
  background: white;
  content: '';
  padding: 36px 20px 10px;
}

.menu-btn span{
  top: 14px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  /* border-radius: 3px; */
  background-color: #F18800;
  position: absolute;
}

.menu-btn span:before {
  bottom: 10px;
}

.menu-btn span:after {
  top: 10px;
}

#menu-btn-check {
  display: none;
}


#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: white;

}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: white;

}

#menu-btn-check:checked~.menu-btn:after {
  content: 'CLOSE';
  color: white;
}

#menu-btn-check:checked~.menu-btn::before {
  display:none
}


.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 100%;
  bottom: 0;
  z-index: 8000;
  transition: all 0.5s;
  background-color: #FFF9ED;
}

.menu-content::after {
  width: 100%;
  content: '';
  background-color: #F18800;
  position: absolute;
    top: 0;
    height: 60px;
}


.menu-content ul {
  padding: 60px 0px 0;
}

.menu-content ul li {
  padding: 20px;
  width: 100%;
  font-size: 17px;
  box-sizing: border-box;
  color: #4D310C;
  border-bottom: 1px solid #F2F2F2;
  background-position: 337px center;
  background-repeat: no-repeat;
  background-image: url('https://icongr.am/fontawesome/chevron-right.svg?size=15&color=F18800');
}

.menu-content ul li a {
  display: block;
  text-decoration: none;
  color: #4D310C;
}

#menu-btn-check:checked~.menu-content {
  left: 0;
}

#menu-btn-check:checked~.menu-content img {
  left: 10px;
}

footer {
  padding: 10px 0;
}

}