@charset "shift-jis";
/* ------------------------------
Style Info: /money_q/q1.html css
------------------------------ */
*,*::before,*::after {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: inherit;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: inherit ;
  }
  .sp {
    display: none ;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .tab {display: none;
  }
  .sp {
    display: inherit;
  }
}

/* breadcrumbs */
#breadcrumbs {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #breadcrumbs {
    display: none;
  }
}

/* btn */
.btn_01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 1em 30px 1em 1em;
  background: #ea5520;
  border-radius: 9999px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
.btn_01::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}
.btn_01:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .btn_01 {
    font-size: 16px;
  }
}

/* font */
.f_tsukuardgothic {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* heading */
.heading_01 {
  margin-bottom: 1em;
  color: #7e678d;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.heading_01 span {
  display: inline-block;
  position: relative;
  padding: 0.1em 2em 0.3em;
}
.heading_01 span::before,
.heading_01 span::after {
  position: absolute;
  bottom: 0;
  height: 1.5em;
  border-left: 1px dashed #7e678d;
  content: '';
}
.heading_01 span::before {
  left: 0.5em;
  transform: rotate(-30deg);
}
.heading_01 span::after {
  right: 0.5em;
  transform: rotate(30deg);
}
@media screen and (max-width: 599px) {
  .heading_01 {
    font-size: 20px;
  }
  .heading_01 span {
    padding: 0.1em 1.5em 0.3em;
  }
  .heading_01 span::before,
  .heading_01 span::after {
    position: absolute;
    bottom: 0;
    height: 1.5em;
    border-left: 1px dashed #7e678d;
    content: '';
  }
  .heading_01 span::before {
    left: 0.5em;
    transform: rotate(-30deg);
  }
  .heading_01 span::after {
    right: 0.5em;
    transform: rotate(30deg);
  }
}

/* ------------------------------
money_q
------------------------------ */
.money_q {
  background: #efe5f0;
  border-top: 3px solid #7e678d;
}
.money_q .content_inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .money_q .content_inner {
    padding-bottom: 50px;
  }
}

/* ------------------------------
main_title
------------------------------ */
.main_title {
  margin-top: 60px;
}
.main_title h1 {
  position: relative;
  padding-bottom: 0.4em;
  color: #fff;
  font-size: 9.43vw;
  font-weight: 900;
  -webkit-text-stroke: 1px #6f4d88;
  text-align: center;
  line-height: 0.7;
}
.main_title h1 .h1_main {
  position: relative;
}
.main_title h1 .txt_s {
  margin-left: 0.8em;
  font-size: 6.6vw;
}
.main_title h1 .txt_m {
  font-size: 8.11vw;
}
.main_title h1 .txt_down {
  position: absolute;
  top: 0.4em;
  left: 0.8em;
}
.main_title h1 .sub_01 {
  display: inline-block;
  padding: 0 1.2em;
  color: #7e678d;
  font-size: 3.21vw;
  font-weight: 100;
}
.main_title h1 .sub_01_inner {
  position: relative;
}
.main_title h1 .sub_01_inner::before,
.main_title h1 .sub_01_inner::after {
  position: absolute;
  bottom: -0.1em;
  height: 1.2em;
  border-left: 1px dashed #7e678d;
  content: '';
}
.main_title h1 .sub_01_inner::before {
  left: -0.6em;
  transform: rotate(-30deg);
}
.main_title h1 .sub_01_inner::after {
  right: -0.6em;
  transform: rotate(30deg);
}
.main_title h1 .sub_02 {
  color: #7e678d;
  font-size: 3.77vw;
  font-weight: 100;
}
@media screen and (min-width: 1060px) {
  .main_title h1 {
    font-size: 100px;
  }
  .main_title h1 .txt_s {
    font-size: 70px;
  }
  .main_title h1 .txt_m {
    font-size: 86px;
  }
  .main_title h1 .sub_01 {
    font-size: 34px;
  }
  .main_title h1 .sub_02 {
    font-size: 40px;
  }
}
@media screen and (min-width: 600px) {
  .main_title {
    display: flex;
    align-items: flex-end;
  }
  .main_title h1 {
    width: 75%;
  }
  .main_title h1 .sub_01 {
    position: absolute;
    top: -1.8em;
    left: 0;
  }
  .main_title .img {
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  .main_title {
    margin-top: 15px;
  }
  .main_title h1 {
    padding-bottom: 0.2em;
    font-size: 50px;
    line-height: 1.2;
  }
  .main_title h1 .txt_s {
    margin-left: 0.9em;
    font-size: 30px;
  }
  .main_title h1 .txt_m {
    font-size: 40px;
    letter-spacing: -0.01em;
  }
  .main_title h1 .txt_down {
    top: 0.18em;
  }
  .main_title h1 .sub_01 {
    font-size: 30px;
  }
  .main_title h1 .sub_02 {
    font-size: 30px;
  }
  .main_title .img {
    width: 180px;
    margin: 15px auto 0;
  }
}

/* ------------------------------
qa_box
------------------------------ */
.qa_box {
  padding: 45px 5%;
  background: #fff;
  border-radius: 20px;
}
.qa_box + .qa_box {
  margin-top: 50px;
}
.qa_box h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  -webkit-text-stroke: 1px #ea5520;
  line-height: 1;
}
.qa_box .list_a {
  margin-top: 1em;
  color: #ea5520;
}
.qa_box .list_a li {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.qa_box .answer_box {
  margin-top: 25px;
}
.qa_box .answer_box .show_answer {
  position: relative;
  padding: 1em 40px 1em 1em;
  background: #ea5520;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.qa_box .answer_box .show_answer::after {
  position: absolute;
  top: 30%;
  right: 15px;
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
.qa_box .show .show_answer::after {
  top: 38%;
  transform: rotate(-135deg);
}
.qa_box .answer_box .show_answer:hover {
  opacity: 0.8;
}
.qa_box .answer_box .answer_body {
  display: none;
  grid-template-columns: 130px auto;
  column-gap: 25px;
  padding: 30px 3%;
  background: #fef3ee;
  border-radius: 0 0 20px 20px;
}
.qa_box .show .answer_body {
  display: grid;
}
.qa_box .answer_box .answer_body .img {
  grid-column: 1/2;
  grid-row: 1/3;
}
.qa_box .answer_box .answer_body .answer {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-bottom: 0.3em;
  color: #ea5520;
  font-size: 18px;
  font-weight: bold;
}
.qa_box .answer_box .answer_body .commentary {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (min-width: 600px) {
  .qa_box {
    display: grid;
    grid-template-columns: 90px auto;
    column-gap: 27px;
  }
  .qa_box h2 {
    grid-column: 1/2;
    border-right: 1px solid #ea5520;
  }
  .qa_box .txt_q {
    grid-column: 2/3;
  }
  .qa_box .answer_box {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 599px) {
  .qa_box {
    padding: 20px 5%;
  }
  .qa_box + .qa_box {
    margin-top: 40px;
  }
  .qa_box h2 {
    display: block;
    width: 60px;
    margin: 0 auto;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #ea5520;
    font-size: 30px;
    text-align: center;
  }
  .qa_box .txt_q {
    margin-top: 2em;
  }
  .qa_box .answer_box {
    margin-top: 30px;
  }
  .qa_box .answer_box .show_answer {
    padding-right: 30px;
    font-size: 16px;
  }
  .qa_box .answer_box .show_answer::after {
    top: 35%;
    width: 12px;
    height: 12px;
  }
  .qa_box .show .show_answer::after {
    top: 40%;
  }
  .qa_box .answer_box .answer_body {
    grid-template-columns: 70px auto;
    column-gap: 10px;
    row-gap: 25px;
    align-items: center;
    padding: 23px 5% 25px;
  }
  .qa_box .answer_box .answer_body .img {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .qa_box .answer_box .answer_body .answer {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 16px;
    vertical-align: middle;
  }
  .qa_box .answer_box .answer_body .commentary {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

/* ------------------------------
learning_more
------------------------------ */
.learning_more {
  margin-top: 70px;
}
.learning_more .learning_more_body {
  padding: 50px 5% 35px;
  background: #fff;
  border: 1px dashed #7e678d;
  border-radius: 20px;
}
.learning_more .learning_more_body h3 {
  color: #ea5520;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .learning_more .learning_more_body {
    display: grid;
    grid-template-columns: 33.5% auto;
    column-gap: 30px;
    row-gap: 20px;
  }
  .learning_more .learning_more_body h3 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .learning_more .learning_more_body .txt {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .learning_more .learning_more_body .img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .learning_more .learning_more_body .btn_wrap {
    grid-column: 1/3;
    grid-row: 3/4;
    padding-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .learning_more {
    margin-top: 45px;
  }
  .learning_more .learning_more_body {
    padding: 20px 5%;
    background: #fff;
    border: 1px dashed #7e678d;
    border-radius: 20px;
  }
  .learning_more .learning_more_body h3 {
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
  }
  .learning_more .learning_more_body .txt {
    margin-bottom: 1.5em;
  }
  .learning_more .learning_more_body .img {
    margin-bottom: 2em;
  }
}

/* ------------------------------
category_navigation
------------------------------ */
.category_navigation {
  background: #fff;
}
.category_navigation .content_inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 75px;
}
.category_navigation .category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.category_navigation .category_list li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #7e678d;
  border: 1px solid #7e678d;
  border-radius: 50%;
  text-align: center;
}
.category_navigation .category_list li .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.category_navigation .category_list li .txt {
  display: inline-block;
  line-height: 1.2;
  color: #fff;
}
.category_navigation .category_list li a:hover {
  background: #efe5f0;
}
.category_navigation .category_list li a:hover .ico svg path {
  fill: #7e678d;
}
.category_navigation .category_list li a:hover .txt {
  color: #7e678d;
}
@media screen and (min-width: 760px) {
  .category_navigation .category_list {
    max-width: 760px;
  }
  .category_navigation .category_list li {
    width: 110px;
    height: 110px;
  }
  .category_navigation .category_list li:nth-child(1) {
    margin-left: 60px;
  }
  .category_navigation .category_list li:nth-child(5) {
    margin-right: 60px;
  }
  .category_navigation .category_list li:nth-child(n + 6) {
    margin-top: 40px;
  }
  .category_navigation .category_list li .ico {
    height: 60px;
    padding-top: 15px;
  }
  .category_navigation .category_list li .txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1080px) {
  .category_navigation .category_list {
    max-width: none;
  }
  .category_navigation .category_list li {
    width: 150px;
    height: 150px;
  }
  .category_navigation .category_list li:nth-child(1) {
    margin-left: 85px;
  }
  .category_navigation .category_list li:nth-child(5) {
    margin-right: 85px;
  }
  .category_navigation .category_list li:nth-child(n + 6) {
    margin-top: 40px;
  }
  .category_navigation .category_list li .ico {
    height: 90px;
    padding-top: 20px;
  }
  .category_navigation .category_list li .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 759px) {
  .category_navigation .category_list {
    max-width: 660px;
  }
  .category_navigation .category_list li {
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
    margin-right: 10px;
  }
  .category_navigation .category_list li:nth-child(1) {
    margin-left: 0;
  }
  .category_navigation .category_list li:nth-child(5) {
    margin-right: 0;
  }
  .category_navigation .category_list li .ico {
    height: 70px;
    padding-top: 15px;
  }
  .category_navigation .category_list li .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .category_navigation .content_inner {
    padding: 40px 0 50px;
  }
  .category_navigation .category_list {
    max-width: 400px;
  }
  .category_navigation .category_list::after {
    display: block;
    width: 31%;
    content: '';
  }
  .category_navigation .category_list li {
    position: relative;
    width: 31%;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 31%;
  }
  .category_navigation .category_list li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .category_navigation .category_list li a {
    position: absolute;
    top: 0;
    left: 0;
  }
  .category_navigation .category_list li .ico {
    width: 100%;
    height: 58%;
    padding-top: 10%;
  }
  .category_navigation .category_list li .ico svg {
    width: 34%;
    height: auto;
  }
  .category_navigation .category_list li .txt {
    font-size: 12px;
  }
}
