@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  position: relative;
  z-index: 0;
  font-size: 1.5rem;
  line-height: 1.6em;
  color: #2D3236;
  font-weight: 400; }

em, strong {
  font-weight: 600;
  font-style: inherit;
  font-size: 3rem;
  color: #e20e43; }

form {
  display: inline; }

ul li, ol li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left; }

p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.73;
  text-align: left; }

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none; }

a:hover {
  opacity: 0.8; }

pre {
  overflow: auto;
  padding: 1em;
  background: #696969;
  color: #fff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5); }

.font10 {
  font-size: 1rem; }

.font11 {
  font-size: 1.1rem; }

.font12 {
  font-size: 1.2rem; }

.font13 {
  font-size: 1.3rem; }

.font14 {
  font-size: 1.4rem; }

.font15 {
  font-size: 1.5rem; }

.font16 {
  font-size: 1.6rem; }

.font17 {
  font-size: 1.7rem; }

.font18 {
  font-size: 1.8rem; }

.font19 {
  font-size: 1.9rem; }

.font20 {
  font-size: 2rem; }

.font21 {
  font-size: 2.1rem; }

.font22 {
  font-size: 2.2rem; }

.font23 {
  font-size: 2.3rem; }

.font24 {
  font-size: 2.4rem; }

.font25 {
  font-size: 2.5rem; }

.font26 {
  font-size: 2.6rem; }

.font27 {
  font-size: 2.7rem; }

.font28 {
  font-size: 2.8rem; }

.font29 {
  font-size: 2.9rem; }

.font30 {
  font-size: 3rem; }

.font31 {
  font-size: 3.1rem; }

.font32 {
  font-size: 3.2rem; }

.font33 {
  font-size: 3.3rem; }

.font34 {
  font-size: 3.4rem; }

.font35 {
  font-size: 3.5rem; }

.font36 {
  font-size: 3.6rem; }

.font37 {
  font-size: 3.7rem; }

.font38 {
  font-size: 3.8rem; }

.font39 {
  font-size: 3.9rem; }

.font40 {
  font-size: 4rem; }

.font41 {
  font-size: 4.1rem; }

.font42 {
  font-size: 4.2rem; }

.font43 {
  font-size: 4.3rem; }

.font44 {
  font-size: 4.4rem; }

.font45 {
  font-size: 4.5rem; }

.font46 {
  font-size: 4.6rem; }

.font47 {
  font-size: 4.7rem; }

.font48 {
  font-size: 4.8rem; }

.font49 {
  font-size: 4.9rem; }

.font50 {
  font-size: 5rem; }

.line-height10 {
  line-height: 1; }

.line-height11 {
  line-height: 1.1; }

.line-height12 {
  line-height: 1.2; }

.line-height13 {
  line-height: 1.3; }

.line-height14 {
  line-height: 1.4; }

.line-height15 {
  line-height: 1.5; }

.line-height16 {
  line-height: 1.6; }

.line-height17 {
  line-height: 1.7; }

.line-height18 {
  line-height: 1.8; }

.line-height19 {
  line-height: 1.9; }

.line-height20 {
  line-height: 2; }

.drawer {
  display: none; }

.pc {
  display: block; }

.sp {
  display: none; }

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

.section {
  font-size: 1.8rem;
  line-height: 2.3rem;
  padding: 3rem 0 6rem 0;
  background-color: #fff; }
  .section:first-of-type {
    padding-top: 10rem; }
  .section:last-of-type {
    padding-bottom: 10rem; }

.section_top {
  font-size: 1.5rem;
  line-height: 2rem; }
  .section_top:last-of-type {
    padding: 100px 0; }
  .section_top .section__block {
    padding: 80px 0 120px 0;
    background-color: #FFF; }
    .section_top .section__block:first-of-type {
      margin-top: 0; }
    .section_top .section__block:last-of-type {
      margin-bottom: 0; }

.container {
  max-width: 1080px;
  width: 90%;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .container {
      width: 85%; } }

.container_wide {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto; }

.flexbox_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .flexbox_list.center {
    -webkit-justify-content: center;
    justify-content: center; }

.reverse {
  flex-flow: row-reverse; }

.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem; }

/* ボールド */
.f_bold {
  font-weight: bold;
  font-family: 'Open Sans', Verdana, Roboto, 'Droid Sans', "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif; }

/* 明朝体 */
.f_mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

/* サンセリフ体 */
.f_sserif {
  font-family: "Open Sans", sans-serif; }

/* セリフ体 */
.f_serif, .f_number {
  font-family: "Times New Roman", serif; }

/* ページャー */
.pagelink {
  max-width: 350px;
  width: 80%;
  margin: 57px auto 100px;
  position: relative;
  list-style: none; }
  .pagelink .oldpage, .pagelink .newpage {
    width: 20%;
    position: absolute;
    top: 0; }
  .pagelink .oldpage {
    left: 0; }
  .pagelink .newpage {
    right: 0; }
  .pagelink .listlink {
    width: 40%;
    margin: 0 auto;
    position: relative; }
  .pagelink a {
    display: block;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .pagelink a:hover {
      background: #000;
      color: #FFF;
      text-decoration: none; }

/*パンくず*/
ul.breadcrumbs {
  list-style: none;
  line-height: 2em;
  margin: 0;
  padding: 1rem 0 0 0;
  display: flex;
  flex-wrap: wrap; }
  ul.breadcrumbs li {
    margin: 0 0.5em 0 0; }
    ul.breadcrumbs li a {
      text-decoration: none;
      color: #2D3236; }
      ul.breadcrumbs li a:hover {
        color: #1699E3;
        opacity: 1; }
    ul.breadcrumbs li:before {
      content: "/";
      font-family: FontAwesome;
      margin-right: 0.5em;
      color: #2D3236; }
    ul.breadcrumbs li.current {
      color: #1699E3; }
    ul.breadcrumbs li:first-child::before {
      content: none; }
    ul.breadcrumbs li.home img {
      height: 1.5em;
      vertical-align: middle;
      margin-top: -4px; }
    ul.breadcrumbs li.home:before {
      content: "";
      margin: 0; }

main {
  padding-top: 6rem; }

/*ヘッダー*/
header {
  font-size: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease .4s;
  z-index: 100000;
  box-shadow: 0 0 20px 5px rgba(222, 222, 222, 0.4);
  background-color: #FFF; }
  @media screen and (max-width: 767px) {
    header {
      position: fixed; } }
  header .header__logo {
    position: absolute;
    z-index: 2;
    margin-bottom: 0;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    line-height: 1;
    font-size: 15px;
    letter-spacing: .03em;
    font-weight: 700; }
  header .container-fluid {
    padding: 0 2.5rem; }
  header .header__block {
    width: 100%; }
    header .header__block .header__main {
      width: 40%;
      margin: auto; }
      header .header__block .header__main h1 {
        width: 80%;
        margin: auto; }
        header .header__block .header__main h1 svg {
          width: 80%; }
        header .header__block .header__main h1 path {
          fill: none;
          /*塗り*/
          stroke: #000;
          /*線の色*/
          stroke-dasharray: 2000;
          /*線の間隔*/
          stroke-dashoffset: 0;
          /*線の開始位置*/
          stroke-width: 1;
          /*線の太さ*/
          animation: write 5s ease-in forwards;
          -webkit-animation: write 5s ease-in forwards; }
    header .header__block .header__banner {
      width: 22%;
      margin: 0 15px; }
      header .header__block .header__banner img {
        border: solid 1px #f1f1f1; }
    header .header__block .header__contact {
      text-align: right;
      line-height: 42px; }
      header .header__block .header__contact .mail a {
        padding: 10px 20px;
        background-color: #fa9d22;
        color: #FFF; }
      header .header__block .header__contact .tel img {
        width: 20px;
        vertical-align: -2px;
        margin-right: 15px; }
      header .header__block .header__contact .tel a {
        font-size: 23px;
        font-weight: 900; }
  header .search_area {
    max-height: calc(100vh - 200px);
    -ms-overflow-y: auto;
    overflow-y: auto; }

@media screen and (max-width: 767px) {
  header {
    z-index: 100; }
    header .container-fluid {
      padding: 1.8rem; }
    header .header__logo {
      position: relative;
      text-align: left;
      transform: translate(0%, 0%);
      -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%); }
    header .search_area {
      max-height: 100%; } }

@keyframes write {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent; }
  50% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: #5c5c5c; } }

@-webkit-keyframes write {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent; }
  50% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: #5c5c5c; } }

#contents .contents__block {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }

#contents .content__box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 78px;
  padding: 14px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
  margin: 0 auto;
  border: solid 3px; }
  #contents .content__box:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../images/common/icons/arrow_white.png) no-repeat;
    background-size: auto;
    position: absolute;
    right: 10px;
    top: 34px; }
  #contents .content__box:hover {
    opacity: 0.7; }

#contents .title_jp {
  font-size: 20px;
  line-height: 25px; }

#contents .title_eg {
  font-size: 15px;
  line-height: 20px; }

/* menuFive */
.menuFive {
  width: 35px;
  height: 30px;
  margin: 10px 10px;
  position: relative;
  cursor: pointer;
  display: inline-block; }
  .menuFive span {
    background-color: #241b19;
    position: absolute;
    border-radius: 2px;
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    width: 100%;
    height: 4px;
    transition-duration: 500ms;
    z-index: 1000; }
    .menuFive span:nth-child(1) {
      top: 0px;
      left: 0px; }
    .menuFive span:nth-child(2) {
      top: 13px;
      left: 0px; }
    .menuFive span:nth-child(3) {
      bottom: 0px;
      left: 0px; }

#globalnavi {
  font-size: 1.5rem;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease .4s;
  z-index: 1000; }
  #globalnavi a, #globalnavi span {
    color: #000;
    text-decoration: none; }
  #globalnavi.fixed {
    position: fixed; }
  #globalnavi .dropdown {
    z-index: 597;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-direction: row; }
    #globalnavi .dropdown li {
      letter-spacing: 2px;
      font-weight: 900;
      /*&:last-of-type{
        margin-left: 50px;
      }*/ }
      #globalnavi .dropdown li:hover {
        cursor: pointer; }
        #globalnavi .dropdown li:hover:after {
          position: absolute;
          transition: 1s;
          content: '';
          width: 0;
          left: 50%;
          bottom: 0;
          height: 3px;
          background: #989a9b; }
      #globalnavi .dropdown li .gnavi__none a {
        position: relative;
        display: block;
        padding: 1rem 2rem 1rem 5rem;
        color: #FFF; }
      #globalnavi .dropdown li .gnavi__open a, #globalnavi .dropdown li .gnavi__open span.gnavlink {
        position: relative;
        display: block;
        padding: 1.9rem 2.5rem 1.9rem 3rem;
        color: #1699E3;
        cursor: pointer;
        transition: all ease .2s; }
      #globalnavi .dropdown li.open .gnavi__open a:after {
        width: 100%;
        left: 0; }
      #globalnavi .dropdown li .gnavi__open span.gnavlink:hover {
        cursor: pointer; }
        #globalnavi .dropdown li .gnavi__open span.gnavlink:hover:after {
          width: 100%;
          left: 0; }
      #globalnavi .dropdown li.open .gnavi__open span.gnavlink:after {
        width: 100%;
        left: 0; }
      #globalnavi .dropdown li .gnavi__sub {
        width: 100%;
        padding: 7.5rem 1rem;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 598;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        visibility: hidden;
        width: 105%;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%); }
        #globalnavi .dropdown li .gnavi__sub .sub__col {
          display: block;
          width: 180px;
          margin: 0 15px 10px;
          background: #FFF;
          color: #000;
          text-align: left; }
          #globalnavi .dropdown li .gnavi__sub .sub__col:hover img {
            opacity: 1; }
          #globalnavi .dropdown li .gnavi__sub .sub__col:last-child {
            margin-right: 0; }
          #globalnavi .dropdown li .gnavi__sub .sub__col img {
            display: inline-block;
            vertical-align: baseline; }
          #globalnavi .dropdown li .gnavi__sub .sub__col span {
            display: inline-block;
            padding: 5px 5px; }
            #globalnavi .dropdown li .gnavi__sub .sub__col span.inwrap {
              display: block;
              padding: 0; }
              #globalnavi .dropdown li .gnavi__sub .sub__col span.inwrap img {
                margin: 0;
                transition-duration: 0.3s; }
      #globalnavi .dropdown li.open .gnavi__sub .sub__col span.inwrap img {
        transform: translateY(0px); }
      #globalnavi .dropdown li .gnavi__sub .sub__col:hover span.inwrap img {
        transform: scale(1.1, 1.1);
        /*画像の拡大*/ }
      #globalnavi .dropdown li .gnavi__sub .sub__col span img {
        margin: 0 5px; }
      #globalnavi .dropdown li .gnavi__sub.col4 .sub__col {
        width: 251px;
        max-width: 19.93%; }
      #globalnavi .dropdown li .gnavi__sub.col5 .sub__col {
        width: 197px;
        max-width: 15.64%; }
      #globalnavi .dropdown li:hover > .gnavi__sub {
        visibility: visible;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        cursor: pointer; }
        #globalnavi .dropdown li:hover > .gnavi__sub:after {
          position: absolute;
          transition: .3s;
          content: '';
          width: 0;
          left: 50%;
          bottom: 0;
          height: 3px;
          background: #304b22; }

/*アニメーション*/
.bounce {
  animation-name: bounce;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s; }

@keyframes bounce {
  0% {
    transform: translate(0, 0px); }
  100% {
    transform: translate(0, -15px); } }

/*ボタン*/
.button {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  border: 2px solid #f7f7f7;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s; }
  .button:after {
    position: absolute;
    transition: 0.3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #f7f7f7; }
  .button:hover {
    cursor: pointer; }
    .button:hover:after {
      width: 100%;
      left: 0; }

.detail_button {
  margin: 0 auto;
  text-align: left;
  line-height: 37px;
  position: relative;
  width: 100%; }
  .detail_button.center {
    text-align: center; }
  .detail_button.left {
    text-align: left; }
  .detail_button.right {
    text-align: right; }
  .detail_button a {
    position: relative;
    min-width: 200px;
    font-size: 1.5rem;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    background-color: #000;
    color: #FFF;
    opacity: 1; }
    .detail_button a:after {
      position: absolute;
      transition: 0.3s;
      content: '';
      width: 0;
      left: 50%;
      bottom: 0;
      height: 3px;
      background: #f7f7f7; }
    .detail_button a:hover {
      cursor: pointer; }
      .detail_button a:hover:after {
        width: 100%;
        left: 0; }
    .detail_button a .arrow:after {
      content: "";
      display: inline-block;
      width: 1em;
      height: 1em;
      background: url(../images/common/icons/arrow_white.png) no-repeat;
      background-size: auto;
      position: absolute;
      right: 10px;
      top: 15px; }

footer {
  padding: 4.5rem 0;
  background-color: #FFF;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 2.5rem 0 6rem; } }
  footer .flexbox_list {
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  footer .footer__logo {
    font-size: 21px;
    letter-spacing: .03em;
    font-weight: 700; }
  footer .copyright {
    color: #96A5AD;
    font-size: 1rem;
    margin-bottom: 0; }

/*スマホメニュー*/
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 10px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center; }
    .hamburger span {
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      left: 6px;
      background: #1699E3;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .hamburger span:nth-child(1) {
        top: 10px; }
      .hamburger span:nth-child(2) {
        top: 20px; }
    .hamburger.active span:nth-child(1) {
      top: 16px;
      left: 6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .hamburger.active span:nth-child(2) {
      top: 16px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
  /* スマホメニューを開いてる時のボタン */
  /* メニュー背景　*/
  nav.globalMenuSp {
    position: absolute;
    z-index: 2;
    top: 6rem;
    left: 0;
    color: #fff;
    background: #F7F6F5;
    text-align: center;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: all 0.6s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding-top: 3rem;
    padding-bottom: 10rem; }
    nav.globalMenuSp ul {
      margin: 0 auto;
      padding: 0;
      width: 100%; }
      nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all; }
        nav.globalMenuSp ul li:last-child {
          padding-bottom: 0; }
        nav.globalMenuSp ul li:hover {
          background: #ddd; }
        nav.globalMenuSp ul li a {
          display: block;
          color: #fff;
          padding: 1em 0;
          text-decoration: none; }
    nav.globalMenuSp.active {
      opacity: 100;
      display: block;
      transform: translateX(0%); } }

.acount__btn.sp {
  margin-bottom: 14px; }
  .acount__btn.sp a {
    display: block;
    line-height: 30px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    background: #1699E3;
    margin-bottom: 3px;
    border-radius: 25px; }
    .acount__btn.sp a:last-child {
      margin-bottom: 0; }
    .acount__btn.sp a span {
      display: inline-block;
      padding-left: 28px;
      position: relative; }
      .acount__btn.sp a span:before {
        font-family: "Material Icons";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        margin: auto;
        pointer-events: none;
        font-size: 2.1rem;
        color: #FFF; }
    .acount__btn.sp a .ico-mypage:before {
      content: "\e853"; }
    .acount__btn.sp a .ico-logout:before {
      content: "\e9ba";
      transform: translate(0%, -50%) rotate(180deg); }

.search_area {
  padding: 3rem 4rem 3.5rem;
  box-shadow: 0px 0px 20px 5px rgba(222, 222, 222, 0.4);
  background-color: #FFF;
  border-radius: 1rem;
  height: 100%;
  position: relative;
  z-index: 10; }
  .search_area .search_title {
    color: #2D3236;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 2rem; }
    @media screen and (max-width: 767px) {
      .search_area .search_title {
        font-size: 2.6rem; } }

.select_type-a {
  position: relative;
  width: 240px;
  font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    .select_type-a {
      width: 100%; } }
  .select_type-a:before {
    font-family: "Material Icons";
    content: "\e5c5";
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin: auto;
    pointer-events: none;
    font-size: 2rem;
    color: #1699E3; }
  .select_type-a select {
    width: 100%;
    padding: 1.5rem 6rem 1.5rem 2rem;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #EFECE9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; }
    .select_type-a select::-ms-expand {
      display: none; }
    .select_type-a select:focus {
      outline: 0;
      box-shadow: 0 0 0 2px #2196f3 inset; }
  .select_type-a.select_days {
    width: 196px; }
    @media screen and (max-width: 767px) {
      .select_type-a.select_days {
        margin: 1rem auto; } }
    .select_type-a.select_days select {
      padding: 0.65rem 1.5rem; }

.select_type-b {
  position: relative;
  width: 378px;
  font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    .select_type-b {
      width: 100%; } }
  .select_type-b:before {
    font-family: "Material Icons";
    content: "\e5c5";
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin: auto;
    pointer-events: none;
    font-size: 2rem;
    color: #1699E3; }
  .select_type-b select {
    width: 100%;
    padding: 0.65rem 6rem 0.65rem 2rem;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #EFECE9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; }
    .select_type-b select::-ms-expand {
      display: none; }
    .select_type-b select:focus {
      outline: 0;
      box-shadow: 0 0 0 2px #2196f3 inset; }
  .select_type-b.select_days {
    width: 196px; }
    @media screen and (max-width: 767px) {
      .select_type-b.select_days {
        margin: 1rem auto; } }
    .select_type-b.select_days select {
      padding: 0.65rem 1.5rem; }

.checkbox_type-a {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .checkbox_type-a input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px; }

.conditions {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative; }
  .conditions:before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border: 2px solid #BAB5B0;
    border-radius: 3px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    position: absolute;
    top: 5px;
    left: 0; }
  .conditions .conditions-text {
    color: #2D3236;
    padding-left: 3rem;
    font-size: 1.6rem;
    font-weight: 500; }

.checkbox_type-a input:checked + .conditions {
  color: #2196f3; }
  .checkbox_type-a input:checked + .conditions:before {
    border: 1px solid #2196f3;
    background-color: #2196f3; }
  .checkbox_type-a input:checked + .conditions:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.4em;
    height: 0.65em;
    transform: translateY(-1px) rotate(45deg); }
    @media screen and (max-width: 767px) {
      .checkbox_type-a input:checked + .conditions:after {
        top: -23px; } }

.checkbox_type-a input:focus-visible + .conditions .conditions-text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%); }

.submit_btn {
  display: inline-block;
  position: relative;
  max-width: 320px;
  width: 100%; }
  .submit_btn .submit {
    max-width: 320px;
    width: 100%;
    border-radius: 50px;
    border: none;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-weight: bold;
    color: #FFF;
    background-image: linear-gradient(90deg, #35B2FA, #1CC5E3);
    padding: 1rem 0; }
    .submit_btn .submit:hover {
      background: #1699E3; }
  .submit_btn:before {
    font-family: "Material Icons";
    content: "\e8b6";
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin: auto;
    pointer-events: none;
    font-size: 2rem;
    color: #FFF; }

.download_btn {
  display: inline-block;
  position: relative;
  max-width: 320px;
  width: 100%;
  border-radius: 50px;
  border: none;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: bold;
  background-color: #FFF;
  box-shadow: 0 0 20px 5px rgba(166, 201, 226, 0.5);
  color: #1699E3;
  text-decoration: none;
  padding: 1.6rem 0; }
  .download_btn:hover {
    opacity: 1;
    color: #fff;
    background: #00A3FF !important; }
    .download_btn:hover:before {
      color: #fff; }
  @media screen and (max-width: 767px) {
    .download_btn {
      min-width: 80%; } }
  .download_btn:before {
    font-family: "Material Icons";
    content: "\e171";
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin: auto;
    pointer-events: none;
    font-size: 2rem;
    color: #1699E3;
    font-weight: normal; }
  .download_btn.blue {
    background-color: #1699E3;
    color: #FFF;
    padding: 0.7rem 0; }
    @media screen and (max-width: 767px) {
      .download_btn.blue {
        padding-right: 1rem; } }
    .download_btn.blue:before {
      color: #FFF; }
      @media screen and (max-width: 767px) {
        .download_btn.blue:before {
          right: 1rem; } }
    .download_btn.blue .size {
      font-size: 1.2rem; }

.contact_btn {
  display: inline-block;
  position: relative;
  max-width: 400px;
  width: 100%;
  border-radius: 50px;
  border: none;
  font-size: 3.1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  background-color: #FFF;
  box-shadow: 0 0 20px 5px rgba(166, 201, 226, 0.5);
  color: #2D3236;
  text-decoration: none;
  padding: 1.425rem; }
  .contact_btn:before {
    font-family: "Material Icons";
    content: "\e0b0";
    position: absolute;
    top: 50%;
    left: 4rem;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin: auto;
    pointer-events: none;
    font-size: 3rem;
    color: #1699E3; }
    @media screen and (max-width: 767px) {
      .contact_btn:before {
        left: 2rem; } }

.gnavi-acount {
  width: 163px;
  height: 40px;
  position: relative; }
  .gnavi-acount:before {
    font-family: "Material Icons";
    content: "\e5c5";
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translate(0%, -50%);
    transition: .3s;
    margin: auto;
    pointer-events: none;
    font-size: 2rem;
    color: #FFF;
    z-index: 1; }
  .gnavi-acount__in {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #1699E3;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .03em; }
  .gnavi-acount .acount__login {
    line-height: 40px;
    text-align: center; }
    .gnavi-acount .acount__login span {
      position: relative;
      display: inline-block;
      color: #fff !important;
      padding: 0 2rem 0 4rem; }
      .gnavi-acount .acount__login span:before {
        font-family: "Material Icons";
        content: "\e853";
        position: absolute;
        top: 50%;
        left: .5rem;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        margin: auto;
        pointer-events: none;
        font-size: 3rem;
        color: #FFF; }
  .gnavi-acount .acount__btn {
    visibility: hidden;
    height: 0;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: padding 0.3s; }
    .gnavi-acount .acount__btn a {
      display: block;
      text-align: center;
      background: #fff;
      color: #1699E3 !important;
      margin: 0 8px 6px;
      border-radius: 25px;
      line-height: 30px; }
      .gnavi-acount .acount__btn a:last-child {
        margin-bottom: 0; }
      .gnavi-acount .acount__btn a:hover {
        background: #DBF2FD; }
  .gnavi-acount:hover:before {
    transform: translate(0%, -50%) rotate(180deg); }
  .gnavi-acount:hover .acount__btn {
    padding: 0 0 14px;
    height: auto;
    visibility: visible; }
    .gnavi-acount:hover .acount__btn a {
      opacity: 1; }

.acount_btn_old {
  display: inline-block;
  position: relative;
  width: 163px;
  border-radius: 50px;
  border: none;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  background-color: #1699E3;
  color: #FFF;
  text-decoration: none;
  padding: 1rem 2rem 1rem 5rem; }
  .acount_btn_old:before {
    font-family: "Material Icons";
    content: "\e853";
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin: auto;
    pointer-events: none;
    font-size: 3rem;
    color: #FFF; }
  .acount_btn_old:after {
    font-family: "Material Icons";
    content: "\e5df";
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin: auto;
    pointer-events: none;
    font-size: 2rem;
    color: #FFF; }

.search_btn {
  display: inline-block;
  position: relative;
  border: none;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #1699E3;
  text-decoration: none;
  padding: 1rem 3rem 1rem 2rem; }
  @media screen and (max-width: 767px) {
    .search_btn {
      padding: 1rem 1rem 1rem 2rem; } }
  .search_btn:before {
    font-family: "Material Icons";
    content: "\e8b6";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin: auto;
    pointer-events: none;
    font-size: 2rem;
    color: #1699E3; }

.save_btn {
  background-color: #1699E3;
  color: #FFF;
  border-radius: 3rem;
  border: none;
  width: 147px;
  height: 37px;
  font-size: 1.5rem; }
  .save_btn:hover {
    background: #00A3FF; }

.clear_btn {
  display: inline-block;
  position: relative;
  border: none;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #96A5AD;
  text-decoration: none;
  padding: 1rem 3rem 1rem 1rem;
  background-color: transparent; }
  .clear_btn:hover {
    color: #707070; }
    .clear_btn:hover:before {
      color: #707070; }
  .clear_btn:before {
    font-family: "Material Icons";
    content: "\e5cd";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin: auto;
    pointer-events: none;
    font-size: 2rem;
    color: #96A5AD; }

.result_btn {
  display: block;
  max-width: 220px;
  width: 100%;
  border-radius: 50px;
  border: none;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #FFF;
  background-image: linear-gradient(90deg, #35B2FA, #1CC5E3);
  padding: 0.5rem 0;
  text-decoration: none;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .result_btn {
      width: 80%; } }
  .result_btn::before {
    font-family: "Material Icons";
    content: "\e5df";
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin: auto;
    pointer-events: none;
    font-size: 2rem;
    color: #FFF; }

.apply_btn {
  display: block;
  max-width: 260px;
  width: 100%;
  border-radius: 50px;
  border: none;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #FFF;
  background-color: #FC5F30;
  padding: 1rem 0;
  text-decoration: none;
  margin: 0 auto;
  position: relative; }
  .apply_btn:hover {
    color: #fff;
    background: linear-gradient(45deg, #35b2fa 0%, #1cc5e3 100%);
    box-shadow: 0px 10px 20px 0px rgba(99, 196, 252, 0.4); }
  .apply_btn::before {
    font-family: "Material Icons";
    content: "\e5df";
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin: auto;
    pointer-events: none;
    font-size: 2rem;
    color: #FFF; }
  .apply_btn.none {
    width: 85%;
    max-width: 400px;
    font-size: 26px;
    padding: 1.5rem 0; }
    @media screen and (max-width: 767px) {
      .apply_btn.none {
        font-size: 20px;
        width: 90%; } }
    .apply_btn.none::before {
      font-size: 3rem; }

.contact_tel_btn {
  display: inline-block;
  position: relative;
  border: none;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #2D3236;
  text-decoration: none;
  padding: 1rem 0rem 1rem 2.5rem; }
  .contact_tel_btn::before {
    font-family: "Material Icons";
    content: "\e0b0";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin: auto;
    pointer-events: none;
    font-size: 2rem;
    color: #2D3236; }

.top_btn {
  position: fixed;
  bottom: 1px;
  right: 1px; }

select option {
  color: #2D3236; }
  select option:first-child {
    color: #757575; }

select:invalid {
  color: #757575; }

/*=========
accordion
=========*/
.accordion_area {
  position: relative;
  z-index: 0; }
  .accordion_area .accordion_one {
    margin-bottom: 1rem;
    text-align: left; }
    .accordion_area .accordion_one .ac_header {
      background-color: #ffffff;
      padding: 3.5rem 8rem 3.5rem 3rem;
      position: relative;
      z-index: +1;
      cursor: pointer;
      transition: .2s; }
      @media screen and (max-width: 767px) {
        .accordion_area .accordion_one .ac_header {
          padding: 2.5rem 7rem 2.5rem 2rem; } }
      .accordion_area .accordion_one .ac_header .i_box {
        position: absolute;
        top: 50%;
        right: 3rem;
        width: 20px;
        height: 21px;
        margin-top: -10px; }
        @media screen and (max-width: 767px) {
          .accordion_area .accordion_one .ac_header .i_box {
            right: 2rem; } }
        .accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
          position: absolute;
          content: "";
          margin: auto;
          box-sizing: border-box;
          vertical-align: middle; }
        .accordion_area .accordion_one .ac_header .i_box:before {
          border-top: 3px solid #1699E3;
          width: 20px;
          height: 0;
          top: 0;
          bottom: 0;
          right: 0; }
        .accordion_area .accordion_one .ac_header .i_box:after {
          border-left: 3px solid #1699E3;
          width: 0;
          height: 20px;
          top: 0;
          bottom: 0;
          right: 8px;
          transition: .3s; }
      .accordion_area .accordion_one .ac_header.open .i_box:after {
        height: 0; }
    .accordion_area .accordion_one .ac_inner {
      display: none;
      padding: 0rem 5rem 4rem 3.5rem;
      box-sizing: border-box;
      background: #fff; }
      @media screen and (max-width: 767px) {
        .accordion_area .accordion_one .ac_inner {
          padding: 0rem 4rem 3rem 2.5rem; } }
    .accordion_area .accordion_one.search_box .ac_header {
      padding: 0;
      display: inline-block; }
      .accordion_area .accordion_one.search_box .ac_header .i_box {
        position: absolute;
        top: 50%;
        left: 0rem;
        width: 15px;
        height: 15px;
        margin-top: -12px;
        background-color: #1699E3;
        border-radius: 50%; }
        .accordion_area .accordion_one.search_box .ac_header .i_box:before, .accordion_area .accordion_one.search_box .ac_header .i_box:after {
          position: absolute;
          content: "";
          margin: auto;
          box-sizing: border-box;
          vertical-align: middle; }
        .accordion_area .accordion_one.search_box .ac_header .i_box:before {
          border-top: 1px solid #FFF;
          width: 8px;
          height: 0;
          top: 0;
          bottom: 0;
          right: 3px; }
        .accordion_area .accordion_one.search_box .ac_header .i_box:after {
          border-left: 1px solid #FFF;
          width: 0;
          height: 8px;
          top: 0;
          bottom: 0;
          right: 7px;
          transition: .3s; }
      .accordion_area .accordion_one.search_box .ac_header.open .i_box:after {
        height: 0; }

@media screen and (max-width: 767px) {
  .accordion_area .accordion_one .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem; }
    .accordion_area .accordion_one .accordion_one .ac_header .i_box {
      right: 0.8rem;
      width: 15px;
      height: 15px;
      margin-top: -7px; }
      .accordion_area .accordion_one .accordion_one .ac_header .i_box:before {
        width: 15px; }
      .accordion_area .accordion_one .accordion_one .ac_header .i_box:after {
        height: 15px;
        right: 6px; }
  .accordion_area .accordion_one .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem; } }

/*=========
search
=========*/
.search__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5; }
  .search__headinner .search-txt {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1699E3; }

.accordion_area .accordion_one .ac_header:hover .i_box {
  background: #7EC0F8; }

.accordion_area .accordion_one .ac_header:hover .search-txt {
  color: #7EC0F8; }

@media screen and (max-width: 767px) {
  .search__headinner {
    padding-left: 25px; }
    .search__headinner::before, .search__headinner .search-txt {
      font-size: 14px; } }

.search__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5; }
  .search__bodyinner .search-txt {
    font-size: 20px; }

@media screen and (max-width: 767px) {
  .search__bodyinner {
    padding-left: 25px; }
    .search__bodyinner::before, .search__bodyinner .search-txt {
      font-size: 14px; } }

.search_detail {
  padding: 0 !important;
  color: #2D3236 !important;
  letter-spacing: 0.03em !important;
  font-weight: 500 !important; }
  .search_detail .search__bodyinner {
    padding: 0;
    display: flex;
    gap: 0 1.333%;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .search_detail__block {
    width: 24%;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    overflow: hidden; }
    .search_detail__block .block_ttl {
      height: 50px;
      width: 100%;
      display: table !important;
      position: relative;
      margin-bottom: 0; }
      .search_detail__block .block_ttl:before {
        font-family: "Material Icons";
        content: "\e5c5";
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        margin: auto;
        pointer-events: none;
        font-size: 2rem;
        color: #1699E3; }
      .search_detail__block .block_ttl span {
        display: table-cell;
        vertical-align: middle;
        padding: 0 1.5em; }
    .search_detail__block .block_cont {
      border-top: 1px solid #7EC0F8;
      padding: 0 !important; }
  .search_detail__box {
    border-bottom: 1px solid #D0DADE;
    position: relative; }
    .search_detail__box:last-child {
      border-bottom: none; }
    .search_detail__box.type__input {
      padding: 17px 12px; }
    .search_detail__box .searchFilter {
      position: relative; }
      .search_detail__box .searchFilter:before {
        font-family: "Material Icons";
        content: "\e8b6";
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        margin: auto;
        pointer-events: none;
        font-size: 2rem;
        color: #1699E3; }
      .search_detail__box .searchFilter input[type="text"] {
        border: 1px solid #D0DADE;
        border-radius: 4px;
        width: 100%;
        height: 34px;
        padding: 0 .5em; }
      .search_detail__box .searchFilter input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        width: 34px;
        height: 34px;
        border: none;
        background: none;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        z-index: 1; }
    .search_detail__box .searchCheck {
      position: relative; }
      .search_detail__box .searchCheck label {
        display: block;
        padding: .8em 1em .8em 40px;
        position: relative;
        font-size: 14px; }
      .search_detail__box .searchCheck input[type="checkbox"] {
        position: absolute;
        left: 14px;
        top: 50%;
        margin-top: -9px;
        width: 18px;
        height: 18px;
        border: 2px solid #BAB5B0;
        background: #fff;
        border-radius: 2px;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .search_detail__box .searchCheck input[type="checkbox"]:checked {
        background: #2D3236;
        border-color: #2D3236; }
      .search_detail__box .searchCheck input[type="checkbox"]:checked:before {
        font-family: "Material Icons";
        content: "\e5ca";
        position: absolute;
        top: -.3em;
        left: -.1em;
        color: #fff;
        font-weight: bold;
        font-size: 1.6rem; }
    .search_detail__box .box_ttl {
      background: #F0F8FF;
      position: relative; }
      .search_detail__box .box_ttl label {
        font-weight: 700;
        padding: 1.2em 40px; }
        .search_detail__box .box_ttl label:before {
          font-family: "Material Icons";
          content: "\e145";
          position: absolute;
          right: 15px;
          top: 50%;
          margin-top: -10px;
          cursor: pointer;
          width: 20px;
          height: 20px;
          line-height: 1;
          font-size: 2rem;
          color: #6D869B;
          font-weight: 700; }
        .search_detail__box .box_ttl label.open:before {
          content: "\e15b"; }
    .search_detail__box .box_cont__scroll {
      max-height: 300px;
      -ms-overflow-y: auto;
      overflow-y: auto; }
    .search_detail__box .box_cont {
      padding: 10px 0 !important; }
    .search_detail__box .ac_header__inner {
      display: none; }

@media screen and (max-width: 767px) {
  .search_detail .search__bodyinner {
    display: block; }
  .search_detail__block {
    width: 100%;
    margin-bottom: 8px; } }

/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 4rem;
  position: relative;
  line-height: 1.5; }
  .p-faq__headinner::before {
    position: absolute;
    left: 0;
    top: -1rem;
    content: "Q";
    color: #1699E3;
    font-family: "Open Sans", sans-serif;
    font-size: 3.8rem;
    line-height: 1.2;
    font-weight: 500; }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 1.5rem;
    margin: 0; }

@media screen and (max-width: 767px) {
  .p-faq__headinner::before {
    font-size: 3rem; } }

.p-faq__bodyinner {
  display: block;
  border-top: solid 1px #DEDEDE;
  padding: 2rem 0rem 0 4rem;
  position: relative;
  line-height: 1.5;
  margin-right: 5rem; }
  @media screen and (max-width: 767px) {
    .p-faq__bodyinner {
      margin-right: 3rem; } }
  .p-faq__bodyinner::before {
    position: absolute;
    left: 0;
    top: 1rem;
    content: "A";
    color: #FF7146;
    font-family: "Open Sans", sans-serif;
    font-size: 3.8rem;
    line-height: 1.2;
    font-weight: 500; }
  .p-faq__bodyinner .p-faq__a-txt {
    color: #2D3236;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.73;
    letter-spacing: 0.03em;
    text-align: left; }
    .p-faq__bodyinner .p-faq__a-txt .num {
      font-family: "Open Sans", sans-serif;
      color: #1699E3;
      font-size: 1.9rem;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0.03em; }
    .p-faq__bodyinner .p-faq__a-txt .link {
      display: block;
      color: #1699E3;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0.03em;
      text-decoration: underline; }
      .p-faq__bodyinner .p-faq__a-txt .link:hover {
        text-decoration: none; }
    .p-faq__bodyinner .p-faq__a-txt .list {
      padding: 0; }
      .p-faq__bodyinner .p-faq__a-txt .list li {
        position: relative;
        margin-bottom: 1rem;
        padding-left: 3rem;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.03em; }
        .p-faq__bodyinner .p-faq__a-txt .list li::before {
          content: "●";
          position: absolute;
          top: 0;
          left: 0;
          color: #1699E3;
          font-size: 1.5rem; }
    .p-faq__bodyinner .p-faq__a-txt .text_small {
      font-size: 1.2rem; }

@media screen and (max-width: 767px) {
  .p-faq__bodyinner::before {
    font-size: 3rem; } }
