@charset "UTF-8";
/* サービス詳細 */
.service-read-ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.53;
  margin: 106px auto 30px;
  padding-bottom: 29px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.service-read-ttl::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 50px;
}

.service-read-txt {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.58;
}

.service-read-list {
  border-radius: 20px;
  margin: 29px 0 100px;
  padding: 50px 48px;
}

.service-read-list ul {
  display: flex;
  gap: 0 60px;
  justify-content: space-between;
}

.service-read-list ul li {
  width: calc(100% / 4);
}
.service-read-list ul li::before {
  background-color: var(--white);
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  display: block;
  height: 140px;
  margin: 0 auto 30.5px;
  width: 140px;
}

.service-read-list ul li figure {
  background-color: var(--white);
  border-radius: 50%;
  height: 140px;
  margin: 0 auto 30px;
  position: relative;
  width: 140px;
}

.service-read-list ul li figure img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.service-read-list ul li dl dt {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
}

.service-read-list ul li dl dd {
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1.88;
  padding-top: 14px;
}

.step-list {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 50px;
  margin-bottom: 56px;
}

.step-list:nth-of-type(1) {
  gap: 49px 58px;
  margin-bottom: 56px;
  margin-top: 51px;
  width: 1008px;
}

.step-list:nth-of-type(1) li {
  width: 475px;
}

.tab-slider--body .step-list {
  gap: 39px 50px;
}

.step-list li {
  counter-increment: step;
  width: calc(95% / 2);
}
.step-list li figure {
  border-radius: 20px;
  height: 325px;
  width: 100%;
}

.step-list dt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: 11px;
  line-height: 1.5;
}

.step-list dt::before {
  content: "Step." counter(step);
  font-family: var(--robot);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-right: 7px;
}

.step-list dd {
  letter-spacing: .05em;
  line-height: 1.88;
  padding-top: 9px;
}

.step-list + .note {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 105px;
}

.step-list + .note li {
  font-size: 1.1rem;
}

.step-list + .note li:before {
  content: "※";
}

.step-list + .note li:nth-child(2) {
  color: var(--red);
}

.tab-slider--body .heading-tertiary {
  margin: 60px 0 26px;
}

.note-box {
  display: flex;
  gap: 0 82px;
  margin-bottom: 40px;
}

.note-box .note-item:nth-child(1) {
  display: flex;
  gap: 0 40px;
}

.note-box .note-item:nth-child(1) figure {
  width: 219px;
}

.note-box .note-item figcaption {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 6px;
  margin-top: 5px;
  padding-left: 30px;
  position: relative;
}

.note-box .note-item figure:nth-child(1) figcaption::before,
.note-box .note-item figure:nth-child(2) figcaption::before {
  content: "";
  height: 23px;
  left: 0;
  padding-left: 8px;
  position: absolute;
  width: 23px;
}

.note-box .note-item figure:nth-child(1) figcaption::before {
  background: url(../img/service/reservation/good_icon.png) no-repeat left;
}

.note-box .note-item figure:nth-child(2) figcaption::before {
  background: url(../img/service/reservation/bad_icon.png) no-repeat left;
}

.note-read {
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.88;
}

.note-list {
  margin: 17px 0 10px;
}

.note-list dt {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: var(--white);
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.note-list dd {
  font-weight: 700;
}

.note-list ol li {
  counter-increment: check;
  padding: 8px 15px;
}

.note-list ol li::before {
  content: counter(check);
  font-family: var(--robot);
  font-size: 2rem;
  font-weight: 700;
  margin-right: 10px;
}

.note-list ol li::after {
  content: "";
  padding: 13px;
  position: absolute;
  right: 15px;
}

.note-list li:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.note-txt {
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 10px;
}

.note-txt::before {
  content: "※";
}

main.green .note-list ol li {
  position: relative;
}

main.green .note-list ol li span {
  letter-spacing: .05em;
}

.note-box2 {
  background-color: #f8f8f8;
  border-radius: 20px;
  display: flex;
  gap: 0 50px;
  margin-top: 40px;
  padding: 50px;
}

.note-box2 .note-item:nth-child(1) {
  width: 430px;
}

.note-box2 .note-item:nth-child(2) {
  width: 420px;
}

.note-box2 .note-item h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 20px;
}

.note-box2 .note-item .note-txt {
  font-size: 1.6rem;
  line-height: 1.88;
  margin-top: 0;
}

.note-box2 .note-item .note-txt::before {
  content: none;
}

.note-box2 .note-item .note-txt span {
  color: var(--red);
}

.note-box2 .note-item small {
  color: var(--red);
  display: block;
  font-size: 1.1rem;
  line-height: 1.45;
  margin-top: 22px;
  padding-left: 10px;
  text-indent: -10px;
}

.note-box2 .note-item small::before {
  content: "※";
  position: relative;
}

.note-box2 .note-item .btn a {
  margin: 37px 0 0;
}

.note-box2 .note-item .note-unsupported {
  align-items: center;
  display: flex;
  gap: 0 10px;
}

.note-box2 .note-item .note-unsupported i {
  border-radius: 50%;
  display: block;
  padding: 37.5px;
  position: relative;
}

.note-box2 .note-item .note-unsupported {
  margin-top: 10px;
}

.note-box2 .note-item .note-unsupported i img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.note-box2 .note-item .note-unsupported p {
  font-size: 1.4rem;
  line-height: 2;
}

.note-box2 .note-item .note-unsupported p span {
  color: var(--red);
}

.merit {
  margin-top: 45px;
}

.merit h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.53;
  position: relative;
  text-align: center;
}

.merit h3::before,
.merit h3::after {
  content: "";
  height: 26px;
  position: absolute;
  top: 8px;
  width: 2px;
}

.merit h3::before {
  margin-left: -20px;
  transform: rotate(-45deg);
}

.merit h3::after {
  margin-left: 20px;
  transform: rotate(45deg);
}

.merit ul {
  display: flex;
  gap: 0 60px;
  justify-content: center;
  margin-top: 51.7px;
}

.merit ul li {
  counter-increment: merit;
  width: 200px;
}

.merit ul li:nth-of-type(2) {
  width: 216px;
}

.merit ul li .icon-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  display: block;
  height: 140px;
  margin: 0 auto 20px;
  position: relative;
  width: 140px;
}

.merit ul li .icon-box::before {
  border-radius: 50%;
  color: var(--white);
  content: counter(merit);
  font-family: var(--robot);
  font-size: 2rem;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  width: 35px;
}

.merit ul li dl dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.merit ul li dl dd {
  font-size: 1.6rem;
  line-height: 1.875;
  padding-top: 13px;
}

.service-btn {
  align-items: flex-end;
  display: flex;
  gap: 0 30px;
  justify-content: center;
  margin: 96px 0 120px;
}

.servicelist {
  padding: 123px 0 115px;
}
.servicelist .list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.servicelist .list li {
  flex-shrink: 0;
  margin-bottom: 40px;
  padding: 0 0 8px;
  width: 475px;
}
.servicelist .list li:nth-child(odd) {
  margin-right: 25px;
}
.servicelist .list li:nth-child(even) {
  margin-left: 25px;
}
.servicelist .list li:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}
.servicelist .list li .thumb figure {
  border-radius: 20px;
  height: 325px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.servicelist .list li .thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: none;
}
.servicelist .list li [class*="ttl-link"] {
  font-size: 2.4rem;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  margin-top: 24px;
  position: relative;
}
.servicelist .list li [class*="ttl-link"]::after {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
}
.servicelist .list li [class*="ttl-link"] .sub {
  color: #333;
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin-top: 10px;
}

.service-read-sub {
  margin-bottom: 100px;
  margin-top: 25px;
}
.service-read-sub p {
  font-size: 1.6rem;
  line-height: 1.88;
  margin-bottom: 20px;
}
.service-read-sub p:last-of-type {
  margin-bottom: 0;
}
.service-read-sub p small {
  display: block;
  font-size: 1.1rem;
  margin: 10px 0 0;
}
.service-read-sub.is-center {
  margin-bottom: 50px;
  text-align: center;
}

.patient-merit {
  padding: 40px 0 0 0;
}
.patient-merit [class*="merit-"] {
  align-items: center;
  border-radius: 20px;
  counter-increment: step;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 50px;
}
.patient-merit [class*="merit-"]:last-of-type {
  margin-bottom: 0;
}
.patient-merit [class*="merit-"] dt {
  flex-shrink: 0;
  margin-right: 40px;
  width: 140px;
}
.patient-merit [class*="merit-"] dt .circle {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  height: 140px;
  position: relative;
  width: 140px;
}
.patient-merit [class*="merit-"] dt .circle::before {
  border-radius: 50%;
  color: #fff;
  content: counter(step);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 35px;
  left: 0;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px;
}
.patient-merit [class*="merit-"] dt .circle .num {
  border-radius: 50%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 35px;
  left: 0;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px;
}
.patient-merit [class*="merit-"] dd {
  flex-grow: 2;
  letter-spacing: .05em;
}
.patient-merit [class*="merit-"] dd h6 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.58;
  margin: 0 0 10px;
}
.patient-merit [class*="merit-"] dd .txt {
  letter-spacing: .05em;
  line-height: 1.88;
}
.patient-merit [class*="merit-"] dd .txt small {
  display: block;
  font-size: 1.1rem;
  margin-top: 10px;
}
.patient-merit [class*="merit-"] dd .txt .btn {
  margin-top: 15px;
}
.patient-merit [class*="merit-"] dd .txt .btn a {
  margin: 0 auto 0 0;
}

.patient-merit-sub {
  margin-bottom: 110px;
  margin-top: 60px;
}
.patient-merit-sub .discription {
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.88;
  margin-top: 35px;
}
.patient-merit-sub .discription small {
  display: block;
  font-size: 1.1rem;
  margin-top: 10px;
}
.patient-merit-sub .appeal-frame {
  border-radius: 20px;
  letter-spacing: .05em;
  margin-top: 40px;
  overflow: hidden;
  padding: 2px;
}
.patient-merit-sub .appeal-frame h5 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  line-height: 1.88;
  padding: 0 0 2px;
  text-align: center;
}
.patient-merit-sub .appeal-frame .app-introduction {
  align-items: center;
  background: #fff;
  border-radius: 0 0 18px 18px;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.patient-merit-sub .appeal-frame .app-introduction dt {
  flex-shrink: 0;
  margin-right: 30px;
  width: 86px;
}
.patient-merit-sub .appeal-frame .app-introduction dt img {
  display: block;
  width: 100%;
}
.patient-merit-sub .appeal-frame .app-introduction .txt {
  flex-grow: 2;
  font-size: 1.6rem;
  line-height: 1.88;
}
.patient-merit-sub .appeal-frame .app-introduction .app-link {
  flex-shrink: 0;
  margin-left: 30px;
  width: 135px;
}
.patient-merit-sub .appeal-frame .app-introduction .app-link a {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  padding: 0 0 0 21px;
  position: relative;
}
.patient-merit-sub .appeal-frame .app-introduction .app-link a::before {
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
}
.patient-merit-sub .appeal-frame .app-introduction .app-link a::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  width: 3px;
}
.patient-merit-sub .appeal-frame .app-introduction-list {
  align-items: stretch;
  background: #fff;
  border-radius: 0 0 18px 18px;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
      /*dt {
				flex-shrink: 0;
				margin-right:30px;
				width:86px;
				img {
					display:block;
					width:100%;
				}
			}
			.txt {
				flex-grow: 2;
				font-size:1.6rem;
				line-height:1.8;
			}
			.app-link {
				flex-shrink: 0;
				margin-left:30px;
				width:135px;
        a {
          font-size:1.4rem;
          font-weight:900;
          line-height:1;
          position: relative;
					padding:0 0 0 21px;
          &::before {
            border-radius:50%;
            content:"";
            height:16px;
            position: absolute;
            width:16px;
            left:0;
            top:50%;
            margin-top:-8px;
          }
          &::after {
            border-right:2px solid #fff;
            border-bottom:2px solid #fff;
            content:"";
            height:3px;
            position: absolute;
            width:3px;
            left:5px;
            top:7px;
            transform:rotate(-45deg);
          }
        }
			}*/
}
.patient-merit-sub .appeal-frame .app-introduction-list li {
  border-right: 1px solid #333;
  padding: 0 38px;
  width: 50%;
}
.patient-merit-sub .appeal-frame .app-introduction-list li:last-of-type {
  border-right: none;
}
.patient-merit-sub .appeal-frame .app-introduction-list li dl {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.patient-merit-sub .appeal-frame .app-introduction-list li dl dt {
  flex-shrink: 0;
  margin-right: 30px;
}
.patient-merit-sub .appeal-frame .app-introduction-list li dl dt.app {
  width: 86px;
}
.patient-merit-sub .appeal-frame .app-introduction-list li dl dt.madoguchi {
  width: 148px;
}
.patient-merit-sub .appeal-frame .app-introduction-list li dl dt img {
  display: block;
  width: 100%;
}
.patient-merit-sub .appeal-frame .app-introduction-list li dl .txt {
  flex-grow: 2;
  font-size: 1.6rem;
  line-height: 1.88;
}
.patient-merit-sub .appeal-frame .app-introduction-list li dl .txt .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.patient-merit-sub .appeal-frame .app-introduction-list li dl .txt .app-link {
  margin-top: 10px;
}
.patient-merit-sub .appeal-frame .app-introduction-list li dl .txt .app-link a {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  padding: 0 0 0 21px;
  position: relative;
}
.patient-merit-sub .appeal-frame .app-introduction-list li dl .txt .app-link a::before {
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.patient-merit-sub .appeal-frame .app-introduction-list li dl .txt .app-link a::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 3px;
  left: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  width: 3px;
}

.service-practical-use {
  margin-bottom: 65px;
  margin-top: 40px;
}
.service-practical-use .discription {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 35px;
}
.service-practical-use .discription-sub {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 35px;
}
.service-flyer-box .ttl {
  margin-bottom: 34px;
}
.service-flyer-box .ttl h4 {
  align-items: center;
  border-radius: 20px;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  margin: auto;
  position: relative;
  width: 480px;
}
.service-flyer-box .ttl h4::after {
  border-style: solid;
  border-width: 13px 7px 0 7px;
  bottom: -13px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.service-flyer-box img {
  display: block;
  margin: auto;
}
.service-flyer-box .caution-txt {
  font-size: 1.1rem;
  margin: 20px 0 0;
  text-align: center;
}

.mynumber-method .method-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.mynumber-method .method-info dt {
  flex-grow: 2;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.88;
}
.mynumber-method .method-info dd {
  flex-shrink: 0;
  margin-left: 35px;
  width: 240px;
}
.mynumber-method .method-info dd a::before {
  background: url("../img/service/link_arrow.png") no-repeat center center;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  width: 14px;
}
.method-step-list {
  background: #f8f8f8;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  margin-top: 40px;
  padding: 50px;
}
.method-step-list li {
  background-position: center top;
  background-repeat: no-repeat;
  counter-increment: step;
  width: 100%;
}
.method-step-list li .thumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 60px;
  height: 288px;
  width: 420px;
}
.method-step-list li figure img {
  display: block;
  width: 420px;
}
.method-step-list li dl {
  margin-top: 8px;
}
.method-step-list li dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.method-step-list li dl dt::before {
  content: "Step." counter(step);
  font-family: var(--robot);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-right: 7px;
}
.method-step-list li dl dd {
  letter-spacing: .05em;
  line-height: 1.88;
  padding-top: 7px;
}
.method-step-list li dl dd .subtxt {
  font-weight: 700;
}
.method-step-list li dl dd .small-subtxt {
  display: block;
  font-size: 11px;
  margin-top: 10px;
}
.method-step-list.mynum li {
  padding: 296px 0 0 0;
}
.method-step-list.mynum li.step1 {
  width: 420px;
}
.method-step-list.mynum li.step2 {
  width: 420px;
}
.method-step-list.mynum li.step3 {
  background-position: left top,right top;
  width: 100%;
}
.method-step-list.mynum li.step4 {
  background-position: left top,right top;
  width: 100%;
}
.method-step-list.mynum li.step5 {
  background-position: left top,right top;
  width: 100%;
}
.method-step-list.mynum li.step6 {
  background-position: left top,right top;
  width: 100%;
}
.mynumber-method .sub {
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-top: 10px;
}

.service-btn .subttl {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}

.patient-merit.guidance {
  margin-bottom: 105px;
}

.step-list dd small {
  display: block;
  font-size: 11px;
  margin-top: 10px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.step-list dd small.red {
  color: var(--red);
}
.step-list dd small a {
  text-decoration: underline;
}

.patient-merit.drive {
  margin-bottom: 105px;
}

.patient-merit.apartment {
  margin-bottom: 105px;
}

.apartment-method .method-step-list li {
  padding: 333px 0 0 0;
  width: 420px;
}
.apartment-method .method-step-list li.wide-box {
  width: 100%;
}
.apartment-method .method-step-list li.step1 {
  background-image: url("../img/service/apartment_method_1_img.png");
}
.apartment-method .method-step-list li.step2 {
  background-image: url("../img/service/apartment_method_2_img.png");
}
.apartment-method .method-step-list li.step3 {
  background-image: url("../img/service/apartment_method_3-1_img.png"), url("../img/service/apartment_method_3-2_img.png");
  background-position: left top,right top;
}
.apartment-method .method-step-list li.step4 {
  background-image: url("../img/service/apartment_method_4_img.png");
}
.apartment-method .method-step-list li.step5 {
  background-image: url("../img/service/apartment_method_5_img.png");
}
.apartment-method .method-step-list li.step6 {
  background-image: url("../img/service/apartment_method_6_img.png");
}

.patient-merit.locker {
  margin-bottom: 105px;
}

.service-top-label {
  align-items: center;
  border: 1px solid #333;
  display: flex;
  font-size: 1.6rem;
  height: 54px;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
}
.service-top-label + .service-read-ttl {
  margin-top: 80px;
}

.attempt-contents {
  padding: 105px 0 0;
}
.attempt-contents .attempt-box {
  margin-bottom: 105px;
}
.attempt-contents .attempt-box:last-of-type {
  margin-bottom: 90px;
}
.attempt-contents .attempt-box ul {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.attempt-contents .attempt-box ul li.text {
  flex-grow: 2;
}
.attempt-contents .attempt-box ul li.text p {
  font-size: 1.6rem;
  line-height: 1.88;
  margin-bottom: 25px;
}
.attempt-contents .attempt-box ul li.text p:last-of-type {
  margin-bottom: 0;
}
.attempt-contents .attempt-box ul li.text p .red {
  color: var(--red);
}
.attempt-contents .attempt-box ul li.picture {
  border-radius: 20px;
  flex-shrink: 0;
  height: 325px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
  width: 475px;
}
.attempt-contents .attempt-box ul li.picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.advance-box {
  margin-top: 65px;
}
.advance-box ul {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.advance-box ul li {
  background: #f8f8f8;
  border-radius: 20px;
  flex-shrink: 0;
  padding: 30px;
  position: relative;
  width: 480px;
}
.advance-box ul li:first-of-type:before {
  background: #333;
  border-radius: 50%;
  color: #fff;
  content: "or";
  font-size: 1.8rem;
  font-weight: 700;
  height: 40px;
  line-height: 36px;
  margin-top: -20px;
  position: absolute;
  right: -40px;
  text-align: center;
  top: 50%;
  width: 40px;
}
.advance-box ul li .ttl {
  margin-bottom: 20px;
  min-height: 77px;
  text-align: center;
}
.advance-box ul li .ttl h5 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.advance-box ul li .ttl .sub {
  font-size: 1.2rem;
  margin-top: 7px;
}
.advance-box ul li .thumb {
  align-items: center;
  display: flex;
  height: 190px;
  justify-content: center;
}

.mynumber-insurance-box {
  margin-top: 60px;
}
.mynumber-insurance-box .note-box {
  margin-top: 40px;
}
.mynumber-insurance-box .note-box .note-item-mynumber figure {
  width: 387px;
}
.mynumber-insurance-box .note-box .note-item-mynumber figure img {
  display: block;
}