/*
* title contents common setting start
*/
.title-contents {
  /*background-image: url(../image/caontents-title-bg.svg);*/
  background-position-y: bottom;
  background-repeat: repeat-x;
  /* TAB setting start */
  /* SP setting start */
}
.title-contents .inner-box {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}
.title-contents .inner-box .title-area, .title-contents .inner-box .title-text {
  position: relative;
  z-index: 100;
}
.title-contents .inner-box .title-area {
  padding: 60px 0;
}
.title-contents .inner-box .title-area h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 60px;
}
.title-contents .inner-box .title-area h2 .sp {
  display: block;
}
.title-contents .inner-box .title-area h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  padding-bottom: 20px;
  /*color: color.$sky-blue;
  background-image: url(../image/contets-title-bar.svg);*/
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: left;
}
.title-contents .inner-box .title-text {
  width: 800px;
  background-color: white;
  border-radius: 30px;
  padding: 30px;
}
.title-contents .inner-box .title-text p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.title-contents .inner-box .image-area {
  position: absolute;
  right: 0;
  top: 0;
  height: 400px;
  z-index: 50;
}
.title-contents .inner-box .image-area img {
  width: 100%;
}
.title-contents .inner-box .pc {
  display: block;
}
.title-contents .inner-box .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .title-contents {
    padding: 4%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box {
    width: 100%;
    padding: 0;
  }
  .title-contents .inner-box .title-area {
    padding: 30px 0;
    display: table;
    width: 100%;
  }
  .title-contents .inner-box .title-area h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .title-contents .inner-box .title-area h3 {
    font-size: 18px;
    padding-bottom: 20px;
    display: table-header-group;
    background-image: unset !important;
    height: 30px;
  }
  .title-contents .inner-box .title-text {
    width: 80%;
    padding: 3%;
  }
  .title-contents .inner-box .title-text p {
    font-size: 16px;
  }
  .title-contents .inner-box .image-area {
    width: 64%;
  }
}
@media screen and (max-width: 768px) {
  .title-contents {
    padding: 4% 0;
    padding-bottom: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box .title-area {
    width: 100%;
    text-align: center;
    display: table;
  }
  .title-contents .inner-box .title-area h2 {
    display: table-footer-group;
  }
  .title-contents .inner-box .title-area h2 .sp {
    display: none;
  }
  .title-contents .inner-box .title-text {
    width: 92%;
    margin: 0 4%;
    /*margin-top: 130px;*/
    padding: 6% 4%;
  }
  .title-contents .inner-box .title-text-bg {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  .title-contents .inner-box .image-area {
    width: 100%;
    height: unset;
    top: unset;
  }
  .title-contents .inner-box .image-area img {
    width: 100%;
  }
  .title-contents .inner-box .pc {
    display: none;
  }
  .title-contents .inner-box .sp {
    display: block;
  }
} /*
* title contents each setting start
*/
.title-contents .inner-box .title-area {
  text-align: center;
}
.title-contents .inner-box .title-area h3 {
  color: #2DB0E3;
  background-image: url(../image/contets-title-bar.svg);
  background-position-x: center;
}
.title-contents .inner-box .title-area p {
  font-size: 21px;
  line-height: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 40px;
}
.title-contents .inner-box .title-area .pc {
  display: contents;
}
.title-contents .inner-box .title-area br {
  display: none;
}
.title-contents .inner-box .title-text {
  background-color: unset;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-radius: unset;
  text-align: center;
}
.title-contents .inner-box .title-text .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .title-contents {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box {
    width: 100%;
    padding: 0% 4%;
  }
  .title-contents .inner-box .title-area h3 {
    font-size: 18px;
    line-height: 46px;
    background-image: url(../image/contets-title-bar.svg) !important;
    display: table-footer-group !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .title-contents {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box {
    width: 100%;
    padding: 0% 4%;
    padding-bottom: 40px;
  }
  .title-contents .inner-box .title-area {
    padding: 0;
  }
  .title-contents .inner-box .title-area h2 {
    font-size: 28px;
    display: block;
  }
  .title-contents .inner-box .title-area h3 {
    font-size: 18px;
    line-height: 24px;
    background-image: unset !important;
    display: table-header-group !important;
    padding-bottom: 0 !important;
    height: 30px;
  }
  .title-contents .inner-box .title-text .sp {
    display: block;
  }
}

/*
* contents setting start
*/
.contets-section {
  background-color: #F9F8F4;
  padding: 40px;
}
.contets-section .inner-box {
  width: 1280px;
  margin: 0 auto;
  display: block;
  background-color: white;
  border-radius: 30px;
  padding: 60px 30px;
}
.contets-section .inner-box .area-contents {
  margin-top: 100px;
}
.contets-section .inner-box .area-contents:first-child {
  margin: 0;
}
.contets-section .inner-box .area-contents .title-area {
  margin-bottom: 40px;
}
.contets-section .inner-box .area-contents .title-area h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  background-image: url(../image/about-access-titile-bar.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 15px;
  background-position: bottom left;
}
.contets-section .inner-box .area-contents .text-area {
  position: relative;
}
.contets-section .inner-box .area-contents .text-area ol {
  display: block;
  display: flex;
  flex-wrap: wrap;
}
.contets-section .inner-box .area-contents .text-area ol li {
  display: list-item;
  list-style-type: disc;
  padding-right: 5px;
  text-indent: -5px;
  padding-left: 10px;
  list-style-position: inside;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.contets-section .inner-box .area-contents .img-area {
  width: 60%;
  margin: 40px auto;
}
.contets-section .inner-box .area-contents .img-area img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contets-section {
    padding: 4% 4%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .contets-section .inner-box {
    width: 100%;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contets-section {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .contets-section .inner-box {
    padding: 30px 15px;
  }
  .contets-section .inner-box .area-contents {
    margin-top: 100px;
  }
  .contets-section .inner-box .area-contents:first-child {
    margin: 0;
  }
  .contets-section .inner-box .area-contents .title-area h2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    background-image: url(../image/about-access-titile-bar-sp.svg);
  }
}