html {
  scroll-behavior: smooth;
}
body,
main,
.tousisintaku-wrapper {
  position: relative;
  z-index: -2;
}
body.is-open-modal {
  overflow: hidden;
}
.c-bottom-navigation {
  position: relative;
  z-index: -3;
}
.tousisintaku-wrapper,
.tousisintaku-faq {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.tousisintaku-wrapper a:hover,
.tousisintaku-faq a:hover {
  text-decoration: none;
}
.tousisintaku-heading {
  text-align: center;
}
.tousisintaku-paragraph {
  line-height: 2;
}
.tousisintaku-paragraph span {
  color: #11A06E;
}
.tousisintaku-paragraph--center {
  text-align: center;
}
.tousisintaku-paragraph--white {
  color: #fff;
  font-weight: bold;
}
.tousisintaku-paragraph--white span {
  color: #FCC919;
}
.tousisintaku-annotation {
  color: #999;
  line-height: 1.4;
}
.tousisintaku-annotation a {
  color: #999;
  text-decoration: underline;
}
.tousisintaku-button {
  background-color: #fff;
  color: #11A06E;
  display: block;
  font-weight: bold;
  text-align: center;
  position: relative;

  background-repeat: no-repeat;
  background-size: auto;
}

.c-footer__sns-button,
.c-footer__button-top {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-contents-heading-character--tousisintaku {
    background-image: url(/tameru/tousisintaku/images/c-contents-heading-bg--tousisintaku_SP.png);
  }
  
  .tousisintaku-anchor {
    display: none;
  }

  /* タブ */
  .tousisintaku-tab {
    display: flex;
    justify-content: center;
    border-bottom: solid 10px #11A06E;
    margin-bottom: calc(70 * 100vw / 375);
    position: relative;
    margin-top: calc(7 * 100vw / 375);
  }
  .tousisintaku-tab:after {
    content: "";
    display: block;
    background-color: #11A06E;
    width: 100%;
    height: calc(10 * 100vw / 375);
    position: absolute;
    bottom: calc(-1 * (10 * 100vw / 375));
  }
  .tousisintaku-tab__item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: calc(219 * 100vw / 375);
    height: calc(154.5 * 100vw / 375);
    font-size: calc(15 * 100vw / 375);
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .tousisintaku-tab__item span {
    display: block;
    margin-bottom: calc(5 * 100vw / 375);
  }
  .tousisintaku-tab__item--active {
    background-image: url(/tameru/tousisintaku/images/tab_active_sp.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: calc(16 * 100vw / 375);
    z-index: 2;
  }
  .tousisintaku-tab__item--inactive {
    background-image: url(/tameru/tousisintaku/images/tab_inactive_sp.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-left: calc(-1 * (50 * 100vw / 375));
    width: calc(191 * 100vw / 375);
  }

  .tousisintaku-tab--select .tousisintaku-tab__item--active {
    background-image: url(/tameru/tousisintaku/images/tab_active_select_sp.png);
  }
  .tousisintaku-tab--select .tousisintaku-tab__item--inactive {
    margin-left: auto;
    margin-right: calc(-1 * (50 * 100vw / 375));
  }

  .tousisintaku-tab-bottom {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: -1;
  }
  .tousisintaku-tab-bottom .tousisintaku-tab__item {
    height: calc(75 * 100vw / 375);
  }
  .tousisintaku-tab-bottom .tousisintaku-tab__item span {
    margin-bottom: auto;
    margin-top: calc(10 * 100vw / 375);
  }
  .tousisintaku-tab-bottom .tousisintaku-tab__item--active {
    background-image: url(/tameru/tousisintaku/images/tab-bottom_active_sp.png);
  }
  .tousisintaku-tab-bottom .tousisintaku-tab__item--inactive {
    background-image: url(/tameru/tousisintaku/images/tab-bottom_inactive_sp.png);
    background-position: top;
  }

  /* メリット */
  .tousisintaku-heading--4merits img {
    width: calc(274 * 100vw / 375);
  }
  .tousisintaku-merit-image-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 * 100vw / 375);
    margin-top: calc(30 * 100vw / 375);
  }
  .tousisintaku-merit-image-list span {
    display: block;
    text-align: center;
    margin-top: calc(7 * 100vw / 375);
    font-size: calc(18 * 100vw / 375);
    font-weight: bold;
  }

  .tousisintaku-merit-list {
    margin: calc(50 * 100vw / 375) auto 0;
    padding-bottom: calc(80 * 100vw / 375);
    counter-reset: item;
  }
  .tousisintaku-merit-list li {
    border: solid 2px #11A06E;
    border-radius: calc(10 * 100vw / 375);
    padding: calc(40 * 100vw / 375) calc(30 * 100vw / 375);
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: calc(40 * 100vw / 375);
  }
  .tousisintaku-merit-list li:last-child {
    margin-bottom: 0;
  }
  .tousisintaku-merit-list li:before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(60 * 100vw / 375);
    height: calc(60 * 100vw / 375);
    background-color: #11A06E;
    border-radius: calc(7 * 100vw / 375) 0 calc(10 * 100vw / 375) 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: calc(25 * 100vw / 375);
  }
  .tousisintaku-merit-list img {
    height: calc(140 * 100vw / 375);
  }
  .tousisintaku-merit-list h4 {
    font-size: calc(20 * 100vw / 375);
    font-weight: bold;
    margin: calc(16 * 100vw / 375) 0;
    text-align: center;
  }
  .tousisintaku-merit-list h4 span {
    color: #11A06E;
    font-size: calc(34 * 100vw / 375);
  }
  .tousisintaku-merit-list p {
    text-align: left;
  }

  /* はじめ方 */
  .tousisintaku-heading--how-to-start {
    margin-left: calc(-30 * 100vw / 375);
  }
  .tousisintaku-heading--how-to-start img {
    width: calc(324.4 * 100vw / 375);
  }
  .tousisintaku-step-list {
    margin-top: calc(60 * 100vw / 375);
  }
  .tousisintaku-step-list > li {
    background-color: #fff;
    border-radius: calc(80 * 100vw / 375);
    margin-bottom: calc(60 * 100vw / 375);
    padding: calc(60 * 100vw / 375) calc(30 * 100vw / 375) calc(90 * 100vw / 375);
    position: relative;
  }
  .tousisintaku-step-list > li:last-child {
    margin-bottom: 0;
  }
  .tousisintaku-step-list__step {
    display: block;
    position: absolute;
    top: calc(-22 * 100vw / 375);
    left: 50%;
    transform: translateX(-50%);
    width: calc(157 * 100vw / 375);
    height: calc(60 * 100vw / 375);
    color: #11A06E;
    font-size: calc(20 * 100vw / 375);
    font-weight: bold;
    background-color: #fff;
    border-radius: calc(5 * 100vw / 375);
    text-align: center;
    line-height: 1.1;
  }
  .tousisintaku-step-list__step span {
    font-size: calc(34 * 100vw / 375);
    margin-left: calc(5 * 100vw / 375);
  }
  .tousisintaku-step-list h3 {
    font-size: calc(24 * 100vw / 375);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(20 * 100vw / 375);
  }

  .tousisintaku-step1-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(15 * 100vw / 375);
    margin-top: calc(40 * 100vw / 375);
    text-align: center;
  }
  .tousisintaku-step1-list .tousisintaku-paragraph {
    text-align: left;
  }
  .tousisintaku-step1-list > img {
    width: calc(18 * 100vw / 375);
  }
  .tousisintaku-step1-list__item {
    border: solid 2px #11A06E;
    border-radius: calc(10 * 100vw / 375);
    padding: calc(30 * 100vw / 375) calc(20 * 100vw / 375);
  }
  .tousisintaku-step1-list__item-title {
    color: #11A06E;
    font-size: calc(18 * 100vw / 375);
    font-weight: bold;
    margin-bottom: calc(25 * 100vw / 375);
    text-align: center;
  }

  .tousisintaku-application-list a {
    display: block;
  }
  .tousisintaku-application-list a:first-child {
    margin-bottom: calc(25 * 100vw / 375);
  }
  .tousisintaku-step-recommend {
    background-color: #F5F5F5;
    border-radius: calc(10 * 100vw / 375);
    padding: calc(30 * 100vw / 375) calc(20 * 100vw / 375);
    margin-top: calc(40 * 100vw / 375);
  }
  .tousisintaku-step-recommend__title {
    font-size: calc(18 * 100vw / 375);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .tousisintaku-step-recommend__list {
    display: flex;
    flex-direction: column;
    gap: calc(20 * 100vw / 375);
  }
  .tousisintaku-step-lead-image {
    background-image: url(/tameru/tousisintaku/images/step-lead_sp.png);
    background-size: calc(366 * 100vw / 375) calc(262 * 100vw / 375);
    height: calc(136 * 100vw / 375);
    background-position: calc(9 * 100vw / 375) calc(-86 * 100vw / 375);
    background-repeat: no-repeat;
    margin: 0 calc(-1 * (30 * 100vw / 375));
  }
  .tousisintaku-step-final {
    background-color: #fff;
    border-radius: calc(80 * 100vw / 375);
    padding: calc(60 * 100vw / 375) calc(30 * 100vw / 375);
    position: relative;
  }
  .tousisintaku-step-final h3 {
    font-size: calc(24 * 100vw / 375);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .tousisintaku-step-final__image {
    position: absolute;
    bottom: calc(-112 * 100vw / 375);
    right: calc(-2 * 100vw / 375);
    width: calc(323 * 100vw / 375);
    z-index: -1;
  }

  /* 商品情報 */
  .tousisintaku-heading--product img {
    width: calc(275 * 100vw / 375);
  }
  .tousisintaku-product-recommend {
    background-color: #F5F5F5;
    padding: calc(50 * 100vw / 375) calc(35 * 100vw / 375);
    margin-top: calc(40 * 100vw / 375);
  }
  .tousisintaku-product-recommend__title {
    font-size: calc(34 * 100vw / 375);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .tousisintaku-product-recommend__list {
    display: flex;
    gap: calc(20 * 100vw / 375);
    flex-direction: column;
  }

  .tousisintaku-product-anchor-list {
    display: flex;
    gap: calc(4 * 100vw / 375);
    justify-content: center;
    margin-top: calc(70 * 100vw / 375);
  }
  .tousisintaku-product-anchor-list li {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: calc(20 * 100vw / 375);
  }
  .tousisintaku-product-anchor-list li:after {
    content: "";
    display: inline-block;
    background-image: url(/tameru/tousisintaku/images/triangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(16 * 100vw / 375);
    height: calc(12 * 100vw / 375);
  }
  .tousisintaku-product-anchor-list li img {
    width: calc(109 * 100vw / 375);
  }
  .tousisintaku-product-anchor-list li span {
    background-color: #E8EFEB;
    border-radius: calc(40 * 100vw / 375);
    color: #11A06E;
    font-size: calc(14 * 100vw / 375);
    font-weight: bold;
    display: block;
    padding: calc(13 * 100vw / 375) 0;
  }

  .tousisintaku-product-info-list {
    margin-top: calc(192 * 100vw / 375);
    padding-bottom: calc(80 * 100vw / 375);
    display: flex;
    gap: calc(190 * 100vw / 375);
    flex-direction: column;
  }
  .tousisintaku-product-info-list li {
    background-color: #11A06E;
    border-radius: calc(80 * 100vw / 375);
    padding: calc(60 * 100vw / 375) calc(30 * 100vw / 375) calc(50 * 100vw / 375);
    position: relative;
  }
  .tousisintaku-product-info-list li > h3 {
    text-align: center;
    margin-bottom: calc(40 * 100vw / 375);
  }
  .tousisintaku-product-info-list li > h3 span {
    background-color: #fff;
    border-radius: calc(5 * 100vw / 375);
    color: #11A06E;
    display: inline-block;
    font-size: calc(24 * 100vw / 375);
    font-weight: bold;
    line-height: 1.3;
    padding: 0 calc(15 * 100vw / 375);
    position: relative;
  }
  .tousisintaku-product-info-list li > h3 span:before {
    content: "";
    background-image: url(/tameru/tousisintaku/images/bee_product-title.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(-21 * 100vw / 375);
    right: calc(-15 * 100vw / 375);
    width: calc(30 * 100vw / 375);
    height: calc(30 * 100vw / 375);
  }
  .tousisintaku-product-info-list li:nth-child(even) > h3 span:before {
    content: "";
    right: auto;
    left: calc(-15 * 100vw / 375);
    transform: scale(-1, 1);
  }
  .tousisintaku-product-info-list li > h4 {
    color: #fff;
    font-size: calc(24 * 100vw / 375);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(25 * 100vw / 375);
  }
  .tousisintaku-product-info-list li > h4 span {
    font-size: calc(32 * 100vw / 375);
    color: #fff;
  }
  .tousisintaku-product-info-list__inner {
    background-color: #fff;
    border-radius: calc(10 * 100vw / 375);
    padding: calc(50 * 100vw / 375) calc(20 * 100vw / 375);
  }
  .tousisintaku-product-info-list__inner--transparent {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  .tousisintaku-product-info-list h4 {
    font-size: calc(24 * 100vw / 375);
    font-weight: bold;
    margin-bottom: calc(40 * 100vw / 375);
  }
  .tousisintaku-product-info-list h4 span {
    color: #11A06E;
  }
  .tousisintaku-product-info-list__image-wrapper {
    border: solid 2px #11A06E;
    border-radius: 10px;
    background-color: #fff;
    padding: 25px 20px;
    margin-top: 40px;
  }
  .tousisintaku-product-info-list h5 {
    font-size: calc(18 * 100vw / 375);
    font-weight: bold;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .tousisintaku-product-info-list h5 > span {
    background-color: #11A06E;
    color: #fff;
    display: inline-block;
    font-size: calc(15 * 100vw / 375);
    border-radius: calc(3 * 100vw / 375);
    padding: calc(4 * 100vw / 375) calc(7 * 100vw / 375);
    margin-right: calc(5 * 100vw / 375);
    margin-bottom: calc(5 * 100vw / 375);
  }
  .tousisintaku-product-info-list h5 > span > span {
    font-size: calc(12 * 100vw / 375);
  }

  .tousisintaku-product-tab {
    margin: calc(67 * 100vw / 375) 0 calc(40 * 100vw / 375);
    position: relative;
  }
  .tousisintaku-product-tab:before {
    content: "";
    background-image: url(/tameru/tousisintaku/images/yorizo_product-tab.png);
    background-size: cover;
    position: absolute;
    top: calc(-57 * 100vw / 375);
    left: 50%;
    transform: translateX(-50%);
    width: calc(102 * 100vw / 375);
    height: calc(62 * 100vw / 375);
    z-index: 2;
  }
  .tousisintaku-product-tab__list > dt {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: calc(50 * 100vw / 375);
    width: calc(103 * 100vw / 375);
  }
  .tousisintaku-product-tab__list:first-child > dt {
    left: 0;
  }
  .tousisintaku-product-tab__list:nth-child(2) > dt {
    left: auto;
    right: 0;
  }
  .tousisintaku-product-tab__list:nth-child(3) > dt {
    left: 0;
    top: calc(60 * 100vw / 375);
  }
  .tousisintaku-product-tab__list:nth-child(4) > dt {
    left: auto;
    right: 0;
    top: calc(60 * 100vw / 375);
  }
  .tousisintaku-product-tab__button {
    z-index: 1;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: calc(10 * 100vw / 375);
    font-size: calc(15 * 100vw / 375);
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    background-color: #E8EFEB;
  }
  .tousisintaku-product-tab__button.current {
    background-color: #11A06E;
    color: #fff;
    pointer-events: none;
  }
  
  .tousisintaku-product-tab__button > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
  }
  .tousisintaku-product-tab__button > span > span {
    font-size: calc(12 * 100vw / 375);
  }
  .tousisintaku-product-tab__list > dd {
    display: none;
    padding-top: calc(120 * 100vw / 375);
  }
  .tousisintaku-product-tab__list > dd.current {
    display: block;
  }
  .tousisintaku-product-tab__list > dd.ready {
    opacity: 0;
  }
  .tousisintaku-product-tab__list > dd.in {
    opacity: 1 !important;
  }
  .tousisintaku-product-tab__content {
    border-radius: calc(20 * 100vw / 375);
    background-color: #11A06E;
    padding: calc(40 * 100vw / 375) calc(15 * 100vw / 375) calc(30 * 100vw / 375);
  }
  .tousisintaku-product-tab__content h4 {
    font-size: calc(18 * 100vw / 375);
    font-weight: bold;
    color: #fff;
    margin-bottom: calc(30 * 100vw / 375);
    text-align: left;
  }
  .tousisintaku-product-tab__link {
    display: inline-block;
    font-size: calc(14 * 100vw / 375);
    color: #fff;
    position: relative;
    padding-left: calc(16 * 100vw / 375);
    padding-right: calc(25 * 100vw / 375);
    margin-bottom: calc(20 * 100vw / 375);
  }
  .tousisintaku-product-tab__link:last-of-type {
    margin-bottom: 0;
  }
  .tousisintaku-product-tab__link:before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(8 * 100vw / 375);
    height: calc(8 * 100vw / 375);
  }
  .tousisintaku-product-tab__link:after {
    content: "";
    background-image: url(/tameru/tousisintaku/images/icon_external_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(10.7 * 100vw / 375);
    height: calc(10.9 * 100vw / 375);
  }
  .tousisintaku-product-tab__annotation {
    font-size: calc(12 * 100vw / 375);
    color: #fff;
    margin-top: calc(20 * 100vw / 375);
  }
  .tousisintaku-product-feature-list {
    display: flex;
    flex-direction: column;
    gap: calc(30 * 100vw / 375);
    margin-top: calc(25 * 100vw / 375);
  }
  .tousisintaku-product-feature-list li {
    padding: 0;
    text-align: center;
  }
  .tousisintaku-product-feature-list li img {
    width: calc(230 * 100vw / 375);
  }
  .tousisintaku-product-feature-list p {
    color: #fff;
    font-size: calc(15 * 100vw / 375);
    font-weight: bold;
    margin-top: calc(20 * 100vw / 375);
    padding: 0;
  }
  .tousisintaku-product-feature-image__wrapper {
    margin: calc(40 * 100vw / 375) 0;
    text-align: center;
  }
  .tousisintaku-product-feature-image {
    width: 100%;
  }
  .tousisintaku-image-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: calc(40 * 100vw / 375);
  }
  .tousisintaku-image-scroll-wrapper p {
    font-size: calc(12 * 100vw / 375);
    color: #999;
    margin-bottom: calc(10 * 100vw / 375);
    text-align: right;
  }
  .tousisintaku-image-scroll-wrapper img {
    height: calc(215 * 100vw / 375);
    max-width: none;
  }
  .tousisintaku-tsumitate-list {
    margin-top: calc(20 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
  }
  .tousisintaku-tsumitate-list li {
    padding: 0 calc(27 * 100vw / 375) 0 calc(20 * 100vw / 375);
    background: none;
    position: relative;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .tousisintaku-tsumitate-list li:last-child {
    margin-bottom: 0;
  }
  .tousisintaku-tsumitate-list li img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .tousisintaku-tsumitate-list li:before {
    content: "";
    display: block;
    width: calc(7 * 100vw / 375);
    height: calc(7 * 100vw / 375);
    background-color: #11A06E;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .tousisintaku-product-comment1 {
    position: absolute;
    top: calc(-142 * 100vw / 375);
    left: 50%;
    transform: translateX(-50%);
    width: calc(289 * 100vw / 375);
  }
  .tousisintaku-product-comment2 {
    position: absolute;
    top: calc(-140 * 100vw / 375);
    left: 50%;
    transform: translateX(-50%);
    width: calc(256 * 100vw / 375);
  }
  .tousisintaku-product-comment3 {
    position: absolute;
    top: calc(-140 * 100vw / 375);
    left: 50%;
    transform: translateX(-50%);
    width: calc(288 * 100vw / 375);
  }

  /* お知らせ */
  .tousisintaku-news {
    margin-top: calc(25 * 100vw / 375);
    margin-bottom: calc(60 * 100vw / 375);
  }
  .tousisintaku-heading--news img {
    width: calc(315 * 100vw / 375);
  }
  .tousisintaku-news-list {
    max-width: calc(315 * 100vw / 375);
    margin: calc(40 * 100vw / 375) auto 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: bold;
  }
  .tousisintaku-news-list li {
    padding-left: calc(20 * 100vw / 375);
    padding-right: calc(27 * 100vw / 375);
    position: relative;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .tousisintaku-news-list li:before {
    content: "";
    display: block;
    width: calc(7 * 100vw / 375);
    height: calc(7 * 100vw / 375);
    background-color: #11A06E;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(10 * 100vw / 375);
  }
  .tousisintaku-news-list li:after {
    content: "";
    background-image: url(/tameru/tousisintaku/images/icon_right-arrow.svg);
    background-size: cover;
    display: block;
    width: calc(7 * 100vw / 375);
    height: calc(12 * 100vw / 375);
    position: absolute;
    right: 0;
    top: 50%;
  }

  /* よくあるご質問 */
  .tousisintaku-heading--faq img {
    width: calc(229 * 100vw / 375);
  }
  .tousisintaku-faq__list-item-question:after {
    content: "";
    display: block;
    background-image: url(/tameru/tousisintaku/images/icon_top-arrow.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    width: calc(12 * 100vw / 375);
    height: calc(7 * 100vw / 375);
    right: calc(25 * 100vw / 375);
  }
  .tousisintaku-faq__list {
    max-width: calc(315 * 100vw / 375);
    width: 100%;
    margin: 0 auto;
  }
  .tousisintaku-faq__list-item {
    text-align: left;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .tousisintaku-faq__list-item-question {
    background-color: #ffffff;
    border: 1px solid #11A06E;
    border-radius: calc(10 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding: calc(20 * 100vw / 375);
  }
  .tousisintaku-faq__list-item-question:after {
    transform: rotate(-180deg);
    transition-duration: 0.1s;
  }
  .tousisintaku-faq__list-item-question.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tousisintaku-faq__list-item-question.is-active:after {
    transform: rotate(0);
  }
  .tousisintaku-faq__list-item-question span {
    display: inline-block;
    position: relative;
    padding-left: calc(28 * 100vw / 375);
    padding-right: calc(32 * 100vw / 375);
  }
  .tousisintaku-faq__list-item-question span:before {
    content: "Q";
    font-size: calc(24 * 100vw / 375);
    color: #11A06E;
    font-weight: bold;
    position: absolute;
    top: -0.3em;
    left: 0;
  }
  .tousisintaku-faq__list-item-answer {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom-left-radius: calc(10 * 100vw / 375);
    border-bottom-right-radius: calc(10 * 100vw / 375);
    background-color: #ffffff;
    font-size: calc(16 * 100vw / 375);
    padding: 0 calc(20 * 100vw / 375);
    line-height: 1.5em;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
  }
  .tousisintaku-faq__list-item-answer.is-open {
    border: 1px solid #11A06E;
    border-top: none;
    padding: calc(20 * 100vw / 375);
    height: auto;
    opacity: 1;
  }
  .tousisintaku-faq__list-item-answer span, .tousisintaku-faq__list-item-answer div {
    display: inline-block;
    position: relative;
    padding-left: calc(28 * 100vw / 375);
    padding-right: calc(32 * 100vw / 375);
  }
  .tousisintaku-faq__list-item-answer span:before, .tousisintaku-faq__list-item-answer div:before {
    content: "A";
    font-size: calc(24 * 100vw / 375);
    color: #ABC723;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* お問い合わせ先 */
  .tousisintaku-support-wrapper {
    padding-bottom: calc(60 * 100vw / 375);
  }
  .tousisintaku-support {
    background-color: #E8EFEB;
    border-radius: calc(14 * 100vw / 375);
    padding: calc(20 * 100vw / 375);
    max-width: calc(315 * 100vw / 375);
    margin: calc(170 * 100vw / 375) auto 0;
    position: relative;
  }
  .tousisintaku-support-box {
    background-color: #FFF;
    border-radius: calc(14 * 100vw / 375);
    padding: calc(40 * 100vw / 375) calc(20 * 100vw / 375);
  }
  .tousisintaku-support h3 {
    font-size: calc(24 * 100vw / 375);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(30 * 100vw / 375);
  }
  .tousisintaku-support .tousisintaku-paragraph {
    font-weight: bold;
  }
  .tousisintaku-support-image {
    position: absolute;
    width: calc(266 * 100vw / 375);
    top: calc(-110 * 100vw / 375);
    left: calc(24 * 100vw / 375);
  }
  .tousisintaku-point__title:after {
    content: "";
    display: block;
    background-image: url(/tameru/tousisintaku/images/icon_top-arrow.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    width: calc(12 * 100vw / 375);
    height: calc(7 * 100vw / 375);
    right: calc(25 * 100vw / 375);
  }
  .tousisintaku-point__title {
    background-color: #ffffff;
    color: #11A06E;
    border-radius: calc(10 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding: calc(20 * 100vw / 375);
  }
  .tousisintaku-point__title:after {
    transform: rotate(-180deg);
    transition-duration: 0.1s;
  }
  .tousisintaku-point__title.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tousisintaku-point__title.is-active:after {
    transform: rotate(0);
  }
  .tousisintaku-point__title span {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  .tousisintaku-point__content {
    border-bottom-left-radius: calc(10 * 100vw / 375);
    border-bottom-right-radius: calc(10 * 100vw / 375);
    background-color: #ffffff;
    font-size: calc(16 * 100vw / 375);
    padding: 0 calc(20 * 100vw / 375);
    line-height: 1.5em;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
  }
  .tousisintaku-point__content.is-open {
    padding: calc(10 * 100vw / 375) calc(20 * 100vw / 375) calc(20 * 100vw / 375);
    height: auto;
    opacity: 1;
  }
  .tousisintaku-point__content span, .tousisintaku-point__content div {
    display: inline-block;
    position: relative;
  }
  .tousisintaku-point__content ul li {
    display: block;
    position: relative;
    margin-top: calc(10 * 100vw / 375);
    padding-left: 1em;
    font-style: normal;
    font-weight: 400;
    font-size: calc(16 * 100vw / 375);
    line-height: 200%;
    text-indent: 0;
  }
  .tousisintaku-point__content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    font-size: calc(16 * 100vw / 375);
    line-height: inherit;
    content: "•";
  }

  /* 関連コンテンツ */
  .tousisintaku-heading--relation {
    padding-top: calc(58 * 100vw / 375);
  }
  .tousisintaku-heading--relation img{
    width: calc(282.5 * 100vw / 375);
  }
  .tousisintaku-relation-banner-list {
    margin-top: calc(40 * 100vw / 375);
    display: flex;
    flex-direction: column;
    gap: calc(20 * 100vw / 375);
  }
  .tousisintaku-relation-link-list {
    font-size: calc(15 * 100vw / 375);
    font-weight: bold;
    text-decoration: underline;
    margin-top: calc(40 * 100vw / 375);
    display: flex;
    flex-direction: column;
    gap: calc(20 * 100vw / 375);
  }
  .tousisintaku-relation-link-list li img {
    margin-left: calc(5 * 100vw / 375);
  }
  .tousisintaku-service {
    background-color: #FFF;
    border-radius: calc(20 * 100vw / 375);
    margin-top: calc(40 * 100vw / 375);
    padding: calc(30 * 100vw / 375) calc(30 * 100vw / 375) calc(60 * 100vw / 375);
  }
  .tousisintaku-service h3 {
    font-size: calc(18 * 100vw / 375);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .tousisintaku-service .c-contents-button-list-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    gap: calc(20 * 100vw / 375);
  }
  .tousisintaku-service .c-contents-button-list-5__button {
    box-shadow: none;
    background-color: #E8EFEB;
    border-radius: calc(10 * 100vw / 375);
    margin-right: 0;
    width: auto;
  }
  .tousisintaku-service .c-contents-button-list-5__button > a {
    padding: calc(20 * 100vw / 375);
  }
  .tousisintaku-service .c-contents-button-list-5__title {
    font-size: calc(14 * 100vw / 375);
    line-height: 1.3;
    margin-top: 0;
  }
  .tousisintaku-service .c-contents-button-list--external:after {
    background-image: url(/tameru/tousisintaku/images/icon_external_black.svg);
  }


  /* 装飾 */
  .tousisintaku-decoration {
    position: relative;
  }
  .tousisintaku-decoration::before,
  .tousisintaku-decoration::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
  .tousisintaku-decoration--yorizo02:before {
    background-image: url(/tameru/tousisintaku/images/yorizo_faq.png);
    top: calc(-118 * 100vw / 375);
    left: calc(-35 * 100vw / 375);
    width: calc(147 * 100vw / 375);
    height: calc(156.5 * 100vw / 375);
    z-index: -1;
  }
  .tousisintaku-decoration--yorizo03:after {
    background-image: url(/tameru/tousisintaku/images/yorizo_footer.png);
    bottom: calc(-11 * 100vw / 375);
    left: 50%;
    transform: translateX(-50%);
    width: calc(298 * 100vw / 375);
    height: calc(143 * 100vw / 375);
    z-index: 1;
  }
  .tousisintaku-decoration--yorizo04:after {
    background-image: url(/tameru/tousisintaku/images/yorizo_step-final_sp.png);
    top: calc(-132 * 100vw / 375);
    left: calc(-21 * 100vw / 375);
    width: calc(174 * 100vw / 375);
    height: calc(177 * 100vw / 375);
    z-index: -1;
  }
  .tousisintaku-decoration--bee01:before {
    background-image: url(/tameru/tousisintaku/images/bee_step1_sp.png);
    top: auto;
    bottom: calc(-63 * 100vw / 375);
    left: calc(-18 * 100vw / 375);
    width: calc(110 * 100vw / 375);
    height: calc(72.5 * 100vw / 375);
    z-index: 1;
  }
  .tousisintaku-decoration--bee02:before {
    background-image: url(/tameru/tousisintaku/images/bee_step2.png);
    top: calc(-87 * 100vw / 375);
    right: calc(-24 * 100vw / 375);
    width: calc(129 * 100vw / 375);
    height: calc(83.5 * 100vw / 375);
    z-index: 1;
  }
  .tousisintaku-decoration--bee03:before {
    background-image: url(/tameru/tousisintaku/images/bee_step3.png);
    top: calc(-87 * 100vw / 375);
    left: calc(-30 * 100vw / 375);
    width: calc(131 * 100vw / 375);
    height: calc(85.5 * 100vw / 375);
    z-index: 1;
  }

  /**************************************************************
    よくあるご質問ページ
   **************************************************************/
  .tousisintaku-faq-header {
    position: relative;
  }
  .tousisintaku-faq-header__link {
    position: absolute;
    top: calc(11 * 100vw / 375);
    left: calc(20 * 100vw / 375);
  }
  .tousisintaku-faq-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(15 * 100vw / 375) calc(25 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
  }
  .tousisintaku-faq-breadcrumb__list li {
    position: relative;
  }
  .tousisintaku-faq-breadcrumb__list li:after {
    content: "";
    background-image: url(/tameru/tousisintaku/faq/images/icon_triangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: calc(13 * 100vw / 375);
    height: calc(11 * 100vw / 375);
    position: absolute;
    right: calc(-24 * 100vw / 375);
    top: 50%;
    transform: translateY(-50%);
  }
  .tousisintaku-faq-breadcrumb__list  li:last-child:after {
    display: none;
  }
  .tousisintaku-faq-breadcrumb__list a {
    text-decoration: underline;
  }
  .tousisintaku-faq-breadcrumb__list  li:last-child a {
    text-decoration: none;
    pointer-events: none;
  }

  .tousisintaku-heading--tousisintaku img {
    width: calc(150 * 100vw / 375);
  }
  .tousisintaku-heading--net-service {
    margin-top: calc(120 * 100vw / 375);
  }
  .tousisintaku-heading--net-service img {
    width: calc(256 * 100vw / 375);
  }
  .tousisintaku-faq-heading {
    font-size: calc(22 * 100vw / 375);
    font-weight: bold;
    margin: calc(80 * 100vw / 375) 0 calc(25 * 100vw / 375);
    text-align: center;
  }
  .tousisintaku-faq-heading > span {
    background-color: #11A06E;
    color: #fff;
    display: inline-block;
    font-size: calc(22 * 100vw / 375);
    border-radius: calc(3 * 100vw / 375);
    padding: calc(4 * 100vw / 375) calc(7 * 100vw / 375);
    margin-right: calc(5 * 100vw / 375);
    margin-bottom: calc(5 * 100vw / 375);
  }
  .tousisintaku-net-service-anchor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(15 * 100vw / 375) calc(11 * 100vw / 375);
    margin-top: calc(50 * 100vw / 375);
  }
  .tousisintaku-net-service-anchor-list li {
    width: calc(152 * 100vw / 375);
  }
  .tousisintaku-net-service-anchor-list li a {
    background-image: url(/tameru/tousisintaku/images/triangle.svg);
    background-size: 16px 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #11A06E;
    border-radius: calc(30 * 100vw / 375);
    color: #11A06E;
    padding: calc(15 * 100vw / 375) calc(32 * 100vw / 375);
    text-align: center;
    font-size: calc(16 * 100vw / 375);
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    height: 100%;
  }
  .tousisintaku-faq-page-back-button {
    margin-top: calc(120 * 100vw / 375);
  }
  .tousisintaku-faq-page-back-button a {
    background-image: url(/tameru/tousisintaku/faq/images/page-back-bg.svg);
    background-size: calc(12 * 100vw / 375) calc(16 * 100vw / 375);
    background-repeat: no-repeat;
    background-position: calc(13 * 100vw / 375) center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #11A06E;
    border-radius: calc(30 * 100vw / 375);
    color: #11A06E;
    padding: calc(15 * 100vw / 375) calc(32 * 100vw / 375);
    text-align: center;
    font-size: calc(16 * 100vw / 375);
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    height: calc(50 * 100vw / 375);
    width: calc(198 * 100vw / 375);
  }
  .tousisintaku-faq-copyright {
    margin-top: calc(25 * 100vw / 375);
    text-align: right;
  }
  .tousisintaku-faq-copyright img {
    width: calc(48 * 100vw / 375);
  }
  .tousisintaku-faq-point {
    background-color: #F5F5F5;
    padding: calc(45 * 100vw / 375) 0 calc(60 * 100vw / 375);
  }
  .tousisintaku-faq-point p {
    font-size: calc(15 * 100vw / 375);
    font-weight: bold;
  }
  .tousisintaku-faq-footer {
    background-color: #11A06E;
    color: #fff;
    font-size: calc(12 * 100vw / 375);
    text-align: center;
    padding: calc(20 * 100vw / 375) 0;
    position: relative;
    z-index: -3;
  }

  /**************************************************************
    共通パーツ 
   **************************************************************/
  /* テキスト */
  .tousisintaku-paragraph {
    font-size: calc(16 * 100vw / 375);
  }
  .tousisintaku-paragraph--small {
    font-size: calc(14 * 100vw / 375);
  }
  .tousisintaku-annotation {
    font-size: calc(12 * 100vw / 375);
  }
  .tousisintaku-paragraph--center {
    text-align: left;
  }
  /* ボタン */
  .tousisintaku-button {
    border: solid 1px #11A06E;
    border-radius: calc(69 * 100vw / 375);
    font-size: calc(15 * 100vw / 375);
    margin: 0 auto;
    padding: calc(15 * 100vw / 375) 0;
    max-width: calc(305 * 100vw / 375);
    width: 100%;

    background-position: calc(30 * 100vw / 375) center;
  }
  .tousisintaku-button[target="_blank"]:after {
    content: "";
    display: inline-block;
    background-image: url(/tameru/tousisintaku/images/icon_external.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: calc(20 * 100vw / 375);
    top: 50%;
    transform: translateY(-50%);
    width: calc(11 * 100vw / 375);
    height: calc(11 * 100vw / 375);
  }

  /* モーダル関連 */
  .tousisintaku-modal__open-button {
    border: solid 2px #11A06E;
    border-radius: calc(5 * 100vw / 375);
    color: #11A06E;
    font-size: calc(16 * 100vw / 375);
    font-weight: bold;
    line-height: 1;
    padding: calc(16 * 100vw / 375) calc(25 * 100vw / 375);
    width: 100%;
    background-image: url(/tameru/tousisintaku/images/icon_plus.svg);
    background-size: calc(11 * 100vw / 375) calc(11 * 100vw / 375);
    background-repeat: no-repeat;
    background-position: calc(100% - (15 * 100vw / 375)) center;
  }
  .tousisintaku-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .tousisintaku-modal__content {
    background-color: #fff;
    border-radius: calc(10 * 100vw / 375);
    max-width: calc(315 * 100vw / 375);
    width: 100%;
    position: relative;
  }
  .tousisintaku-modal__content-inner {
    padding: calc(40 * 100vw / 375) calc(30 * 100vw / 375) calc(60 * 100vw / 375);
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    overscroll-behavior: contain;
  }
  .tousisintaku-modal__close-button {
    position: absolute;
    top: calc(-20 * 100vw / 375);
    right: calc(-20 * 100vw / 375);
    border: solid 2px #11A06E;
    border-radius: 50%;
    background-image: url(/tameru/tousisintaku/images/icon_close.svg);
    background-color: #fff;
    background-size: calc(15 * 100vw / 375) calc(15 * 100vw / 375);
    background-repeat: no-repeat;
    background-position: center;
    width: calc(40 * 100vw / 375);
    height: calc(40 * 100vw / 375);
    cursor: pointer;
  }
  .tousisintaku-modal__content-close-button {
    display: block;;
    color: #11A06E;
    font-size: calc(16 * 100vw / 375);
    font-weight: bold;
    border-top: solid 2px #11A06E;
    padding: calc(15 * 100vw / 375) 0;
    width: 100%;
    text-align: center;
  }
  .tousisintaku-modal__content-close-button img {
    width: calc(11 * 100vw / 375);
    margin-left: calc(7 * 100vw / 375);
    vertical-align: baseline;
  }
  /* モーダル中身 */
  .tousisintaku-modal__content-inner h3 {
    font-size: calc(24 * 100vw / 375);
    font-weight: bold;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .tousisintaku-modal-ol {
    counter-reset: modal-ol;
    padding-left: calc(26 * 100vw / 375);
  }
  .tousisintaku-modal-ol li {
    counter-increment: modal-ol;
    position: relative;
    margin-bottom: calc(20 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
  }
  .tousisintaku-modal-ol li:before {
    content: counter(modal-ol) ".";
    position: absolute;
    left: calc(-30 * 100vw / 375);
    top: 0;
    font-size: calc(14 * 100vw / 375);
  }
  .tousisintaku-modal-ul li {
    display: inline-block;
    font-size: calc(14 * 100vw / 375);
    position: relative;
    padding-left: calc(16 * 100vw / 375);
    margin-bottom: calc(20 * 100vw / 375);
  }
  .tousisintaku-modal-ul li:last-of-type {
    margin-bottom: 0;
  }
  .tousisintaku-modal-ul li:before {
    content: "";
    background-color: #11A06E;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(8 * 100vw / 375);
    width: calc(8 * 100vw / 375);
    height: calc(8 * 100vw / 375);
  }
  .tousisintaku-modal-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 2px;
    margin: calc(40 * 100vw / 375) auto 0;
  }
  .tousisintaku-modal-table tr {
    border: none;
  }
  .tousisintaku-modal-table th {
    background-color: #11A06E;
    color: white;
    text-align: left;
    padding: calc(8 * 100vw / 375) calc(17 * 100vw / 375);
    width: 40%;
    font-size: calc(15 * 100vw / 375);
    font-weight: bold;
  }
  .tousisintaku-modal-table tr:first-child th {
    border-top-left-radius: calc(10 * 100vw / 375);
  }
  .tousisintaku-modal-table tr:last-child th {
    border-bottom-left-radius: calc(10 * 100vw / 375);
  }
  .tousisintaku-modal-table td {
    background-color: #fff;
    padding: calc(8 * 100vw / 375) calc(17 * 100vw / 375);
    width: 60%;
    font-size: calc(14 * 100vw / 375);
  }
  .tousisintaku-modal-table tr:nth-child(even) td {
    background-color: #E8EFEB;
  }
  .tousisintaku-modal-table tr:last-child td {
    border-bottom-right-radius: calc(10 * 100vw / 375);
  }
  .tousisintaku-modal__content-inner .tousisintaku-annotation {
    color: #000;
  }

  /* フローティングメニュー */
  .tousisintaku-floating-menu {
    position: fixed;
    bottom: calc(30 * 100vw / 375);
    right: calc(20 * 100vw / 375);
    width: calc(85 * 100vw / 375);

    height: calc(85 * 100vw / 375);
    min-height: calc(85 * 100vw / 375);
    border: solid 2px #000000;
    border-radius: calc(50 * 100vw / 375);
    background: #FFF;
    z-index: 100;
    transition: height cubic-bezier(0.68, 1, 0.32, 1.2) 0.6s;
  }
  .tousisintaku-floating-menu.is-open {
    height: calc(522 * 100vw / 375);
  }
  .tousisintaku-floating-menu.is-open .tousisintaku-floating-menu__list {
    display: block;
    visibility: visible;
    transform: translateY(0);
  }
  .tousisintaku-floating-menu.is-open .tousisintaku-floating-menu__sp--close {
    display: block;
  }
  .tousisintaku-floating-menu.is-open .tousisintaku-floating-menu__sp--open {
    visibility: hidden;
    display: none;
  }
  .tousisintaku-floating-menu__list {
    display: none;
    position: relative;
    padding-top: calc(20 * 100vw / 375);
    
  }
  .tousisintaku-floating-menu__item {
    width: calc(64 * 100vw / 375);
    margin: 0 auto calc(10 * 100vw / 375);
  }
  .tousisintaku-floating-menu__item a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(64 * 100vw / 375);
    height: calc(64 * 100vw / 375);
    border: solid 2px #000000;
    border-radius: 100%;
    font-size: calc(13 * 100vw / 375);
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background-color: #11A06E;
  }
  .tousisintaku-floating-menu__item a:after {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(105 * 100vw / 375);
    height: calc(105 * 100vw / 375);
    display: block;
    visibility: hidden;
    transform: translate(-50%, -50%);
  }
  .tousisintaku-floating-menu__item--application a:before {
    content: "";
    background-image: url(/tameru/tousisintaku/images/menu03_bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(105 * 100vw / 375);
    height: calc(105 * 100vw / 375);
    display: block;
    transform: translate(-50%, -50%);
  }
  .tousisintaku-floating-menu.current_merit .tousisintaku-floating-menu__item--merit a:after {
    background-image: url(/tameru/tousisintaku/images/menu01.png);
    visibility: visible;
  }
  .tousisintaku-floating-menu.current_how-to-start .tousisintaku-floating-menu__item--how-to-start a:after {
    background-image: url(/tameru/tousisintaku/images/menu02.png);
    visibility: visible;
  }
  .tousisintaku-floating-menu.current_application .tousisintaku-floating-menu__item--application a:after {
    background-image: url(/tameru/tousisintaku/images/menu03.png);
    visibility: visible;
  }
  .tousisintaku-floating-menu.current_product .tousisintaku-floating-menu__item--product a:after {
    background-image: url(/tameru/tousisintaku/images/menu04.png);
    visibility: visible;
  }
  .tousisintaku-floating-menu.current_faq .tousisintaku-floating-menu__item--faq a:after {
    background-image: url(/tameru/tousisintaku/images/menu05.png);
    visibility: visible;
  }
  .tousisintaku-floating-menu.current_news .tousisintaku-floating-menu__item--news a:after {
    background-image: url(/tameru/tousisintaku/images/menu06.png);
    visibility: visible;
  }
  .tousisintaku-floating-menu__top {
    display: none;
  }
  .tousisintaku-floating-menu__sp {
    margin: 0 auto;
    text-align: center;
  }
  .tousisintaku-floating-menu__sp--close {
    display: none;
    margin: calc(20 * 100vw / 375) auto 0;
    padding-top: calc(calc(9) + 2px * 100vw / 375);
  }
  .tousisintaku-floating-menu__sp--close span {
    position: relative;
    display: block;
    font-size: calc(14 * 100vw / 375);
    font-weight: bold;
  }
  .tousisintaku-floating-menu__sp--close span:before {
      content: "";
      position: absolute;
      top: calc(-9 * 100vw / 375);
      left: 50%;
      width: calc(9 * 100vw / 375);
      height: 2px;
      border-radius: calc(9 * 100vw / 375);
      background: #11A06E;
      transform: translateX(-50%);
  }
  .tousisintaku-floating-menu__sp--open {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(85 * 100vw / 375);
  }
  .tousisintaku-floating-menu__sp--open span {
    position: relative;
    display: block;
    margin-top: calc(14 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
    font-weight: bold;
  }
  .tousisintaku-floating-menu__sp--open span:before,
  .tousisintaku-floating-menu__sp--open span::after {
    content: "";
    position: absolute;
    top: calc(-12 * 100vw / 375);
    left: 50%;
    width: calc(9 * 100vw / 375);
    height: 2px;
    border-radius: calc(9 * 100vw / 375);
    background: #11A06E;
    transform: translateX(-50%);
  }
  .tousisintaku-floating-menu__sp--open span:after {
    transform: translateX(-50%) rotate(90deg);
  }

  /* 背景 */
  .bg-step-green,
  .bg-step-light-green {
    background-color: #11A06E;
    position: relative;
    margin-top: calc(70 * 100vw / 375);
    padding-bottom: calc(100 * 100vw / 375);
    z-index: 0;
  }
  .bg-step-green:before,
  .bg-step-light-green:before{
    background-image: url(/tameru/tousisintaku/images/bg_step_green_sp.png);
    content: "";
    position: absolute;
    top: calc(-1 * (70 * 100vw / 375));
    left: 0;
    width: 100%;
    height: calc(70 * 100vw / 375);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-step-light-green {
    background-color: #E8EFEB;
  }
  .bg-step-light-green:before {
    background-image: url(/tameru/tousisintaku/images/bg_step_light-green_sp.png);
  }
  
  /* レイアウト */
  .c-layout-one-column-1200,
  .contents1024 {
    max-width: calc(315 * 100vw / 375);
    margin: 0 auto;
  }

  .mgt10 {
    margin-top: calc(10 * 100vw / 375);
  }
  .mgt20 {
    margin-top: calc(20 * 100vw / 375);
  }
  .mgt30 {
    margin-top: calc(30 * 100vw / 375);
  }
  .mgt35 {
    margin-top: calc(35 * 100vw / 375);
  }
  .mgt40 {
    margin-top: calc(40 * 100vw / 375);
  }
  .mgt60 {
    margin-top: calc(60 * 100vw / 375);
  }
  .mgt70 {
    margin-top: calc(70 * 100vw / 375);
  }
  .mgt90 {
    margin-top: calc(90 * 100vw / 375);
  }
  .sp-mgt0 {
    margin-top: 0;
  }
  .sp-mgt40 {
    margin-top: calc(40 * 100vw / 375);
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-heading-character--tousisintaku {
    background-image: url(/tameru/tousisintaku/images/c-contents-heading-bg--tousisintaku.png);
    background-size: 100vw calc(268 * 100vw / 1366);
  }

  /* 投資信託メニュー */
  .tousisintaku-anchor {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-left: -100px;
  }
  .tousisintaku-anchor__title {
    width: 130px;
    height: 58px;
    margin-right: 23px;
    margin-top: 33px;
  }
  .tousisintaku-anchor__list {
    display: flex;
    gap: 4px;
  }
  .tousisintaku-anchor__list li {
    text-align: center;
    width: 137px;
    padding-bottom: 17px;
    position: relative;
  }
  .tousisintaku-anchor__list li span {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
  }
  .tousisintaku-anchor__list li span >span {
    display: block;
  }
  .tousisintaku-anchor__list li:after {
    content: "";
    display: inline-block;
    background-image: url(/tameru/tousisintaku/images/triangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 12px;
  }

  /* タブ */
  .tousisintaku-tab {
    display: flex;
    justify-content: center;
    border-bottom: solid 10px #11A06E;
    margin: 10px 0 100px;
  }
  .tousisintaku-tab__item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 396px;
    height: 164px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .tousisintaku-tab__item span {
    display: block;
    margin-bottom: 13px;
  }
  .tousisintaku-tab__item--active {
    background-image: url(/tameru/tousisintaku/images/tab_active.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 20px;
    z-index: 2;
  }
  .tousisintaku-tab__item--inactive {
    background-image: url(/tameru/tousisintaku/images/tab_inactive.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-left: -50px;
    width: 329px;
  }
  .tousisintaku-tab--select .tousisintaku-tab__item--active {
    background-image: url(/tameru/tousisintaku/images/tab_active_select.png);
  }
  .tousisintaku-tab--select .tousisintaku-tab__item--inactive {
    margin-left: auto;
    margin-right: -50px;
  }

  .tousisintaku-tab-bottom {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: -1;
  }
  .tousisintaku-tab-bottom .tousisintaku-tab__item {
    height: 69px;
  }
  .tousisintaku-tab-bottom .tousisintaku-tab__item span {
    margin-bottom: auto;
    margin-top: 10px;
  }
  .tousisintaku-tab-bottom .tousisintaku-tab__item--active {
    background-image: url(/tameru/tousisintaku/images/tab-bottom_active.png);
  }
  .tousisintaku-tab-bottom .tousisintaku-tab__item--inactive {
    background-image: url(/tameru/tousisintaku/images/tab-bottom_inactive.png);
    background-position: top;
  }

  /* メリット */
  .tousisintaku-merit-image-list {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 30px;
  }
  .tousisintaku-merit-image-list li {
    width: 158px;
  }
  .tousisintaku-merit-image-list img {
    width: 100%;
  }
  .tousisintaku-merit-image-list span {
    display: block;
    text-align: center;
    margin-top: 7px;
    font-size: 18px;
    font-weight: bold;
  }

  .tousisintaku-merit-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    justify-items: center;
    margin: 50px auto 0;
    padding-bottom: 100px;
    max-width: 866px;
    counter-reset: item;
  }
  .tousisintaku-merit-list li {
    border: solid 1px #11A06E;
    border-radius: 10px;
    padding: 32px 40px 40px 40px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .tousisintaku-merit-list li:before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #11A06E;
    border-radius: 10px 0 10px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 25px;
  }
  .tousisintaku-merit-list img {
    height: 140px;
  }
  .tousisintaku-merit-list h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 16px 0;
    text-align: center;
  }
  .tousisintaku-merit-list h4 span {
    color: #11A06E;
    font-size: 34px;
  }
  .tousisintaku-merit-list p {
    text-align: left;
  }

  /* はじめ方 */
  .tousisintaku-step-list {
    margin-top: 60px;
  }
  .tousisintaku-step-list > li {
    background-color: #fff;
    border-radius: 80px;
    margin-bottom: 60px;
    padding: 80px;
    position: relative;
  }
  .tousisintaku-step-list > li:last-child {
    margin-bottom: 0;
  }
  .tousisintaku-step-list__step {
    display: block;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 157px;
    height: 60px;
    color: #11A06E;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 1.1;
  }
  .tousisintaku-step-list__step span {
    font-size: 34px;
    margin-left: 5px;
  }
  .tousisintaku-step-list h3 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  .tousisintaku-step1-list {
    display: flex;
    gap: 20px;
    margin-top: 37px;
    text-align: center;
  }
  .tousisintaku-step1-list__item {
    border: solid 2px #11A06E;
    border-radius: 10px;
    padding: 40px 40px 0 40px;
  }
  .tousisintaku-step1-list__item-title {
    color: #11A06E;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }

  .tousisintaku-application-list {
    display: flex;
    gap: 130px;
    margin: 0 50px;
  }
  .tousisintaku-step-recommend {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 50px 40px;
    margin-top: 40px;
  }
  .tousisintaku-step-recommend__title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .tousisintaku-step-recommend__list {
    display: flex;
    gap: 40px;
  }
  .tousisintaku-step-lead-image {
    background-image: url(/tameru/tousisintaku/images/step-lead.png);
    background-size: 637px 315px;
    height: 189px;
    background-position: center -32px;
    background-repeat: no-repeat
  }
  .tousisintaku-step-final {
    background-color: #fff;
    border-radius: 80px;
    padding: 60px 80px;
    position: relative;
  }
  .tousisintaku-step-final h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .tousisintaku-step-final > .tousisintaku-button {
    width: 315px;
  }
  .tousisintaku-step-final__image {
    position: absolute;
    bottom: -110px;
    right: 95px;
    width: 380px;
  }

  /* 商品情報 */
  .tousisintaku-heading--product img {
    width: 555px;
  }
  .tousisintaku-product-recommend {
    background-color: #F5F5F5;
    padding: 50px 0;
    margin-top: 40px;
  }
  .tousisintaku-product-recommend__title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .tousisintaku-product-recommend__list {
    display: flex;
    gap: 40px;
    justify-content: center;
    max-width: 785px;
    margin: 0 auto;
  }

  .tousisintaku-product-anchor-list {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 60px;
  }
  .tousisintaku-product-anchor-list li {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
  }
  .tousisintaku-product-anchor-list li:after {
    content: "";
    display: inline-block;
    background-image: url(/tameru/tousisintaku/images/triangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 12px;
  }
  .tousisintaku-product-anchor-list li img {
    width: 147px;
  }
  .tousisintaku-product-anchor-list li span {
    background-color: #E8EFEB;
    border-radius: 40px;
    color: #11A06E;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 20px 0;
  }

  .tousisintaku-product-info-list {
    margin-top: 150px;
    display: flex;
    gap: 140px;
    flex-direction: column;
  }
  .tousisintaku-product-info-list li {
    background-color: #11A06E;
    border-radius: 80px;
    padding: 60px 80px 80px;
    position: relative;
  }
  .tousisintaku-product-info-list li > h3 {
    text-align: center;
    margin-bottom: 40px;
  }
  .tousisintaku-product-info-list li > h3 span {
    background-color: #fff;
    border-radius: 5px;
    color: #11A06E;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 8px;
    position: relative;
  }
  .tousisintaku-product-info-list li > h3 span:before {
    content: "";
    background-image: url(/tameru/tousisintaku/images/bee_product-title.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -21px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
  .tousisintaku-product-info-list li:nth-child(even) > h3 span:before {
    content: "";
    right: auto;
    left: -15px;
    transform: scale(-1, 1);
  }
  .tousisintaku-product-info-list li > h4 {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .tousisintaku-product-info-list li > h4 span {
    font-size: 44px;
    color: #fff;
  }
  .tousisintaku-product-info-list__inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 73px;
  }
  .tousisintaku-product-info-list__inner--transparent {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  .tousisintaku-product-info-list h4 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .tousisintaku-product-info-list h4 span {
    color: #11A06E;
  }
  .tousisintaku-product-info-list__image-wrapper {
    border: solid 2px #11A06E;
    border-radius: 10px;
    background-color: #fff;
    padding: 25px 20px;
    margin-top: 40px;
  }
  .tousisintaku-product-info-list h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .tousisintaku-product-info-list h5 > span {
    background-color: #11A06E;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 8px;
  }
  .tousisintaku-product-info-list h5 > span > span {
    font-size: 16px;
  }

  .tousisintaku-product-tab {
    margin: 70px 0 40px;
    position: relative;
  }
  .tousisintaku-product-tab__list > dt {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 40px;
    width: calc((100% - 15px) /4);
  }
  .tousisintaku-product-tab__list:first-child > dt {
    left: 0;
  }
  .tousisintaku-product-tab__list:nth-child(2) > dt {
    left: calc((100% - 15px) /4 + 5px);
  }
  .tousisintaku-product-tab__list:nth-child(3) > dt {
    left: calc((100% - 15px) /2 + 10px);
  }
  .tousisintaku-product-tab__list:nth-child(4) > dt {
    left: calc((100% - 15px) /4 * 3 + 15px);
  }
  .tousisintaku-product-tab__button {
    z-index: 1;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    background-color: #E8EFEB;
  }
  .tousisintaku-product-tab__button.current {
    z-index: 2;
    height: 50px;
    background-color: #11A06E;
    color: #fff;
    pointer-events: none;
  }
  .tousisintaku-product-tab__button.current:before {
    content: "";
    background-image: url(/tameru/tousisintaku/images/yorizo_product-tab.png);
    background-size: cover;
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    width: 102px;
    height: 62px;
  }
  .tousisintaku-product-tab__button > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
  }
  .tousisintaku-product-tab__button > span > span {
    font-size: 14px;
  }
  .tousisintaku-product-tab__list > dd {
    display: none;
    padding-top: 40px;
  }
  .tousisintaku-product-tab__list > dd.current {
    display: block;
  }
  .tousisintaku-product-tab__list > dd.ready {
    opacity: 0;
  }
  .tousisintaku-product-tab__list > dd.in {
    opacity: 1 !important;
  }
  .tousisintaku-product-tab__content {
    border-radius: 0 0 20px 20px;
    background-color: #11A06E;
    padding: 40px 40px 30px;
  }
  .tousisintaku-product-tab__content h4 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
  }
  .tousisintaku-product-tab__link {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-left: 16px;
    padding-right: 25px;
    margin-bottom: 20px;
  }
  .tousisintaku-product-tab__link:last-of-type {
    margin-bottom: 0;
  }
  .tousisintaku-product-tab__link:before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
  }
  .tousisintaku-product-tab__link:after {
    content: "";
    background-image: url(/tameru/tousisintaku/images/icon_external_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10.7px;
    height: 10.9px;
  }
  .tousisintaku-product-tab__annotation {
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
  }
  .tousisintaku-product-feature-list {
    display: flex;
    gap: 45px;
    margin-top: 40px;
  }
  .tousisintaku-product-feature-list li {
    padding: 0;
  }
  .tousisintaku-product-feature-list p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 12px;
  }
  .tousisintaku-product-feature-image__wrapper {
    margin: 40px 0;
    text-align: center;
  }
  .tousisintaku-product-feature-image {
    width: 553px;
  }
  .tousisintaku-tsumitate-list {
    margin-top: 20px;
    font-size: 16px;
  }
  .tousisintaku-tsumitate-list li {
    padding: 0 27px 0 20px;
    background: none;
    position: relative;
    margin-bottom: 20px;
  }
  .tousisintaku-tsumitate-list li:last-child {
    margin-bottom: 0;
  }
  .tousisintaku-tsumitate-list li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #11A06E;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .tousisintaku-product-comment1 {
    position: absolute;
    top: -167px;
    left: 50%;
    transform: translateX(-50%);
    width: 453px;
  }
  .tousisintaku-product-comment2 {
    position: absolute;
    top: -213px;
    left: 50%;
    transform: translateX(-50%);
    width: 430px;
  }
  .tousisintaku-product-comment3 {
    position: absolute;
    top: -91px;
    left: calc(50% + 55px);
    transform: translateX(-50%);
    width: 363px;
  }
  
  /* お申込み・ご購入 */
  .tousisintaku-heading--application img {
    width: 500px;
  }

  /* お知らせ */
  .tousisintaku-news {
    margin-top: 105px;
    margin-bottom: 120px;
  }
  .tousisintaku-news .tousisintaku-heading {
    transform: translateX(-100px);
  }
  .tousisintaku-news-list {
    max-width: 866px;
    margin: 15px auto 0;
    font-size: 16px;
    font-weight: bold;
  }
  .tousisintaku-news-list li {
    padding-left: 20px;
    padding-right: 27px;
    position: relative;
    margin-bottom: 20px;
  }
  .tousisintaku-news-list li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #11A06E;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .tousisintaku-news-list li:after {
    content: "";
    background-image: url(/tameru/tousisintaku/images/icon_right-arrow.svg);
    background-size: cover;
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
  }

  /* よくあるご質問 */
  .tousisintaku-faq__list-item-question:after {
    content: "";
    display: block;
    background-image: url(/tameru/tousisintaku/images/icon_top-arrow.svg);
    position: absolute;
    top: 32px;
    width: 12px;
    height: 7px;
    right: 25px;
  }
  .tousisintaku-faq__list {
    max-width: 1027px;
    width: 100%;
    margin: 0 auto;
  }
  .tousisintaku-faq__list-item {
    text-align: left;
    margin-bottom: 20px;
  }
  .tousisintaku-faq__list-item-question {
    background-color: #ffffff;
    border: 1px solid #11A06E;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding: 20px;
  }
  .tousisintaku-faq__list-item-question:after {
    transform: rotate(-180deg);
    transition-duration: 0.1s;
  }
  .tousisintaku-faq__list-item-question.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tousisintaku-faq__list-item-question.is-active:after {
    transform: rotate(0);
  }
  .tousisintaku-faq__list-item-question span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    padding-right: 50px;
  }
  .tousisintaku-faq__list-item-question span:before {
    content: "Q";
    font-size: 24px;
    color: #11A06E;
    font-weight: bold;
    position: absolute;
    top: -0.3em;
    left: 0;
  }
  .tousisintaku-faq__list-item-answer {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
    font-size: 16px;
    padding: 0 20px;
    line-height: 1.5em;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
  }
  .tousisintaku-faq__list-item-answer.is-open {
    border: 1px solid #11A06E;
    border-top: none;
    padding: 20px;
    height: auto;
    opacity: 1;
  }
  .tousisintaku-faq__list-item-answer span, .tousisintaku-faq__list-item-answer div {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    padding-right: 50px;
  }
  .tousisintaku-faq__list-item-answer span:before, .tousisintaku-faq__list-item-answer div:before {
    content: "A";
    font-size: 24px;
    color: #ABC723;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* お問い合わせ先 */
  .tousisintaku-support-wrapper {
    padding-bottom: 100px;
  }
  .tousisintaku-support {
    background-color: #E8EFEB;
    border-radius: 20px;
    padding: 40px 80px;
    max-width: 1027px;
    margin: 60px auto 0;
    position: relative;
  }
  .tousisintaku-support-box {
    background-color: #FFF;
    border-radius: 20px;
    padding: 50px 80px;
  }
  .tousisintaku-support h3 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .tousisintaku-support .tousisintaku-paragraph {
    font-weight: bold;
  }
  .tousisintaku-support-image {
    position: absolute;
    width: 317px;
    top: -78px;
    left: -45px;
  }
  .tousisintaku-point__title:after {
    content: "";
    display: block;
    background-image: url(/tameru/tousisintaku/images/icon_top-arrow.svg);
    position: absolute;
    top: 32px;
    width: 12px;
    height: 7px;
    right: 25px;
  }
  .tousisintaku-point__title {
    background-color: #ffffff;
    color: #11A06E;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding: 20px;
    text-align: left !important;
  }
  .tousisintaku-point__title:after {
    transform: rotate(-180deg);
    transition-duration: 0.1s;
  }
  .tousisintaku-point__title.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tousisintaku-point__title.is-active:after {
    transform: rotate(0);
  }
  .tousisintaku-point__title span {
    display: inline-block;
    position: relative;
  }
  .tousisintaku-point__content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
    font-size: 16px;
    padding: 0 20px;
    line-height: 1.5em;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
  }
  .tousisintaku-point__content.is-open {
    padding: 10px 20px 20px;
    height: auto;
    opacity: 1;
  }
  .tousisintaku-point__content span, .tousisintaku-point__content div {
    display: inline-block;
    position: relative;
  }
  .tousisintaku-point__content ul li {
    display: block;
    position: relative;
    margin-top: 10px;
    padding-left: 1em;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-indent: 0;
  }
  .tousisintaku-point__content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    font-size: 16px;
    line-height: inherit;
    content: "•";
  }

  /* 関連コンテンツ */
  .tousisintaku-relation .tousisintaku-heading {
    padding-top: 100px;
  }
  .tousisintaku-relation-banner-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 60px;
  }
  .tousisintaku-relation-link-list {
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  .tousisintaku-relation-link-list li img {
    margin-left: 5px;
  }
  .tousisintaku-service {
    background-color: #FFF;
    border-radius: 20px;
    margin-top: 60px;
    padding: 60px 90px;
  }
  .tousisintaku-service h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .tousisintaku-service .c-contents-button-list-5 {
    margin: 0;
    gap: 28px;
  }
  .tousisintaku-service .c-contents-button-list-5__button {
    box-shadow: none;
    background-color: #E8EFEB;
    border-radius: 10px;
    margin-right: 0;
  }
  .tousisintaku-service .c-contents-button-list-5__button > a {
    padding-bottom: 30px;
  }
  .tousisintaku-service .c-contents-button-list-5__title {
    font-size: 15px;
  }
  .tousisintaku-service .c-contents-button-list--external:after {
    background-image: url(/tameru/tousisintaku/images/icon_external_black.svg);
  }

  /* 装飾 */
  .tousisintaku-decoration {
    position: relative;
  }
  .tousisintaku-decoration::before,
  .tousisintaku-decoration::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
  .tousisintaku-decoration--yorizo01:before {
    background-image: url(/tameru/tousisintaku/images/yorizo_step1.png);
    top: -134px;
    left: -74px;
    width: 190px;
    height: 200px;
    z-index: -1;
  }
  .tousisintaku-decoration--yorizo01:after {
    background-image: url(/tameru/tousisintaku/images/yorizo_step1_ude.png);
    top: -164px;
    left: 28px;
    width: 136px;
    height: 191px;
    z-index: 0;
  }
  .tousisintaku-decoration--yorizo02:before {
    background-image: url(/tameru/tousisintaku/images/yorizo_faq.png);
    top: -193px;
    right: 70px;
    width: 240px;
    height: 255px;
    z-index: -1;
  }
  .tousisintaku-decoration--yorizo03:after {
    background-image: url(/tameru/tousisintaku/images/yorizo_footer.png);
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 425.5px;
    height: 205px;
    z-index: 1;
  }
  .tousisintaku-decoration--bee01:before {
    background-image: url(/tameru/tousisintaku/images/bee_step1.png);
    top: auto;
    bottom: -63px;
    left: calc(50% - 183px);
    width: 120px;
    height: 85px;
    z-index: 1;
  }
  .tousisintaku-decoration--bee02:before {
    background-image: url(/tameru/tousisintaku/images/bee_step2.png);
    top: -87px;
    left: calc(50% + 59px);
    width: 129px;
    height: 83.5px;
    z-index: 1;
  }
  .tousisintaku-decoration--bee03:before {
    background-image: url(/tameru/tousisintaku/images/bee_step3.png);
    top: -87px;
    left: calc(50% - 187px);
    width: 131px;
    height: 85.5px;
    z-index: 1;
  }

  /**************************************************************
    よくあるご質問ページ
   **************************************************************/
  .tousisintaku-faq-header {
    position: relative;
  }
  .tousisintaku-faq-header__link {
    position: absolute;
    top: 30px;
    left: 35px;
  }
  .tousisintaku-faq-breadcrumb {
    margin: 40px 0;
  }
  .tousisintaku-faq-breadcrumb__list {
    display: flex;
    gap: 35px;
    font-size: 18px;
  }
  .tousisintaku-faq-breadcrumb__list li {
    position: relative;
  }
  .tousisintaku-faq-breadcrumb__list li:after {
    content: "";
    background-image: url(/tameru/tousisintaku/faq/images/icon_triangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 13px;
    height: 11px;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .tousisintaku-faq-breadcrumb__list  li:last-child:after {
    display: none;
  }
  .tousisintaku-faq-breadcrumb__list a {
    text-decoration: underline;
  }
  .tousisintaku-faq-breadcrumb__list  li:last-child a {
    text-decoration: none;
    pointer-events: none;
  }

  .tousisintaku-heading--tousisintaku img {
    width: 216px;
  }
  .tousisintaku-heading--net-service {
    margin-top: 120px;
  }
  .tousisintaku-heading--net-service img {
    width: 671px;
  }
  .tousisintaku-faq-heading {
    font-size: 28px;
    font-weight: bold;
    margin: 100px 0 40px;
    text-align: center;
  }
  .tousisintaku-faq-heading > span {
    background-color: #11A06E;
    color: #fff;
    font-size: 34px;
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 8px;
  }
  .tousisintaku-net-service-anchor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    margin-top: 60px;
  }
  .tousisintaku-net-service-anchor-list li {
    width: 188px;
  }
  .tousisintaku-net-service-anchor-list li a {
    background-image: url(/tameru/tousisintaku/images/triangle.svg);
    background-size: 16px 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #11A06E;
    border-radius: 30px;
    color: #11A06E;
    padding: 15px 32px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    height: 100%;
  }
  .tousisintaku-faq-page-back-button {
    margin-top: 120px;
  }
  .tousisintaku-faq-page-back-button a {
    background-image: url(/tameru/tousisintaku/faq/images/page-back-bg.svg);
    background-size: 12px 16px;
    background-repeat: no-repeat;
    background-position: 13px center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #11A06E;
    border-radius: 30px;
    color: #11A06E;
    padding: 15px 32px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    height: 63px;
    width: 230px;
  }
  .tousisintaku-faq-copyright {
    margin-top: 40px;
    text-align: right;
  }
  .tousisintaku-faq-copyright img {
    width: 48px;
  }
  .tousisintaku-faq-point {
    background-color: #F5F5F5;
    padding: 80px 0 100px;
  }
  .tousisintaku-faq-point p {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .tousisintaku-faq-footer {
    background-color: #11A06E;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
  }


  /**************************************************************
    共通パーツ 
   **************************************************************/
   /* テキスト */
  .tousisintaku-paragraph {
    font-size: 16px;
  }
  .tousisintaku-paragraph--small {
    font-size: 14px;
  }
  .tousisintaku-annotation {
    font-size: 12px;
  }

  /* ボタン */
  .tousisintaku-button {
    border: solid 1px #11A06E;
    border-radius: 30px;
    font-size: 15px;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 450px;
    width: 100%;
    
    background-position: 30px center;
  }
  .tousisintaku-button[target="_blank"]:after {
    content: "";
    display: inline-block;
    background-image: url(/tameru/tousisintaku/images/icon_external.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
  }
  .tousisintaku-button--small {
    width: 339px;
  }

  /* モーダル関連 */
  .tousisintaku-modal__open-button {
    border: solid 2px #11A06E;
    border-radius: 5px;
    color: #11A06E;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 25px;
    width: 100%;
    background-image: url(/tameru/tousisintaku/images/icon_plus.svg);
    background-size: 11px 11px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
  }
  .tousisintaku-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .tousisintaku-modal__content {
    background-color: #fff;
    border-radius: 10px;
    max-width: 866px;
    width: 100%;
    position: relative;
  }
  .tousisintaku-modal__content-inner {
    padding: 75px 60px 60px;
    max-height: calc(100vh - 500px);
    overflow-y: scroll;
    overscroll-behavior: contain;
  }
  .tousisintaku-modal__close-button {
    position: absolute;
    top: -30px;
    right: -32px;
    border: solid 2px #11A06E;
    border-radius: 50%;
    background-image: url(/tameru/tousisintaku/images/icon_close.svg);
    background-color: #fff;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center;
    width: 68px;
    height: 68px;
    cursor: pointer;
  }
  .tousisintaku-modal__content-close-button {
    display: block;;
    color: #11A06E;
    font-size: 16px;
    font-weight: bold;
    border-top: solid 2px #11A06E;
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  .tousisintaku-modal__content-close-button img {
    width: 11px;
    margin-left: 7px;
    vertical-align: baseline;
  }
  /* モーダル中身 */
  .tousisintaku-modal__content-inner h3 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .tousisintaku-modal-ol {
    counter-reset: modal-ol;
    padding-left: 26px;
  }
  .tousisintaku-modal-ol li {
    counter-increment: modal-ol;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .tousisintaku-modal-ol li:before {
    content: counter(modal-ol) ".";
    position: absolute;
    left: -30px;
    top: 0;
    font-size: 14px;
  }
  .tousisintaku-modal-ul li {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding-left: 16px;
    margin-bottom: 20px;
  }
  .tousisintaku-modal-ul li:last-of-type {
    margin-bottom: 0;
  }
  .tousisintaku-modal-ul li:before {
    content: "";
    background-color: #11A06E;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
  }
  .tousisintaku-modal-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 2px;
    margin: 40px auto 0;
  }
  .tousisintaku-modal-table tr {
    border: none;
  }
  .tousisintaku-modal-table th {
    background-color: #11A06E;
    color: white;
    text-align: left;
    padding: 8px 17px;
    width: 30%;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
  }
  .tousisintaku-modal-table tr:first-child th {
    border-top-left-radius: 10px;
  }
  .tousisintaku-modal-table tr:last-child th {
    border-bottom-left-radius: 10px;
  }
  .tousisintaku-modal-table td {
    background-color: #fff;
    padding: 8px 17px;
    width: 70%;
    font-size: 14px;
  }
  .tousisintaku-modal-table tr:nth-child(even) td {
    background-color: #E8EFEB;
  }
  .tousisintaku-modal-table tr:last-child td {
    border-bottom-right-radius: 10px;
  }
  .tousisintaku-modal__content-inner .tousisintaku-annotation {
    color: #000;
  }

  /* フローティングメニュー */
  .tousisintaku-floating-menu {
    position: fixed;
    top: 50%;
    right: 35px;
    width: 100px;
    height: 646px;
    border: solid 2px #000000;
    border-radius: 50px;
    background: #FFF;
    z-index: 100;
    transform: translate(200%, -50%);
    transition: transform cubic-bezier(0.68, 1, 0.32, 1.2) 0.7s;
  }
  .tousisintaku-floating-menu.is-show {
    transform: translate(0, -50%);
  }    
  .tousisintaku-floating-menu__list {
    padding-top: 54px;
  }
  .tousisintaku-floating-menu__item {
    width: 70px;
    margin: 0 auto 20px;
  }
  .tousisintaku-floating-menu__item a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border: solid 2px #000000;
    border-radius: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background-color: #11A06E;
  }
  .tousisintaku-floating-menu__item a:after {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 115px;
    height: 115px;
    display: block;
    visibility: hidden;
    transform: translate(-50%, -50%);
  }
  .tousisintaku-floating-menu__item--application a:before {
    content: "";
    background-image: url(/tameru/tousisintaku/images/menu03_bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 115px;
    height: 115px;
    display: block;
    transform: translate(-50%, -50%);
  }
  .tousisintaku-floating-menu.current_merit .tousisintaku-floating-menu__item--merit a:after {
    background-image: url(/tameru/tousisintaku/images/menu01.png);
    visibility: visible;
  }
  .tousisintaku-floating-menu.current_how-to-start .tousisintaku-floating-menu__item--how-to-start a:after {
    background-image: url(/tameru/tousisintaku/images/menu02.png);
    visibility: visible;
  }
  .tousisintaku-floating-menu.current_application .tousisintaku-floating-menu__item--application a:after {
    background-image: url(/tameru/tousisintaku/images/menu03.png);
    visibility: visible;
  }
  .tousisintaku-floating-menu.current_product .tousisintaku-floating-menu__item--product a:after {
    background-image: url(/tameru/tousisintaku/images/menu04.png);
    visibility: visible;
  }
  .tousisintaku-floating-menu.current_faq .tousisintaku-floating-menu__item--faq a:after {
    background-image: url(/tameru/tousisintaku/images/menu05.png);
    visibility: visible;
  }
  .tousisintaku-floating-menu.current_news .tousisintaku-floating-menu__item--news a:after {
    background-image: url(/tameru/tousisintaku/images/menu06.png);
    visibility: visible;
  }
  .tousisintaku-floating-menu__item:a::after {
    background: url() no-repeat;
    background-size: 100% auto;
    margin-left: 2px;
  }
  
  .tousisintaku-floating-menu__top {
    text-align: center;
  }
  .tousisintaku-floating-menu__top a {
    position: relative;
    display: inline-block;
    padding-top: 14px;
    font-size: 13px;
    font-weight: bold;
  }
  .tousisintaku-floating-menu__top a:before { 
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    width: 16px;
    height: 12px;
    background: url("/tameru/tousisintaku/images/triangle.svg") no-repeat;
    transform: translateX(-50%) rotate(180deg);
  }

  /* 背景 */
  .bg-step-green,
  .bg-step-light-green {
    background-color: #11A06E;
    position: relative;
    margin-top: calc(119.5 * 100vw / 1366);
    padding-bottom: 100px;
    z-index: 0;
  }
  .bg-step-green:before,
  .bg-step-light-green:before{
    background-image: url(/tameru/tousisintaku/images/bg_step_green.png);
    content: "";
    position: absolute;
    top: calc(-1 * (119.5 * 100vw / 1366));
    left: 0;
    width: 100%;
    height: calc(119.5 * 100vw / 1366);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-step-light-green {
    background-color: #E8EFEB;
    padding-bottom: 160px;
  }
  .bg-step-light-green:before {
    background-image: url(/tameru/tousisintaku/images/bg_step_light-green.png);
  }

  /* レイアウト */
  .contents1024 {
    max-width: 1024px;
    margin: 0 auto;
  }

  .mgt10 {
    margin-top: 10px;
  }
  .mgt15 {
    margin-top: 15px;
  }
  .mgt20 {
    margin-top: 20px;
  }
  .mgt30 {
    margin-top: 30px;
  }
  .mgt35 {
    margin-top: 35px;
  }
  .mgt40 {
    margin-top: 40px;
  }
  .mgt50 {
    margin-top: 50px;
  }
  .mgt60 {
    margin-top: 60px;
  }
  .mgt70 {
    margin-top: 70px;
  }
  .mgt90 {
    margin-top: 90px;
  }
}