@charset "UTF-8";
.c-red {
  color: #e6001a;
}

br.-pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  br.-pc {
    display: none;
  }
}

br.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.-sp {
    display: inline;
  }
}

.close-btn {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.close-btn:has(.closed) {
  justify-content: flex-start;
  margin: 10px 0;
}
.close-btn .toggle-btn {
  min-width: 180px;
  padding: 7px 30px;
  background-color: #fff;
  border: 2px solid #e9eff6;
  border-radius: 5px;
  color: #014694;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .close-btn .toggle-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}
.close-btn .toggle-btn:hover {
  opacity: 0.8;
}
.close-btn .toggle-btn.closed {
  text-align: left;
  text-decoration: underline;
  font-size: 14px;
  border: none;
  background: transparent;
  padding: 0;
}
.close-btn .toggle-btn.closed:hover {
  color: #014694;
  background: transparent;
  opacity: 0.8;
}

.toshin_mv {
  position: relative;
  font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  .toshin_mv {
    margin-top: 40px;
  }
}
.toshin_mv_img.-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .toshin_mv_img.-pc {
    display: none;
  }
}
.toshin_mv_img.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .toshin_mv_img.-sp {
    display: block;
    width: 100%;
  }
}
.toshin_mv_content {
  position: absolute;
  bottom: clamp(10px, 1.2vw, 24px);
  left: 58px;
}
@media screen and (max-width: 767px) {
  .toshin_mv_content {
    bottom: clamp(10px, 3.5vw, 20px);
    left: 0;
    width: 100%;
    max-width: 410px;
    padding: 0 20px;
  }
}
.toshin_mv_ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(20px, 2.6vw, 36px);
  color: #005fac;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .toshin_mv_ttl {
    font-size: clamp(28px, 6.8vw, 40px);
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}
@media (max-width: 420px) {
  .toshin_mv_ttl {
    font-size: clamp(22px, 5.5vw, 40px);
  }
}
.toshin_mv_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-top: clamp(8px, 1.2vw, 16px);
}
@media screen and (max-width: 767px) {
  .toshin_mv_list {
    gap: 4px;
    margin-top: 12px;
  }
}
.toshin_mv_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  justify-items: center;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 120px;
  border-radius: 7px;
  background: #fff;
  padding: clamp(8px, 1.2vw, 8px) clamp(8px, 1.4vw, 14px) clamp(8px, 1.6vw, 10px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .toshin_mv_item {
    width: 100%;
    padding: 8px 12px;
  }
}
.toshin_mv_item_img {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 1000px) {
  .toshin_mv_item_img {
    max-width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .toshin_mv_item_img {
    max-width: 80px;
  }
}
.toshin_mv_item_txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: clamp(12px, 1.3vw, 15px);
  line-height: 1.4;
  text-align: center;
  color: #005fac;
}
.toshin_mv_item_txt sup {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .toshin_mv_item_txt {
    font-size: clamp(12px, 2.1vw, 15px);
  }
}
@media (max-width: 366px) {
  .toshin_mv_item_txt {
    font-size: clamp(10px, 2.1vw, 15px);
  }
}
.toshin_mv_note {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #5a5a5a;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .toshin_mv_note {
    font-size: 9px;
    font-weight: normal;
  }
}

.toshin_info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}
.toshin_info_item {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 0;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .toshin_info_item {
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
.toshin_info_item.-hide {
  display: none;
}
.toshin_info_item_dt {
  min-width: 175px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 18px;
  font-weight: bold;
  font-size: 14px;
  border-right: 1px solid #e4e4e4;
}
.-alert .toshin_info_item_dt {
  background: #fff1f2;
  color: #e6001a;
}
.-tel .toshin_info_item_dt {
  background: #eaf3fc;
  color: #005fac;
}
.toshin_info_item_dd {
  position: relative;
  padding: 16px;
  padding-right: 50px;
}
.toshin_info_item_dd p {
  font-size: 14px;
}
a.-alert .toshin_info_item_dd:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: solid 2px #e6001a;
  border-right: solid 2px #e6001a;
  transition-duration: 0.2s;
  transform: translateY(-50%) rotate(45deg);
}
.-tel .toshin_info_item_dd {
  padding-right: 16px;
}

.toshin_tab {
  margin-top: 20px;
}
.toshin_tab .toshin_tab_header {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #014694;
  border-radius: 5px 5px 0 0;
}
.toshin_tab .toshin_tab_btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  padding: 15px 20px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.toshin_tab .toshin_tab_btn.active {
  background-color: #014694;
  color: #fff;
}
.toshin_tab .toshin_tab_btn img {
  width: 24px;
  height: 24px;
}
.toshin_tab .toshin_tab_content {
  padding: 20px 0;
  background-color: #fff;
}
.toshin_tab .toshin_tab_panel {
  display: none;
}
.toshin_tab .toshin_tab_panel.active {
  display: block;
}

.J_toshin-slider {
  margin-top: 0;
  padding-bottom: 3rem;
}
.J_toshin-slider .slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.J_toshin-slider .slick-slide.slick-center {
  opacity: 1;
}
.J_toshin-slider .slider-item-sm {
  outline: none;
}
.J_toshin-slider .slider-item-sm img {
  width: 100%;
  height: auto;
}
.J_toshin-slider .slider-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.J_toshin-slider .slider-item {
  width: 54rem;
}
.J_toshin-slider .slick-dots {
  display: flex;
  justify-content: center;
  bottom: 0;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.J_toshin-slider .slick-dots li {
  margin: 0 5px;
}
.J_toshin-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #e9eff6;
  border: none;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.J_toshin-slider .slick-dots li button:before {
  content: "";
}
.J_toshin-slider .slick-dots li.slick-active button {
  background-color: #014694;
}
.J_toshin-slider.slider-wrap .prev {
  bottom: auto;
  top: calc(100% - 40px);
}
.J_toshin-slider.slider-wrap .next {
  bottom: auto;
  top: calc(100% - 40px);
}

.toshin_modal {
  margin-top: 30px;
}
.toshin_modal_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.toshin_modal_item {
  position: relative;
  padding: 24px 60px 24px 24px;
  background-color: #f3f5fb;
  border-radius: 5px;
  color: #014694;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .toshin_modal_item {
    font-size: 14px;
    padding: 10px 33px 10px 20px;
  }
}
.toshin_modal_item:hover {
  opacity: 0.8;
}
.toshin_modal_item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 13px;
  height: 1px;
  background: #014694;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .toshin_modal_item::before {
    right: 10px;
  }
}
.toshin_modal_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 1px;
  height: 13px;
  background: #014694;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .toshin_modal_item::after {
    right: 16px;
  }
}
.toshin_modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
}
.toshin_modal_window {
  position: relative;
  max-width: 828px;
  margin: 50px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 80px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.toshin_modal_close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  color: #014694;
  cursor: pointer;
  transition: color 0.3s ease;
}
.toshin_modal_close:hover {
  color: #333;
}
.toshin_modal_ttl {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #014694;
}
.toshin_modal_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 14px;
}
.toshin_modal_txt.-s {
  font-size: 12px;
}
.toshin_modal_link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.toshin_modal_link a {
  display: flex;
  align-items: center;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
  gap: 5px;
  color: #014694;
}
.toshin_modal_link a::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transition-duration: 0.2s;
  transform: rotate(45deg);
}
.toshin_modal_link a.-pc {
  display: flex;
}
@media (max-width: 767px) {
  .toshin_modal_link a.-pc {
    display: none;
  }
}
.toshin_modal_link a.-sp {
  display: none;
}
@media (max-width: 767px) {
  .toshin_modal_link a.-sp {
    display: flex;
  }
}

.toshin_acc_btm {
  margin-top: 30px;
}
.toshin_acc .toshin_modal_window {
  background: #f3f5fb;
}
.toshin_acc_btn {
  position: relative;
  padding: 20px 60px 20px 20px;
  background-color: #014694;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 5px;
}
.toshin_acc_btn:hover {
  background-color: #013373;
}
.toshin_acc_btn::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
}
.toshin_acc_btn.-blue {
  background-color: #014694;
}
.toshin_acc_btn.-blue:hover {
  background-color: #013373;
}
.toshin_acc_section {
  padding: 20px 0;
}
.toshin_acc_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #014694;
  margin-top: 30px;
  margin-bottom: 15px;
}
.toshin_acc_ttl:first-child {
  margin-top: 0;
}
.toshin_acc_box_02 {
  display: grid;
  grid-template-columns: 1fr 8px 1fr;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}
.toshin_acc_box_02_item {
  text-align: center;
}
.toshin_acc_box_02_item:nth-of-type(1) {
  grid-column: 1/4;
}
.toshin_acc_box_02_item:nth-of-type(2) {
  grid-column: 1/4;
}
.toshin_acc_box_02_item_img {
  width: 192px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.toshin_acc_box_02_item_img img {
  max-width: 100%;
  height: auto;
}
.toshin_acc_box_02_item p {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.toshin_acc_box_02_item_plus {
  font-size: 20px;
}
.toshin_acc_link {
  display: inline-block;
  margin-top: 20px;
  color: #014694;
  text-decoration: underline;
  font-weight: bold;
}
.toshin_acc_link:hover {
  opacity: 0.7;
}
.toshin_acc_link_btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: #014694;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.toshin_acc_link_btn:hover {
  background-color: #013373;
}
.toshin_acc_link_btn.-blue {
  background-color: #014694;
}
.toshin_acc_list {
  margin-top: 20px;
}
.toshin_acc_item {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .toshin_tab .toshin_tab_btn {
    padding: 12px 15px;
    font-size: 14px;
  }
  .toshin_tab .toshin_tab_btn img {
    width: 20px;
    height: 20px;
  }
  .toshin_tab .toshin_tab_content {
    padding: 15px;
  }
  .J_toshin-slider .slick-slide {
    opacity: 1;
  }
  .toshin_modal_window {
    margin: 20px auto;
    padding: 50px 20px 30px;
  }
  .toshin_modal_close {
    top: 10px;
    right: 15px;
    font-size: 25px;
  }
  .toshin_modal_content h3 {
    font-size: 22px;
  }
  .toshin_modal_content p {
    font-size: 16px;
  }
  .toshin_acc_btn {
    padding: 15px 50px 15px 15px;
    font-size: 16px;
  }
  .toshin_acc_btn::after {
    right: 15px;
    font-size: 25px;
  }
  .toshin_acc_ttl {
    font-size: 18px;
  }
  .toshin_acc_box_02 {
    gap: 10px;
  }
  .toshin_acc_box_02_item_img {
    max-width: 125px;
  }
  .toshin_acc_box_02_item p {
    font-size: 12px;
  }
}
.toshin_title_frag {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .toshin_title_frag_img {
    height: 50px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .toshin_title_frag_img img {
    height: 100%;
  }
}
.toshin_title_frag_txt {
  font-size: 31px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .toshin_title_frag_txt {
    font-size: 21px;
  }
}
.toshin_title_frag_txt_sub {
  font-size: 24px;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .toshin_title_frag_txt_sub {
    font-size: 16px;
  }
}

.toshin_merit_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .toshin_merit_list {
    grid-template-columns: 1fr;
  }
}
.toshin_merit_item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 14px;
}
@media screen and (max-width: 767px) {
  .toshin_merit_item {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 16px 16px 40px;
  }
}
.toshin_merit_item::before {
  content: "";
  position: absolute;
  background: #014694;
  display: block;
  top: -40px;
  left: -15px;
  width: 60px;
  height: 100px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .toshin_merit_item::before {
    top: -60px;
  }
}
.toshin_merit_num {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .toshin_merit_num {
    top: 5px;
    left: 5px;
    font-size: 15px;
  }
}
.toshin_merit_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .toshin_merit_img {
    width: 60px;
    min-width: 60px;
    max-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .toshin_merit_img.-img01 img {
    width: 45px;
  }
}
.toshin_merit_txt {
  font-size: 18px;
  font-weight: bold;
  color: #014694;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .toshin_merit_txt {
    font-size: 16px;
    text-align: left;
  }
}
.toshin_merit_note {
  display: flex;
  gap: 1rem;
  font-size: 12px;
  color: #5a5a5a;
  margin-top: 16px;
}

.toshin_contact_ttl {
  display: grid;
  grid-template-areas: "img txt" "img lead";
  gap: 0 16px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .toshin_contact_ttl {
    grid-template-areas: "txt txt" "img lead";
  }
}
.toshin_contact_ttl_img {
  grid-area: img;
}
@media screen and (max-width: 767px) {
  .toshin_contact_ttl_img {
    width: 113px;
  }
}
.toshin_contact_ttl_txt {
  grid-area: txt;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 24px;
  font-weight: bold;
  color: #005fac;
  padding-bottom: 16px;
}
.toshin_contact_ttl_sub {
  font-size: 22px;
  font-weight: bold;
  color: #014694;
  background: url(/personal/invest/toshin/images/toshi_contact_line.svg) 0 0 no-repeat;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .toshin_contact_ttl_sub {
    font-size: 16px;
    background-size: 170px auto;
  }
}
.toshin_contact_ttl_main {
  font-weight: bold;
  font-size: 40px;
  color: #014694;
  letter-spacing: -0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .toshin_contact_ttl_main {
    font-size: 22px;
  }
}
.toshin_contact_ttl_lead {
  grid-area: lead;
  font-size: 16px;
  padding-bottom: 60px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .toshin_contact_ttl_lead {
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: 14px;
    padding-bottom: 40px;
  }
}
.toshin_contact_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
  background: #014694;
  border-radius: 10px;
  padding: 40px;
  margin-top: -45px;
}
@media screen and (max-width: 767px) {
  .toshin_contact_box {
    padding: 20px;
    margin-top: -20px;
  }
}
.toshin_contact_box_01 {
  grid-column: 1/3;
}
.toshin_contact_box_01_box {
  width: calc(100% - 80px);
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .toshin_contact_box_01_box {
    width: calc(100% - 20px);
    max-width: 340px;
    padding: 20px 12px;
  }
}
.toshin_contact_box_01_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .toshin_contact_box_01_tel img {
    width: 20px;
    height: auto;
  }
}
.toshin_contact_box_01_tel p {
  font-size: 40px;
  font-weight: bold;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .toshin_contact_box_01_tel p {
    display: none;
  }
}
.toshin_contact_box_01_tel a {
  display: none;
  font-weight: bold;
  color: #014694;
  text-decoration: none;
  text-decoration-color: transparent;
}
@media screen and (max-width: 767px) {
  .toshin_contact_box_01_tel a {
    display: block;
    font-size: 26px;
  }
}
.toshin_contact_box_01_tel a:hover {
  color: #014694;
  text-decoration: none;
}
.toshin_contact_box_01_txt {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .toshin_contact_box_01_txt {
    font-size: 12px;
    text-align: left;
  }
}
.toshin_contact_box_01_txt span {
  font-size: 12px;
  color: #747474;
}
@media screen and (max-width: 767px) {
  .toshin_contact_box_01_txt span {
    font-size: 10px;
  }
}
.toshin_contact_box_02 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .toshin_contact_box_02 {
    grid-column: 1/3;
  }
}
.toshin_contact_box_03 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .toshin_contact_box_03 {
    grid-column: 1/3;
  }
}
.toshin_contact_h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .toshin_contact_h3 {
    font-size: 20px;
  }
}
.toshin_contact_h3_lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-top: 8px;
}
.toshin_contact_btn {
  position: relative;
  display: flex;
  border: 2px solid #014694;
  border-radius: 10px;
  background: #fff;
  color: #014694;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition-duration: 0.15s;
  padding: 16px 50px 16px 20px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .toshin_contact_btn {
    font-size: 16px;
  }
}
.toshin_contact_btn svg path {
  fill: #014694;
  transition: fill 0.15s ease;
}
.toshin_contact_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transition-duration: 0.15s;
  transform: translateY(-50%) rotate(45deg);
}
.toshin_contact_btn:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #ccc;
}
.toshin_contact_btn:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.toshin_contact_btn:hover svg path {
  fill: #ccc;
}
.toshin_contact_link {
  margin-top: 60px;
  text-align: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .toshin_contact_link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 0;
  }
}
.toshin_contact_link_item {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-left: 1px solid #ccc;
  color: #000;
  padding: 8px 40px;
}
@media screen and (max-width: 767px) {
  .toshin_contact_link_item {
    height: 40px;
    font-size: 14px;
    padding: 8px 16px;
  }
}
.toshin_contact_link_item:last-child {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .toshin_contact_link_item:nth-of-type(2n) {
    border-right: 1px solid #ccc;
  }
}
.toshin_contact_link_item:after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transition-duration: 0.2s;
  transform: rotate(135deg);
}
.toshin_contact_link_item {
  opacity: 0.8;
}

.toshin_step {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .toshin_step {
    grid-template-columns: 1fr;
  }
}
.toshin_step-item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .toshin_step-item {
    grid-template-areas: "num txt" "img txt";
    grid-row: span 2;
    gap: 8px 20px;
    grid-template-columns: 65px 1fr;
    padding: 10px 20px;
  }
}
.toshin_step-item:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -13px;
  width: 11px;
  height: 11px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transition-duration: 0.2s;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .toshin_step-item:after {
    top: auto;
    bottom: -13px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
}
.toshin_step-item:last-child:after {
  display: none;
}
.toshin_step-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #014694;
  border-radius: 30px;
  padding: 4px;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .toshin_step-num {
    grid-area: num;
    width: auto;
    font-size: 12px;
    padding: 4px 12px;
  }
}
.toshin_step-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .toshin_step-img {
    grid-area: img;
  }
  .toshin_step-img img {
    width: 42px;
  }
}
.toshin_step-txt {
  font-size: 20px;
  font-weight: bold;
  color: #014694;
  text-align: center;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .toshin_step-txt {
    grid-area: txt;
    margin-top: 0;
    text-align: left;
    display: flex;
    align-items: center;
  }
}

.toshin-simulation-box {
  border-radius: 20px;
  background: #fdfbe5;
  padding: 24px;
  margin-top: 20px;
}
.toshin-simulation-questions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.toshin-simulation-question {
  display: flex;
  gap: 8px;
  align-items: center;
}
.toshin-simulation-question p {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .toshin-simulation-question p {
    min-width: 60px;
    font-size: 12px;
  }
}
.toshin-simulation-question .select-common {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.toshin-simulation-question .select-common:after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transition-duration: 0.2s;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .toshin-simulation-question .select-common:after {
    display: none;
  }
}
.toshin-simulation-question select {
  width: 100%;
  max-width: 400px;
  padding: 16px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .toshin-simulation-question select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    font-size: 14px;
  }
}
.toshin-simulation-question .custom-select-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .toshin-simulation-question .custom-select-sp {
    display: block;
    position: relative;
    width: 100%;
    max-width: 400px;
  }
}
.toshin-simulation-question .custom-select-sp-display {
  width: 100%;
  padding: 16px;
  padding-right: 50px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  min-height: 52px;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4;
  pointer-events: none;
}
.toshin-simulation-question .custom-select-sp-display:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transition-duration: 0.2s;
  transform: translateY(-50%) rotate(135deg);
}
.toshin-simulation-result {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .toshin-simulation-result {
    padding: 30px;
  }
}
.toshin-simulation-result[hidden] {
  display: none;
}
.toshin-simulation-result-lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .toshin-simulation-result-lead {
    font-size: 16px;
  }
}
.toshin-simulation-result-text {
  font-size: 36px;
  color: #e6001a;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: 8px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .toshin-simulation-result-text {
    font-size: 30px;
  }
}

.box-ranking {
  margin-top: 20px;
}

.toshin-ranking-table {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
.toshin-ranking-th {
  display: grid;
  grid-template-columns: auto 1fr 100px;
  gap: 24px;
  border-radius: 5px;
  background: #014594;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .toshin-ranking-th {
    grid-template-columns: auto 1fr 72px;
    gap: 10px;
    font-size: 12px;
    padding: 8px 10px;
    margin-bottom: 5px;
  }
}
.toshin-ranking-th.-btm {
  grid-template-columns: auto 1fr;
}
.toshin-ranking-td {
  display: grid;
  grid-template-columns: auto 1fr 100px;
  gap: 24px;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  color: #014594;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .toshin-ranking-td {
    grid-template-columns: auto 1fr 72px;
    gap: 10px;
    font-size: 12px;
    padding: 8px 10px;
  }
}
.toshin-ranking-td.-btm {
  grid-template-columns: auto 1fr;
}
.toshin-ranking-td .link-text {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .toshin-ranking-td .link-text {
    padding-left: 0;
  }
}
.toshin-ranking-td .link-text a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .toshin-ranking-td .link-text a {
    font-size: 14px;
  }
}
.toshin-ranking-td .link-text a:hover {
  opacity: 0.8;
}
.toshin-ranking-td .link-item::before {
  display: none;
}
.toshin-ranking-td .return {
  border-radius: 5px;
  background: #fff1f2;
  text-align: center;
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  .toshin-ranking-td .return {
    padding: 4px;
  }
}
.toshin-ranking .J_return1y_date,
.toshin-ranking .J_hanbai_date {
  font-size: 12px;
}

.toshin_ranking_note {
  display: flex;
  font-size: 12px;
  margin-top: 24px;
}

.toshin_fav_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .toshin_fav_list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }
}
.toshin_fav_item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  background: #e9eff6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 32px 36px 20px;
}
.toshin_fav_item:after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: 10px;
  width: 11px;
  height: 11px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transition-duration: 0.2s;
  transform: translateY(-50%) rotate(45deg);
}
.toshin_fav_item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .toshin_fav_item {
    padding: 15px;
  }
}
.toshin_fav_item_icon {
  margin: 0 auto;
}
.toshin_fav_item_txt {
  font-size: 16px;
  font-weight: bold;
  color: #014694;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .toshin_fav_item_txt {
    font-size: 14px;
  }
}
.toshin_fav_btn .btn-common {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .toshin_fav_btn .btn-common {
    margin-top: 40px;
  }
}

.toshin-fund {
  background: #e9eff6;
  border-radius: 20px;
  padding: 24px;
  padding-bottom: 40px;
  margin-top: 20px;
}
.toshin-fund .favorite-fund-all .favorite-fund {
  border: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.toshin-news-list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
.toshin-news-item {
  border-bottom: 1px solid #f2f2f2;
}
.toshin-news-item:first-child {
  border-top: 1px solid #f2f2f2;
}
.toshin-news-link {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 10px 24px;
  padding: 24px 0;
}
.toshin-news-link:hover {
  opacity: 0.8;
}
.toshin-news-link-date {
  font-size: 16px;
  color: #868686;
}
@media screen and (max-width: 767px) {
  .toshin-news-link-date {
    font-size: 14px;
  }
}
.toshin-news-link-tag {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #014694;
  border-radius: 20px;
  padding: 4px 10px;
}
@media screen and (max-width: 767px) {
  .toshin-news-link-tag {
    font-size: 10px;
  }
}
.toshin-news-link-txt {
  grid-column: 1/3;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 767px) {
  .toshin-news-link-txt {
    font-size: 14px;
  }
}

.toshin-flow-qa-acc {
  margin-top: 20px;
}
.toshin-flow-qa-acc-btn {
  display: flex;
  gap: 16px;
  align-items: baseline;
}
.toshin-flow-qa-acc-q {
  color: #014694;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
.toshin-flow-qa-acc-q-ttl {
  color: #014694;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .toshin-flow-qa-acc-q-ttl {
    font-size: 16px;
    padding-right: 16px;
  }
}
.toshin-flow-qa-acc-content {
  display: none;
}
.toshin-flow-qa-acc-content-wrap {
  display: flex;
  gap: 16px;
  align-items: baseline;
  margin-top: 16px;
}
.toshin-flow-qa-acc-a {
  color: #e6001a;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
.toshin-flow-qa-acc-a-ttl {
  font-size: 18px;
  font-weight: bold;
}
.toshin-flow-qa-acc-a-txt {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

.toshin-acc {
  background: #fff;
  border: 1px solid #014694;
}
.toshin-acc-btn {
  position: relative;
  cursor: pointer;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .toshin-acc-btn {
    padding: 16px 20px;
  }
}
.toshin-acc-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: rotate(135deg);
  transition: 0.2s;
}
.toshin-acc-btn:hover {
  opacity: 0.6;
}
.toshin-acc-btn.open::after {
  transform: rotate(-45deg);
}
.toshin-acc-btn-txt {
  font-weight: bold;
  font-size: 20px;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .toshin-acc-btn-txt {
    font-size: 16px;
    padding-right: 16px;
  }
}
.toshin-acc-btn-txt span.-cv {
  color: #e6001a;
  font-size: 14px;
  padding: 5px 10px;
  background: #fde5e7;
  border-radius: 5px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .toshin-acc-btn-txt span.-cv {
    display: block;
    text-align: center;
    margin-left: 0;
    margin-top: 8px;
  }
}
.toshin-acc-content {
  display: none;
  padding: 16px 24px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .toshin-acc-content {
    padding: 8px 16px;
    padding-top: 0;
  }
}
.toshin-acc-content .-pc {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .toshin-acc-content .-pc {
    display: none;
  }
}
.toshin-acc-content .-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .toshin-acc-content .-sp {
    display: block;
    margin: 0 auto;
  }
}
.toshin-acc-content-1 {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .toshin-acc-content-1 {
    flex-direction: column;
    align-items: baseline;
  }
}
.toshin-acc-content-1-txt {
  font-size: 14px;
  font-weight: bold;
}
.toshin-acc-content-1-note {
  font-size: 14px;
  font-weight: 500;
}
.toshin-acc-content-2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .toshin-acc-content-2 {
    flex-direction: column;
    align-items: baseline;
  }
}
.toshin-acc-content-2-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .toshin-acc-content-2-ttl {
    font-size: 16px;
  }
}
.toshin-acc-content-2 img {
  width: 280px;
  height: auto;
}
.toshin-acc-content-2-txt {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .toshin-acc-content-2-txt {
    font-size: 30px;
  }
}
.toshin-acc-content-2-txt img {
  width: 26px;
  height: auto;
}
.toshin-acc-content-2-note {
  font-size: 14px;
}
.toshin-acc-list {
  display: flex;
  gap: 32px;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .toshin-acc-list {
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
  }
}
.toshin-acc-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #014694;
}
.toshin-acc-list-item:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: rotate(45deg);
}
.toshin-acc-list-item:hover {
  text-decoration: underline;
}
.toshin-acc-list-item.-down:before {
  transform: translateY(-25%) rotate(135deg);
}
.toshin-acc-list-item.-up:before {
  transform: translateY(25%) rotate(-45deg);
}
.toshin-acc-tel {
  color: #333;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .toshin-acc-tel {
    cursor: pointer;
    pointer-events: auto;
  }
}

.toshin-learn .btn-common.-lite {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .toshin-learn .btn-common.-lite {
    line-height: 1.4;
  }
}

.toshin-tab-list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 5px solid #014694;
}
@media screen and (max-width: 767px) {
  .toshin-tab-list {
    gap: 0;
  }
}
.toshin-tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 400px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #c1c1c1;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}
.toshin-tab-item.active {
  background: #014694;
}
.toshin-tab-item.active:hover {
  opacity: 1;
}
.toshin-tab-item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .toshin-tab-item {
    text-align: center;
    font-size: 16px;
    height: auto;
    padding: 6px 12px;
  }
}
.toshin-tab-content {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #e7ecf4;
  z-index: 2;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.toshin-tab-content.show {
  transform: translateY(0);
}
.toshin-tab-content-box {
  background: #fefbe5;
  padding: 0 40px 32px;
}
@media screen and (max-width: 767px) {
  .toshin-tab-content-box {
    padding: 20px;
  }
}
.toshin-tab-inner {
  display: flex;
  justify-content: center;
  gap: 32px;
  width: 100%;
  border-top: none;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .toshin-tab-inner {
    align-items: center;
    gap: 15px;
    padding: 16px;
  }
}
.toshin-tab-inner-item {
  width: 50%;
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .toshin-tab-inner-item {
    width: 100%;
    max-width: none;
  }
}
.toshin-tab-inner-item p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 37px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .toshin-tab-inner-item p {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.toshin-tab-inner-item p:before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #cccccc;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .toshin-tab-inner-item p:before {
    height: 25px;
  }
}
.toshin-tab-inner-item p:after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #cccccc;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .toshin-tab-inner-item p:after {
    height: 25px;
  }
}
.toshin-tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  color: #014694;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border: 2px solid #e9eff6;
  border-radius: 5px;
  background: #fff;
  transition-duration: 0.15s;
  box-shadow: 0px 2px 5px 0px #777777;
  box-sizing: border-box;
}
.toshin-tab-btn:hover {
  color: #014694;
  background: #fff;
  border: 2px solid #014694;
  cursor: pointer;
}
.toshin-tab-btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: translateY(-50%) rotate(45deg);
}
.toshin-tab-btn.-down:after {
  transform: translateY(-50%) rotate(135deg);
}
.toshin-tab-btn.-up:after {
  transform: translateY(-50%) rotate(-45deg);
}
.toshin-tab-btn.-blue {
  background: #014694;
  border: 2px solid #014694;
  color: #fff;
}
.toshin-tab-btn.-blue:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .toshin-tab-btn.-blue {
    padding: 0 30px;
  }
}
.toshin-tab-btn.-blue:hover {
  color: #014694;
  border-color: #014694;
  background: #fff;
}
.toshin-tab-btn.-blue:hover:after {
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
}
.toshin-tab-btn.-blue.-down:after {
  transform: translateY(-50%) rotate(135deg);
}
.toshin-tab-btn.-blue.-up:after {
  transform: translateY(-50%) rotate(-45deg);
}
.toshin-tab-btn.-red {
  background: #e6001a;
  border-color: transparent;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .toshin-tab-btn.-red {
    padding: 0 30px;
  }
}
.toshin-tab-btn.-red:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.toshin-tab-btn.-red:hover {
  color: #e6001a;
  background: #fff;
  border: 2px solid #e6001a;
}
.toshin-tab-btn.-red:hover:after {
  border-top: 2px solid #e6001a;
  border-right: 2px solid #e6001a;
}
.toshin-tab-btn.-red.-down:after {
  transform: translateY(-50%) rotate(135deg);
}
.toshin-tab-btn.-red.-up:after {
  transform: translateY(-50%) rotate(-45deg);
}
.toshin-tab-btn.-pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .toshin-tab-btn.-pc {
    display: none;
  }
}
.toshin-tab-btn.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .toshin-tab-btn.-sp {
    display: flex;
  }
}
.toshin-tab-txt {
  margin-top: 20px;
}
.toshin-tab-txt-1 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .toshin-tab-txt-1 {
    font-size: 16px;
  }
}
.toshin-tab-txt-2 {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .toshin-tab-txt-2 {
    flex-direction: column;
    gap: 10px;
  }
}
.toshin-tab-txt-2-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #014694;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .toshin-tab-txt-2-link {
    align-items: baseline;
  }
}
.toshin-tab-txt-2-link:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: rotate(45deg);
}
.toshin-tab-txt-2-link:hover {
  text-decoration: underline;
}

.toshin-side-bnr {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}