@charset "UTF-8";
/* entry page */
.sec_inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.sec_subttl {
  margin-bottom: 2em;
}
.sec_subttl.b-logo {
  display: inline-block;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.sec_subttl.b-logo::before {
  position: inherit;
  display: inline-block;
  background: url(../../../images/assets/icon_logomark.png) center center/contain no-repeat;
  margin-right: 0.5em;
  vertical-align: middle;
  margin-bottom: 0.2em;
}
.sec_text {
  line-height: 1.8;
  font-size: 1.14em;
  text-align: center;
  margin-bottom: 1em;
}
.sec_text.b-circle {
  font-weight: bold;
  display: inline-block;
  text-align: left;
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.sec_text.b-circle::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #FF832E;
  margin-right: 0.3em;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 0.2em;
}
.sec_text.b-q {
  text-align: left;
  font-weight: bold;
  display: flex;
}
.sec_text.b-q::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../../images/page/support_q.svg) center center/contain no-repeat;
  margin-right: 0.5em;
  margin-top: 0.5em;
}

p.deco {
  margin-bottom: 1em;
  font-size: 1.15em;
  font-weight: bold;
}
p.deco::before {
  white-space: pre;
  content: "●\a●\a●\a\a";
  color: #F8CCAA;
  font-size: 10px;
}

.link_back {
  font-weight: bold;
}
.link_back::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.8em;
  background: url(../../../images/assets/arrow_l_black.svg) center/contain no-repeat;
}

.mv {
  height: 35vh;
}
.mv h2 {
  width: 90%;
  max-width: 1180px;
  margin: 1em auto;
  padding-top: 2em;
}
.mv p {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}
.mv.no_bg {
  height: unset;
}
.mv.no_bg h2 {
  padding-top: 0;
}
.mv.no_span {
  height: 5vh;
}
.mv.no_span h2 {
  padding-top: 0;
}

.mb_05 {
  margin-bottom: 0.5em;
}
.mb_1 {
  margin-bottom: 1em;
}
.mb_2 {
  margin-bottom: 2em;
}
.mb_3 {
  margin-bottom: 3em;
}
.mb_5 {
  margin-bottom: 5em;
}

@media screen and (min-width: 576px) {
  .for_xs {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .for_sp {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .for_md {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .for_pc {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .for_xl {
    display: none;
  }
}

.lists_link {
  justify-content: center;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 50px rgba(17, 16, 16, 0.1);
  position: relative;
  top: -2em;
}
@media screen and (min-width: 751px) {
  .lists_link {
    top: -4em;
  }
}
@media screen and (min-width: 992px) {
  .lists_link {
    top: -7.5em;
  }
}
.lists_link li {
  flex: 1;
}
.lists_link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  flex: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 0.92em;
}
@media screen and (min-width: 992px) {
  .lists_link li a {
    font-size: inherit;
  }
}
@media screen and (min-width: 992px) {
  .lists_link.no_bg {
    top: -1.5em;
  }
}
.lists_link.for_single .tab {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lists_link.for_single .tab.is-active {
  color: #F19956;
}

.sub_lists_link {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  flex-direction: column;
}
@media (min-width: 576px) {
  .sub_lists_link {
    background: #F7F4EF;
    flex-direction: row;
  }
}
.sub_lists_link li {
  background: #F7F4EF;
  flex: 1;
  width: 100%;
}
.sub_lists_link li:not(:last-of-type) {
  margin-bottom: 0.3em;
}
.sub_lists_link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0.5em;
  text-align: center;
  padding: 1em 0.5em;
  font-size: 0.9em;
}
@media screen and (min-width: 992px) {
  .sub_lists_link li a {
    font-size: inherit;
  }
}
.sub_lists_link li a::after {
  content: "";
  display: block;
  min-width: 0.5em;
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  margin-left: 0.5em;
  vertical-align: middle;
}

.page_panel {
  position: absolute;
  top: 0;
  display: none;
}
.page_panel.is-active {
  position: static;
  display: block;
}
.page_tab {
  cursor: pointer;
}
.page_tab.is-active {
  color: #f19956;
}

/* News
---------------------------------------- */
.search-box {
  margin-bottom: 2em;
  border: 1px solid #A38A77;
  border-radius: 8px;
  position: relative;
}
.search-box > form {
  box-sizing: border-box;
  display: flex;
}
.search-box > form input[type=text] {
  background: #FCFBF8;
  padding: 1em 1em 1em 3em;
  flex: 1;
  border-radius: 8px;
}
.search-box > form input[type=text]:focus {
  outline: 0;
}
.search-box > form input[type=text]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.search-box > form input[type=text]:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.search-box > form input[type=text]::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.search-box > form input[type=submit] {
  background: #A38A77;
  color: #fff;
  width: 6em;
  padding: 1em;
  border-radius: 0 6px 6px 0;
  text-align: center;
}
.search-box::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../../../images/assets/icon_search_brown.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
}

.news_inner {
  width: 86%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.news_inner .button {
  display: block;
  width: 30%;
  max-width: 400px;
  margin: auto;
  text-align: center;
  padding: 0.8em;
}

.category_wrap {
  width: 120px;
}
@media screen and (max-width: 751px) {
  .category_wrap {
    display: flex;
    flex-flow: row wrap;
    margin: 0.5em 0 0;
    width: 100%;
  }
}

.news_list {
  margin: 3em 0;
}

.news_list dt {
  float: left;
  width: 222px;
  display: flex;
  justify-content: space-between;
}

.news_list dt .news_category {
  display: inline-block;
  min-width: 10em;
  border: solid 1px #f19956;
  border-radius: 0.4em;
  text-align: center;
  color: #f19956;
  font-size: 0.85em;
}

.news_list dd {
  margin-bottom: 1em;
  padding: 0 0 1.5em 222px;
}

.news_list dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.news_list dd a:hover {
  text-decoration: underline;
  opacity: 1;
}

.news_button .button {
  display: block;
  width: 60%;
  max-width: 300px;
  margin: 3em auto 0;
  text-align: center;
  font-size: 1.07em;
}

@media screen and (max-width: 750px) {
  .news_inner {
    padding-bottom: 2em;
  }
  .news_list dt {
    float: none;
    width: 100%;
  }
  .news_list dt {
    display: block;
  }
  .news_list dt .news_date {
    margin-right: 1em;
  }
  .news_list dt .news_category {
    min-width: initial;
    padding: 0 7px;
    margin-left: 2px;
  }
  .news_list dd {
    margin-bottom: 2em;
    padding: 0.5em 0 0;
  }
  .news_button .button {
    margin: 2em auto 0;
    font-size: 1em;
  }
}
.entry_inner {
  width: 93%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .entry_inner {
    width: 86%;
  }
}
@media screen and (max-width: 750px) {
  .entry_inner {
    padding: 2em 0;
  }
}
.entry_inner > .sec_minittl {
  text-align: left;
}
@media screen and (min-width: 751px) {
  .entry_inner > .sec_minittl {
    text-align: center;
  }
}
.entry_text {
  line-height: 1.8;
  font-size: 1.14em;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .entry_text {
    text-align: center;
  }
}
.apply .required {
  color: #fff;
  border-radius: 5em;
  line-height: 1.2;
  padding: 0.1em 1em;
  margin-left: 5px;
  font-weight: 500;
}
.apply .required.orange {
  background: #f19956;
}
.apply .required.gray {
  background: #c4c4c4;
}
.apply .wpcf7-form table {
  margin: 4rem auto;
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
  .apply .wpcf7-form table {
    border: 2px solid #a38a77;
  }
}
@media screen and (max-width: 750px) {
  .apply .wpcf7-form table {
    margin: 1rem auto 2em;
  }
}
.apply .wpcf7-form table ::-moz-placeholder {
  color: #333;
  opacity: 0.5;
}
.apply .wpcf7-form table :-ms-input-placeholder {
  color: #333;
  opacity: 0.5;
}
.apply .wpcf7-form table ::placeholder {
  color: #333;
  opacity: 0.5;
}
.apply .wpcf7-form table tr {
  width: 100%;
  display: block;
}
@media screen and (min-width: 751px) {
  .apply .wpcf7-form table tr {
    border-bottom: dotted 1px #e5e5e5;
  }
}
.apply .wpcf7-form table tr th {
  line-height: 1.7;
  min-width: 200px;
  padding: 25px 5px 0 10px;
  color: #333333;
}
@media screen and (min-width: 751px) {
  .apply .wpcf7-form table tr th {
    background: #faf7f2;
    padding: 25px 5px 25px 35px;
  }
}
.apply .wpcf7-form table tr td {
  padding: 20px 35px;
  text-align: left;
}
@media screen and (max-width: 751px) {
  .apply .wpcf7-form table tr td {
    display: block;
    padding: 20px 10px;
  }
}
.apply .wpcf7-form table tr .wpcf7-radio {
  display: flex;
}
.apply .wpcf7-form table tr .wpcf7-radio .wpcf7-list-item {
  position: relative;
  margin: 0;
}
.apply .wpcf7-form table tr .wpcf7-radio input[type=radio] {
  position: absolute;
  width: auto;
  opacity: 0;
}
.apply .wpcf7-form table tr .wpcf7-radio .wpcf7-list-item-label {
  margin-right: 25px;
}
.apply .wpcf7-form table tr .wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #ccc;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.apply .wpcf7-form table tr .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #f19956;
  border-color: #f19956;
  box-shadow: inset 0 0 0 2px #fff;
}
.apply .wpcf7-form table input,
.apply .wpcf7-form table textarea,
.apply .wpcf7-form table select {
  display: block;
  background: #fafafa;
  width: 100%;
  padding: 1em;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.apply .wpcf7-form table.table01 tr:nth-of-type(2) td dl, .apply .wpcf7-form table.table01 tr:nth-of-type(3) td dl {
  display: flex;
  align-items: center;
}
.apply .wpcf7-form table.table01 tr:nth-of-type(2) td dl dt:last-of-type, .apply .wpcf7-form table.table01 tr:nth-of-type(3) td dl dt:last-of-type {
  margin-left: 10px;
}
.apply .wpcf7-form table.table01 tr:nth-of-type(2) td dl dd, .apply .wpcf7-form table.table01 tr:nth-of-type(3) td dl dd {
  margin-left: 10px;
  flex: 1;
}
.apply .wpcf7-form table.table01 tr:nth-of-type(5) td dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.apply .wpcf7-form table.table01 tr:nth-of-type(5) td dl dt {
  min-width: 70px;
  width: 20%;
  margin-bottom: 1em;
}
.apply .wpcf7-form table.table01 tr:nth-of-type(5) td dl dt:nth-of-type(3), .apply .wpcf7-form table.table01 tr:nth-of-type(5) td dl dt:nth-of-type(4) {
  margin-bottom: 0.5em;
}
.apply .wpcf7-form table.table01 tr:nth-of-type(5) td dl dd {
  min-width: 100px;
  margin-bottom: 1em;
}
.apply .wpcf7-form table.table01 tr:nth-of-type(5) td dl dd:nth-of-type(1), .apply .wpcf7-form table.table01 tr:nth-of-type(5) td dl dd:nth-of-type(2) {
  width: 70%;
}
.apply .wpcf7-form table.table01 tr:nth-of-type(5) td dl dd:nth-of-type(3), .apply .wpcf7-form table.table01 tr:nth-of-type(5) td dl dd:nth-of-type(4) {
  width: 100%;
}
.apply .wpcf7-form table.table01 tr:nth-of-type(6) td dl {
  display: flex;
  align-items: center;
}
.apply .wpcf7-form table.table01 tr:nth-of-type(6) td dl dd {
  margin-right: 5px;
  margin-left: 2px;
}
@media screen and (max-width: 751px) {
  .apply .wpcf7-form table.table01 tr:nth-of-type(6) td dl dt {
    width: 22%;
  }
  .apply .wpcf7-form table.table01 tr:nth-of-type(6) td dl dd {
    margin-right: 10px;
    margin-left: 5px;
    width: 30px;
  }
}
.apply .wpcf7-form table.table01 tr:nth-of-type(10) td > p {
  margin-bottom: 1em;
}
.apply .wpcf7-form table.table02 tr td dl dt > p {
  color: #808080;
  margin-bottom: 0.5em;
}
.apply .wpcf7-form table.table02 tr:nth-of-type(4) td .wpcf7-radio {
  flex-wrap: wrap;
}
.apply .wpcf7-form table.table02 tr:nth-of-type(4) td .wpcf7-radio .wpcf7-list-item {
  width: 50%;
  margin-bottom: 0.5em;
}
.apply .wpcf7-form .accordion .text_more {
  margin-top: 3em;
  border-top: 2px solid #ff832e;
  border-bottom: 2px solid #ff832e;
  padding: 1.5em;
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.apply .wpcf7-form .accordion .text_more::before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url(../../../images/page/icon_pen.png) center center/contain no-repeat;
  margin-right: 0.3em;
}
.apply .wpcf7-form .accordion .text_more::after {
  content: "＋";
  position: absolute;
  display: block;
  top: calc(50% - 0.5em);
  right: 1em;
  line-height: 1;
  color: #ff832e;
}
.apply .wpcf7-form .accordion .text_more.opened::after {
  content: "ー";
}
.apply .wpcf7-form .wrapper_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.apply .wpcf7-form .wrapper_submit::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 0.2em);
  right: 1em;
  width: 0.4em;
  height: 0.4em;
  line-height: 0;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.apply .wpcf7-form .wrapper_submit .wpcf7-submit {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 66px;
}

.complete .sec_inner .sec_minittl {
  display: flex;
  flex-direction: column;
}
.complete .sec_inner .sec_minittl::before {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  background: url(../../../images/assets/icon_mail.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}
.complete .sec_inner .box_tel {
  border: 4px solid #f7f4ef;
  width: clamp(270px, 95%, 280px);
  padding: 1.5em 1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
@media screen and (min-width: 751px) {
  .complete .sec_inner .box_tel {
    width: 400px;
  }
}
.complete .sec_inner .box_tel .freedial {
  text-align: center;
  padding-top: 0;
}
.complete .sec_inner .box_tel .freedial dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0.2em;
  font-size: 2em;
}
@media screen and (min-width: 751px) {
  .complete .sec_inner .box_tel .freedial dt {
    font-size: 2.8em;
  }
}
.complete .sec_inner .box_tel .freedial dt::before {
  position: relative;
  top: inherit;
  left: inherit;
  margin-right: 0.2em;
}
.complete .sec_inner .box_tel .freedial dd {
  font-size: 0.8em;
}
@media screen and (min-width: 751px) {
  .complete .sec_inner .box_tel .freedial dd {
    font-size: 1.1em;
  }
}
.complete .sec_inner > a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
}
.complete .sec_inner > a::after {
  right: inherit;
  left: 1em;
  transform: rotate(225deg);
}
@media screen and (min-width: 751px) {
  .complete .sec_inner > a {
    width: 300px;
  }
}

.single-release main .sec_minittl {
  margin-top: 2em;
}
.single-release main .sec_subttl {
  padding-left: 0;
  margin-top: 1em;
}
.single-release main .container time {
  display: block;
  margin-bottom: 0.5em;
}
.single-release main .release_inner {
  width: 86%;
  max-width: 800px;
  margin: 0 auto;
}
.single-release main a {
  text-decoration: underline;
  color: #F19956;
}
.single-release main .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-release main .alignleft {
  display: block;
  margin-right: auto;
}
.single-release main .alignright {
  display: block;
  margin-left: auto;
}
.single-release main .category_wrap {
  width: 100%;
  margin: 0;
}
.single-release main .news_category {
  display: inline-block;
  border: solid 1px #f19956;
  border-radius: 0.4em;
  text-align: center;
  color: #f19956;
  font-size: 0.85em;
  width: auto;
  padding: 0 7px;
  margin-right: 2px;
}
.single-release main .news_category a {
  display: block;
  text-decoration: none;
}
.single-release main .sec02 {
  margin-top: 2em;
}
.single-release main .sec02 > * {
  line-height: 1.8;
}
.single-release main .sec02 p {
  margin-bottom: 1.25em;
}
.single-release main .sec02 h3 {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 1em 0;
}
.single-release main .sec02 h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0.25em 0;
}
.single-release main .sec02 ul {
  list-style: inside;
}
.single-release main hr {
  border-top: 1px solid #CCCAC6;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 751px) {
  .single-release main hr {
    margin-bottom: 1em;
  }
}
.single-release main .postlink {
  position: relative;
  margin-bottom: 5em;
}
.single-release main .postlink > a {
  color: #333;
  text-decoration: none;
  font-size: 0.9em;
}
@media screen and (min-width: 751px) {
  .single-release main .postlink > a {
    font-size: 1em;
  }
}
.single-release main .postlink > a.prev-link {
  position: absolute;
  left: 0;
}
.single-release main .postlink > a.prev-link::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.5em;
  background: url(../../../images/assets/arrow_l_black.svg) center/contain no-repeat;
}
.single-release main .postlink > a.back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.single-release main .postlink > a.back::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.3em;
  background: url(../../../images/assets/list.svg) center/contain no-repeat;
  vertical-align: middle;
  margin-bottom: 0.1em;
}
.single-release main .postlink > a.next-link {
  position: absolute;
  right: 0;
}
.single-release main .postlink > a.next-link::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.5em;
  background: url(../../../images/assets/arrow_r_black.svg) center/contain no-repeat;
}

.post-type-archive-release .sec_minittl {
  margin-top: 2em;
  margin-bottom: 2em;
}
.post-type-archive-release .term_list {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.post-type-archive-release .release_panel {
  position: relative;
}
.post-type-archive-release .release_panel .news_list_archive {
  position: absolute;
  top: 0;
  display: none;
}
.post-type-archive-release .release_panel .news_list_archive li {
  border-bottom: 1px dotted #e5e5e5;
  padding: 1.5em 0;
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  .post-type-archive-release .release_panel .news_list_archive li {
    flex-direction: row;
  }
}
.post-type-archive-release .release_panel .news_list_archive li:first-of-type {
  border-top: 1px dotted #e5e5e5;
}
.post-type-archive-release .release_panel .news_list_archive li > div {
  display: flex;
  justify-content: space-between;
  width: 200px;
}
@media screen and (max-width: 751px) {
  .post-type-archive-release .release_panel .news_list_archive li > div {
    display: block;
    width: 100%;
  }
}
.post-type-archive-release .release_panel .news_list_archive li > div .news_category {
  display: inline-block;
  width: 120px;
  height: 21px;
  border: solid 1px #f19956;
  border-radius: 0.4em;
  text-align: center;
  color: #f19956;
  font-size: 0.85em;
}
@media screen and (max-width: 751px) {
  .post-type-archive-release .release_panel .news_list_archive li > div .news_category {
    width: auto;
    padding: 0 7px;
    margin-right: 2px;
  }
}
.post-type-archive-release .release_panel .news_list_archive li > div .news_category.pressrelease {
  color: #F19956;
  border-color: #F19956;
}
.post-type-archive-release .release_panel .news_list_archive li > div .news_category.notice, .post-type-archive-release .release_panel .news_list_archive li > div .news_category.other {
  color: #A38A77;
  border-color: #A38A77;
}
.post-type-archive-release .release_panel .news_list_archive li > div .news_category.event, .post-type-archive-release .release_panel .news_list_archive li > div .news_category.seminar {
  color: #A0C27A;
  border-color: #A0C27A;
}
.post-type-archive-release .release_panel .news_list_archive li > p {
  flex: 1;
  margin-top: 0.5em;
}
@media screen and (min-width: 751px) {
  .post-type-archive-release .release_panel .news_list_archive li > p {
    margin-top: 0;
    width: calc(100% - 200px);
    padding-left: 15px;
  }
}
.post-type-archive-release .release_panel.current {
  margin-top: 0.5em;
  min-height: 355px;
}
@media screen and (min-width: 751px) {
  .post-type-archive-release .release_panel.current {
    min-height: 330px;
  }
}
.post-type-archive-release .release_panel.current .news_list_archive {
  position: static;
  display: block;
}
.post-type-archive-release .release_tab {
  cursor: pointer;
  width: 25%;
  min-width: 100px;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 751px) {
  .post-type-archive-release .release_tab {
    width: auto;
  }
}
.post-type-archive-release .release_tab.current a {
  color: #f19956;
  border-bottom: 1px solid #f19956;
  padding-bottom: 0.3em;
}

.sitemap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1.5em;
}
.sitemap table tr {
  width: 100%;
}
.sitemap table tr td {
  font-weight: bold;
}
.sitemap table tr td > ul {
  margin: 0 1em;
}
.sitemap table tr td > ul.list_pref {
  height: 14em;
  flex-wrap: wrap;
}
.sitemap table tr td > ul.list_link {
  margin: 0;
}
.sitemap table tr td > ul.list_link li {
  font-weight: bold;
  margin-bottom: 1.5em;
}
.sitemap table tr td > ul li {
  margin-bottom: 0.5em;
  font-weight: normal;
}
.sitemap hr {
  border-color: #cccac6;
}

.office .area_menu {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .office .area_menu {
    flex-wrap: nowrap;
  }
}
.office .area_menu li {
  width: 50%;
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #ccc;
}
.office .area_menu li:nth-of-type(2n-1) {
  border-top-width: 0;
}
@media screen and (min-width: 751px) {
  .office .area_menu li:nth-of-type(2n-1) {
    border-top-width: 1px;
  }
}
.office .area_menu li:nth-of-type(2n) {
  border-width: 0 1px 1px 0;
}
.office .area_menu li:nth-of-type(1), .office .area_menu li:nth-of-type(2) {
  border-top-width: 1px;
}
@media screen and (min-width: 751px) {
  .office .area_menu li {
    border-width: 1px 1px 1px 0;
    padding: 0.5em 0 1em;
    width: 20%;
    flex: 1;
  }
  .office .area_menu li:first-of-type {
    border-left-width: 1px;
  }
  .office .area_menu li:nth-of-type(2n) {
    border-top-width: 1px;
  }
}
.office .area_menu li a {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0 1em;
}
.office .area_menu li a::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: url(../../../images/assets/arrow_b_black.svg) center center/contain no-repeat;
  pointer-events: none;
  margin: 0.2em auto 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5em;
}
.office .area_menu li.is-active {
  background: #a38a77;
  color: #fff;
}
.office .area_menu li.is-active a::after {
  background: url(../../../images/assets/arrow_b_white.svg) center center/contain no-repeat;
}
.office h2 {
  margin-top: 3em;
}
.office .wrapper_area .office_list {
  width: 100%;
  border-top: solid 1px #cccac6;
}
.office .wrapper_area .office_list:first-of-type {
  border-bottom: 0;
  border-top: solid 1px #cccac6;
}
.office .wrapper_area .office_list:last-of-type {
  border-bottom: solid 1px #cccac6;
}
.office .wrapper_area .office_list h3 {
  background: #F7F4EF;
  padding: 2em 1em;
  font-weight: bold;
  min-width: 112px;
}
.office .wrapper_area .office_list .description {
  padding: 2em 0.5em 2em 2em;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  .office .wrapper_area .office_list .description {
    flex-direction: row;
    flex: 1;
  }
}
.office .wrapper_area .office_list .description > a {
  min-width: 170px;
  max-height: 3em;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin-top: 1.5em;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .office .wrapper_area .office_list .description > a {
    margin-top: 0;
    margin-right: 0;
  }
}
.office .wrapper_area .office_list .description > a::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../../images/assets/icon_access_white.svg) center center/contain no-repeat;
  margin-right: 0.5em;
}

.tax-recommend_cat .mv {
  background: url(../../../images/page/support_mv.jpg) top center/cover no-repeat;
}
.tax-recommend_cat .sec_subttl::before {
  background: url(../../../images/assets/icon_logomark.png) center center/contain no-repeat;
}
.tax-recommend_cat .sec_text {
  text-align: left;
  display: flex;
  align-items: baseline;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .tax-recommend_cat .sec_text {
    align-items: center;
  }
}
.tax-recommend_cat .sec_text::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../../images/page/support_q.svg) center center/contain no-repeat;
  margin-right: 0.5em;
}
.tax-recommend_cat .sec01 .lists_link {
  position: relative;
  top: -4em;
}
@media screen and (min-width: 992px) {
  .tax-recommend_cat .sec01 .lists_link {
    top: -5.5em;
  }
}
.tax-recommend_cat .sec01 .lists_link li {
  flex: 1;
}
.tax-recommend_cat .sec01 .lists_link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  flex: 1;
  text-align: center;
  width: 100%;
  height: 100%;
}
.tax-recommend_cat .sec01 .lists_link::after {
  content: "|";
  color: #CCCCCC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.tax-recommend_cat .sec01 > .flow {
  margin: 1.5em auto;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .tax-recommend_cat .sec01 > .flow {
    flex-direction: row;
  }
}
.tax-recommend_cat .sec01 > .flow li {
  background: #FFF7E5;
  border: 1px solid #A38A77;
  border-radius: 8px;
  padding: 1.5em;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 992px) {
  .tax-recommend_cat .sec01 > .flow li {
    flex: 1;
    margin-bottom: 0;
  }
}
.tax-recommend_cat .sec01 > .flow li dl dt {
  justify-content: space-between;
  align-items: center;
}
.tax-recommend_cat .sec01 > .flow li dl dt p {
  color: #F19956;
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .tax-recommend_cat .sec01 > .flow li dl dt p {
    margin-bottom: 0.4em;
  }
}
.tax-recommend_cat .sec01 > .flow li dl dt p::before {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.8em;
  background: url(../../../images/page/support_deco01.svg) center center/contain no-repeat;
  margin-bottom: 0.2em;
}
.tax-recommend_cat .sec01 > .flow li dl dt figure {
  width: 60px;
}
.tax-recommend_cat .sec01 > .flow li a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tax-recommend_cat .sec01 > .flow li a img {
  width: 2em;
}
@media screen and (min-width: 992px) {
  .tax-recommend_cat .sec01 > .flow li:nth-of-type(2) {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
.tax-recommend_cat .sec01 > .flow li:nth-of-type(2) dl dt p::before {
  background: url(../../../images/page/support_deco02.svg) center center/contain no-repeat;
}
.tax-recommend_cat .sec01 > .flow li:nth-of-type(2) dl dt figure {
  width: 45px;
}
.tax-recommend_cat .sec01 > .flow li:nth-of-type(3) dl dt p::before {
  background: url(../../../images/page/support_deco03.svg) center center/contain no-repeat;
}
.tax-recommend_cat .sec01 > .button {
  display: block;
  width: 50%;
  max-width: 250px;
  margin: 2em auto 0;
  text-align: center;
  padding: 0.8em;
}
.tax-recommend_cat .sec02 {
  margin-top: 5em;
}
.tax-recommend_cat .sec02 > .flow {
  margin: 4em auto 1.5em;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .tax-recommend_cat .sec02 > .flow {
    flex-direction: row;
  }
}
.tax-recommend_cat .sec02 > .flow li {
  border: 1px solid #A38A77;
  border-radius: 8px;
  padding: 1.5em;
  position: relative;
  margin-bottom: 3.5em;
}
@media screen and (min-width: 992px) {
  .tax-recommend_cat .sec02 > .flow li {
    flex: 1;
    margin-bottom: 0;
  }
}
.tax-recommend_cat .sec02 > .flow li > p {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
}
@media screen and (min-width: 992px) {
  .tax-recommend_cat .sec02 > .flow li > p {
    top: -2.5vw;
    width: 12vw;
    max-width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .tax-recommend_cat .sec02 > .flow li > p {
    top: -2.5rem;
  }
}
.tax-recommend_cat .sec02 > .flow li dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tax-recommend_cat .sec02 > .flow li dl dt figure {
  width: 80px;
  margin: 2em auto 1em;
}
.tax-recommend_cat .sec02 > .flow li dl dt p {
  color: #F19956;
  font-weight: bold;
  font-size: 1.15em;
  text-align: center;
  margin-bottom: 1em;
}
.tax-recommend_cat .sec02 > .flow li:nth-of-type(2) {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.tax-recommend_cat .sec02 > .flow li:nth-of-type(2) > p {
  width: 190px;
}
@media screen and (min-width: 992px) {
  .tax-recommend_cat .sec02 > .flow li:nth-of-type(2) > p {
    max-width: 152px;
  }
}
.tax-recommend_cat .sec02 > .flow li:nth-of-type(2) dl dt figure {
  width: 68px;
}
.tax-recommend_cat .sec02 > .flow li:nth-of-type(3) {
  margin-bottom: 0;
}
.tax-recommend_cat .sec02 > .flow li:nth-of-type(3) > p {
  width: 230px;
}
@media screen and (min-width: 992px) {
  .tax-recommend_cat .sec02 > .flow li:nth-of-type(3) > p {
    width: 13.5vw;
    max-width: 175px;
  }
}
.tax-recommend_cat .sec02 > .flow li:nth-of-type(3) dl dt figure {
  width: 66px;
}
.tax-recommend_cat .sec02 .button {
  display: block;
  width: 50%;
  max-width: 250px;
  margin: 2em auto 4em;
  text-align: center;
  padding: 0.8em;
}

.postid-59 .ly-contents,
.postid-57 .ly-contents {
  font-size: 1.08em;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-top: 0;
}
.postid-59 .sec_text,
.postid-57 .sec_text {
  margin-top: 1em;
}
.postid-59 .lists_link,
.postid-57 .lists_link {
  top: unset !important;
  justify-content: center;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 50px rgba(17, 16, 16, 0.1);
  position: relative;
  margin-bottom: 2em;
}
@media screen and (min-width: 992px) {
  .postid-59 .lists_link,
.postid-57 .lists_link {
    width: 95%;
  }
}
.postid-59 .lists_link .page_tab,
.postid-57 .lists_link .page_tab {
  flex: 1;
}
.postid-59 .lists_link .page_tab::after,
.postid-57 .lists_link .page_tab::after {
  content: none !important;
}
.postid-59 .lists_link::after,
.postid-57 .lists_link::after {
  content: "|";
  color: #CCCCCC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.postid-59 .wrapper01 h4,
.postid-57 .wrapper01 h4 {
  font-size: 1.3em;
  font-weight: bold;
  color: #F19956;
  background: url(../../../images/page/supportsystem_ttl01.svg) left center/cover no-repeat;
  height: 70px;
  padding-left: 80px;
  padding-bottom: 7px;
  display: flex;
  align-items: flex-end;
  margin-top: 3em;
}
.postid-59 .wrapper01 h4 > span,
.postid-57 .wrapper01 h4 > span {
  color: #333;
  font-size: 0.7em;
  margin-left: 1.5em;
  padding-bottom: 2px;
}
.postid-59 .wrapper01 .sec01 .flow,
.postid-57 .wrapper01 .sec01 .flow {
  margin: 1.5em auto;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper01 .sec01 .flow,
.postid-57 .wrapper01 .sec01 .flow {
    flex-direction: row;
  }
}
.postid-59 .wrapper01 .sec01 .flow li,
.postid-57 .wrapper01 .sec01 .flow li {
  background: #FFF7E5;
  border: 1px solid #A38A77;
  border-radius: 8px;
  padding: 2em 1.5em;
  margin-bottom: 2em;
  position: relative;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper01 .sec01 .flow li,
.postid-57 .wrapper01 .sec01 .flow li {
    flex: 1;
    margin-bottom: 0;
    padding: 1.5em;
  }
}
.postid-59 .wrapper01 .sec01 .flow li dl dt,
.postid-57 .wrapper01 .sec01 .flow li dl dt {
  justify-content: space-between;
  align-items: center;
}
.postid-59 .wrapper01 .sec01 .flow li dl dt p,
.postid-57 .wrapper01 .sec01 .flow li dl dt p {
  color: #F19956;
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper01 .sec01 .flow li dl dt p,
.postid-57 .wrapper01 .sec01 .flow li dl dt p {
    margin-bottom: 0.4em;
  }
}
.postid-59 .wrapper01 .sec01 .flow li dl dt p::before,
.postid-57 .wrapper01 .sec01 .flow li dl dt p::before {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.8em;
  background: url(../../../images/page/support_deco01.svg) center center/contain no-repeat;
  margin-bottom: 0.2em;
}
.postid-59 .wrapper01 .sec01 .flow li dl dt figure,
.postid-57 .wrapper01 .sec01 .flow li dl dt figure {
  width: 60px;
}
.postid-59 .wrapper01 .sec01 .flow li .arrow,
.postid-57 .wrapper01 .sec01 .flow li .arrow {
  display: block;
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 2em;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper01 .sec01 .flow li:nth-of-type(2),
.postid-57 .wrapper01 .sec01 .flow li:nth-of-type(2) {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
.postid-59 .wrapper01 .sec01 .flow li:nth-of-type(2) dl dt p::before,
.postid-57 .wrapper01 .sec01 .flow li:nth-of-type(2) dl dt p::before {
  background: url(../../../images/page/support_deco02.svg) center center/contain no-repeat;
}
.postid-59 .wrapper01 .sec01 .flow li:nth-of-type(2) dl dt figure,
.postid-57 .wrapper01 .sec01 .flow li:nth-of-type(2) dl dt figure {
  width: 45px;
}
.postid-59 .wrapper01 .sec01 .flow li:nth-of-type(3) dl dt p::before,
.postid-57 .wrapper01 .sec01 .flow li:nth-of-type(3) dl dt p::before {
  background: url(../../../images/page/support_deco03.svg) center center/contain no-repeat;
}
.postid-59 .wrapper01 .sec02 h4,
.postid-57 .wrapper01 .sec02 h4 {
  background: url(../../../images/page/supportsystem_w1_ttl01.svg) left center/cover no-repeat;
}
.postid-59 .wrapper01 .sec02 dl,
.postid-57 .wrapper01 .sec02 dl {
  display: flex;
  flex-wrap: wrap;
}
.postid-59 .wrapper01 .sec02 dl dt, .postid-59 .wrapper01 .sec02 dl dd,
.postid-57 .wrapper01 .sec02 dl dt,
.postid-57 .wrapper01 .sec02 dl dd {
  width: 48%;
  padding: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .postid-59 .wrapper01 .sec02 dl dt, .postid-59 .wrapper01 .sec02 dl dd,
.postid-57 .wrapper01 .sec02 dl dt,
.postid-57 .wrapper01 .sec02 dl dd {
    padding: 1.5em;
  }
}
.postid-59 .wrapper01 .sec02 dl dt,
.postid-57 .wrapper01 .sec02 dl dt {
  border-left: 1px solid #ccc;
  display: flex;
  align-items: center;
  width: 36%;
  padding: 1em 0.5em 1em 1em;
}
@media (min-width: 576px) {
  .postid-59 .wrapper01 .sec02 dl dt,
.postid-57 .wrapper01 .sec02 dl dt {
    padding: 1.5em 1.5em 1.5em 2em;
  }
}
.postid-59 .wrapper01 .sec02 dl dd,
.postid-57 .wrapper01 .sec02 dl dd {
  border-right: 1px solid #ccc;
  width: 63%;
}
.postid-59 .wrapper01 .sec02 p.deco,
.postid-57 .wrapper01 .sec02 p.deco {
  margin-bottom: 1em;
  font-size: 1.15em;
}
.postid-59 .wrapper01 .sec02 p.deco::before,
.postid-57 .wrapper01 .sec02 p.deco::before {
  white-space: pre;
  content: "●\a●\a●\a\a";
  color: #F8CCAA;
  font-size: 10px;
}
.postid-59 .wrapper01 .sec03 h4,
.postid-57 .wrapper01 .sec03 h4 {
  background: url(../../../images/page/supportsystem_w1_ttl02.svg) left center/cover no-repeat;
}
.postid-59 .wrapper01 .sec03 figure,
.postid-57 .wrapper01 .sec03 figure {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 2em 1.5em;
  margin-bottom: 1.5em;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper01 .sec03 figure,
.postid-57 .wrapper01 .sec03 figure {
    flex-direction: row;
  }
}
.postid-59 .wrapper01 .sec03 figure dl dt,
.postid-57 .wrapper01 .sec03 figure dl dt {
  margin-bottom: 1em;
}
.postid-59 .wrapper01 .sec03 figure img,
.postid-57 .wrapper01 .sec03 figure img {
  max-width: 450px;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper01 .sec03 figure img,
.postid-57 .wrapper01 .sec03 figure img {
    max-width: 330px;
    margin-left: 2em;
  }
}
.postid-59 .wrapper01 .sec03 figure:last-of-type,
.postid-57 .wrapper01 .sec03 figure:last-of-type {
  flex-direction: column;
}
.postid-59 .wrapper01 .sec03 figure:last-of-type > div,
.postid-57 .wrapper01 .sec03 figure:last-of-type > div {
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .postid-59 .wrapper01 .sec03 figure:last-of-type > div,
.postid-57 .wrapper01 .sec03 figure:last-of-type > div {
    flex-direction: row;
  }
}
.postid-59 .wrapper01 .sec03 figure:last-of-type > div img,
.postid-57 .wrapper01 .sec03 figure:last-of-type > div img {
  margin: 2em auto 1em;
  width: 95%;
  max-width: 450px;
}
@media (min-width: 992px) {
  .postid-59 .wrapper01 .sec03 figure:last-of-type > div img,
.postid-57 .wrapper01 .sec03 figure:last-of-type > div img {
    margin: 2em 0 1em;
    max-width: 49%;
  }
}
.postid-59 .wrapper01 .sec03 > p:first-of-type,
.postid-57 .wrapper01 .sec03 > p:first-of-type {
  padding: 1.5em;
  background: #F7F4EF;
  margin-bottom: 1.5em;
}
.postid-59 .wrapper01 .sec03 > p:first-of-type a,
.postid-57 .wrapper01 .sec03 > p:first-of-type a {
  text-decoration: underline;
}
.postid-59 .wrapper01 .sec03 > p.deco,
.postid-57 .wrapper01 .sec03 > p.deco {
  margin-bottom: 1em;
  font-size: 1.15em;
}
.postid-59 .wrapper01 .sec03 > p.deco::before,
.postid-57 .wrapper01 .sec03 > p.deco::before {
  white-space: pre;
  content: "●\a●\a●\a\a";
  color: #F8CCAA;
  font-size: 10px;
}
.postid-59 .wrapper01 .sec04 h4,
.postid-57 .wrapper01 .sec04 h4 {
  background: url(../../../images/page/supportsystem_w1_ttl03.svg) left center/cover no-repeat;
}
.postid-59 .wrapper01 .sec04 p:nth-of-type(2),
.postid-57 .wrapper01 .sec04 p:nth-of-type(2) {
  margin: 1em 0;
}
.postid-59 .wrapper01 .sec04 p:nth-of-type(3),
.postid-57 .wrapper01 .sec04 p:nth-of-type(3) {
  margin: 0.5em 0 0.5em auto;
}
.postid-59 .wrapper01 .sec04 p.deco,
.postid-57 .wrapper01 .sec04 p.deco {
  margin-bottom: 3em;
  font-size: 1.15em;
}
.postid-59 .wrapper01 .sec04 p.deco::before,
.postid-57 .wrapper01 .sec04 p.deco::before {
  white-space: pre;
  content: "●\a●\a●\a\a";
  color: #F8CCAA;
  font-size: 10px;
}
.postid-59 .wrapper01 .sec04 figure,
.postid-57 .wrapper01 .sec04 figure {
  border: 2px solid #F7F4EF;
  border-radius: 8px;
  padding: 2em 1.8em;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper01 .sec04 figure,
.postid-57 .wrapper01 .sec04 figure {
    flex-direction: row;
  }
}
.postid-59 .wrapper01 .sec04 figure img,
.postid-57 .wrapper01 .sec04 figure img {
  max-width: 95%;
  margin-top: 2em;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper01 .sec04 figure img,
.postid-57 .wrapper01 .sec04 figure img {
    max-width: 300px;
    margin-right: 3em;
    margin-top: 0;
  }
}
.postid-59 .wrapper01 .sec04 figure dl dt,
.postid-57 .wrapper01 .sec04 figure dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.postid-59 .wrapper01 .sec04 figure dl dt::before,
.postid-57 .wrapper01 .sec04 figure dl dt::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: #F19956;
  margin-right: 0.5em;
}
.postid-59 .wrapper01 .sec04 figure dl dt:nth-of-type(2)::before,
.postid-57 .wrapper01 .sec04 figure dl dt:nth-of-type(2)::before {
  background: #F7C29A;
}
.postid-59 .wrapper01 .sec04 figure dl dt:nth-of-type(3)::before,
.postid-57 .wrapper01 .sec04 figure dl dt:nth-of-type(3)::before {
  background: #FFEBDC;
}
.postid-59 .wrapper01 .sec04 figure dl dd,
.postid-57 .wrapper01 .sec04 figure dl dd {
  margin-bottom: 1.5em;
}
.postid-59 .wrapper01 .sec05 h4,
.postid-57 .wrapper01 .sec05 h4 {
  background: url(../../../images/page/supportsystem_w1_ttl03.svg) left center/cover no-repeat;
}
.postid-59 .wrapper02 .wrapper_ttl,
.postid-57 .wrapper02 .wrapper_ttl {
  margin-top: 3em;
  min-height: 70px;
  max-height: 85px;
  padding-left: 90px;
  padding-bottom: 5px;
}
@media (min-width: 576px) {
  .postid-59 .wrapper02 .wrapper_ttl,
.postid-57 .wrapper02 .wrapper_ttl {
    padding-left: 80px;
  }
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper02 .wrapper_ttl,
.postid-57 .wrapper02 .wrapper_ttl {
    display: flex;
    align-items: flex-end;
  }
}
.postid-59 .wrapper02 .wrapper_ttl h4,
.postid-57 .wrapper02 .wrapper_ttl h4 {
  font-size: 1.3em;
  font-weight: bold;
  color: #F19956;
  position: relative;
  line-height: 1.4;
  padding-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
}
.postid-59 .wrapper02 .wrapper_ttl h4 > span,
.postid-57 .wrapper02 .wrapper_ttl h4 > span {
  display: block;
  color: #333;
  font-size: 0.7em;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper02 .wrapper_ttl h4,
.postid-57 .wrapper02 .wrapper_ttl h4 {
    padding-bottom: 5px;
  }
  .postid-59 .wrapper02 .wrapper_ttl h4 > span,
.postid-57 .wrapper02 .wrapper_ttl h4 > span {
    display: inline-block;
    margin-left: 1.5em;
    width: inherit;
    align-self: flex-end;
    padding-bottom: 2px;
  }
}
.postid-59 .wrapper02 .wrapper_ttl h4::before,
.postid-57 .wrapper02 .wrapper_ttl h4::before {
  content: "";
  width: 100%;
  height: 0.8em;
  position: relative;
  bottom: 0.2em;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper02 .wrapper_ttl h4::before,
.postid-57 .wrapper02 .wrapper_ttl h4::before {
    position: absolute;
    bottom: 2em;
  }
}
.postid-59 .wrapper02 .cashback,
.postid-57 .wrapper02 .cashback {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper02 .cashback,
.postid-57 .wrapper02 .cashback {
    flex-direction: row;
  }
}
.postid-59 .wrapper02 .cashback > div,
.postid-57 .wrapper02 .cashback > div {
  flex: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.postid-59 .wrapper02 .cashback > div .box,
.postid-57 .wrapper02 .cashback > div .box {
  padding: 1.5em 1em;
  border-radius: 5px;
  background: #FFE9B8;
  margin-right: 0.5em;
  min-height: 165px;
}
.postid-59 .wrapper02 .cashback > div .box > p,
.postid-57 .wrapper02 .cashback > div .box > p {
  font-size: 1.14em;
  width: 75%;
  margin: 0 auto 1em;
  padding-bottom: 0.3em;
  background-image: linear-gradient(to right, #F8C186, #F8C186 3px, transparent 3px, transparent 7px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.postid-59 .wrapper02 .cashback > div .box > div,
.postid-57 .wrapper02 .cashback > div .box > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.postid-59 .wrapper02 .cashback > div .box > div::before,
.postid-57 .wrapper02 .cashback > div .box > div::before {
  content: "最大";
  display: inline-block;
  color: #fff;
  width: 4em;
  height: 4em;
  line-height: 4em;
  text-align: center;
  font-size: 95%;
  border-radius: 50%;
  background: #F6B679;
  box-shadow: 0 0 0 7px rgba(241, 153, 86, 0.4);
}
.postid-59 .wrapper02 .cashback > div .box > div p,
.postid-57 .wrapper02 .cashback > div .box > div p {
  font-size: 1.5em;
  margin-left: 1em;
}
.postid-59 .wrapper02 .cashback > div .box > div p > span,
.postid-57 .wrapper02 .cashback > div .box > div p > span {
  display: block;
  font-size: 0.7em;
}
.postid-59 .wrapper02 .cashback > div:first-of-type,
.postid-57 .wrapper02 .cashback > div:first-of-type {
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper02 .cashback > div:first-of-type,
.postid-57 .wrapper02 .cashback > div:first-of-type {
    margin-bottom: 0;
  }
}
.postid-59 .wrapper02 .cashback > div:last-of-type .box,
.postid-57 .wrapper02 .cashback > div:last-of-type .box {
  background: #CCEAED;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper02 .cashback > div:last-of-type .box,
.postid-57 .wrapper02 .cashback > div:last-of-type .box {
    margin-left: 0.5em;
  }
}
.postid-59 .wrapper02 .cashback > div:last-of-type .box > p,
.postid-57 .wrapper02 .cashback > div:last-of-type .box > p {
  background-image: linear-gradient(to right, #84C7DA, #84C7DA 3px, transparent 3px, transparent 7px);
}
.postid-59 .wrapper02 .cashback > div:last-of-type .box > div::before,
.postid-57 .wrapper02 .cashback > div:last-of-type .box > div::before {
  background: #70BFD6;
  box-shadow: 0 0 0 7px #93CFDF;
}
.postid-59 .wrapper02 .cashback > div:last-of-type .box > div p,
.postid-57 .wrapper02 .cashback > div:last-of-type .box > div p {
  color: #3EA5C7;
}
.postid-59 .wrapper02 .cashback > div:last-of-type .box > div p span,
.postid-57 .wrapper02 .cashback > div:last-of-type .box > div p span {
  display: flex;
  display: block;
}
.postid-59 .wrapper02 .cashback > div:last-of-type .box > div p span img,
.postid-57 .wrapper02 .cashback > div:last-of-type .box > div p span img {
  width: 100px;
  margin-right: 0.5em;
}
.postid-59 .wrapper02 .cashback > div > p,
.postid-57 .wrapper02 .cashback > div > p {
  font-weight: normal;
}
.postid-59 .wrapper02 .sec01 .flow,
.postid-57 .wrapper02 .sec01 .flow {
  margin: 4em auto 1.5em;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper02 .sec01 .flow,
.postid-57 .wrapper02 .sec01 .flow {
    flex-direction: row;
  }
}
.postid-59 .wrapper02 .sec01 .flow li,
.postid-57 .wrapper02 .sec01 .flow li {
  border: 1px solid #A38A77;
  border-radius: 8px;
  padding: 1.5em;
  position: relative;
  margin-bottom: 5.5em;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper02 .sec01 .flow li,
.postid-57 .wrapper02 .sec01 .flow li {
    flex: 1;
    margin-bottom: 0;
  }
}
.postid-59 .wrapper02 .sec01 .flow li a > p,
.postid-57 .wrapper02 .sec01 .flow li a > p {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper02 .sec01 .flow li a > p,
.postid-57 .wrapper02 .sec01 .flow li a > p {
    top: -2.5vw;
    width: 12vw;
    max-width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .postid-59 .wrapper02 .sec01 .flow li a > p,
.postid-57 .wrapper02 .sec01 .flow li a > p {
    top: -2.5rem;
  }
}
.postid-59 .wrapper02 .sec01 .flow li dl dt,
.postid-57 .wrapper02 .sec01 .flow li dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.postid-59 .wrapper02 .sec01 .flow li dl dt figure,
.postid-57 .wrapper02 .sec01 .flow li dl dt figure {
  width: 80px;
  margin: 2em auto 1em;
}
.postid-59 .wrapper02 .sec01 .flow li dl dt p,
.postid-57 .wrapper02 .sec01 .flow li dl dt p {
  color: #F19956;
  font-weight: bold;
  font-size: 1.15em;
  text-align: center;
  margin-bottom: 1em;
}
.postid-59 .wrapper02 .sec01 .flow li:nth-of-type(2),
.postid-57 .wrapper02 .sec01 .flow li:nth-of-type(2) {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.postid-59 .wrapper02 .sec01 .flow li:nth-of-type(2) > p,
.postid-57 .wrapper02 .sec01 .flow li:nth-of-type(2) > p {
  width: 190px;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper02 .sec01 .flow li:nth-of-type(2) > p,
.postid-57 .wrapper02 .sec01 .flow li:nth-of-type(2) > p {
    max-width: 135px;
  }
}
@media screen and (min-width: 1200px) {
  .postid-59 .wrapper02 .sec01 .flow li:nth-of-type(2) > p,
.postid-57 .wrapper02 .sec01 .flow li:nth-of-type(2) > p {
    max-width: 152px;
  }
}
.postid-59 .wrapper02 .sec01 .flow li:nth-of-type(2) dl dt figure,
.postid-57 .wrapper02 .sec01 .flow li:nth-of-type(2) dl dt figure {
  width: 68px;
}
.postid-59 .wrapper02 .sec01 .flow li:nth-of-type(3),
.postid-57 .wrapper02 .sec01 .flow li:nth-of-type(3) {
  margin-bottom: 0;
}
.postid-59 .wrapper02 .sec01 .flow li:nth-of-type(3) > p,
.postid-57 .wrapper02 .sec01 .flow li:nth-of-type(3) > p {
  width: 230px;
}
@media screen and (min-width: 992px) {
  .postid-59 .wrapper02 .sec01 .flow li:nth-of-type(3) > p,
.postid-57 .wrapper02 .sec01 .flow li:nth-of-type(3) > p {
    width: 13.5vw;
    max-width: 175px;
  }
}
.postid-59 .wrapper02 .sec01 .flow li:nth-of-type(3) dl dt figure,
.postid-57 .wrapper02 .sec01 .flow li:nth-of-type(3) dl dt figure {
  width: 66px;
}
.postid-59 .wrapper02 .sec01 .flow li img.arrow,
.postid-57 .wrapper02 .sec01 .flow li img.arrow {
  position: absolute;
  display: block;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 2em;
}
.postid-59 .wrapper02 .sec02 .wrapper_ttl,
.postid-57 .wrapper02 .sec02 .wrapper_ttl {
  background: url(../../../images/page/supportsystem_ttl01.svg) left center/cover no-repeat;
}
.postid-59 .wrapper02 .sec02 .wrapper_ttl h4::before,
.postid-57 .wrapper02 .sec02 .wrapper_ttl h4::before {
  background: url(../../../images/page/supportsystem_ttl01-num.svg) left center/contain no-repeat;
  background-size: 0.8em;
}
.postid-59 .wrapper02 .sec02 > .text_brown,
.postid-57 .wrapper02 .sec02 > .text_brown {
  font-weight: bold;
  margin: 3em auto 1em;
}
.postid-59 .wrapper02 .sec02 > .text_brown::before,
.postid-57 .wrapper02 .sec02 > .text_brown::before {
  content: "＼";
  margin-right: 5px;
  font-size: 110%;
}
.postid-59 .wrapper02 .sec02 > .text_brown::after,
.postid-57 .wrapper02 .sec02 > .text_brown::after {
  content: "／";
  margin-left: 5px;
  font-size: 110%;
}
.postid-59 .wrapper02 .sec03 .wrapper_ttl,
.postid-57 .wrapper02 .sec03 .wrapper_ttl {
  background: url(../../../images/page/supportsystem_ttl02.svg) left center/cover no-repeat;
}
.postid-59 .wrapper02 .sec03 .wrapper_ttl h4::before,
.postid-57 .wrapper02 .sec03 .wrapper_ttl h4::before {
  background: url(../../../images/page/supportsystem_ttl02-num.svg) left center/contain no-repeat;
  background-size: 0.8em;
}
.postid-59 .wrapper02 .sec03 table,
.postid-57 .wrapper02 .sec03 table {
  margin: 2em auto 1em;
}
@media (max-width: 575.98px) {
  .postid-59 .wrapper02 .sec03 table tr,
.postid-57 .wrapper02 .sec03 table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
  }
}
.postid-59 .wrapper02 .sec03 table th, .postid-59 .wrapper02 .sec03 table td,
.postid-57 .wrapper02 .sec03 table th,
.postid-57 .wrapper02 .sec03 table td {
  border: 1px solid #CCCCCC;
  padding: 1em 0.5em;
  vertical-align: middle;
}
.postid-59 .wrapper02 .sec03 table th,
.postid-57 .wrapper02 .sec03 table th {
  background: #F7F4EF;
  color: #A38A77;
  text-align: center;
  display: none;
}
@media (min-width: 576px) {
  .postid-59 .wrapper02 .sec03 table th,
.postid-57 .wrapper02 .sec03 table th {
    display: table-cell;
  }
}
.postid-59 .wrapper02 .sec03 table th:first-of-type,
.postid-57 .wrapper02 .sec03 table th:first-of-type {
  min-width: 6.5em;
}
@media (min-width: 992px) {
  .postid-59 .wrapper02 .sec03 table th:first-of-type,
.postid-57 .wrapper02 .sec03 table th:first-of-type {
    min-width: 12.1em;
  }
}
.postid-59 .wrapper02 .sec03 table th:nth-of-type(2),
.postid-57 .wrapper02 .sec03 table th:nth-of-type(2) {
  min-width: 5.5em;
}
@media (max-width: 575.98px) {
  .postid-59 .wrapper02 .sec03 table td,
.postid-57 .wrapper02 .sec03 table td {
    display: flex;
    position: relative;
    padding-left: 120px;
  }
  .postid-59 .wrapper02 .sec03 table td::before,
.postid-57 .wrapper02 .sec03 table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #A38A77;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #F7F4EF;
    width: 110px;
    height: 99%;
    border-right: 1px solid #CCCCCC;
    padding-top: 1em;
    text-align: center;
  }
}
.postid-59 .wrapper02 .sec03 table td:first-of-type,
.postid-57 .wrapper02 .sec03 table td:first-of-type {
  background: #FAFAFA;
  font-weight: bold;
  text-align: center;
  border-bottom: 0;
}
@media (min-width: 576px) {
  .postid-59 .wrapper02 .sec03 table td:first-of-type,
.postid-57 .wrapper02 .sec03 table td:first-of-type {
    border-bottom: 1px solid #CCCCCC;
  }
}
.postid-59 .wrapper02 .sec03 table td:nth-of-type(2),
.postid-57 .wrapper02 .sec03 table td:nth-of-type(2) {
  text-align: center;
  border-bottom: 0;
}
@media (min-width: 576px) {
  .postid-59 .wrapper02 .sec03 table td:nth-of-type(2),
.postid-57 .wrapper02 .sec03 table td:nth-of-type(2) {
    border-bottom: 1px solid #CCCCCC;
  }
}
@media (min-width: 992px) {
  .postid-59 .wrapper02 .sec03 table td:nth-of-type(3),
.postid-57 .wrapper02 .sec03 table td:nth-of-type(3) {
    padding: 1em;
  }
}
.postid-59 .wrapper02 .sec03 .deco,
.postid-57 .wrapper02 .sec03 .deco {
  margin-bottom: 1em;
  font-size: 1.15em;
}
.postid-59 .wrapper02 .sec03 .deco::before,
.postid-57 .wrapper02 .sec03 .deco::before {
  white-space: pre;
  content: "●\a●\a●\a\a";
  color: #F8CCAA;
  font-size: 10px;
}
.postid-59 .wrapper02 .sec04 .wrapper_ttl,
.postid-57 .wrapper02 .sec04 .wrapper_ttl {
  background: url(../../../images/page/supportsystem_ttl03.svg) left center/cover no-repeat;
}
.postid-59 .wrapper02 .sec04 .wrapper_ttl h4::before,
.postid-57 .wrapper02 .sec04 .wrapper_ttl h4::before {
  background: url(../../../images/page/supportsystem_ttl03-num.svg) left center/contain no-repeat;
  background-size: 0.8em;
}
.postid-59 .wrapper02 .sec04 > a,
.postid-57 .wrapper02 .sec04 > a {
  margin: 1em 0 3em;
  display: block;
}
.postid-59 .wrapper02 .sec04 .fw_b,
.postid-57 .wrapper02 .sec04 .fw_b {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.postid-59 .wrapper02 .sec04 > div:nth-of-type(2),
.postid-57 .wrapper02 .sec04 > div:nth-of-type(2) {
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 3em 1.2em;
}
@media screen and (min-width: 751px) {
  .postid-59 .wrapper02 .sec04 > div:nth-of-type(2),
.postid-57 .wrapper02 .sec04 > div:nth-of-type(2) {
    padding: 3em 2em;
  }
}
.postid-59 .wrapper02 .sec04 > div:nth-of-type(2) figure,
.postid-57 .wrapper02 .sec04 > div:nth-of-type(2) figure {
  margin-bottom: 2em;
}
.postid-59 .wrapper02 .sec04 > div:nth-of-type(2) > div,
.postid-57 .wrapper02 .sec04 > div:nth-of-type(2) > div {
  flex-wrap: wrap;
  justify-content: space-between;
}
.postid-59 .wrapper02 .sec04 > div:nth-of-type(2) > div p,
.postid-57 .wrapper02 .sec04 > div:nth-of-type(2) > div p {
  display: flex;
  align-items: baseline;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .postid-59 .wrapper02 .sec04 > div:nth-of-type(2) > div p,
.postid-57 .wrapper02 .sec04 > div:nth-of-type(2) > div p {
    width: 48%;
  }
}
.postid-59 .wrapper02 .sec04 > div:nth-of-type(2) > div p:nth-of-type(1), .postid-59 .wrapper02 .sec04 > div:nth-of-type(2) > div p:nth-of-type(2),
.postid-57 .wrapper02 .sec04 > div:nth-of-type(2) > div p:nth-of-type(1),
.postid-57 .wrapper02 .sec04 > div:nth-of-type(2) > div p:nth-of-type(2) {
  margin-bottom: 1.5em;
}
.postid-59 .wrapper02 .sec04 > div:nth-of-type(2) > div p::before,
.postid-57 .wrapper02 .sec04 > div:nth-of-type(2) > div p::before {
  content: "";
  display: inline-block;
  min-width: 1em;
  width: 1em;
  height: 1em;
  background: url(../../../images/page/supportsystem_flow01.svg) center/contain no-repeat;
  margin-right: 0.3em;
}
.postid-59 .wrapper02 .sec04 > div:nth-of-type(2) > div p:nth-of-type(2)::before,
.postid-57 .wrapper02 .sec04 > div:nth-of-type(2) > div p:nth-of-type(2)::before {
  background: url(../../../images/page/supportsystem_flow02.svg) center/contain no-repeat;
}
.postid-59 .wrapper02 .sec04 > div:nth-of-type(2) > div p:nth-of-type(3)::before,
.postid-57 .wrapper02 .sec04 > div:nth-of-type(2) > div p:nth-of-type(3)::before {
  background: url(../../../images/page/supportsystem_flow03.svg) center/contain no-repeat;
}
.postid-59 .wrapper02 .sec04 > div:nth-of-type(2) > div p:nth-of-type(4)::before,
.postid-57 .wrapper02 .sec04 > div:nth-of-type(2) > div p:nth-of-type(4)::before {
  background: url(../../../images/page/supportsystem_flow04.svg) center/contain no-repeat;
}
.postid-59 .wrapper02 .sec04 > div:last-of-type > P:first-of-type::before,
.postid-57 .wrapper02 .sec04 > div:last-of-type > P:first-of-type::before {
  white-space: pre;
  content: "●\a●\a●\a\a";
  color: #F8CCAA;
  font-size: 10px;
}
.postid-59 .wrapper02 .sec04 > div:last-of-type > P:last-of-type,
.postid-57 .wrapper02 .sec04 > div:last-of-type > P:last-of-type {
  margin-top: 1em;
}
.postid-59 .wrapper02 .sec04 > div:last-of-type > a,
.postid-57 .wrapper02 .sec04 > div:last-of-type > a {
  margin-top: 1em;
  margin-bottom: 2em;
  display: block;
}
.postid-59 .wrapper02 .sec04 > div:last-of-type > a::before,
.postid-57 .wrapper02 .sec04 > div:last-of-type > a::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.3em;
  background: url(../../../images/assets/arrow_r_orange.svg) center/contain no-repeat;
  opacity: 0.8;
}

.term-learn .mv {
  background: url(../../../images/page/recommend_mv.jpg) top center/cover no-repeat;
}
.term-learn .lists_link {
  width: 100%;
  flex-wrap: wrap;
}
.term-learn .lists_link li {
  position: relative;
  flex: 1 0 25%;
}
.term-learn .lists_link li:not(:nth-of-type(4n))::after {
  content: "|";
  color: #CCCCCC;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.term-learn .lists_link li a {
  padding: 1em 0.5em;
}
.term-learn .lists {
  display: flex;
  flex-wrap: wrap;
}
.term-learn .lists .list_cassette {
  width: 33%;
}
@media screen and (max-width: 750px) {
  .term-learn .lists .list_cassette {
    width: 50%;
  }
}
.term-learn .lists .list_cassette .cassette_inner {
  display: block;
  height: 100%;
  margin: 1em;
  background-color: #fff;
}
.term-learn .lists .list_cassette .cassette_inner .list_body {
  padding: 1em 0;
  line-height: 1.8;
}
.term-learn .lists .list_cassette .cassette_inner .list_body .list_title {
  margin-bottom: 0.5em;
  font-size: 1.14em;
  font-weight: bold;
  color: #a38a77;
}
.term-learn .btn_back {
  display: block;
  margin-top: 3em;
}

.single-recommend .ly-contents {
  font-size: 1.08em;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-top: 0;
}
.single-recommend .sec_minittl {
  font-size: 1.91rem;
}
@media screen and (max-width: 750px) {
  .single-recommend .sec_minittl {
    font-size: 1.5rem;
  }
}
.single-recommend .lists_link {
  flex-wrap: wrap;
  margin-bottom: 3em;
  top: unset !important;
}
.single-recommend .lists_link li {
  position: relative;
  flex: 1 0 35%;
  text-align: center;
}
@media (min-width: 576px) {
  .single-recommend .lists_link li {
    flex: 1 0 25%;
  }
}
@media (max-width: 575.98px) {
  .single-recommend .lists_link li:nth-of-type(2n-1)::after {
    content: "|";
    color: #CCCCCC;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 576px) {
  .single-recommend .lists_link li:not(:nth-of-type(4n))::after {
    content: "|";
    color: #CCCCCC;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.single-recommend .lists_link li a {
  padding: 0.7em 1em;
}
@media (min-width: 576px) {
  .single-recommend .lists_link li a {
    padding: 1em;
  }
}
.single-recommend .learn01 .sec01 figure {
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  padding: 1.5em 1em;
}
@media (min-width: 576px) {
  .single-recommend .learn01 .sec01 figure {
    padding: 3em 2em;
  }
}
.single-recommend .learn01 .sec01 figure img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .single-recommend .learn01 .sec01 figure img {
    width: 90%;
  }
}
.single-recommend .learn01 .sec02 .inner {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.single-recommend .learn01 .sec02 .inner::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f7f4ef;
}
.single-recommend .learn01 .sec02 ol {
  margin-left: 0.8em;
  margin-right: 0.8em;
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-recommend .learn01 .sec02 ol {
    flex-direction: row;
  }
}
.single-recommend .learn01 .sec02 ol li {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  border: 2px solid #A38A77;
  border-radius: 8px;
  padding: 1em 0.5em;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .single-recommend .learn01 .sec02 ol li {
    flex: 1;
  }
}
.single-recommend .learn01 .sec02 ol li img {
  height: 120px;
  width: auto;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .single-recommend .learn01 .sec02 ol li img {
    height: 128px;
  }
}
.single-recommend .learn01 .sec02 ol li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.single-recommend .learn01 .sec02 ol li:not(:last-of-type)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  margin-left: -17px;
  border: 10px solid transparent;
  border-top: 20px solid #FFF;
  z-index: 2;
}
@media (min-width: 992px) {
  .single-recommend .learn01 .sec02 ol li:not(:last-of-type) {
    margin-right: 1.5em;
    margin-bottom: 0;
  }
  .single-recommend .learn01 .sec02 ol li:not(:last-of-type)::before {
    left: inherit;
    bottom: inherit;
    top: 50%;
    right: -28px;
    margin-left: 0;
    margin-top: -17px;
    border-top: 0;
    border: 10px solid transparent;
    border-left: 20px solid #FFF;
  }
}
.single-recommend .learn01 .sec02 ol li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -17px;
  border: 10px solid transparent;
  border-top: 20px solid #A38A77;
  z-index: 1;
}
@media (min-width: 992px) {
  .single-recommend .learn01 .sec02 ol li:not(:last-of-type)::after {
    left: inherit;
    bottom: inherit;
    top: 50%;
    right: -32px;
    margin-left: 0;
    margin-top: -17px;
    border-top: inherit;
    border: 10px solid transparent;
    border-left: 20px solid #A38A77;
  }
}
.single-recommend .learn01 .sec02 a {
  display: block;
  text-align: center;
  width: clamp(250px, 30%, 300px);
  margin: 2em auto;
}
.single-recommend .learn01 .sec03 ol {
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-recommend .learn01 .sec03 ol {
    flex-direction: row;
  }
}
.single-recommend .learn01 .sec03 ol li {
  border: 1px solid #A38A77;
  background: #FFF7E5;
  padding: 2em 1em;
  position: relative;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .single-recommend .learn01 .sec03 ol li {
    width: 49%;
    margin-bottom: 0;
  }
}
.single-recommend .learn01 .sec03 ol li h5::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  margin-bottom: 0.5em;
  background: url(../../../images/page/learn01_merit01.svg) center/cover no-repeat;
}
.single-recommend .learn01 .sec03 ol li::after {
  position: absolute;
  top: 1em;
  right: 1em;
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  margin-bottom: 0.5em;
  background: url(../../../images/page/learn01_merit01-icon.png) center/cover no-repeat;
}
.single-recommend .learn01 .sec03 ol li:nth-of-type(2) h5::before {
  background: url(../../../images/page/learn01_merit02.svg) center/cover no-repeat;
}
.single-recommend .learn01 .sec03 ol li:nth-of-type(2)::after {
  width: 4.5em;
  background: url(../../../images/page/learn01_merit02-icon.png) center/contain no-repeat;
}
.single-recommend .learn01 .sec03 ol li:nth-of-type(3) {
  width: 100%;
  margin-top: 2%;
}
.single-recommend .learn01 .sec03 ol li:nth-of-type(3) h5::before {
  background: url(../../../images/page/learn01_merit03.svg) center/cover no-repeat;
}
.single-recommend .learn01 .sec03 ol li:nth-of-type(3)::after {
  height: 4em;
  background: url(../../../images/page/learn01_merit03-icon.png) center/contain no-repeat;
}
.single-recommend .learn01 .sec03 ol li:nth-of-type(3) > div {
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-recommend .learn01 .sec03 ol li:nth-of-type(3) > div {
    flex-direction: row;
  }
}
.single-recommend .learn01 .sec03 ol li:nth-of-type(3) > div div {
  flex: 1;
}
.single-recommend .learn01 .sec03 ol li:nth-of-type(3) > div div:first-of-type {
  border-bottom: 1px dotted #A38A77;
  padding-bottom: 1em;
}
@media (min-width: 992px) {
  .single-recommend .learn01 .sec03 ol li:nth-of-type(3) > div div:first-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    border-right: 1px dotted #A38A77;
    padding-right: 1em;
  }
}
.single-recommend .learn01 .sec03 ol li:nth-of-type(3) > div div:last-of-type {
  padding-top: 1em;
}
@media (min-width: 992px) {
  .single-recommend .learn01 .sec03 ol li:nth-of-type(3) > div div:last-of-type {
    padding-top: 0;
    padding-left: 1.5em;
  }
}
.single-recommend .learn02 .sec01 dl dd {
  background: #FCFAF5;
  padding: 1em;
}
.single-recommend .learn02 .sec01 dl dd:nth-of-type(2n) {
  padding-bottom: 2em;
}
.single-recommend .learn02 .sec02 {
  position: relative;
}
.single-recommend .learn02 .sec02::before {
  content: "";
  display: inline-block;
  background: url(../../../images/page/learn02_img01.png) center/contain no-repeat;
  width: 10em;
  height: 10em;
  position: relative;
  left: 50%;
  top: 14em;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .single-recommend .learn02 .sec02::before {
    width: 12em;
    height: 12em;
    position: absolute;
    right: 0;
    top: -2em;
    left: inherit;
    transform: none;
  }
}
.single-recommend .learn02 .sec02 h3 {
  border-bottom: 1px solid #F19956;
  padding-bottom: 0.2em;
}
.single-recommend .learn02 .sec02 > div:first-of-type p:first-of-type {
  margin-top: 13em;
}
@media (min-width: 992px) {
  .single-recommend .learn02 .sec02 > div:first-of-type p:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .single-recommend .learn02 .sec02 > div:first-of-type p:not(:last-of-type) {
    margin-bottom: 1em;
    margin-right: 12.5rem;
  }
}
.single-recommend .learn02 .sec02 > div:nth-of-type(2) {
  margin: 2em auto;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .single-recommend .learn02 .sec02 > div:nth-of-type(2) {
    flex-direction: row;
  }
}
.single-recommend .learn02 .sec02 > div:nth-of-type(2) > img {
  max-width: 220px;
  position: relative;
  top: 0;
}
@media (min-width: 992px) {
  .single-recommend .learn02 .sec02 > div:nth-of-type(2) > img {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .single-recommend .learn02 .sec02 > div:nth-of-type(2) > div {
    margin-top: 2em;
    margin-left: 2rem;
  }
}
.single-recommend .learn02 .sec02 > div:nth-of-type(2) > div p {
  margin-bottom: 1em;
}
.single-recommend .learn02 .sec03 {
  position: relative;
  padding-bottom: 22em;
}
@media (min-width: 992px) {
  .single-recommend .learn02 .sec03 {
    padding-bottom: 3em;
  }
}
.single-recommend .learn02 .sec03 h3 {
  border-bottom: 1px solid #F19956;
  padding-bottom: 0.2em;
}
@media (min-width: 992px) {
  .single-recommend .learn02 .sec03 h3 {
    padding-right: 14.5em;
  }
}
.single-recommend .learn02 .sec03 p {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .single-recommend .learn02 .sec03 p {
    margin-right: 17em;
  }
}
.single-recommend .learn02 .sec03::before {
  content: "";
  display: inline-block;
  width: 16em;
  height: 21em;
  background: url(../../../images/page/learn02_img03.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .single-recommend .learn02 .sec03::before {
    bottom: inherit;
    right: 0;
    top: 0;
  }
}
.single-recommend .learn03 figure {
  margin-top: 2em;
}
.single-recommend .learn03 a {
  display: block;
  text-align: center;
  padding: 0.8em;
  width: clamp(270px, 30%, 330px);
  margin: 2em auto;
}
.single-recommend .learn04 .sec01 dl dt {
  font-size: 1em;
}
.single-recommend .learn04 .sec01 dl dd {
  background: #FCFAF5;
  padding: 2em;
  margin-bottom: 1.5em;
}
.single-recommend .learn04 .sec01 dl dd > a {
  display: block;
}
.single-recommend .learn04 .sec01 dl dd > a::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.3em;
  background: url(../../../images/assets/arrow_r_orange.svg) center/contain no-repeat;
  opacity: 0.8;
}
.single-recommend .learn04 .sec01 dl dd > a:first-of-type {
  margin-top: 0.8em;
}
.single-recommend .learn04 .sec02 .grid_parent {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-recommend .learn04 .sec02 .grid_parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content {
  background: #FFF7E5;
  border: 1px solid #A38A77;
  border-radius: 8px;
  padding: 2em 1em;
  position: relative;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .single-recommend .learn04 .sec02 .grid_parent .grid_content {
    margin-bottom: 0;
  }
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content h5 {
  font-weight: bold;
  margin-bottom: 1em;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content::after {
  position: absolute;
  top: 1em;
  right: 1em;
  content: "";
  display: block;
  width: 3.3em;
  height: 3.3em;
  margin-bottom: 0.5em;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_01 {
  grid-area: 1/1/3/2;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_01::after {
  background: url(../../../images/page/learn04_01.png) center/contain no-repeat;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_02 {
  grid-area: 3/1/5/2;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_02::after {
  width: 3.3em;
  background: url(../../../images/page/learn04_02.png) center/contain no-repeat;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_03 {
  grid-area: 5/1/7/2;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_03::after {
  width: 3.5em;
  background: url(../../../images/page/learn04_03.png) center/contain no-repeat;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_04 {
  grid-area: 7/1/9/2;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_04::after {
  width: 3.5em;
  height: 3.5em;
  background: url(../../../images/page/learn04_04.png) center/contain no-repeat;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_05 {
  grid-area: 1/2/4/3;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_05::after {
  background: url(../../../images/page/learn04_05.png) center/contain no-repeat;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_06 {
  grid-area: 4/2/7/3;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_06::after {
  width: 3.5em;
  height: 3.5em;
  background: url(../../../images/page/learn04_06.png) center/contain no-repeat;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_07 {
  grid-area: 7/2/9/3;
}
.single-recommend .learn04 .sec02 .grid_parent .grid_content.content_07::after {
  width: 3.5em;
  height: 3.5em;
  background: url(../../../images/page/learn04_07.png) center/contain no-repeat;
}
.single-recommend .learn04 .sec02 > a {
  display: block;
  text-align: center;
  width: clamp(250px, 30%, 300px);
  padding: 0.8em;
  margin: 1em auto 2em;
}
.single-recommend .learn05 .wrapper_table table {
  margin: 2em auto 0.5em;
}
@media (max-width: 575.98px) {
  .single-recommend .learn05 .wrapper_table table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
  }
}
.single-recommend .learn05 .wrapper_table table th, .single-recommend .learn05 .wrapper_table table td {
  border: 1px solid #CCCCCC;
  padding: 1em 0.5em;
  vertical-align: middle;
}
.single-recommend .learn05 .wrapper_table table th {
  background: #F7F4EF;
  color: #A38A77;
  text-align: center;
  display: none;
}
@media (min-width: 576px) {
  .single-recommend .learn05 .wrapper_table table th {
    display: table-cell;
  }
}
.single-recommend .learn05 .wrapper_table table th:first-of-type {
  min-width: 6.5em;
}
@media (min-width: 992px) {
  .single-recommend .learn05 .wrapper_table table th:first-of-type {
    min-width: 12.1em;
  }
}
.single-recommend .learn05 .wrapper_table table th:nth-of-type(2) {
  min-width: 4.3em;
}
@media (max-width: 575.98px) {
  .single-recommend .learn05 .wrapper_table table td {
    display: flex;
    position: relative;
    padding-left: 5.5em;
  }
  .single-recommend .learn05 .wrapper_table table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #A38A77;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #F7F4EF;
    width: 60px;
    height: 99%;
    border-right: 1px solid #CCCCCC;
    padding-top: 1em;
    text-align: center;
  }
}
.single-recommend .learn05 .wrapper_table table td:first-of-type {
  background: #FAFAFA;
  font-weight: bold;
  text-align: center;
  border-bottom: 0;
}
@media (min-width: 576px) {
  .single-recommend .learn05 .wrapper_table table td:first-of-type {
    min-width: 166px;
    border-bottom: 1px solid #CCCCCC;
  }
}
.single-recommend .learn05 .wrapper_table table td:nth-of-type(2) {
  text-align: center;
  border-bottom: 0;
}
@media (min-width: 576px) {
  .single-recommend .learn05 .wrapper_table table td:nth-of-type(2) {
    border-bottom: 1px solid #CCCCCC;
  }
}
@media (min-width: 992px) {
  .single-recommend .learn05 .wrapper_table table td:nth-of-type(3) {
    padding: 1em;
  }
}
.single-recommend .learn06 .sec01 .grid_parent {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-recommend .learn06 .sec01 .grid_parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, auto);
    grid-gap: 1em;
  }
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content {
  padding: 2em 1em;
  position: relative;
  display: flex;
  border: 2px solid #fff;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .single-recommend .learn06 .sec01 .grid_parent .grid_content:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content > div {
  position: relative;
  padding-left: 1.8em;
  flex: 1;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content > div::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: -0.7em;
  left: 0;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.border_orange {
  border-color: #FFE9B8;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.border_orange::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: auto;
  background: url(../../../images/page/learn06_01.png) top center/contain no-repeat;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.border_orange > div::before {
  background: url(../../../images/page/quote_orange.svg) center/contain no-repeat;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.border_blue {
  border-color: #CCEAED;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.border_blue::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: auto;
  background: url(../../../images/page/learn06_02.png) top center/contain no-repeat;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.border_blue > div:first-of-type::before {
  background: url(../../../images/page/quote_blue.svg) center/contain no-repeat;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.content01 {
  grid-area: 1/1/2/2;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.content02 {
  grid-area: 2/1/4/2;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.content03 {
  grid-area: 4/1/6/2;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.content04 {
  grid-area: 6/1/8/2;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.content05 {
  grid-area: 1/2/2/3;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.content06 {
  grid-area: 2/2/3/3;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.content07 {
  grid-area: 3/2/5/3;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.content08 {
  grid-area: 5/2/6/3;
}
.single-recommend .learn06 .sec01 .grid_parent .grid_content.content09 {
  grid-area: 6/2/8/3;
}
.single-recommend .learn06 .sec02 .wrapper_flow {
  border: 1px solid #ccc;
  border-radius: 8px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-recommend .learn06 .sec02 .wrapper_flow {
    flex-direction: row;
  }
}
.single-recommend .learn06 .sec02 .wrapper_flow > div {
  flex: 1;
  padding: 1.5em 1em;
}
@media (min-width: 576px) {
  .single-recommend .learn06 .sec02 .wrapper_flow > div {
    padding: 2em;
  }
}
.single-recommend .learn06 .sec02 .wrapper_flow > div:first-of-type {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 992px) {
  .single-recommend .learn06 .sec02 .wrapper_flow > div:first-of-type {
    border-right: 1px solid #ccc;
  }
}
.single-recommend .learn06 .sec02 .wrapper_flow > div:first-of-type p span {
  color: #E6A524;
}
.single-recommend .learn06 .sec02 .wrapper_flow > div:first-of-type p::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../../../images/page/learn06_03.svg) center/contain no-repeat;
  margin-right: 0.5em;
  vertical-align: middle;
  margin-bottom: 0.2em;
}
.single-recommend .learn06 .sec02 .wrapper_flow > div:last-of-type p span {
  color: #147343;
}
.single-recommend .learn06 .sec02 .wrapper_flow > div:last-of-type p::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../../../images/page/learn06_04.svg) center/contain no-repeat;
  margin-right: 0.5em;
  vertical-align: middle;
  margin-bottom: 0.2em;
}
.single-recommend .learn07 .sec01 ul {
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-recommend .learn07 .sec01 ul {
    flex-direction: row;
  }
}
.single-recommend .learn07 .sec01 ul li {
  width: clamp(280px, 80%, 450px);
  margin: 0 auto 1em;
  background: #FFF7E5;
  padding: 2.5em 1em 1.5em;
  position: relative;
}
@media (min-width: 992px) {
  .single-recommend .learn07 .sec01 ul li {
    flex: 1;
    margin-bottom: 0;
    max-width: 24%;
    padding: 2em 1em 1em;
  }
}
.single-recommend .learn07 .sec01 ul li P {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .single-recommend .learn07 .sec01 ul li P {
    width: 100%;
  }
}
.single-recommend .learn07 .sec01 ul li:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../../../images/page/quote_yellow.svg) center/contain no-repeat;
  position: absolute;
  top: 1em;
  left: 18%;
}
@media (min-width: 992px) {
  .single-recommend .learn07 .sec01 ul li:before {
    top: 0.5em;
    left: 1em;
  }
}
.single-recommend .learn07 .sec01 .wrapper_flow {
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  padding: 2em 1em;
}
@media (min-width: 992px) {
  .single-recommend .learn07 .sec01 .wrapper_flow {
    padding: 3em 2em;
  }
}
.single-recommend .learn07 .sec01 .wrapper_flow p:first-of-type {
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: 3px solid #A38A77;
}
.single-recommend .learn07 .sec02 ul {
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-recommend .learn07 .sec02 ul {
    flex-direction: row;
  }
}
.single-recommend .learn07 .sec02 ul li {
  border: 1px solid #A38A77;
  background: #FFF7E5;
  padding: 2em 1em;
  position: relative;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .single-recommend .learn07 .sec02 ul li {
    width: 49%;
    margin-bottom: 0;
  }
}
.single-recommend .learn07 .sec02 ul li::after {
  position: absolute;
  top: 1em;
  right: 1em;
  content: "";
  display: block;
  width: 3em;
  height: 2.9em;
}
@media (min-width: 992px) {
  .single-recommend .learn07 .sec02 ul li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 1em;
  }
}
.single-recommend .learn07 .sec02 ul li:nth-of-type(1)::after {
  width: 45px;
  height: 44.5px;
  background: url(../../../images/page/learn07_icon01.png) center/contain no-repeat;
}
.single-recommend .learn07 .sec02 ul li:nth-of-type(2)::after {
  width: 46px;
  height: 45.5px;
  background: url(../../../images/page/learn07_icon02.png) center/contain no-repeat;
}
.single-recommend .learn07 .sec02 ul li:nth-of-type(3)::after {
  width: 46px;
  height: 47.5px;
  background: url(../../../images/page/learn07_icon03.png) center/contain no-repeat;
}

.privacy-policy .ly-contents {
  font-size: 1.08em;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.privacy-policy .sec01 a {
  color: #F19956;
  text-decoration: underline;
}
.privacy-policy .sec01 h3 {
  display: flex;
  align-items: center;
}
.privacy-policy .sec01 h3::before {
  content: "";
  display: block;
  min-width: 80px;
  width: 80px;
  height: 80px;
  background: url(../../../images/10860758_200_JP.png) center/contain no-repeat;
  margin-right: 1.5em;
}
.privacy-policy .sec01 ol {
  background: #FAFAFA;
  padding: 3em 2em 3em 3.5em;
}
.privacy-policy .sec01 ol li {
  list-style: decimal;
  margin-bottom: 1em;
}
.privacy-policy .sec01 > div {
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 751px) {
  .privacy-policy .sec01 > div {
    flex-direction: row;
  }
}
.privacy-policy .sec01 > div .wrapper_right {
  text-align: left;
  margin-top: 1em;
}
@media (min-width: 751px) {
  .privacy-policy .sec01 > div .wrapper_right {
    margin-top: 0;
    text-align: right;
  }
}
.privacy-policy .sec02 a {
  color: #F19956;
  text-decoration: underline;
}
.privacy-policy .sec02 > dl > dt {
  font-weight: bold;
  margin-bottom: 0.6em;
}
.privacy-policy .sec02 > dl > dd {
  margin-bottom: 2em;
}
.privacy-policy .sec02 > dl > dd:nth-last-of-type(2) {
  margin-bottom: 0.5em;
}
.privacy-policy .sec02 > dl > dd > dl > dt {
  display: inline;
  padding-bottom: 0.2em;
  background: linear-gradient(#fff 95%, #808080 0%);
}
.privacy-policy .sec02 > dl > dd > dl > dd {
  margin-top: 0.8em;
  margin-bottom: 2em;
}
.privacy-policy .sec02 > dl > dd > dl > dd ul li {
  margin-bottom: 0.2em;
}

.favorite h2 {
  width: 95%;
}
.favorite h2::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../../images/assets/icon_star_on.svg) center center/contain no-repeat;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  vertical-align: middle;
}
.favorite .wrapper_cassette {
  display: flex;
  flex-wrap: wrap;
}
.favorite .wrapper_cassette .list_cassette {
  border: solid 1px #a38a77;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 992px) {
  .favorite .wrapper_cassette .list_cassette {
    flex: 0 1 calc((100% - 25px) / 2);
  }
}
@media (min-width: 992px) {
  .favorite .wrapper_cassette .list_cassette:nth-of-type(2n-1) {
    margin-right: 25px;
  }
}
.favorite .wrapper_cassette .list_cassette .favorite_button {
  background: #fff;
  width: 2.4em;
  height: 2.4em;
  border: solid 2px #a38a77;
  border-radius: 50%;
  position: absolute;
  top: -1.2em;
  right: -1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.favorite .wrapper_cassette .list_cassette .favorite_button_in {
  width: 60%;
  height: auto;
}
.favorite .wrapper_cassette .list_cassette .favorite_button_in img {
  display: block;
}
.favorite .wrapper_cassette .list_cassette .title {
  background: #faf7f2;
  padding: 1em;
}
.favorite .wrapper_cassette .list_cassette .title a {
  height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.favorite .wrapper_cassette .list_cassette .title a:hover {
  text-decoration: underline;
}
.favorite .wrapper_cassette .list_cassette .wrapper_description table {
  width: 100%;
}
.favorite .wrapper_cassette .list_cassette .wrapper_description table tr {
  border-bottom: dotted 1px #e5e5e5;
}
.favorite .wrapper_cassette .list_cassette .wrapper_description table tr th {
  background-color: #fafafa;
  padding: 1.5em 1em;
  vertical-align: middle;
}
.favorite .wrapper_cassette .list_cassette .wrapper_description table tr td {
  padding: 1.5em 1em;
}
.favorite .wrapper_cassette .list_cassette .wrapper_description p {
  padding: 1.5em 1em;
}
.favorite .wrapper_cassette .list_cassette .wrapper_button {
  display: flex;
}
.favorite .wrapper_cassette .list_cassette .wrapper_button a {
  flex: 1;
  position: relative;
  text-align: center;
  padding: 0.5em 1em;
}
@media (min-width: 1200px) {
  .favorite .wrapper_cassette .list_cassette .wrapper_button a {
    padding: 1em 1.5em 1em 1em;
  }
}
.favorite .wrapper_cassette .list_cassette .wrapper_button a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  line-height: 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  position: absolute;
  right: 0.5em;
  top: 45%;
  transform: translateX(-50%) rotate(45deg);
}
.favorite .wrapper_cassette .list_cassette .wrapper_button a:first-of-type {
  background-color: #f19956;
  color: #fff;
}
.favorite .wrapper_cassette .list_cassette .wrapper_button a:last-of-type {
  color: #a38a77;
  border-top: solid 1px #a38a77;
}

/* Qualification input text truncation */
.form_select_input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}/*# sourceMappingURL=style_page.css.map */