html {
  font-size: 16px;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

header {
background-color: #fff;
width: 100%;
text-align: center;
}

main {
overflow: hidden;
}

footer {
text-align: left;
line-height: normal;
}

section {
position: relative;
}

h1,
h2 {
word-wrap: break-word;
margin-bottom: 1.3rem;
line-height: 1.5em;
}

h1 {
font-size: 2rem;
}

h2 {
font-size: 1.5rem;
}

p {
font-size: 1rem;
margin-bottom: 1.3rem;
line-height: 1.5em;
}

img {
display: block;
width: 100%;
}

.pc {
display: none;
}

/*-----------------
  header
-----------------*/
#header .overview {
padding: 10px 13px;
font-size: 10px;
}

#header .companyList {
padding: 0 10px 5px;
}

#header .companyList li {
margin: 0 0 3px;
font-size: 11px;
text-align: center;
}

#header .logo {
margin-bottom: 12px;
padding-top: 15px;
text-align: center;
border-top: 1px solid #dddddd;
}

#header h1 {
margin: 0 0 30px;
width: 100%;
height: 0;
padding-top: calc(670 / 750 * 100%);
background: url("../img/header_mainvisual.png") no-repeat left top;
background-size: cover;
text-indent: -9999px;
}

@media only screen and (min-width: 768px) {
header {
  padding: 1vw 0;
  border-bottom: 2px solid #f1f1f1;
}

#header .overview {
    margin: auto;
    padding: 14px 10px;
    max-width: 1050px;
    font-size: 13px;
}

#header .companyList {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1050px;
    padding: 15px 10px;
}

#header .companyList li {
    margin: 0 10px;
    font-size: 14px;
    text-align: left;
    list-style-type: none;
}

#header .logo {
    margin-bottom: 30px;
    padding-top: 20px;
}

#header .logo img {
    width: 300px;
    height: auto;
}

#header h1 {
    margin: 0 0 70px;
    width: 100%;
    height: 457px;
    padding-top: 0;
    background: url("../img/header_mainvisual_pc.png") no-repeat center bottom,
    url("../img/header_mainvisual_bg.png") repeat-x center 10px #ff9c00;
    background-size: auto;
}

}


/*-----------------
footer
-----------------*/
#footer {
padding: 35px 20px 15px;
background-color: #ff9c00;
font-size: 12px;
color: #ffffff;
font-family: "Noto Sans JP", sans-serif;
}

#footer .company dd,
#footer p {
margin-bottom: 15px;
}

#footer .textR {
text-align: right;
}

#footer #address {
margin-top: 26px;
text-align: center;
}

#footer #address small {
font-size: 12px;
}

@media only screen and (min-width: 768px) {
#footer {
    padding: 30px 20px 20px 20px;
    font-size: 16px;
}

#footer .inner {
    margin: auto;
    width: 100%
}

#footer #address {
    margin: 40px 0 0;
    text-align: center;
}

#footer #address br {
    display: none;
}

}

.ruby {
  font-size: 0.5em;
  font-weight: 400;
}

.highlight {
  font-weight: bold;
}

.gradation-text {
  background: linear-gradient(to right, #4CBEFF, #D661FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.red-text {
  color: red;
}

.cta-area {
  padding: 1.5rem 0;
}

.cta-area a {
  background: #3EBAFF;
  box-shadow: 0px 2px 20px rgba(57.59, 183.31, 255, 0.69);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  padding: 1rem;
  margin: auto;
  width: 70%;
  text-decoration: none;
}

.caption-and-image {
  padding: 0 0.5rem;
}

.caption-and-image figure {
  margin-bottom: 4.5rem;
}

.caption-and-image figure figcaption {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 2.5rem;
}

.card {
  background: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 1rem;
}

.card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
  margin: 1rem 0;
}

.card dl dt,
.card dl dd {
  display: flex;
  align-items: flex-end;
}

.card dl dt {
  text-align: left;
}

.card dl dd {
  text-align: right;
  justify-content: flex-end;
}

.card .highlight {
  font-size: 1.2rem;
  margin: 0 0.5rem;
}

.slider-wrapper {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  -ms-overflow-style: none;
}

.slider-wrapper::-webkit-scrollbar{
  display: none;
}

.slider {
  margin: 1rem;
  display: flex;
  flex-direction: column;
}

.notes {
  font-size: 0.8rem;
  text-align: left;
  margin-bottom: 0.8rem;
  line-height: 1.5em;
  padding: 0 1rem;
}

ul.notes {
  counter-reset: item;
}

.notes li {
  counter-increment: item;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.notes li::before {
  position: absolute;
  content: "※" counter(item);
  left: 0;
}

.small {
  font-size: 0.5rem
}

.white-space-big {
  height: 7rem;
}

.logo-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-area .sompo {
  width: 6rem;
  margin-bottom: 1rem;
}

.logo-area .mys {
  width: 10rem;
}

.first-view .tech-copy .highlight {
  color: #16B9FF;
}

.introduction::after {
  content: "";
  position: absolute;
  height: 200rem;
  width: 100rem;
  border-radius: 50%;
  background: linear-gradient(180deg, white 1%, #DCF7FF 36%, #F5D7FF 100%);
  box-shadow: 0px 0px 72.9000015258789px rgba(87.13, 234.85, 255, 0.40);
  top: 8rem;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -10;
}

.introduction .key-visual {
  width: 50%;
  margin: 1rem auto 3rem;
}

.introduction .story {
  padding: 0 1rem;
}

.conditions {
  line-height: 1.2em;
  padding: 0 1rem;
}

.conditions p {
  font-size: 0.8rem;
}

.conditions .expansion {
  font-size: 1.5rem;
  margin: 1rem auto;
  line-height: normal;
}


.focus {
  z-index: 1;
}

.plans::after {
  content: "";
  position: absolute;
  height: 95rem;
  width: 80rem;
  border-radius: 50%;
  background: #fff;
  top: -3rem;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}

.plans .switch {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 1.3rem auto;
}

.plans .switch div {
  background-color: #898989;
  color: #fff;
  padding: 0.5rem;
  width: 40%;
}

.cards.gakusuma{
  display: none;
}

.cards.sumaho,
.cards.gakusuma,
img.gakusuma{
  display: none;
}

.cards.sumaho.active,
.cards.gakusuma.active,
img.gakusuma.active {
  display: flex;
}


.plans .switch .sumaho.active{
  background: #16B9FF;
}

.plans .switch .gakusuma.active{
  background: #FF49B6;
}

.plans .cards {
  margin-bottom: 2rem;
}

.plans .card-wrapper .head {
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.plans .card-wrapper .head::before,
.plans .card-wrapper .head::after {
  content: "";
  width: 1px;
  height: 1rem;
  background: #222;
  position: absolute;
  top: 50%;
}

.plans .card-wrapper .head::before {
  left: -0.5rem;
  transform: translateY(-50%) rotate(-30deg);
}

.plans .card-wrapper .head::after {
  right: -0.5rem;
  transform: translateY(-50%) rotate(30deg);
}

.plans .card {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  max-width: 20rem;
  padding-bottom: 0;
  width: 18rem;
}

.plans .card .title {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1rem;
}

.plans .card .title .plan-name {
  font-weight: bold;
}

.plans .card .title .unit {
  font-size: 0.8rem;
  margin-left: 0.3rem;
}

.plans .card .amount {
  margin-top: 1rem;
}

.plans .card .amount .label {
  text-align: left;
  font-weight: bold;
}

.plans .card.pro .highlight {
  background: linear-gradient(to right, #4CBEFF, #D661FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plans .card.standard .highlight {
  color: #4EBFFF;
}

.plans .standard .self-pay .number .highlight,
.plans .light .self-pay .number .highlight {
  font-size: 1.3rem;
  color: #FF5E72!important;
}

.plans .conditions {
  text-align: left;
}

.plans .conditions .highlight {
  margin: 0.5rem 0;
}

.plans .card .notes {
  font-size: 0.7rem;
  text-align: center;
}

.gakusuma .cta{
  background: #FF49B6; box-shadow: 0px 2px 12px rgba(255, 73, 182, 0.61);
}

.gakusuma .card.standard .highlight{
  color: #FF49B6;
}

.sns-consultation {
  width: 20rem;
  margin: auto;
}

.appeal {
  padding: 0 1.5rem;
  background: linear-gradient(180deg, rgba(141.31, 227.71, 255, 0.45) 0%, rgba(236.99, 185.58, 255, 0.45) 100%);
}

.appeal figure {
  background-color: #fff;
  padding: 1rem;
  border-radius: 20px;
}

.appeal figure figcaption {
  font-size: 0.9rem;
  margin: 0;
}

.table {
  position: relative;
}

.table::after {
  content: "";
  background: #fff;
  border-radius: 10px;
  border: solid 0.5rem #3EBAFF;
  box-shadow: 0px 2px 20px rgba(57.59, 183.31, 255, 0.69);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2vw;
  left: 60vw;
}

@media (min-width: 500px) {
.table::after {
  left: 62vw;
}
}

@media (min-width: 821px) {
.table::after {
  left: 60vw;
}
}

.table dl {
  color: #0073B2;
  display: grid;
  grid-template-columns: repeat(5, 30vw);
  width: 90vw;
  margin: 0 auto 1rem;
  position: relative;
  overflow: scroll;

}

.table dl::-webkit-scrollbar{
  display: none;
}

.table dt,
.table dd {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #dedede;
  padding: 0;
  line-height: 1.5em;
  padding: 0.3rem 0;
  z-index: 1;
}

.table dt {
  justify-content: start;
  position: sticky;
  left: 0;
  color: #222;
  background: #fff;
  z-index: 3;
  padding-left: 0.2rem;
}

.table dd {
  justify-content: center;
}

.table dd:nth-child(5n+2) {
  position: sticky;
  left: 30vw;
  color: #222;
  background: #fff;
  z-index: 3;
}

.table .circle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3rem;
  background: #0073B2;
}

.table dd:nth-child(5n+2) .circle {
  background: #222;
}

.satisfaction::after {
  content: "";
  position: absolute;
  height: 110%;
  width: 80rem;
  border-radius: 50%;
  background: #fff;
  top: -3rem;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}

.satisfaction .graph {
  padding: 1rem;
}

.satisfaction .graph img {
  width: 90%;
  margin: auto;
  margin-bottom: 2rem;
}

.satisfaction .reputations {
  margin: 2rem auto;
}

.satisfaction .card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 20rem;
  text-align: left;
  box-shadow: 1px 1px 20px rgba(141.31, 227.71, 255, 0.45);
}

@keyframes infinity-scroll-left {
  from {
      transform: translateX(0%);
  }

  to {
      transform: translateX(-100%);
  }
}

.satisfaction .cards {
  overflow: hidden;
}

.satisfaction .cards .slider-wrapper {
  overflow-x: visible;
  width: max-content;
  animation: 60000ms linear 0s infinite normal none running infinity-scroll-left;
}

.satisfaction .card .user-voice {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 4fr;
  column-gap: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #dedede;
}

.satisfaction .card .user-voice .icon {
  font-size: 0.8rem;
}

.satisfaction .card .user-voice .icon img {
  width: 4rem;
  margin: 0 auto 0.5rem;
}

.satisfaction .card .user-voice .evaluation .stars {
  margin: 0.5rem 0;
  color: #3EBAFF;
}

.satisfaction .card .case {
  flex-grow: 1;
  margin-top: 1rem;
}

.company {
  background: linear-gradient(180deg, rgba(141.31, 227.71, 255, 0.45) 0%, rgba(236.99, 185.58, 255, 0.45) 100%);
}

footer .company {
background: none;
}

.steps {
  margin: 2rem auto;
}

.steps::after {
  content: "";
  position: absolute;
  height: 110%;
  width: 80rem;
  border-radius: 50%;
  background: #fff;
  top: -3rem;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}

.steps .step .index {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00AEC5;
  margin-bottom: 1rem;
}

.steps .step .card .highlight {
  font-size: 1rem;
}

.steps .step .card {
  border-radius: 0;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  width: 16rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.steps .step .card img {
  width: 80%;
  margin: 2rem auto;
}

.steps .step .card p {
  flex-grow: 1;
}

.faq {
  background-color: #f1f1f1;
  padding: 1rem;
}

.p-home-question {
  padding-bottom: 45px
}

@media print,screen and (max-width: 768px) {
  .p-home-question {
      padding-bottom:35px
  }
}

.p-home-question .c-accordion:not(:last-child) {
  margin-bottom: 16px
}

.c-accordion {
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 8px;
  text-align:left;
}

.c-accordion img {
  display: inline;
}

.c-accordion:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.26)
}

.c-accordion-title {
  align-items: center;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  line-height: 1.75;
  padding: 10px 40px 10px 22px;
  position: relative
}

@media print,screen and (max-width: 768px) {
  .c-accordion-title {
      display:block;
      font-size: 14.22px;
      padding: 7px 16px 10px
  }
}

.c-accordion-title::after {
  border-bottom: 2px solid #757575;
  border-right: 2px solid #757575;
  content: "";
  display: block;
  height: 8px;
  margin-left: auto;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: rotate(45deg) translate(0,-50%);
  transition: all .3s;
  width: 8px
}

@media print,screen and (max-width: 768px) {
  .c-accordion-title::after {
      margin:5px auto 0;
      position: static
  }
}

.c-accordion-title span {
  color: #757575;
  font-size: 24px;
  margin-right: 30px
}

@media print,screen and (max-width: 768px) {
  .c-accordion-title span {
      display:block;
      margin: 0 0 6px
  }
}

.c-accordion-contents {
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: all .3s;
  visibility: hidden;
  display: flex
}

@media print,screen and (max-width: 768px) {
  .c-accordion-contents {
      display:block
  }
}

.c-accordion-contents::before {
  background-color: #EEE;
  content: "";
  display: block;
  height: 1px;
  left: 22px;
  position: absolute;
  top: 0;
  width: calc(100% - 22px * 2 - 17px - 8px)
}

@media print,screen and (max-width: 768px) {
  .c-accordion-contents::before {
      left:50%;
      transform: translate(-50%,0);
      width: calc(100% - 16px * 2)
  }
}

.c-accordion-contents div {
  padding: 20px 22px
}

.c-accordion-contents p {
  align-items: center;
  color: #333;
  font-size: 16px;
  line-height: 1.75
}

@media print,screen and (max-width: 768px) {
  .c-accordion-contents p {
      display:block;
      font-size: 14.22px
  }
}

.c-accordion-contents span.a-mark {
  color: #757575;
  font-size: 24px;
  margin-right: 30px
}

.c-accordion.is-active .c-accordion-contents {
  max-height: 1500px;
  transition: all .3s;
  visibility: visible
}

.c-accordion.is-active .c-accordion-title::after {
  transform: rotate(-135deg);
  transition: all .3s
}

.footer {
  background-color: rgba(76,76,76,1.0);
}
.footer__container {
  max-width: 75px
}

.ft_menu ul li a {
  color: rgba(255,255,255,1.0)
}

.ft_menu ul li a:hover {
  color: rgba(255,255,255,1.0)
}

.ft_menu ul li+li {
  border-color: rgba(255,255,255,1.0)
}
.footer__container { margin: 0px auto; }
.footer { min-height: 210px; display: flex; flex-direction: column; -webkit-box-align: center; align-items: center; position: relative; z-index: 1; line-height: 1; }
.ft_logo svg { fill: currentcolor; color: rgb(255, 255, 255); width: 258px; height: 32px; margin: 35px 0px 40px; display: block; }
.ft_copyright svg { width: 218px; height: 12.5px; margin: 9px auto 0px; fill: currentcolor; color: rgb(255, 255, 255); display: block; }
.ft_menu ul li + li { border-left: 1px solid rgb(247, 247, 247); }
.ft_menu ul li:last-child a { padding-right: 0px; }
.ft_menu ul li:first-child a { padding-left: 0px; }
.ft_menu ul li a { display: inline-block; padding: 0px 30px; line-height: 1.35; font-size: 15px; text-decoration: none; color: rgb(255, 255, 255); }
.ft_menu ul { display: flex; margin-bottom: 18px; margin-top: 0px; flex-wrap: nowrap; }
.ft_copyright { padding-top: 12px; }
.ft_logo img { display: block; margin: 35px 0px 39px; width: 258px !important; }
.ft_copyright img { margin: 9px auto 0px; width: 218px !important; }
@media (max-width: 1059px) {
.ft_menu ul li a { font-size: 14px; padding: 0px 20px; }
}
.ft_menu ul li a .svg_wrap { display: none; }
@media (max-width: 820px) {
.ft_logo img { margin: 0px; width: 137px !important; }
.ft_copyright img { margin: 8px auto 0px; width: 148.5px !important; }
.ft_logo { order: 2; }
.ft_menu { order: 1; }
.ft_copyright { order: 3; }
.ft_copyright svg { width: 148.5px; height: 8px; margin: 8px auto 0px; }
.footer { min-height: auto; flex-wrap: wrap; }
.ft_copyright { padding: 0px 18px 16px; }
.ft_logo svg { fill: currentcolor; color: rgb(255, 255, 255); width: 137px; height: 17px; margin: 0px auto; }
.ft_logo { padding: 18px 18px 0px; }
.ft_menu ul { display: block; margin: 0px; }
.ft_menu { width: 100%; }
.ft_menu ul li { width: 100%; border-bottom: 1px solid rgb(115, 115, 115); display: block; border-left: 0px !important; }
.ft_menu ul li + li { border-bottom: 1px solid rgb(115, 115, 115) !important; }
.ft_menu ul li a { position: relative; padding: 10px 0px; min-height: 30px; display: block; text-align: center; font-size: 10px; color: rgb(255, 255, 255); font-weight: normal; line-height: 1;display: flex;
  align-items: center;justify-content:center; }
.ft_menu ul li a .svg_wrap svg { fill: currentcolor; color: rgb(115, 115, 115); width: 4px; height: 6px; background-size: cover; }
.ft_menu ul li a .svg_wrap { min-width: 40px; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; position: absolute; right: 0px; top: 12px; }
}

.ft_copyright {
  color: #fff;
  font-size: 0.8rem;
  padding-top: 2rem;
}


main .modal__overlay {
  z-index: 100;
}
main .modal__container {
  line-height: 1.8em;
  text-align: left;
  max-width: 90vw;
}

@media (min-width: 821px) {

  html {
      font-size: 100%;
  }

  main {
      position: relative;
  }

  main::after {
      content: "";
      position: absolute;
      width: 300rem;
      border-radius: 50%;
      background: linear-gradient(180deg, white 1%, #DCF7FF 10%, #F5D7FF 70%);
      box-shadow: 0px 0px 72.9000015258789px rgba(87.13, 234.85, 255, 0.40);
      top: 8rem;
      bottom: 0;
      left: 50%;
      transform: translate(-50%);
      z-index: -15;
  }

  h1 {
      font-size: 4rem;
      margin-bottom: 3rem;
  }

  h2 {
      margin-bottom: 3rem;
  }

  header {
      margin-bottom: 0;
  }

  .pc {
      display: block;
  }

  .sp {
      display: none!important;
  }

  .notes {
      font-size: 0.5rem;
      padding: 0.2rem 1rem;
      width: 40rem;
      margin: auto;
  }

  .caption-and-image figure {
      margin-bottom: 12rem;
  }

  .conditions {
      font-size: 0.8rem;
      width: 40rem;
      margin: auto;
  }

  .cta-area a {
      max-width: 20rem;
  }

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

  .logo-area {
      flex-direction: row;
  }

  .logo-area .sompo {
      margin-bottom: 0;
      margin-right: 2rem;
  }

  .first-view {
    max-width: 1280px;
    margin: 5rem auto 0;
  }

  .first-view .copy {
      text-align: left;
      margin-left: 8%;
  }

  .first-view .tech-copy {
      font-size: 1.5rem;
      margin-bottom: 1rem;
  }

  .introduction::after {
      display: none;
  }

  .introduction .key-visual {
      width: 260px;
      position: absolute;
      top: -35rem;
      left: 68%;
  }

  .introduction .story {
      padding: 0 1rem;
      display: flex;
      justify-content: space-around;
  }

  .introduction .story figure:nth-child(2){
      margin-top: 4rem;
  }

  .introduction .story figure:nth-child(3){
      margin-top: 8rem;
  }

  .focus::after{
      width: 85rem!important;
      height: 85rem!important;
  }
  .plans .switch {
      margin: 4rem auto 2rem;
      width: 38rem;
  }

  .plans .conditions  {
      text-align: center;
  }

  .plans .card .notes {
      padding: 0 2rem 1rem;
      width: auto;
      font-size: 0.6rem;
  }

  .appeal {
      background: none;
  }

  .appeal::after {
      display: none;
  }

  .appeal .caption-and-image {
      max-width: 30%;
      margin: auto;
  }

  .appeal .table {
      overflow: visible;
  }

  .table {
      max-width: 50vw;
      margin: auto;
  }

  .table dl {
      grid-template-columns: repeat(5, 1fr);
      width: 100%;
  }

  .table dt,
  .table dd:nth-child(5n+2) {
      position: static;
      background: none;
  }

  .table::after {
      top: -1rem;
      bottom: -1rem;
      left: 40%;
      right: 0;
  }

  .satisfaction .graph img {
      width: 312px;
  }

  .company {
      background: none;
  }

  .company figure{
      width: 384px;
      margin: 3rem auto;
  }

  .c-accordion {
      max-width: 50%;
      margin: auto;
  }
}

/* floating_bnr */
.float {
  position: fixed;
  z-index: 5;
  right: 15px;
  bottom: 15px;
  width: 393px;
}

.float_inr {
  position: relative;
}

.float_bnr img {
  width: 100%;
  height: auto;
}

.float_close {
  position: absolute;
  top: -35px;
  right: 0;
  width: 40px;
  height: 35px;
  overflow: hidden;
  background-color: #B399C7;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  border-bottom: none;
  border-left: 2px solid #707070;
  border-radius: 3px 3px 0 0;
  transition: .2s opacity ease-out;
  cursor: pointer;
}

.float_close:hover {
  opacity: .7;
}

.float_closeTxt {
  color: #fff;
  font-size: 35px;
  line-height: .9;
}

.js-hidden {
  display: none;
}


@media (max-width: 767px) {
  #footer {
    margin-bottom: 0px;
  }

  #footer.js-mb-0 {
    margin-bottom: 0;
  }

  .float {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

.t-info {
  background: #FFEBEB;
}

.t-info-inr {
  max-width: 1050px;
  margin: 0 auto;
  text-align:left;
  padding: 25px 10px;
  line-height: 1;
}
.t-info-flex {
  display: flex;
  align-items: center;
}

.t-info-top {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-right: 1rem;
}

.t-info-txt {
  padding-left: 20px;
  border-left: 1px solid #BDC1C4;
}

.t-info-ttl {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}

.t-info-sub {
  color: #333;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.t-info-date {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}

.t-info-list {
  color: #333;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: disc;
  line-height: 1.5;
  padding: 0 1.5rem;
}

.t-info-list .t-info-list-left {
  flex: 1 1 30%;
}

.t-info-list .t-info-list-right {
  flex: 1 1 64%;
}

.t-info-note {
  font-size: 12px;
}

@media (max-width: 822px) {
  .t-info-flex {
    display: block;
  }

  .t-info-top {
    text-align: center;
    border-bottom: 1px solid #BDC1C4;
    width: 5em;
    margin: 0 auto 10px;
    padding-right: 0;
  }

  .t-info-ttl {
    font-size: 14px;
  }

  .t-info-sub {
    font-size: 14px;
  }

  .t-info-date {
    font-size: 14px;
  }

  .t-info-list {
    font-size: 14px;
  }

  .t-info-txt {
    padding-left: 0px;
    border-left: 0px solid #BDC1C4;
  }

  .t-info-list {
    display: block;
  }
}
