@charset "utf-8";

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-weight: 500;
  src: url("/oos/adv/fonts/tsutsumuto-lp/ZenKakuGothicNew-Medium.ttf");
}

@font-face {
  font-family: 'Zen Kaku Gothic New Bold';
  src: url("/oos/adv/fonts/tsutsumuto-lp/ZenKakuGothicNew-Bold.ttf");
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/oos/adv/fonts/tsutsumuto-lp/NotoSansJP-Medium.ttf");
}

@font-face {
  font-family: 'Caflisch Script Pro';
  font-weight: 400;
  font-style: italic;
  src: url("/oos/adv/fonts/tsutsumuto-lp/CaflischScriptPro-Regular.woff") format('woff');
}

body {
  line-height: 1.5;
  color: #543200;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  transition: 0.8s;
  -webkit-transition: 0.8s;
}

.other__link {
  position: relative;
  padding-right: 20px;
  color: #73aea5;
}

.other__link a {
  display: inline;
  color: #73aea5;
  text-decoration: underline;
  transition: 0.2s;
}

.other__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background: url(/oos/adv/images/guest-tsutsumuto-lp/icn_arrow_square.png) no-repeat center / contain;
  content: "";
  transform: translateY(-50%);

}

.other__link a:visited {
  color: #73aea5;
}


@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

._mt-10 {
  margin-top: -10px !important;
}

._mt10 {
  margin-top: 10px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._mb30 {
  margin-bottom: 30px !important;
}

._text__center {
  text-align: center !important;
}

._point {
  color: #68AAAE;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* Common */
.cmn__title {
  margin-bottom: 56px;
  font-family: "ten-mincho", sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5.32px;
  font-style: italic;
}

.cmn__en-title {
  display: block;
  line-height: 0.6;
  margin-bottom: 28px;
  color: #aea7a7;
  font-family: 'Caflisch Script Pro', sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0px;
}

.cmn__title--green {
  color: #5cb1a0;
  font-size: 60px;
}

.cmn__btn {
  position: relative;
  box-shadow: -2px 4px 0px #5c9a8e;
  background: #5cb1a0;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
}

.cmn__btn:after {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url("/oos/adv/images/tsutsumuto-lp/icn_arrow_square_white.png") no-repeat center / contain;
  content: "";
  transform: translateY(-50%);
}

.cmn__btn:hover {
  background: #4aab98;
  opacity: 1;
}

/* Header */
.header {
  padding: 13px 0 14px;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 52px 0 9px;
  max-width: 1366px;
}

.header .header__part {
  display: flex;
  align-items: center;
}

.header .header__logo-img {
  width: 141px;
  margin-right: 8px;
}

.header .header__logo-txt {
  color: #138d43;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.header .gnav__list {
  display: flex;
}

.header .gnav__list-item {
  margin-right: 72px;
}

.header .gnav__list-item:last-of-type {
  margin-right: 0;
}

.header .gnav__list-link {
  color: #543200;
  font-size: 14px;
}

.header .gnav__list-link:hover,
.header .gnav__list-link.active {
  color: #56a89a;
  opacity: 1;
}

/* Footer */
.footer .footer__content {
  padding: 44px 0;
  background: #fefaed;
}

.footer__content-txt {
  margin-bottom: 8px;
  font-family: "ten-mincho", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2.4px;
  font-style: italic;
}

.footer__content-img {
  width: 248px;
  margin: 0 auto;
}

.footer__bottom {
  padding: 36px 0 8px;
  background: #f9a33d;
}

.footer__bottom-logo {
  width: 163px;
  margin: 0 auto 40px;
}

.footer__copyright {
  color: #f7f5ce;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 9px;
  text-align: center;
}

.footer .register__btn {
  display: block;
  width: 265px;
  margin: 40px auto 0;
  padding: 15px 28px;
}

.footer .register__btn::after {
  right: 28px;
}

.infomation {
  margin-top: 22.4vw;
  padding: 4.2vw 4.8vw;
  line-height: 1.7;
}

.infomation__area {
  display: flex;
  align-items: center;
}

.infomation__icon {
  font-size: 12px;
  width: 17vw;
  height: 7.4vw;
  border-radius: 1.6vw;
  display: block;
  background: #EB9226;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 2.6vw;
}

.infomation__text {
  font-size: 14px;
  color: #543200;
  text-decoration: underline;
}

/* Mainvisual */

.mainvisual__wrapper {
  position: relative;
}

.mainvisual {
  position: relative;
  padding: 55px 0;
  background: #fefaee;
}

.mainvisual .mainvisual__inner {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}

.mainvisual__txt__img {
  display: block;
  position: absolute;
  top: -3px;
  right: 84px;
  width: 197px;
}

.mainvisual__gift-content {
  position: absolute;
  top: 23px;
  left: calc((100% - 1283px)/2);
  width: 271px;
  padding-bottom: 10px;
  background: #fefaee;
  border-radius: 0px 0px 50px 0px;
}

.mainvisual__gift-text {
  display: block;
  position: relative;
  left: 23px;
  margin-bottom: 5px;
  font-family: "ten-mincho", sans-serif;
  letter-spacing: 3.52px;
  font-style: italic;
}

.mainvisual__gift-img {
  display: block;
  width: 246px;
}

.mainvisual__btn {
  position: absolute;
  bottom: 155px;
  left: calc((100% - 1220px)/2);
  width: 265px;
  padding: 16px 0 17px 27px;
}

.mainvisual__btn:after {
  right: 26px;
}

.gnav__list-item--02 {
  padding-right: 8px;
}

/* Section About */
.sec-about {
  padding: 136px 0 114px;
}

.sec-about .cmn__title {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: left;
  letter-spacing: 2.4px;
}

.sec-about .bt1 {
  margin-bottom: -0.3rem;
}


.sec-about .cmn__title--lg {
  font-size: 32px;
  letter-spacing: 0.3px;
}

.sec-about .cmn__title--green {
  font-size: 48px;
  letter-spacing: 0px;
}

.about__inner {
  display: flex;
  justify-content: space-between;
  width: 1014px;
  margin: 0 auto;
  padding-left: 77px;
}

.about__img {
  width: 400px;
  margin-top: 60px;
}

.about__item {
  width: 525px;
}

.about__text-lg {
  line-height: 1.8;
  margin-bottom: 38px;
  font-size: 20px;
}

.about__text-lg--green {
  color: #5cb1a0;
}

.about__text-sm {
  line-height: 2.5;
}

/* Section Features */
.sec-features {
  padding: 100px 0 100px;
  background: #fefaed;
}

.features__inner {
  width: 860px;
  margin: 0 auto;
}

.sec-features .cmn__title {
  margin-bottom: 52px;
}

.sec-features .cmn__en-title {
  margin-bottom: 0;
}

.sec-features .cmn__title_h3 {
  margin-bottom: 24px;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
}

.sec-features .cmn__en-title_bt1 {
  margin-bottom: 1rem;
}

.features__slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.features__item {
  position: relative;
  width: 272px;
  margin: 0 22px 63px 0;
  padding: 56px 39px 41px;
  background: #fff;
  border-radius: 30px;
}

.features__item:nth-of-type(3),
.features__item:nth-of-type(5) {
  margin-right: 0;
}

.features__item:nth-of-type(4),
.features__item:nth-of-type(5) {
  margin-bottom: 50px;
}

.features__no {
  position: absolute;
  top: -36px;
  left: 12px;
  font-family: "ten-mincho", sans-serif;
  font-size: 50px;
  font-style: italic;
}

.features__item-img {
  width: 159px;
  margin: 0 auto 32px;
}


.features__txt {
  line-height: 1.8;
}

.features__atm {
  width: 566px;
  margin: 0 auto 114px;
}

.features__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  padding: 77px 57px 55px;
  background: #fff;
  border-radius: 30px;
}

.features__list-item {
  position: relative;
  width: 242px;
  text-align: right;
}

.srsp__features__no {
  position: absolute;
  top: -24px;
  left: 16px;
  font-family: "ten-mincho", sans-serif;
  font-size: 40px;
  font-style: italic;
}

.features__list-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin: 0 20px 30px auto;
  background: #aacfc8;
  border-radius: 50%;
}

.features__list-item-img img {
  width: 64px;
}

.features__list-item--03 .features__list-item-img img {
  width: 44px;
}

.features__list-item--01 .features__list-item-img {
  margin: 0 13px 30px auto;
}

.srsp__features__txt {
  line-height: 2;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 20px;
}

.features__list-item--01 .srsp__features__txt {
  margin-right: 10px;
}

.features__dtl__blk {
  position: relative;
  background: #fff;
  border-radius: 30px;
}

.features__dtl__blk--01 {
  margin-bottom: 110px;
  padding: 71px 79px 43px;
}

.features__dtl__blk--02 {
  margin-bottom: 95px;
  padding: 68px 50px 56px;
}

.features__dtl__blk--03 {
  padding: 74px 50px 56px;
}

.features__dtl__blk .features__dtl__ttl-img {
  position: absolute;
  top: -72px;
  left: 50%;
  width: 144px;
  transform: translateX(-50%);
}

.features__dtl__blk--02 .features__dtl__ttl-img {
  top: -70px;
}

.features__dtl__blk--03 .features__dtl__ttl-img {
  top: -66px;
}

.features__dtl__sub-ttl {
  line-height: 1.4;
  margin-bottom: 32px;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 28px;
  text-align: center;
}

.features__dtl__blk--01 {
  margin-bottom: 111px;
}

.features__dtl__blk--02 {
  margin-bottom: 94px;
}

.features__dtl__blk--01 .features__dtl__sub-ttl {
  margin-bottom: 25px;
}

.dtl__sub-ttl__no {
  line-height: 0.8;
  margin-right: 10px;
  font-family: "ten-mincho", sans-serif;
  font-size: 50px;
  font-weight: 400;
  font-style: italic;
}

.dtl__sub-ttl__sm {
  display: block;
  line-height: 1.5;
  margin-top: 16px;
  font-family: "ten-mincho", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}

.features__dtl__blk--01 .dtl__sub-ttl__sm {
  margin-top: 13px;
}

.features__dtl__list {
  display: flex;
  justify-content: space-between;
}

.features__dtl__list-item {
  width: 194px;
  margin-right: 60px;
}

.features__dtl__list:last-of-type .features__dtl__list-item {
  margin-right: 0;
}

.dtl__list__img {
  width: 158px;
  margin: 0 auto 33px;
}

.dtl__list__ttl {
  margin-bottom: 14px;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.9px;
}

.dtl__txt {
  line-height: 1.8;
  font-size: 16px;
}

.features__dtl__item {
  display: flex;
  align-items: center;
}

.features__dtl__item-img {
  width: 400px;
  margin-right: 52px;
}

.features__dtl__item-txt {
  flex: 1;
  line-height: 1.8;
}

.features__table-list {
  margin-bottom: 3rem;
}

.features__table-list p {
  margin-left: 10rem;
}

/* Section Company */
.sec-company {
  padding: 60px 0 100px;
  background: #E7F7F4;
}

.company__inner {
  width: 860px;
  margin: 0 auto;
}

.sec-company_ .cmn__title {
  margin-bottom: 52px;
}

.sec-company_ .cmn__en-title {
  margin-bottom: 0;
}

.sec-company_ .cmn__en-title_bt1 {
  margin-bottom: 1rem;
}


.company__table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

.company__table caption {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
}

.company__table th {
  padding: 10px;
  background: #B8E5DC;
  border: solid 1px #778ca3;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
}

.company__table td {
  padding: 15px 10px;
  width: 33%;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1.7;
  text-align: center;
  background-color: #fff;
  border: solid 1px #778ca3;
}

.features__item-img {
  width: 159px;
  margin: 0 auto 32px;
}

.features__txt {
  line-height: 1.8;
}

.features__atm {
  width: 566px;
  margin: 0 auto 114px;
}

.features__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  padding: 77px 57px 55px;
  background: #fff;
  border-radius: 30px;
}

.features__list-item {
  position: relative;
  width: 242px;
  text-align: right;
}

.srsp__features__no {
  position: absolute;
  top: -24px;
  left: 16px;
  font-family: "ten-mincho", sans-serif;
  font-size: 40px;
  font-style: italic;
}

.features__list-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin: 0 20px 30px auto;
  background: #aacfc8;
  border-radius: 50%;
}

.features__list-item-img img {
  width: 64px;
}

.features__list-item--03 .features__list-item-img img {
  width: 44px;
}

.features__list-item--01 .features__list-item-img {
  margin: 0 13px 30px auto;
}

.srsp__features__txt {
  line-height: 2;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 20px;
}

.features__list-item--01 .srsp__features__txt {
  margin-right: 10px;
}

.features__dtl__blk {
  position: relative;
  background: #fff;
  border-radius: 30px;
}

.features__dtl__blk--01 {
  margin-bottom: 110px;
  padding: 71px 79px 43px;
}

.features__dtl__blk--02 {
  margin-bottom: 95px;
  padding: 68px 50px 56px;
}

.features__dtl__blk--03 {
  padding: 74px 50px 56px;
}

.features__dtl__blk .features__dtl__ttl-img {
  position: absolute;
  top: -72px;
  left: 50%;
  width: 144px;
  transform: translateX(-50%);
}

.features__dtl__blk--02 .features__dtl__ttl-img {
  top: -70px;
}

.features__dtl__blk--03 .features__dtl__ttl-img {
  top: -66px;
}

.features__dtl__sub-ttl {
  line-height: 1.4;
  margin-bottom: 32px;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 28px;
  text-align: center;
}

.features__dtl__blk--01 {
  margin-bottom: 111px;
}

.features__dtl__blk--02 {
  margin-bottom: 94px;
}

.features__dtl__blk--01 .features__dtl__sub-ttl {
  margin-bottom: 25px;
}

.dtl__sub-ttl__no {
  line-height: 0.8;
  margin-right: 10px;
  font-family: "ten-mincho", sans-serif;
  font-size: 50px;
  font-weight: 400;
  font-style: italic;
}

.dtl__sub-ttl__sm {
  display: block;
  line-height: 1.5;
  margin-top: 16px;
  font-family: "ten-mincho", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}

.features__dtl__blk--01 .dtl__sub-ttl__sm {
  margin-top: 13px;
}

.features__dtl__list {
  display: flex;
  justify-content: space-between;
}

.features__dtl__list-item {
  width: 194px;
  margin-right: 60px;
}

.features__dtl__list:last-of-type .features__dtl__list-item {
  margin-right: 0;
}

.dtl__list__img {
  width: 158px;
  margin: 0 auto 33px;
}

.dtl__list__ttl {
  margin-bottom: 14px;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.9px;
}

.dtl__txt {
  line-height: 1.8;
  font-size: 16px;
}

.features__dtl__item {
  display: flex;
  align-items: center;
}

.features__dtl__item-img {
  width: 400px;
  margin-right: 52px;
}

.features__dtl__item-txt {
  flex: 1;
  line-height: 1.8;
}


/* Section Information */
.sec-information {
  padding: 106px 0;
  background: url("/oos/adv/images/tsutsumuto-lp/img_information_bg.png") no-repeat center bottom / contain;
}

.information__inner {
  width: 785px;
  margin: 0 auto;
  text-align: center;
}

.sec-information .cmn__title {
  margin-bottom: 40px;
}

.information__txt {
  line-height: 2.5;
  margin-bottom: 52px;
  text-align: center;
}

.information__txt--bold-large {
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 48px;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 18px;
  letter-spacing: 1.8px;
  border-bottom: 2px solid #8fbcb3;
}

.information__slide {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.information__item {
  width: 382px;
  padding: 40px 46px;
  box-shadow: 2px 2px 21px 0px rgba(195, 196, 196, 0.30);
  background: #fff;
  border-radius: 30px;
}

.information__item__ttl {
  margin-bottom: 28px;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 18px;
  text-align: center;
}

.information__item__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 73px;
  margin: 0 auto 37px;
  min-height: 123px;
  justify-content: center;
}

.information__slide .information__item:first-child .information__item__img {
  width: 100%;
}

.information__slide .information__item:first-child .information__item__img img {
  width: 73px;
}

.information__item__img img {
  display: block;
  width: 100%;
}

.information__item__img--large {
  width: 214px;
}

.information__item__sub-ttl {
  margin-bottom: 12px;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
}

.information__item-txt {
  line-height: 1.87;
  margin-bottom: 24px;
  min-height: 210px;
}

.information__item__detail-btn {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 272px;
  margin-left: 10px;
  padding: 12px 0;
  border: 1px solid #8fbcb3;
  color: #543200;
  font-size: 14px;
  text-align: center;
  border-radius: 26px;
}

.information__item__detail-btn:after {
  position: absolute;
  top: 50%;
  right: 31px;
  width: 14px;
  height: 14px;
  background: url("/oos/adv/images/tsutsumuto-lp/icn_arrow_square.png") no-repeat center / contain;
  content: "";
  transform: translateY(-50%);
}

.information__item__detail-btn:hover {
  color: #73aea5;
  opacity: 1;
}

.notice {
  display: block;
  line-height: 1.42;
  margin-top: 8px;
  color: #b3aea6;
  font-size: 12px;
  text-align: center;
}

.tabs__nav {
  display: flex;
  margin-bottom: 58px;
}

.tabs__nav__link {
  width: 50%;
  padding: 10px 0;
  background: #d4d1c7;
  color: #fff;
  font-size: 20px;
  text-align: center;
  opacity: 1;
}

.tabs__nav__link:hover {
  opacity: 1;
}

.tabs__nav__link.active {
  background: #5cb1a0;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.register__btn {
  width: 270px;
  margin-top: 28px;
  padding: 16px 38px;
}

.register__btn::after {
  right: 20px;
}

/* Section Guide */
.sec-guide {
  padding: 110px 0 106px;
}

.sec-guide .cmn__title {
  margin-bottom: 52px;
}

.guide__inner {
  width: 860px;
  margin: 0 auto;
}

.guide__step {
  display: flex;
  align-items: center;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 24px;
}

.guide__step-number {
  margin-right: 25px;
  color: #69aaa0;
  font-family: "ten-mincho", sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  font-style: italic;
}

.guide__slide {
  margin-bottom: 106px;
}

.guide__item {
  margin-bottom: 6px;
}

.guide__info-wrap {
  margin-left: 12px;
  padding-left: 66px;
  border-left: 2px dashed #cfe8e3;
}

.guide__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0 71px;
}

.guide__info--last {
  padding-bottom: 80px;
}

.guide__img {
  width: 382px;
  margin-right: 57px;
  border-radius: 30px;
}

.guide__text {
  flex: 1;
}

.guide__text p {
  line-height: 1.87;
}

.guide__text--green {
  position: relative;
  margin-top: 17px;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 20px;
}

.guide__text--green::before {
  position: absolute;
  top: 0;
  left: 10px;
  width: 82px;
  height: 2px;
  background: url("/oos/adv/images/tsutsumuto-lp/icn_dot.png") no-repeat center;
  background-size: 100%;
  content: "";
}

.atm-usage-guide__ttl {
  margin-bottom: 25px;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2.4px;
}

.atm-usage-guide__box {
  display: flex;
  position: relative;
  margin-left: auto;
  /* padding: 79px 47px 62px 73px; */
  background: #fefaed;
  border-radius: 30px;
}

.atm-usage-guide__box::before {
  position: absolute;
  top: 55%;
  left: auto;
  width: calc(100% - 122px);
  content: "";
  transform: translateY(-50%);
  border-bottom: 2px dashed #cfe8e3;
}

.atm-usage-guide__step {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 182px;
  height: 182px;
  margin-right: 56px;
  border: 2px solid #8fbcb3;
  background: #fffcfc;
  border-radius: 50%;
}

.atm-usage-guide__step-num {
  position: absolute;
  top: -24px;
  left: -27px;
  font-family: "ten-mincho", sans-serif;
  font-size: 50px;
}

.atm-usage-guide__step:last-of-type {
  margin-right: 0;
}

.atm-usage-guide__step-desc {
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 14px;
  text-align: center;
}

.atm-usage-guide__step-icn {
  margin: 0 auto;
}

.atm-usage-guide__step-icn--01 img,
.atm-usage-guide__step-icn--03 img {
  width: 62px;
}

.atm-usage-guide__step-icn--02 img {
  width: 51px;
}

.transfer-confirm {
  display: flex;
  width: 100%;
  padding: 28px 40px 0 50px;
  border: 2px solid #eae4e4;
  border-radius: 30px;
}

.transfer-confirm__img {
  width: 214px;
}

.transfer-confirm__content {
  flex: 1;
  margin: 40px 24px 0 0;
  letter-spacing: 1.6px;
}

.transfer-confirm__title {
  line-height: 0.9;
  margin-bottom: 30px;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 24px;
  letter-spacing: 2.4px;
}

.transfer-confirm__description {
  width: 506px;
  line-height: 1.87;
}

#srsp__tab .guide__slide {
  margin-bottom: 0;
}

#srsp__tab .guide__info-wrap {
  padding-left: 68px;
}

#srsp__tab .guide__info--last {
  padding-bottom: 0;
}

/* section how to use  */
.atm-usage-guide__ttl {
  margin-bottom: 25px;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2.4px;
}

.atm-usage-guide__wrap {
  background: #fefaed;
  border-radius: 30px;
  margin-bottom: 2rem;
}

.atm-usage-guide__box {
  display: flex;
  position: relative;
  margin-left: auto;
  padding: 65px 47px 35px 73px;
  background: #fefaed;
  border-radius: 30px;
}

.atm-usage-guide__box::before {
  position: absolute;
  top: 55%;
  left: auto;
  width: calc(100% - 122px);
  content: "";
  transform: translateY(-50%);
  border-bottom: 2px dashed #cfe8e3;
}

.atm-usage-guide__step {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 182px;
  height: 182px;
  margin-right: 56px;
  border: 2px solid #8fbcb3;
  background: #fffcfc;
  border-radius: 50%;
}

.atm-usage-guide__step-num {
  position: absolute;
  top: -24px;
  left: -27px;
  font-family: "ten-mincho", sans-serif;
  font-size: 50px;
}

.atm-usage-guide__step:last-of-type {
  margin-right: 0;
}

.atm-usage-guide__step-desc {
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 14px;
  text-align: center;
}

.atm-usage-guide__step-icn {
  margin: 0 auto;
}

.atm-usage-guide__step-icn--01 img,
.atm-usage-guide__step-icn--03 img {
  width: 62px;
}

.atm-usage-guide__step-icn--02 img {
  width: 51px;
}

.atm-usage-guide__alert {
  display: block;
  padding: 0 47px 35px 73px;
}

.transfer-confirm {
  display: flex;
  width: 100%;
  padding: 28px 40px 0 50px;
  border: 2px solid #eae4e4;
  border-radius: 30px;
}

.transfer-confirm__img {
  width: 214px;
}

.transfer-confirm__content {
  flex: 1;
  margin: 40px 24px 0 0;
  letter-spacing: 1.6px;
}

.transfer-confirm__title {
  line-height: 0.9;
  margin-bottom: 30px;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 24px;
  letter-spacing: 2.4px;
}

.transfer-confirm__description {
  width: 506px;
  line-height: 1.87;
}

/* ATM */
.usage__atm-accordion {
  max-width: 100%;
  margin-bottom: 7px;
  background-color: #e6f6f3;
  border-radius: 5px;
}

.usage__atm-accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #543200;
  cursor: pointer;
  font-size: 1.2rem;
}

.usage__atm-accordion summary::-webkit-details-marker {
  display: none;
}

.usage__atm-accordion summary::before,
.usage__atm-accordion summary::after {
  width: 3px;
  height: .9em;
  border-radius: 5px;
  background-color: #b6c6c3;
  content: '';
}

.usage__atm-accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.usage__atm-accordion summary::after {
  transition: rotate .3s;
}

.usage__atm-accordion[open] summary::after {
  rotate: 90deg;
}

.usage__atm-accordion .usage__atm-wrap {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #543200;
  background-color: #fff;
  transition: transform .5s, opacity .5s;
  padding: 2rem 1rem 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.usage__atm-accordion[open] .usage__atm-wrap {
  transform: none;
  opacity: 1;
}

.usage__atm-accordion .usage__atm-box {
  width: 45%;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-top: 2px solid #5CB1A0;
  margin-bottom: 2.5rem;
  padding: 1rem 1rem;
}

.usage__atm-accordion .usage__atm-box h2 {
  color: #69AAA0;
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}

.usage__atm-accordion .usage__atm-box img {
  margin-bottom: 0.7rem;
}


/* Section Banner*/
.banner {
  padding: 59px 25px 26px 0px;
  background: url("/oos/adv/images/tsutsumuto-lp/img_banner_bg.png") no-repeat center/cover;
}

.banner__txt {
  line-height: 1.8;
  margin-bottom: 6px;
  text-align: center;
  letter-spacing: 1.6px;
}

.banner__img-gp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
}

.banner__img--01 {
  width: 138px;
  margin-right: 45px;
}

.banner__img--02 {
  width: 17px;
  margin: 0 45px 10px 0;
}

.banner__img--03 {
  width: 220px;
}

/* Section Faq*/
.sec-faq {
  padding: 106px 0 108px;
}

.sec-faq .cmn__title {
  margin-bottom: 55px;
}

.faq__inner {
  width: 738px;
  margin: 0 auto;
}

.faq__item {
  border-bottom: 1px solid #ededed;
}

.faq__answer-item {
  display: none;
}

.faq__question,
.faq__answer {
  display: flex;
  position: relative;
  align-items: flex-start;
  color: #543200;
}

.faq__question {
  padding: 13px 22px;
}

.faq__answer {
  padding: 0px 20px 28px;
}

.faq__question-sign,
.faq__answer-sign {
  width: 40px;
  font-family: "ten-mincho", sans-serif;
  font-size: 24px;
  font-style: italic;
}

.faq__question-txt,
.faq__answer-txt {
  flex: 1;
  line-height: 2.2;
}

.faq__answer-txt .other__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background: url(/oos/adv/images/guest-tsutsumuto-lp/icn_arrow_square.png) no-repeat center / contain;
  content: "";
  transform: translateY(-50%);
}

.faq__question:hover,
.faq__question.active {
  color: #73aea5;
  opacity: 1;
}

.faq__question::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 11px;
  background: url("/oos/adv/images/tsutsumuto-lp/icn_arrow_down.png") no-repeat center / contain;
  content: "";
  transform: translateY(-50%);
}

.faq__question:hover::after,
.faq__question.active::after {
  background: url("/oos/adv/images/tsutsumuto-lp/icn_arrow_up_green.png") no-repeat center / contain;
  transition: 0.2s;
}

.faq__answer-sign {
  color: #5cb1a0;
}

.sec-faq .tabs__nav {
  width: 860px;
  margin: 0 auto 45px;
}

.faq__answer-txt a {
  display: inline;
  color: #73aea5;
  text-decoration: underline;
  transition: 0.2s;
}

.faq__answer-txt a:hover {
  text-decoration: none;
}

/* Section info intro */
.info__intro__ttl {
  position: relative;
  width: 524px;
  margin: -36px auto 40px;
  padding: 22px 0;
  background: #68b2a4;
  color: #fff;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
}

.info__intro__ttl:after {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: 7px;
  content: "";
  transform: translateX(-50%);
  border-width: 12px 7px 0;
  border-style: solid;
  border-color: #68b2a4 transparent transparent;
}

.info__part {
  display: flex;
  justify-content: center;
  margin: 0 0 50px 12px;
}

.info__part__img {
  width: 205px;
  margin-top: 66px;
}

.info__part__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 14px;
  text-align: center;
}

.info__part__circle--01 {
  width: 135px;
  height: 140px;
  margin-top: 13px;
  background: url("/oos/adv/images/tsutsumuto-lp/img_circle_bg01.png") no-repeat center / contain;
}

.info__part__circle--02 {
  width: 146px;
  height: 158px;
  background: url("/oos/adv/images/tsutsumuto-lp/img_circle_bg02.png") no-repeat center / contain;
}

.info__box {
  width: 660px;
  margin: 0 auto;
  padding: 26px 0;
  border: 3px solid #e7f1ef;
  border-radius: 30px;
}

.info__box__ttl {
  margin-bottom: 20px;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 24px;
  text-align: center;
}

.box__ttl-icn {
  display: block;
  width: 55px;
  margin: 0 auto 13px;
  padding-left: 10px;
}

.info__box__txt {
  line-height: 1.87;
  text-align: center;
}


.guide__label-group {
  margin-top: 8px;
  display: flex;
}

.guide__label-group .guide__label:not(:last-child) {
  margin-right: 8px;
}

/* モーダル */
.modal {
  display: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-container {
  border-radius: 4.2vw;
  color: #543200;
  letter-spacing: 0.04em;
}

.modal__headingArea {
  background: #FEFAED;
  padding: 4.2vw 6.4vw;
  text-align: center;
  border-radius: 4.2vw 4.2vw 0 0;
}

.modal__headingText {
  line-height: 1;
  font-size: 16px;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
}

.modal__textArea {
  padding: 6.4vw 4.2vw;
  line-height: 1.6;
}

.modal__scroll {
  max-height: 90vw;
  padding-right: 5px;
  margin-bottom: 6.4vw;
  overflow-y: scroll;
}

.scroll__overview {
  font-size: 14px;
}

.scroll__text {
  font-size: 12px;
}

._fwbold {
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
}

._mb__1rem {
  margin-bottom: 4.2vw;
}

.scroll__overviewArea {
  padding-bottom: 4.2vw;
  margin-bottom: 4.2vw;
  border-bottom: 0.5px dashed #C4B8A6;
}

button.modaal-close {
  display: none;
}

.modaal-overlay {
  background-color: #373737;
  opacity: 0.7;
}

.modal__close {
  display: block;
  border: 1px solid #1D8990;
  border-radius: 2.1vw;
  padding: 4.2vw;
  text-align: center;
  color: #1D8990;
  line-height: 1;
  cursor: pointer;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 14px;
}

.modal__close:hover {
  background-color: #1D8990;
  color: #fff;
}

/* PC */
@media (min-width: 768px) {
  .header__content {
    display: block !important;
  }

  .infomation {
    margin-top: 0;
    width: 592px;
    height: 78px;
    position: absolute;
    bottom: 24px;
    left: 0;
    z-index: 100;
    background: #fff;
    padding: 11.5px 32px 11.5px 24px;
    box-shadow: 0px 4px 20px 0px #D4B89F40;
  }

  .infomation a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }

  .infomation a::after {
    content: url("/oos/adv/images/tsutsumuto-lp/icn_infomation_arrow_brown.png");
    position: absolute;
    right: 0;
    line-height: 0;
  }

  .infomation__icon {
    width: 76px;
    height: 30px;
    font-size: 14px;
    border-radius: 6px;
    margin-right: 16px;
  }

  .infomation__text {
    text-decoration: none;
    font-size: 16px;
  }

  .btn:hover .infomation__text {
    text-decoration: underline;
  }

  .modaal-container {
    border-radius: 16px;
  }

  .modal__headingArea {
    padding: 16px 0 12px;
    border-radius: 16px 16px 0 0;
  }

  .modal__headingText {
    font-size: 20px;
    padding: 16px;
  }

  .modal__textArea {
    padding: 24px 56px 32px;
  }

  .scroll__overviewArea {
    padding-bottom: 16px;
    margin-bottom: 38px;
  }

  .scroll__overview {
    display: block;
  }

  .scroll__overview,
  .scroll__overviewArea .scroll__text {
    font-size: 16px;
  }

  .scroll__text {
    font-size: 14px;
  }

  .modaal-container {
    width: 658px;
  }

  .modal__scroll {
    max-height: none;
    overflow-y: inherit;
    margin-bottom: 32px;
  }

  ._mb__1rem {
    margin-bottom: 16px;
  }

  .modal__close {
    width: 244px;
    padding: 16px 0;
    border-radius: 8px;
    margin: auto;
    border: 2px solid #1D8990;
    font-size: 16px;
  }
}

/* IPad */
@media only screen and (min-width:768px) and (max-width:1280px) {
  body {
    font-size: 1.25vw;
  }

  /* Common */
  .cmn__title {
    margin-bottom: 4.375vw;
    font-size: 2.969vw;
    letter-spacing: 0.416vw;
  }

  .cmn__en-title {
    margin-bottom: 2.188vw;
    font-size: 3.906vw;
  }

  .cmn__title--green {
    font-size: 4.688vw;
  }

  .cmn__btn {
    box-shadow: -0.156vw 0.313vw 0vw #5c9a8e;
    font-size: 1.563vw;
    border-radius: 3.906vw;
  }

  .cmn__btn:after {
    width: 1.094vw;
    height: 1.094vw;
  }

  /* Header */
  .header {
    padding: 1.016vw 0 1.094vw;
  }

  .header .header__inner {
    width: 100%;
    padding: 0 4.063vw 0 0.703vw;
  }

  .header .header__logo-img {
    width: 11.016vw;
    margin-right: 0.625vw;
  }

  .header .gnav__list-item {
    margin-right: 5.625vw;
  }

  .header .gnav__list-item:last-of-type {
    margin-right: 0;
  }

  .header .gnav__list-link {
    font-size: 1.094vw;
  }

  /* Footer */
  .footer .footer__content {
    padding: 3.438vw 0;
  }

  .footer__content-txt {
    margin-bottom: 0.625vw;
    font-size: 1.875vw;
    letter-spacing: 0.188vw;
  }

  .footer__content-img {
    width: 19.375vw;
  }

  .footer__bottom {
    padding: 2.813vw 0 0.625vw;
  }

  .footer__bottom-logo {
    width: 12.734vw;
    margin: 0 auto 3.125vw;
  }

  .footer__copyright {
    font-size: 0.703vw;
  }

  .footer .register__btn {
    width: 20.703vw;
    margin: 3.125vw auto 0;
    padding: 1.172vw 2.188vw;
  }

  .footer .register__btn::after {
    right: 2.188vw;
  }

  /* Mainvisual */
  .mainvisual {
    padding: 4.297vw 0;
  }

  .mainvisual .mainvisual__inner {
    width: 82.813vw;
    border-radius: 3.125vw;
  }

  .mainvisual__txt__img {
    top: -0.234vw;
    right: 6.563vw;
    width: 15.391vw;
  }

  .mainvisual__gift-content {
    top: 1.797vw;
    left: calc((100% - 100.234vw)/2);
    width: 21.172vw;
    padding-bottom: 0.781vw;
  }

  .mainvisual__gift-text {
    left: 1.797vw;
    margin-bottom: 0.391vw;
    letter-spacing: 0.275vw;
  }

  .mainvisual__gift-img {
    width: 19.219vw;
  }

  .mainvisual__btn {
    bottom: 16vw;
    left: calc((100% - 95.313vw)/2);
    width: 20.703vw;
    padding: 1.25vw 0 1.328vw 2.109vw;
  }

  .mainvisual__btn:after {
    right: 2.031vw;
  }

  .infomation {
    width: 53vw;
    padding: 11.5px 22px 11.5px 24px;
  }

  .infomation__text {
    padding-right: 15px;
  }

  .infomation__icon {
    padding: 0 3px;
    font-size: 12px;
  }

  .gnav__list-item--02 {
    padding-right: 0.625vw;
  }




  /* Section About */
  .sec-about {
    padding: 10.625vw 0 8.906vw;
  }

  .sec-about .cmn__title {
    margin-bottom: 3.125vw;
    font-size: 1.875vw;
    letter-spacing: 0.188vw;
  }

  .sec-about .cmn__title--lg {
    font-size: 2.5vw;
    letter-spacing: 0.023vw;
  }

  .sec-about .cmn__title--green {
    font-size: 3.75vw;
  }

  .about__inner {
    width: 79.219vw;
    margin: 0 auto;
    padding-left: 6.016vw;
  }

  .about__img {
    width: 31.25vw;
    margin-top: 4.688vw;
  }

  .about__item {
    width: 41.016vw;
  }

  .about__text-lg {
    margin-bottom: 2.969vw;
    font-size: 1.563vw;
  }

  /* Section Features */
  .sec-features {
    padding: 7.813vw 0 11.719vw;
  }

  .features__inner {
    width: 67.188vw;
  }

  .company__inner {
    width: 67.188vw;
  }

  .sec-features .cmn__title {
    margin-bottom: 4.063vw;
  }

  .features__item {
    width: 21.25vw;
    margin: 0 1.719vw 4.922vw 0;
    padding: 4.375vw 3.047vw 3.203vw;
    border-radius: 2.344vw;
  }

  .features__item:nth-of-type(4),
  .features__item:nth-of-type(5) {
    margin-bottom: 3.906vw;
  }

  .features__no {
    top: -2.813vw;
    left: 0.938vw;
    font-size: 3.906vw;
  }

  .features__item-img {
    width: 12.422vw;
    margin: 0 auto 2.5vw;
  }

  .features__atm {
    width: 44.219vw;
    margin-bottom: 8.906vw;
  }

  .features__list {
    margin-bottom: 5.078vw;
    padding: 6.016vw 4.453vw 4.297vw;
    border-radius: 2.344vw;
  }

  .features__list-item {
    width: 18.906vw;
  }

  .srsp__features__no {
    top: -1.953vw;
    left: 1.25vw;
    font-size: 3.125vw;
  }

  .features__list-item-img {
    width: 14.063vw;
    height: 14.063vw;
    margin: 0 1.563vw 2.344vw auto;
  }

  .features__list-item-img img {
    width: 5vw;
  }

  .features__list-item--03 .features__list-item-img img {
    width: 3.438vw;
  }

  .features__list-item--01 .features__list-item-img {
    margin: 0 1.016vw 2.344vw auto;
  }

  .srsp__features__txt {
    font-size: 1.563vw;
  }

  .features__list-item--01 .srsp__features__txt {
    margin-right: 0.781vw;
  }

  .features__dtl__blk {
    border-radius: 2.344vw;
  }

  .features__dtl__blk--01 {
    margin-bottom: 8.594vw;
    padding: 5.547vw 6.172vw 3.359vw;
  }

  .features__dtl__blk--02 {
    margin-bottom: 7.422vw;
    padding: 5.313vw 3.906vw 4.375vw;
  }

  .features__dtl__blk--03 {
    padding: 5.781vw 3.906vw 4.375vw;
  }

  .features__dtl__blk .features__dtl__ttl-img {
    top: -5.625vw;
    width: 11.25vw;
  }

  .features__dtl__blk--02 .features__dtl__ttl-img {
    top: -5.469vw;
  }

  .features__dtl__blk--03 .features__dtl__ttl-img {
    top: -5.156vw;
  }

  .features__dtl__sub-ttl {
    margin-bottom: 2.5vw;
    font-size: 2.188vw;
  }

  .features__dtl__blk--01 {
    margin-bottom: 8.672vw;
  }

  .features__dtl__blk--02 {
    margin-bottom: 7.344vw;
  }

  .features__dtl__blk--01 .features__dtl__sub-ttl {
    margin-bottom: 1.953vw;
  }

  .dtl__sub-ttl__no {
    margin-right: 0.781vw;
    font-size: 3.906vw;
  }

  .dtl__sub-ttl__sm {
    margin-top: 1.25vw;
    font-size: 1.875vw;
  }

  .features__dtl__blk--01 .dtl__sub-ttl__sm {
    margin-top: 1.016vw;
  }

  .features__dtl__list-item {
    width: 15.156vw;
    margin-right: 4.688vw;
  }

  .dtl__list__img {
    width: 12.344vw;
    margin: 0 auto 2.578vw;
  }

  .dtl__list__ttl {
    margin-bottom: 1.094vw;
    font-size: 1.406vw;
  }

  .dtl__txt {
    font-size: 1.25vw;
  }

  .features__dtl__item-img {
    width: 31.25vw;
    margin-right: 4.063vw;
  }

  /* Section Information */
  .sec-information {
    padding: 8.281vw 0;
  }

  .information__inner {
    width: 61.328vw;
  }

  .sec-information .cmn__title {
    margin-bottom: 3.125vw;
  }

  .information__txt {
    margin-bottom: 4.063vw;
  }

  .information__txt--bold-large {
    margin-bottom: 3.75vw;
    font-size: 1.406vw;
    letter-spacing: 0.141vw;
  }

  .information__item {
    width: 29.844vw;
    padding: 3.125vw 3.594vw;
    border-radius: 2.344vw;
  }

  .information__item__ttl {
    margin-bottom: 2.188vw;
    font-size: 1.406vw;
  }

  .information__item__img {
    width: 5.703vw;
    margin: 0 auto 2.891vw;
    min-height: 6.328vw;
  }

  .information__item__img--large {
    width: 16.719vw;
  }

  .information__item__sub-ttl {
    margin-bottom: 0.938vw;
  }

  .information__item-txt {
    margin-bottom: 1.875vw;
    min-height: 16.406vw;
  }

  .information__item__detail-btn {
    width: 21.25vw;
    margin-left: 0.781vw;
    padding: 0.938vw 0;
    font-size: 1.094vw;
    border-radius: 2.031vw;
  }

  .information__item__detail-btn:after {
    right: 2.422vw;
    width: 1.094vw;
    height: 1.094vw;
  }

  .notice {
    margin-top: 0.625vw;
    font-size: 0.938vw;
  }

  .tabs__nav {
    margin-bottom: 4.531vw;
  }

  .tabs__nav__link {
    padding: 0.781vw 0;
    font-size: 1.563vw;
  }

  .register__btn {
    width: 21.094vw;
    margin-top: 2.188vw;
    padding: 1.25vw 2.969vw;
  }

  .register__btn::after {
    right: 1.563vw;
  }

  /* Section Guide */
  .sec-guide {
    padding: 8.594vw 0 8.281vw;
  }

  .sec-guide .cmn__title {
    margin-bottom: 4.063vw;
  }

  .guide__inner {
    width: 67.188vw;
  }

  .guide__step {
    font-size: 1.875vw;
  }

  .guide__step-number {
    margin-right: 1.953vw;
    font-size: 3.906vw;
  }

  .guide__slide {
    margin-bottom: 8.281vw;
  }

  .guide__item {
    margin-bottom: 0.391vw;
  }

  .guide__info-wrap {
    margin-left: 0.938vw;
    padding-left: 5.156vw;
  }

  .guide__info {
    padding: 1.016vw 0 5.547vw;
  }

  .guide__info--last {
    padding-bottom: 6.25vw;
  }

  .guide__img {
    width: 29.844vw;
    margin-right: 4.453vw;
    border-radius: 2.344vw;
  }

  .guide__text--green {
    margin-top: 1.328vw;
    font-size: 1.563vw;
  }

  .guide__text--green::before {
    left: 0.781vw;
    width: 6.406vw;
    height: 0.156vw;
  }

  .atm-usage-guide__ttl {
    margin-bottom: 1.953vw;
    font-size: 1.563vw;
    letter-spacing: 0.188vw;
  }

  .atm-usage-guide__box {
    padding: 6.172vw 3.672vw 4.844vw 5.703vw;
    border-radius: 2.344vw;
  }

  .atm-usage-guide__alert {
    padding: 0 3.672vw 4.844vw 5.703vw;
  }

  .atm-usage-guide__box::before {
    width: calc(100% - 9.531vw);
    border-bottom: 0.156vw dashed #cfe8e3;
  }

  .atm-usage-guide__step {
    width: 14.219vw;
    height: 14.219vw;
    margin-right: 4.375vw;
  }

  .atm-usage-guide__step-num {
    top: -1.875vw;
    left: -2.109vw;
    font-size: 3.906vw;
  }

  .atm-usage-guide__step:last-of-type {
    margin-right: 0;
  }

  .atm-usage-guide__step-desc {
    font-size: 1.094vw;
  }

  .atm-usage-guide__step-icn--01,
  .atm-usage-guide__step-icn--03 {
    width: 4.844vw;
  }

  .atm-usage-guide__step-icn--02 {
    width: 3.984vw;
  }

  .transfer-confirm {
    padding: 2.188vw 3.125vw 0 3.906vw;
    border-radius: 2.344vw;
  }

  .transfer-confirm__img {
    width: 16.719vw;
  }

  .transfer-confirm__content {
    margin: 3.125vw 1.875vw 0 0;
    letter-spacing: 0.125vw;
  }

  .transfer-confirm__title {
    margin-bottom: 2.344vw;
    font-size: 1.6vw;
    letter-spacing: 0.188vw;
  }

  .transfer-confirm__description {
    width: 39.531vw;
  }

  #srsp__tab .guide__info-wrap {
    padding-left: 5.313vw;
  }

  /* Section Banner*/
  .banner {
    padding: 4.609vw 1.953vw 2.031vw 0vw;
  }

  .banner__txt {
    margin-bottom: 0.547vw;
    letter-spacing: 0.125vw;
  }

  .banner__img-gp {
    padding-left: 1.875vw;
  }

  .banner__img--01 {
    width: 10.781vw;
    margin-right: 3.516vw;
  }

  .banner__img--02 {
    width: 1.328vw;
    margin: 0 3.516vw 0.781vw 0;
  }

  .banner__img--03 {
    width: 17.188vw;
  }

  /* Section Faq*/
  .sec-faq {
    padding: 8.281vw 0 8.438vw;
  }

  .faq__inner {
    width: 57.656vw;
  }

  .sec-faq .cmn__title {
    margin-bottom: 4.297vw;
  }

  .faq__question {
    padding: 1.484vw 1.719vw;
  }

  .faq__answer {
    padding: 0.469vw 1.563vw 2.656vw;
  }

  .faq__question-sign,
  .faq__answer-sign {
    width: 3.125vw;
    font-size: 1.875vw;
  }

  .faq__question::after {
    right: 1.172vw;
    width: 0.859vw;
    height: 0.859vw;
  }

  .sec-faq .tabs__nav {
    width: 67.188vw;
    margin: 0 auto 3.516vw;
  }

  /* Section info intro */
  .info__intro__ttl {
    width: 40.938vw;
    margin: -2.813vw auto 3.125vw;
    padding: 1.719vw 0;
    font-size: 1.406vw;
    border-radius: 3.906vw;
  }

  .info__intro__ttl:after {
    bottom: -0.738vw;
    left: 50%;
    margin-left: 0.547vw;
    border-width: 0.938vw 0.547vw 0;
  }

  .info__part {
    margin: 0 0 3.906vw 0.938vw;
  }

  .info__part__img {
    width: 16.016vw;
    margin-top: 5.156vw;
  }

  .info__part__circle {
    font-size: 1.094vw;
  }

  .info__part__circle--01 {
    width: 10.547vw;
    height: 10.938vw;
    margin-top: 1.016vw;
  }

  .info__part__circle--02 {
    width: 11.406vw;
    height: 12.344vw;
  }

  .info__box {
    width: 51.563vw;
    padding: 2.031vw 0;
    border: 0.234vw solid #e7f1ef;
    border-radius: 2.344vw;
  }

  .info__box__ttl {
    margin-bottom: 1.563vw;
    font-size: 1.875vw;
  }

  .box__ttl-icn {
    width: 4.297vw;
    margin: 0 auto 1.016vw;
    padding-left: 0.781vw;
  }


  .guide__label-group {
    width: 60%;
  }
}

/* -------------------------------------------------------------------------------------------------------- */
/* SP */
@media all and (max-width:767.9px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    line-height: 2.14;
    font-size: 3.733vw;
  }

  /* Common */
  .cmn__title {
    line-height: 1.3;
    margin-bottom: 8.667vw;
    font-size: 8vw;
    letter-spacing: 0.8vw;
  }

  .cmn__en-title {
    line-height: 1;
    margin-bottom: 3.467vw;
    font-size: 8vw;
  }

  .cmn__title--green {
    font-size: 10.667vw;
  }

  .cmn__btn {
    font-size: 3.733vw;
    border-radius: 13.333vw;
  }

  .cmn__btn:after {
    width: 3.733vw;
    height: 3.733vw;
  }

  .header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 9.6vw 2.4vw 2.4vw;
  }

  .header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  .header .header__logo-img {
    width: 35.467vw;
    margin-right: 1.333vw;
  }

  .header .header__logo-txt {
    font-size: 3.733vw;
  }

  .header__logo--sp {
    bottom: 5.867vw;
    width: 38.933vw;
    margin: 13.333vw auto 0;
  }

  .hamburger {
    display: block;
    position: relative;
    right: 4.533vw;
    z-index: 3;
    width: 6.4vw;
    height: 6.4vw;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .hamburger span {
    display: block;
    position: absolute;
    right: 0;
    width: 4.8vw;
    height: 0.4vw;
    background-color: #aea7a7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 1.333vw;
  }

  .hamburger span:nth-child(2) {
    top: 3.2vw;
  }

  .hamburger span:nth-child(3) {
    top: 4.8vw;
  }

  .hamburger.is-active {
    right: 4vw;
  }

  .hamburger.is-active span {
    width: 6.133vw;
  }

  .hamburger.is-active span:nth-child(1),
  .hamburger.is-active span:nth-child(2) {
    top: 3.462vw;
  }

  .hamburger.is-active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hamburger.is-active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.is-active span:nth-child(3) {
    opacity: 0;
  }

  .header__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 31.733vw 13.067vw 13.333vw;
    box-sizing: border-box;
    background: #fefaee;
    transform: translateX(100%);
    transition: all 0.6s;
    overflow-y: scroll;
  }

  .header__content.is-active {
    display: block;
    transform: translateX(0%);
    opacity: 100;
  }

  .header__content::-webkit-scrollbar {
    display: none;
  }

  .header__content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .header .gnav .gnav__list {
    display: block;
  }

  .header .gnav .gnav__list-item {
    line-height: 1.87;
    margin-right: 0;
    padding: 5.2vw 0;
    text-align: left;
    border-bottom: 0.533vw dashed #eae5e5;
  }

  .header .gnav .gnav__list-item .gnav__list-link {
    font-size: 4.267vw;
  }

  /* Footer */
  .footer .footer__content {
    padding: 4.733vw 0 7.733vw;
  }

  .footer__content-txt {
    line-height: 1.65;
    margin-bottom: 2.133vw;
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
  }

  .footer__content-img {
    width: 42.667vw;
  }

  .footer__bottom {
    padding: 4.333vw 0 1.333vw;
  }

  .footer__bottom-logo {
    width: 26.667vw;
    margin: 0 auto 3.467vw;
  }

  .footer__copyright {
    font-size: 1.6vw;
    letter-spacing: 0.053vw;
  }

  .footer .register__btn {
    display: block;
    width: 54.4vw;
    margin: 4.8vw auto 0;
    padding: 1.867vw 7.733vw;
  }

  .footer .register__btn::after {
    right: 4.533vw;
    width: 2.933vw;
    height: 2.933vw;
  }

  /* Mainvisual */
  .mainvisual {
    height: 121.6vw;
    margin-bottom: 15.2vw;
    padding: 16vw 0 0;
  }

  .mainvisual .mainvisual__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mainvisual__txt__img {
    top: auto;
    right: 6.933vw;
    bottom: -18.667vw;
    width: 37.867vw;
  }

  .mainvisual__gift-content {
    position: absolute;
    top: 2.133vw;
    left: 0;
    width: 49.6vw;
    padding-bottom: 3.467vw;
  }

  .mainvisual__gift-text {
    left: 5.6vw;
    line-height: 1.6;
    margin-bottom: 0vw;
    font-size: 2.667vw;
    letter-spacing: 0.587vw;
  }

  .mainvisual__gift-img {
    position: relative;
    left: 2.133vw;
    width: 38.933vw;
  }

  .mainvisual__btn {
    display: flex;
    bottom: -12vw;
    left: 5.333vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30.933vw;
    height: 30.933vw;
    padding: 0;
    font-size: 3.733vw;
    letter-spacing: 0.267vw;
    border-radius: 50%;
  }

  .mainvisual__btn__fs--lg {
    display: block;
    line-height: 0.85;
    font-size: 6.4vw;
  }

  .mainvisual__btn:after {
    content: none;
  }

  /* Section About */
  .sec-about {
    padding: 12vw 0 0;
  }

  .sec-about .cmn__title {
    line-height: 1.5;
    margin-bottom: 5.333vw;
    font-size: 5.333vw;
    text-align: left;
    letter-spacing: 0.533vw;
  }

  .sec-about .cmn__title--lg {
    font-size: 6.933vw;
    letter-spacing: 0.08vw;
  }

  .sec-about .cmn__title--green {
    line-height: 1.6;
    font-size: 8.8vw;
  }

  .about__inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 5.333vw;
  }

  .about__img {
    width: 52vw;
    margin: 0 auto;
    margin-left: 23.467vw;
  }

  .about__item {
    width: 100%;
  }

  .about__text-lg {
    line-height: 1.77;
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
  }

  .about__text-sm {
    line-height: 2.142;
    letter-spacing: -0.027vw;
  }

  /* Section Features */
  .sec-features {
    padding: 8vw 0 19vw;
    background: #fefaed;
  }

  .features__inner {
    width: 100%;
    padding: 0 5.333vw;
  }

  .sec-features .cmn__title {
    margin-bottom: 9.867vw;
  }

  .sec-features .cmn__title_h3 {
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .sec-features .cmn__en-title {
    margin-bottom: 2.067vw;
  }

  .features__slide {
    display: block;
  }

  .features__item {
    width: 100%;
    margin: 0 0 14.133vw 0;
    padding: 11.2vw 10.133vw 8.133vw;
    border-radius: 8vw;
  }

  .features__item:nth-of-type(4) {
    margin-bottom: 14.133vw;
  }

  .features__item:nth-of-type(5) {
    margin-bottom: 8vw;
  }

  .features__no {
    top: -4vw;
    left: 8.533vw;
    line-height: 0.6;
    font-size: 13.333vw;
  }

  .features__item-img {
    width: 49.6vw;
    margin: 0 auto 5.333vw;
  }

  .features__txt {
    line-height: 1.85;
  }

  .features__atm {
    width: 100%;
    margin-bottom: 24vw;
  }

  .features__list {
    display: block;
    margin-bottom: 8vw;
    padding: 18.667vw 0 14.933vw;
    border-radius: 2.667vw;
  }

  .features__list-item {
    width: 100%;
    margin: 0 auto 21.333vw;
    text-align: center;
  }

  .features__list-item--03 {
    margin-bottom: 0;
  }

  .srsp__features__no {
    top: -15.467vw;
    left: 14.667vw;
    font-size: 10.667vw;
  }

  .features__list-item-img {
    width: 40vw;
    height: 40vw;
    margin: 0 auto 2.933vw;
  }

  .features__list-item-img img {
    width: 16vw;
  }

  .features__list-item--01 .features__list-item-img {
    margin: 0 auto 3.033vw;
  }

  .srsp__features__txt {
    line-height: 2.12;
    font-size: 4.8vw;
  }

  .features__list-item--01 .srsp__features__txt {
    margin-right: 0;
  }

  .features__dtl__blk {
    border-radius: 2.667vw;
  }

  .features__dtl__blk--01 {
    margin-bottom: 21.333vw;
    padding: 14.667vw 10.133vw 9.333vw;
  }

  .features__dtl__blk--02 {
    margin-bottom: 21.333vw;
    padding: 16.267vw 7.2vw 8vw;
  }

  .features__dtl__blk--03 {
    padding: 16.533vw 8vw 7.933vw;
  }

  .features__dtl__blk .features__dtl__ttl-img {
    top: -16.533vw;
    width: 33.067vw;
  }

  .features__dtl__blk--03 .features__dtl__ttl-img {
    top: -16vw;
  }

  .features__dtl__sub-ttl {
    line-height: 2.22;
    font-size: 4.8vw;
  }

  .features__dtl__blk--01 .features__dtl__sub-ttl,
  .features__dtl__blk--02 .features__dtl__sub-ttl {
    margin-bottom: 7.2vw;
  }

  .features__dtl__blk--03 .features__dtl__sub-ttl {
    margin-bottom: 7.733vw;
  }

  .dtl__sub-ttl__no {
    line-height: 0.75;
    margin-right: 2.667vw;
    font-size: 10.667vw;
  }

  .dtl__sub-ttl__sm {
    line-height: 1.7;
    margin-top: 0;
    font-size: 4.533vw;
  }

  .features__dtl__blk--01 .dtl__sub-ttl__sm {
    margin-top: 0vw;
  }

  .features__dtl__list {
    display: block;
  }

  .features__dtl__list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6.667vw;
  }

  .features__dtl__list:last-of-type .features__dtl__list-item {
    margin-right: 0;
  }

  .dtl__list__img {
    width: 49.6vw;
    margin: 0 auto 5.867vw;
  }

  .dtl__list__ttl {
    line-height: 1.45;
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }

  .dtl__txt {
    line-height: 2.14;
    font-size: 3.733vw;
  }

  .features__dtl__item {
    display: block;
  }

  .features__dtl__item-img {
    width: 69.333vw;
    margin-right: 0;
    margin-bottom: 5.333vw;
  }

  .features__dtl__item-txt {
    line-height: 2.14;
    padding: 0 2.667vw;
    font-size: 3.733vw;
  }

  .features__dtl__blk--03 .features__dtl__item-txt {
    padding: 0 2.133vw;
  }

  .features__table-list {
    position: relative;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    min-width: 700px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
  }

  .features__table-list caption {
    position: absolute;
    bottom: -27px;
    left: 180px;
  }

  .features__table-list thead th {
    padding: 1em .8em;
    border-right: 1px dotted #8FBCB3;
  }

  .features__table-list td {
    color: #543200;
    padding: 10px;
  }

  .features__table-list thead th:not(:first-child) {
    background: #fff;
    color: #543200;
    font-size: 16px;
    padding: 0.5em;
    border-top: 1px solid #8FBCB3;
  }

  .features__table-list td span {
    font-size: .7rem;
  }

  .features__table-list thead th:nth-child(2) {
    color: #fff;
    background-color: #68AAAE;
    position: relative;
    border-left: 2px solid #1D8990;
    border-right: 2px solid #1D8990;
  }

  .features__table-list thead th:nth-child(2)::before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    background-color: #68AAAE;
    left: -2px;
    bottom: 100%;
    border-left: 2px solid #1D8990;
    border-right: 2px solid #1D8990;
  }

  .features__table-list thead th:nth-child(2)::after {
    content: '＼おすすめ／';
    width: max-content;
    color: #68AAAE;
    font-size: .8rem;
    padding: 0.3em 1em;
    background: #fff;
    border: 2px solid #68AAAE;
    border-radius: 100vh;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }

  .features__table-list tbody th,
  .features__table-list tbody td {
    border: 1px dotted #68aaae;
  }

  .features__table-list tbody th {
    background-color: #D1EFE9;
    color: #543200;
    vertical-align: middle;
    font-size: 16px;
  }

  .features__table-list tbody td {
    background-color: #fff;
    font-size: 16px;
  }

  .features__table-list td:nth-child(2) {
    color: #1D8990;
    background: #fff;
    border-left: 2px solid #1D8990;
    border-right: 2px solid #1D8990;
  }

  .features__table-list td:hover {
    transform: scale(1.05);
    border: 2px solid #4d9bc1;
  }

  .features__table-list td:nth-child(2):hover {
    transform: scale(1.05);
    outline: 2px solid #1D8990;
  }

  @media screen and (max-width: 787px) {
    .table-scroll {
      overflow-x: auto;
    }
  }

  .features__table-list-box table {
    border: 1px solid #AACFC8;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  }

  .features__table-list-box th {
    padding: .5em .7em;
    border-right: 1px dotted #8FBCB3;
    background-color: #fff;
    font-size: 1.4rem;
  }

  .features__table-list-box th.main {
    background-color: #68AAAE;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
    /* border-radius: 10px 10px 0 0; */
  }

  .features__table-list-box td {
    color: #543200;
    padding: 10px;
    background-color: #fff;
    border: 1px dotted #AACFC8;
    vertical-align: middle;
    line-height: 1.3;
    font-size: 1rem;
  }



  /* Section Information */
  .sec-information {
    padding: 8.8vw 0 13vw;
    background: url("/oos/adv/images/tsutsumuto-lp/img_information_bg_sp.png") no-repeat center bottom / contain;
  }

  .information__inner {
    width: 100%;
    padding: 0 5.333vw;
  }

  .sec-information .cmn__title {
    margin-bottom: 7.733vw;
  }

  .information__txt {
    line-height: 2.14;
    margin-bottom: 9.333vw;
  }

  .information__txt--bold-large {
    display: inline;
    margin-bottom: 12.8vw;
    font-size: 3.733vw;
    letter-spacing: 0.2px;
  }

  .information__slide {
    display: block;
    margin-top: 6.667vw;
  }

  .information__item {
    width: 100%;
    padding: 9.6vw 5.867vw;
    border-radius: 2.667vw;
  }

  .information__slide:nth-of-type(1) .information__item {
    margin-bottom: 6.333vw;
  }

  .information__item__ttl {
    line-height: 1.5;
    margin-bottom: 10.133vw;
    font-size: 4.8vw;
  }

  .information__item__img {
    width: 19.467vw;
    margin: 0 auto 8.533vw;
    min-height: auto;
  }

  .information__item--last .information__item__ttl {
    margin-bottom: 12vw;
  }

  .information__item--last .information__item__sub-ttl {
    letter-spacing: 0.267vw;
  }

  .information__item--last .information__item-txt {
    margin-bottom: 8.8vw;
  }

  .information__item__img--large {
    width: 57.067vw;
    margin: 0 auto 12.533vw;
  }

  .information__item__sub-ttl {
    margin-bottom: 2.667vw;
  }

  .information__item-txt {
    line-height: 2.14;
    margin-bottom: 7.933vw;
    min-height: auto;
  }

  .information__item__detail-btn {
    width: 72.533vw;
    line-height: 1.35;
    margin-left: 2.667vw;
    padding: 3.733vw 0;
    font-size: 3.733vw;
    border-radius: 6.933vw;
  }

  .information__item__detail-btn:after {
    right: 8.267vw;
    width: 3.733vw;
    height: 3.733vw;
  }

  .notice {
    margin-top: 2.133vw;
    font-size: 3.2vw;
  }

  .tabs__nav {
    margin-bottom: 5.867vw;
  }

  .tabs__nav__link {
    padding: 1.867vw 0;
    font-size: 3.733vw;
  }

  .register__btn {
    width: 54.4vw;
    margin-top: 2.667vw;
    padding: 1.867vw 7.2vw;
  }

  .register__btn::after {
    right: 5.333vw;
  }

  /* Section Guide */
  .sec-guide {
    width: 100%;
    padding: 8vw 0 2.667vw;
  }

  .sec-guide .cmn__title {
    margin-bottom: 9.867vw;
  }

  .sec-guide .cmn__en-title {
    margin-bottom: 4.8vw;
  }

  .guide__inner {
    width: 100%;
    padding: 0 5.333vw;
  }

  .guide__slide {
    margin-bottom: 8vw;
  }

  .guide__step {
    line-height: 1.4;
    font-size: 4.8vw;
  }

  .guide__item {
    margin-bottom: 6.133vw;
  }

  .guide__item:first-of-type .guide__step-number {
    margin-right: 7.2vw;
  }

  .guide__step-number {
    margin-right: 5.333vw;
    font-size: 13.333vw;
  }

  .guide__info-wrap {
    margin-left: 2.4vw;
    padding-left: 9.6vw;
  }

  .guide__info {
    display: block;
    padding: 4.267vw 0 0;
  }

  .guide__img {
    width: 100%;
    margin: 0 0 5.333vw;
    border-radius: 8vw;
  }

  .guide__text p {
    line-height: 2.14;
  }

  .guide__text--green {
    line-height: 1.76;
    font-size: 4.533vw;
  }

  .guide__text--green::before {
    left: 2.133vw;
    width: 18.4vw;
    height: 0.533vw;
  }

  .guide__info--last {
    padding-bottom: 4.4vw;
  }

  .atm-usage-guide__ttl {
    margin-bottom: 1.467vw;
    font-size: 4.8vw;
    letter-spacing: 0.576vw;
  }

  .atm-usage-guide__box {
    display: block;
    padding: 9.067vw 4.267vw;
  }

  .atm-usage-guide__box::before {
    top: auto;
    left: 18%;
    width: 0.533vw;
    height: 70%;
    transform: translateY(0px);
    border-left: 0.533vw dashed #cfe8e3;
  }

  .atm-usage-guide__step {
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10.133vw;
    border: none;
    background: none;
  }

  .atm-usage-guide__step:last-of-type {
    margin-bottom: 0;
  }

  .atm-usage-guide__step::after {
    content: none;
  }

  .atm-usage-guide__step-icn {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 18.667vw;
    height: 18.667vw;
    margin: 0;
    border: 0.533vw solid #8fbcb3;
    background: #fff;
    border-radius: 50%;
  }

  .atm-usage-guide__step-icn--01 img {
    width: 10.933vw;
    height: 10.933vw;
  }

  .atm-usage-guide__step-icn--02 img {
    width: 9.067vw;
  }

  .atm-usage-guide__step-icn--03 img {
    width: 9.6vw;
  }

  .atm-usage-guide__step-num {
    position: relative;
    top: 0;
    left: 0;
    width: 8vw;
    margin: 0 1.6vw;
    font-size: 8vw;
    text-align: center;
  }

  .atm-usage-guide__step-desc {
    flex: 1;
    line-height: 1.6;
    text-align: left;
  }

  .transfer-confirm {
    display: block;
    padding: 6.533vw 9.333vw 0;
    border-radius: 5.333vw;
  }

  .transfer-confirm__content {
    margin: 0 0 4.067vw 0;
  }

  .transfer-confirm__title {
    line-height: 1.5;
    margin-bottom: 4.4vw;
    font-size: 5.333vw;
    letter-spacing: 0.533vw;
  }

  .transfer-confirm__description {
    width: 100%;
    line-height: 2.14;
    letter-spacing: 0.373vw;
  }

  .transfer-confirm__img {
    width: 45.6vw;
    margin: 0 auto;
    margin-left: 15.467vw;
  }

  #srsp__tab .guide__slide {
    margin-bottom: 0;
  }

  #srsp__tab .guide__info-wrap {
    padding-left: 10.133vw;
  }

  #srsp__tab .guide__info--last {
    padding-bottom: 0;
  }

  .atm-usage-guide__wrap {
    background: #fefaed;
    border-radius: 30px;
    padding: 0 0 0.5rem 0;
    margin-bottom: 2rem;
  }

  .atm-usage-guide__box {
    display: block;
    padding: 4.067vw 4.267vw;
  }

  .atm-usage-guide__alert {
    display: block;
    margin: 0.5rem auto;
    width: 80%;
    padding: 0;
  }


  .atm-usage-guide__box::before {
    top: auto;
    left: 18%;
    width: 0.533vw;
    height: 70%;
    transform: translateY(0px);
    border-left: 0.533vw dashed #5CB1A0;
  }

  .atm-usage-guide__step {
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10.133vw;
    border: none;
    background: none;
  }

  .atm-usage-guide__step:last-of-type {
    margin-bottom: 0;
  }

  .atm-usage-guide__step::after {
    content: none;
  }

  .atm-usage-guide__step-icn {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 18.667vw;
    height: 18.667vw;
    margin: 0;
    border: 0.533vw solid #8fbcb3;
    background: #fff;
    border-radius: 50%;
  }

  .atm-usage-guide__step-icn--01 img {
    width: 10.933vw;
    height: 10.933vw;
  }

  .atm-usage-guide__step-icn--02 img {
    width: 9.067vw;
  }

  .atm-usage-guide__step-icn--03 img {
    width: 9.6vw;
  }

  .atm-usage-guide__step-num {
    position: relative;
    top: 0;
    left: 0;
    width: 8vw;
    margin: 0 1.6vw;
    font-size: 8vw;
    text-align: center;
  }

  .atm-usage-guide__step-desc {
    flex: 1;
    line-height: 1.6;
    text-align: left;
  }

  /* Section Banner*/
  .banner {
    padding: 10.133vw 5.333vw 4.533vw;
    background: url("/oos/adv/images/tsutsumuto-lp/img_banner_bg_sp.png") no-repeat center/cover;
  }

  .banner__txt {
    line-height: 2.14;
    margin-bottom: 1.1vw;
    letter-spacing: 0.373vw;
  }

  .banner__img-gp {
    padding-left: 0;
  }

  .banner__img--01 {
    width: 24vw;
    margin-right: 5.067vw;
  }

  .banner__img--02 {
    width: 4vw;
    margin-right: 3.467vw;
  }

  .banner__img--03 {
    width: 40vw;
  }

  /* Section Company sp */
  .sec-company {
    padding: 20px 0 20px;
  }

  .company__inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .company__sub-title {
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  }

  .company__inner p {
    margin-bottom: 1rem;
  }

  .company__table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .company__table caption {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .company__table th {
    padding: 10px;
    background: #B8E5DC;
    border: solid 1px #778ca3;
  }

  .company__table td {
    padding: 15px 10px;
    width: auto;
    height: 80px;
  }

  /* Section Faq*/
  .sec-faq {
    padding: 8vw 0;
  }

  .sec-faq .cmn__title {
    margin-bottom: 9.333vw;
  }

  .sec-faq .cmn__en-title {
    margin-bottom: 4.8vw;
  }

  .faq__inner {
    width: 100%;
    padding: 0 5.333vw;
  }

  .faq__question-sign,
  .faq__answer-sign {
    width: 10.667vw;
    line-height: 1.6;
    font-size: 6.4vw;
  }

  .faq__question-sign {
    line-height: 0.7;
  }

  .faq__question {
    padding: 5.867vw 17.333vw 4.667vw 0.8vw;
  }

  .faq__question::after {
    top: 8.133vw;
    right: 5.067vw;
    width: 2.933vw;
    height: 2.933vw;
  }

  .faq__answer {
    padding: 0.533vw 7.733vw 4.267vw 0.8vw;
  }

  .faq__answer-txt .other__link::after {
    top: auto;
    right: auto;
    bottom: 0.533vw;
    width: 3.733vw;
    height: 3.733vw;
    margin-right: 0.8vw;
    transform: translateY(0);
  }

  .faq__question-txt {
    line-height: 1.5;
  }

  .sec-faq .tabs__nav {
    width: 100%;
    margin: 0 auto 4.8vw;
    padding: 0 5.333vw;
  }

  /* Section info intro */
  .info__intro__ttl {
    width: 89.333vw;
    line-height: 1.5;
    margin: -9.6vw auto 5.333vw;
    padding: 3.467vw 0 3.733vw;
    font-size: 4.267vw;
    border-radius: 13.333vw;
  }

  .info__part {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin: 0 0 6.133vw 0;
    padding: 0 11.733vw 33.6vw 12.533vw;
  }

  .info__part__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 48vw;
    margin-top: 0;
    transform: translateX(-50%);
  }

  .info__part__circle {
    align-items: flex-start;
    line-height: 1.4;
    font-size: 3.733vw;
  }

  .info__part__circle--01 {
    width: 28vw;
    height: 30.4vw;
    margin-top: 2.667vw;
    padding-top: 8vw;
  }

  .info__part__circle--02 {
    width: 29.867vw;
    height: 32.533vw;
    padding-top: 6.933vw;
  }

  .info__box {
    width: calc(100% - 10.667vw);
    padding: 5.333vw 8.7vw;
    border: 0.533vw solid #e7f1ef;
  }

  .info__box__ttl {
    line-height: 1.5;
    margin-bottom: 5.333vw;
    font-size: 4.8vw;
  }

  .box__ttl-icn {
    width: 12.533vw;
    margin: 0vw auto 3.2vw;
    padding-left: 0.533vw;
  }

  .info__box__txt {
    line-height: 2.1;
    text-align: center;
  }

  .guide__text._flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .guide__label-group {
    margin-top: 0;
    margin-bottom: 5.333vw;
    width: 44vw;
  }
}

/* ATM */
.usage__atm-accordion {
  max-width: 100%;
  margin-bottom: 7px;
  background-color: #e6f6f3;
  border-radius: 5px;
}

.usage__atm-accordion summary {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #543200;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  cursor: pointer;
  font-size: 1.2rem;
}

.usage__atm-accordion summary::-webkit-details-marker {
  display: none;
}

.usage__atm-accordion summary::before,
.usage__atm-accordion summary::after {
  width: 3px;
  height: .9em;
  border-radius: 5px;
  background-color: #b6c6c3;
  content: '';
}

.usage__atm-accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.usage__atm-accordion summary::after {
  transition: rotate .3s;
}

.usage__atm-accordion[open] summary::after {
  rotate: 90deg;
}

.usage__atm-accordion div.usage__atm-wrap {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #543200;
  background-color: #fff;
  transition: transform .5s, opacity .5s;
  padding: 2rem 1rem 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.usage__atm-accordion[open] div.usage__atm-wrap {
  transform: none;
  opacity: 1;
}

.usage__atm-accordion div.usage__atm-box {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-top: 2px solid #5CB1A0;
  margin-bottom: 2.5rem;
  padding: 1rem 1rem;
}

.usage__atm-accordion div.usage__atm-box h2 {
  color: #69AAA0;
  font-size: 1.2rem;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  margin-bottom: 0.7rem;
}

.usage__atm-accordion div.usage__atm-box img {
  margin-bottom: 0.7rem;
}


@media screen and (min-width: 768px) {
  .usage__atm-accordion .usage__atm-wrap {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #543200;
    background-color: #fff;
    transition: transform .5s, opacity .5s;
    padding: 2rem 1rem 1rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .usage__atm-accordion div.usage__atm-box {
    width: 45%;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-top: 2px solid #5CB1A0;
    margin-bottom: 2.5rem;
    padding: 1rem 1rem;
  }
}



@media screen and (max-width: 320px) {
  .infomation__icon {
    width: 21vw;
    font-size: 10px;
  }
}

.mini {
  font-size: 1rem !important;
  display: block !important;
}