@charset "UTF-8";
/* Sass変数 */
/* ---------- フォントスタイル ---------- */
/* AP-OTF-A1GothicStd-Bold */
@font-face {
  font-family: MyFont_1;
  src: url(../font-family/AP-OTF-A1GothicStd-Bold.otf);
}

/* AP-OTF-A1GothicStd-Medium */
@font-face {
  font-family: MyFont_2;
  src: url(../font-family/AP-OTF-A1GothicStd-Medium.otf);
}

/* A-OTF-MiGoMB1Std-DeBold */
@font-face {
  font-family: MyFont_3;
  src: url(../font-family/A-OTF-MiGoMB1Std-DeBold.otf);
}

/* P-OTF-ShueiGoGinStdN-B */
@font-face {
  font-family: MyFont_4;
  src: url(../font-family/AP-OTF-ShueiGoGinStdN-B.otf);
}

/* AP-OTF-ShueiNMGoStdN-B */
@font-face {
  font-family: MyFont_5;
  src: url(../font-family/AP-OTF-ShueiNMGoStdN-B.otf);
}

/* AP-OTF-ShueiNMGoStdN-B PC */
@font-face {
  font-family: MyFont_6;
  src: url(../font-family/AP-OTF-ShueiNMGoStdN-B.woff) format("woff");
}

/* AP-OTF-ShueiNMGoStdN-B スマホ */
@font-face {
  font-family: MyFont_7;
  src: url(../font-family/AP-OTF-ShueiNMGoStdN-B.ttf) format("ttf");
}

/* ---------- アニメーション ---------- */
@-webkit-keyframes AnswerArrowUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  2.5% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  7.5% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes AnswerArrowUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  2.5% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  7.5% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -- End of AnswerArrowUpDown -- */
@-webkit-keyframes CarRunning {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    top: -11%;
    left: 3%;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  7.5% {
    top: -11.5%;
    left: 4%;
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  10% {
    top: -12%;
    left: 5%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  12.5% {
    top: -12.5%;
    left: 7%;
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
  }
  15% {
    top: -13%;
    left: 9%;
    -webkit-transform: rotate(16deg);
            transform: rotate(16deg);
  }
  17.5% {
    top: -13.5%;
    left: 12%;
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  20% {
    top: -14%;
    left: 14%;
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
  22.5% {
    top: -14.5%;
    left: 17%;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  25% {
    top: -15%;
    left: 21%;
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  30% {
    top: -15.1%;
    left: 22%;
    -webkit-transform: rotate(29deg);
            transform: rotate(29deg);
  }
  35% {
    top: -15.2%;
    left: 25%;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  40% {
    top: -15.3%;
    left: 27%;
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
  }
  45% {
    top: -15.4%;
    left: 29%;
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
  }
  50% {
    top: -15.5%;
    left: 32.5%;
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
  }
  55% {
    top: -15.4%;
    left: 35%;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  60% {
    top: -15.3%;
    left: 38%;
    -webkit-transform: rotate(39deg);
            transform: rotate(39deg);
  }
  62.5% {
    top: -15.2%;
    left: 41.5%;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  65% {
    top: -15.2%;
    left: 45.5%;
    -webkit-transform: rotate(42deg);
            transform: rotate(42deg);
  }
  67.5% {
    top: -15.2%;
    left: 47%;
    -webkit-transform: rotate(43deg);
            transform: rotate(43deg);
  }
  70% {
    top: -15.1%;
    left: 48%;
    -webkit-transform: rotate(44deg);
            transform: rotate(44deg);
  }
  72.5% {
    top: -15.1%;
    left: 50%;
    -webkit-transform: rotate(44deg);
            transform: rotate(44deg);
  }
  75% {
    top: -15%;
    left: 51%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  77.5% {
    top: -14.9%;
    left: 51%;
    -webkit-transform: rotate(46deg);
            transform: rotate(46deg);
  }
  80% {
    top: -14.8%;
    left: 52%;
    -webkit-transform: rotate(47deg);
            transform: rotate(47deg);
  }
  82.5% {
    top: -14.7%;
    left: 52%;
    -webkit-transform: rotate(48deg);
            transform: rotate(48deg);
  }
  85% {
    top: -14.6%;
    left: 53%;
    -webkit-transform: rotate(49deg);
            transform: rotate(49deg);
  }
  87.5% {
    top: -14.5%;
    left: 55.5%;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  90% {
    top: -14.2%;
    left: 58%;
    -webkit-transform: rotate(52deg);
            transform: rotate(52deg);
  }
  92.5% {
    top: -14%;
    left: 59%;
    -webkit-transform: rotate(53deg);
            transform: rotate(53deg);
  }
  95% {
    top: -13.8%;
    left: 61%;
    -webkit-transform: rotate(54deg);
            transform: rotate(54deg);
  }
  97.5% {
    top: -13.6%;
    left: 63%;
    -webkit-transform: rotate(54deg);
            transform: rotate(54deg);
  }
  100% {
    top: -13.5%;
    left: 64%;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
  }
}
@keyframes CarRunning {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    top: -11%;
    left: 3%;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  7.5% {
    top: -11.5%;
    left: 4%;
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  10% {
    top: -12%;
    left: 5%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  12.5% {
    top: -12.5%;
    left: 7%;
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
  }
  15% {
    top: -13%;
    left: 9%;
    -webkit-transform: rotate(16deg);
            transform: rotate(16deg);
  }
  17.5% {
    top: -13.5%;
    left: 12%;
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  20% {
    top: -14%;
    left: 14%;
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
  22.5% {
    top: -14.5%;
    left: 17%;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  25% {
    top: -15%;
    left: 21%;
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  30% {
    top: -15.1%;
    left: 22%;
    -webkit-transform: rotate(29deg);
            transform: rotate(29deg);
  }
  35% {
    top: -15.2%;
    left: 25%;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  40% {
    top: -15.3%;
    left: 27%;
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
  }
  45% {
    top: -15.4%;
    left: 29%;
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
  }
  50% {
    top: -15.5%;
    left: 32.5%;
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
  }
  55% {
    top: -15.4%;
    left: 35%;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  60% {
    top: -15.3%;
    left: 38%;
    -webkit-transform: rotate(39deg);
            transform: rotate(39deg);
  }
  62.5% {
    top: -15.2%;
    left: 41.5%;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  65% {
    top: -15.2%;
    left: 45.5%;
    -webkit-transform: rotate(42deg);
            transform: rotate(42deg);
  }
  67.5% {
    top: -15.2%;
    left: 47%;
    -webkit-transform: rotate(43deg);
            transform: rotate(43deg);
  }
  70% {
    top: -15.1%;
    left: 48%;
    -webkit-transform: rotate(44deg);
            transform: rotate(44deg);
  }
  72.5% {
    top: -15.1%;
    left: 50%;
    -webkit-transform: rotate(44deg);
            transform: rotate(44deg);
  }
  75% {
    top: -15%;
    left: 51%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  77.5% {
    top: -14.9%;
    left: 51%;
    -webkit-transform: rotate(46deg);
            transform: rotate(46deg);
  }
  80% {
    top: -14.8%;
    left: 52%;
    -webkit-transform: rotate(47deg);
            transform: rotate(47deg);
  }
  82.5% {
    top: -14.7%;
    left: 52%;
    -webkit-transform: rotate(48deg);
            transform: rotate(48deg);
  }
  85% {
    top: -14.6%;
    left: 53%;
    -webkit-transform: rotate(49deg);
            transform: rotate(49deg);
  }
  87.5% {
    top: -14.5%;
    left: 55.5%;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  90% {
    top: -14.2%;
    left: 58%;
    -webkit-transform: rotate(52deg);
            transform: rotate(52deg);
  }
  92.5% {
    top: -14%;
    left: 59%;
    -webkit-transform: rotate(53deg);
            transform: rotate(53deg);
  }
  95% {
    top: -13.8%;
    left: 61%;
    -webkit-transform: rotate(54deg);
            transform: rotate(54deg);
  }
  97.5% {
    top: -13.6%;
    left: 63%;
    -webkit-transform: rotate(54deg);
            transform: rotate(54deg);
  }
  100% {
    top: -13.5%;
    left: 64%;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
  }
}

/* -- End of CarRunning -- */
/* -- アニメーションスタイル -- */
.Anime_AnswerArrowUpDown {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: AnswerArrowUpDown;
          animation-name: AnswerArrowUpDown;
}

.Anime_CarRunning {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: CarRunning;
          animation-name: CarRunning;
}

/* -- body -- */
body {
  width: 100%;
  /*  -- main --*/
  /* -- End of main -- */
}

body main {
  width: 100%;
  /* -- vidual_Area -- */
  /* -- End of vidual_Area -- */
  /* -- Waribikii_Structure --*/
  /* -- Waribikii_Structure --*/
  /*  -- FrequentlyAskedQuestions --*/
  /* -- End of FrequentlyAskedQuestions --*/
  /* -- PartnaerCompany --  */
  /* -- End of PartnaerCompany --*/
  /* -- AboutCompany --*/
  /* -- End of AboutCompany -- */
}

body main .vidual_Area {
  width: 100%;
}

body main .Waribikii_Structure {
  width: 100%;
  padding: 0 0 50px;
}

body main .Waribikii_Structure .Waribikii_Structure_content {
  width: min(480px, 90%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  /* Waribikii_Structure_ImportantQuestions */
  /* -- End of Waribikii_Structure_ImportantQuestions --*/
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_Ttl {
  position: relative;
  z-index: 50;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 2px;
  font-family: MyFont_1;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_Ttl h1 {
  vertical-align: bottom;
  display: inline-block;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_Ttl h1 a img {
  position: relative;
  top: 14px;
  width: 100px;
  margin-right: 10px;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock {
  width: 100%;
  margin-top: 50px;
  /* -- Questions2 -- */
  /* -- Questions2 -- */
  /* -- Questions3 -- */
  /* -- Questions3 -- */
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_QuestionTtlImg {
  position: relative;
  top: -15px;
  width: 95%;
  margin: 0 auto;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_QuestionTtlImg h2 {
  width: 100%;
  text-align: center;
  font-family: MyFont_2;
  font-size: 1.7rem;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_QuestionTtlImg h2 img {
  width: 300px;
  margin: 0 auto;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_QuestionTtlImg > img {
  position: absolute;
  top: 45px;
  left: 50%;
  width: 25px;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_Answer {
  width: 100%;
  background-color: #f8c249;
  padding: 50px 0 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_Img {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_Img img {
  width: 40%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_Img img:nth-of-type(2) {
  position: relative;
  top: -17px;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_summary {
  width: min(90%, 380px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: MyFont_2;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_summary .Waribikii_Structure_ImportantQuestions_Answer_summary_Ttl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_summary .Waribikii_Structure_ImportantQuestions_Answer_summary_Ttl img {
  width: 30px;
  margin-right: 10px;
  vertical-align: baseline;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_summary .Waribikii_Structure_ImportantQuestions_Answer_summary_Ttl h3 {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_summary .Waribikii_Structure_ImportantQuestions_Answer_summary_details {
  font-size: 1.2rem;
  letter-spacing: 1px;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock.Questions2 .Waribikii_Structure_ImportantQuestions_QuestionTtlImg > img {
  top: 60px;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock.Questions2 .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_Img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock.Questions2 .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_Img img {
  width: 55%;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock.Questions2 .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_summary .Waribikii_Structure_ImportantQuestions_Answer_summary_details .Waribikii_Structure_ImportantQuestions_Answer_summary_details_Table {
  margin-top: 20px;
  padding: 10px;
  background-color: #fff;
  overflow-x: scroll;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock.Questions3 .Waribikii_Structure_ImportantQuestions_QuestionTtlImg > img {
  top: 65px;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock.Questions3 .Waribikii_Structure_ImportantQuestions_Answer {
  padding-top: 30px;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock.Questions3 .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_Img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

body main .Waribikii_Structure .Waribikii_Structure_content .Waribikii_Structure_ImportantQuestions .Waribikii_Structure_ImportantQuestionsBlock.Questions3 .Waribikii_Structure_ImportantQuestions_Answer .Waribikii_Structure_ImportantQuestions_Answer_Img img {
  width: 60%;
}

body main .FrequentlyAskedQuestions {
  width: 100%;
  padding: 50px 0;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content {
  width: min(480px, 80%);
  margin: 0 auto;
  padding: 0 0 50px;
  font-family: MyFont_6;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content h2 {
  width: 100%;
  font-size: 2rem;
  letter-spacing: 2px;
  text-align: start;
  margin-right: 10px;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content h2 span {
  font-size: 1.2rem;
  margin-left: 10px;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Question {
  width: 100%;
  background-color: #f8c249;
  padding: 10px 5px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Question .FrequentlyAskedQuestions_QandA_Question_content {
  width: 97%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Question .FrequentlyAskedQuestions_QandA_Question_content img {
  width: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Question .FrequentlyAskedQuestions_QandA_Question_content h3 {
  width: 75%;
  font-size: 1.2rem;
  letter-spacing: 1px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Question .FrequentlyAskedQuestions_QandA_Question_content .AnswerBtn {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  /* AnswerBtn押した時の演出 */
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Question .FrequentlyAskedQuestions_QandA_Question_content .AnswerBtn span {
  -webkit-transition: all .4s;
  transition: all .4s;
  display: block;
  content: "";
  background-color: #000;
  width: 20px;
  height: 3px;
  opacity: 1;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Question .FrequentlyAskedQuestions_QandA_Question_content .AnswerBtn span:nth-of-type(2) {
  -webkit-transform: rotate(90deg) translateX(-2px);
          transform: rotate(90deg) translateX(-2px);
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Question .FrequentlyAskedQuestions_QandA_Question_content .AnswerBtn.is-active span:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: rotate(-450deg);
          transform: rotate(-450deg);
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Question .FrequentlyAskedQuestions_QandA_Question_content .AnswerBtn.is-active span:nth-of-type(2) {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Question .FrequentlyAskedQuestions_QandA_Question_content .AnswerBtn:hover {
  cursor: pointer;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Answer {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 100%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* FrequentlyAskedQuestions_QandA_Answerがアクティブ */
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Answer .FrequentlyAskedQuestions_QandA_Answer_content {
  opacity: 0;
  -webkit-transition: all .05s;
  transition: all .05s;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Answer .FrequentlyAskedQuestions_QandA_Answer_content img {
  position: relative;
  left: -3px;
  width: 30px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Answer .FrequentlyAskedQuestions_QandA_Answer_content .FrequentlyAskedQuestions_QandA_Answer_details {
  width: 87%;
  letter-spacing: 1px;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Answer .FrequentlyAskedQuestions_QandA_Answer_content .FrequentlyAskedQuestions_QandA_Answer_details h3 {
  font-size: 1.3rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Answer.is-active {
  max-height: 310px;
  width: 100%;
  background-color: #e8e8e8;
  padding: 15px 5px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Answer.is-active .FrequentlyAskedQuestions_QandA_Answer_content.is-active {
  opacity: 1;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Answer.is-active .FrequentlyAskedQuestions_QandA_Answer_content.is-active img {
  position: relative;
  left: -3px;
  width: 30px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Answer.is-active .FrequentlyAskedQuestions_QandA_Answer_content.is-active .FrequentlyAskedQuestions_QandA_Answer_details {
  width: 87%;
  letter-spacing: 1px;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_content .FrequentlyAskedQuestions_QandA_Answer.is-active .FrequentlyAskedQuestions_QandA_Answer_content.is-active .FrequentlyAskedQuestions_QandA_Answer_details h3 {
  font-size: 1.3rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_attention {
  width: min(520px, 90%);
  padding: 30px 5px;
  margin: 0 auto;
  background-color: #bfbdbd;
  border-radius: 15px;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_attention .FrequentlyAskedQuestions_attention_content {
  width: 80%;
  margin: 0 auto;
  letter-spacing: 2px;
  font-family: MyFont_3;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_attention .FrequentlyAskedQuestions_attention_content h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 17px;
  margin-bottom: 10px;
}

body main .FrequentlyAskedQuestions .FrequentlyAskedQuestions_attention .FrequentlyAskedQuestions_attention_content p {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: start;
}

body main .PartnaerCompany {
  width: 100%;
  margin: 50px 0;
}

body main .PartnaerCompany .PartnaerCompany_content {
  position: relative;
  width: min(480px, 100%);
  margin: 0 auto;
  font-family: MyFont_2;
}

body main .PartnaerCompany .PartnaerCompany_content .PartnaerCompany_content_Img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

body main .PartnaerCompany .PartnaerCompany_content .PartnaerCompany_content_Img > img {
  width: 480px;
  /* 親要素より子要素が大きい場合の中央寄せ */
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  z-index: 10;
}

body main .PartnaerCompany .PartnaerCompany_content .PartnaerCompany_content_Img .PartnaerCompany_content_list {
  position: relative;
  z-index: 20;
  top: 85px;
  right: 10px;
  margin: 0 auto;
  width: 330px;
  height: 600px;
  text-align: center;
}

body main .PartnaerCompany .PartnaerCompany_content .PartnaerCompany_content_Img .PartnaerCompany_content_list img {
  position: absolute;
  top: -10%;
  width: 61px;
  left: 1%;
  z-index: 10;
}

body main .PartnaerCompany .PartnaerCompany_content .PartnaerCompany_content_Img .PartnaerCompany_content_list h2 {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 2px;
  line-height: 30px;
}

body main .PartnaerCompany .PartnaerCompany_content .PartnaerCompany_content_Img .PartnaerCompany_content_list h2 span {
  font-size: 1.4rem;
}

body main .PartnaerCompany .PartnaerCompany_content .PartnaerCompany_content_Img .PartnaerCompany_content_list .PartnaerCompany_content_list_Img {
  width: 330px;
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

body main .AboutCompany {
  width: 100%;
  background-color: #f8c249;
  padding-top: 50px;
}

body main .AboutCompany .AboutCompany_content {
  width: min(480px, 80%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: MyFont_2;
}

body main .AboutCompany .AboutCompany_content h2 {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 2px;
  text-align: center;
  line-height: 30px;
}

body main .AboutCompany .AboutCompany_content h2 span {
  font-size: 1.4rem;
  color: #f88d0a;
}

body main .AboutCompany .AboutCompany_content table {
  margin-top: 30px;
}

body main .AboutCompany .AboutCompany_content table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.3rem;
}

body main .AboutCompany .AboutCompany_content table tr th, body main .AboutCompany .AboutCompany_content table tr td {
  text-align: start;
  line-height: 25px;
}

body main .AboutCompany .AboutCompany_content table tr th {
  color: #f88d0a;
}

body main .AboutCompany .AboutCompany_content table tr + tr {
  margin-top: 10px;
}

body main .AboutCompany .AboutCompany_content .Sns_Link {
  width: 100%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body main .AboutCompany .AboutCompany_content .Sns_Link li {
  width: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body main .AboutCompany .AboutCompany_content .Sns_Link li a {
  display: block;
  width: 100%;
}

body main .AboutCompany .AboutCompany_content .Sns_Link li a img {
  width: 100%;
}

body main .AboutCompany .AboutCompany_content .Sns_Link li:hover {
  cursor: pointer;
}

/* -- End of body -- */
/*# sourceMappingURL=Top.css.map */