@charset "utf-8";
* {
  box-sizing: border-box;
}
html {
  color: #282828;
}
a {
  color: #00CCC0;
}
#contents {
  letter-spacing: 0.025em;
}
.mb0 {
  margin-bottom: 0!important;
}
.mt30 {
  margin-top: 30px!important;
}
.pb0 {
  padding-bottom: 0!important;
}
#top .inner {
  position: relative;
}
.overview {
  position: absolute;
  width: 540px;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
header h1 a {
  display: block;
  background: url(/images/withme/logo.svg) no-repeat center center;
  background-size: contain;
  width: 295px;
}

header {
  position: relative;
  border-bottom: 1px solid #D9D9D9;
  padding: 40px 0 120px;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: linear-gradient(to right, #5B027A, #00CCC0);
  z-index: 1;
}
header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: url(/withme/images/header_bg.png) repeat-x;
  background-size: contain;
  z-index: 1;
}

header h1 {
  padding: 25px 0 0 0;
}
header p {
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  header, #index header {
      height: initial;
  }
}

#contents {
  position: initial;
  padding: 0;
}
#contents section .section_inner {
  position: relative;
}
#contents section.yel {
  background: #FFFAEC;
}
#contents section.blu {
  background: #E5F7F7;
}
.supervision {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
}
#anc_nav div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
#anc_nav div ul {
  display: flex;
}
#anc_nav div ul li {
  position: relative;
  margin: 0 60px;
  color: #00CCC0;
  font-size: 18px;
}
#anc_nav div ul li a {
  color: #00CCC0;
  position: relative;
  display: block;
}
#anc_nav div ul li::after {
  position: absolute;
  content: "";
  background: url(/images/withme/arrow.svg) no-repeat center;
  width: 20px;
  height: 18px;
  right: -28px;
  top: calc(50% - 9px);
}
#anc_nav div ul li:hover::after {
  background: url(/images/withme/arrow_down_hover.svg) no-repeat center;
}
#anc_nav div ul li a:hover {
  color: #5B027A;
}
#anc_nav div ul li a:hover:before {
  content: "";
  position: absolute;
  width: calc(100% + 28px);
  height: 4px;
  left: 0;
  bottom: -25px;
  background: #5B027A;
}
section .section_inner {
  max-width: 1008px;
  margin: 0 auto;
  padding: 81px 0;
}
#contents01 .section_inner,#contents02 .section_inner,#contents03 .section_inner {
  padding-bottom: 0;
}
section .section_inner h3 {
  font-size: 2.8rem;
  text-align: center;
  color: #00CCC0;
  margin-top: 40px;
}
.registration {
  background: #FFFAEE;
  padding: 30px;
  border-radius: 20px;
}
.registration p:first-child {
  font-size: 28px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 20px;
}
.registration p:first-child span {
  font-weight: bold;
}
.btn_registration ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.btn_registration ul li a {
  background: #FFCC49;
  padding: 20px;
  display: block;
  border-radius: 10px;
  width: 323px;
  height: 80px;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 0px 0px rgba(227, 220, 204, 100);
  margin: 10px;
  position: relative;
  box-sizing: border-box;
  padding-right: 35px;
  border: 2px solid #FFCC49;
}
.btn_registration ul li a:hover {
  cursor: pointer;
  background: #fff;
  border: 2px solid #FFCC49;
}
p.note {
  font-size: 12px;
}
p {
  line-height: 1.6;
  font-size: 20px;
}
.btn_registration ul li a::after {
  position: absolute;
  content: "";
  background: url(/images/withme/icon_blank.svg) no-repeat center;
  width: 24px;
  height: 24px;
  right: 30px;
}
h2 {
  font-size: 36px;
  color: #00CCC0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
}
#contents01 h2::before {
  content: "";
  position: absolute;
  background: url(/withme/images/contents01_h2_before.png);
  background-size: contain;
  width: 298px;
  height: 37px;
  left: 0;
}
#contents01 h2::after {
  content: "";
  position: absolute;
  background: url(/withme/images/contents01_h2_after.png);
  background-size: contain;
  width: 298px;
  height: 37px;
  right: 0;
}
#contents02 h2::before {
  content: "";
  position: absolute;
  background: url(/withme/images/contents02_h2_before.png);
  background-size: contain;
  width: 351px;
  height: 37px;
  left: 0;
}
#contents02 h2::after {
  content: "";
  position: absolute;
  background: url(/withme/images/contents02_h2_after.png);
  background-size: contain;
  width: 351px;
  height: 37px;
  right: 0;
}
#contents03 h2::before {
  content: "";
  position: absolute;
  background: url(/withme/images/contents03_h2_before.png);
  background-size: contain;
  width: 318px;
  height: 37px;
  left: 0;
}
#contents03 h2::after {
  content: "";
  position: absolute;
  background: url(/withme/images/contents03_h2_after.png);
  background-size: contain;
  width: 318px;
  height: 37px;
  right: 0;
}
#contents04 h2::before {
  content: "";
  position: absolute;
  background: url(/withme/images/contents04_h2_before.png);
  background-size: contain;
  width: 315px;
  height: 37px;
  left: 0;
}
#contents04 h2::after {
  content: "";
  position: absolute;
  background: url(/withme/images/contents04_h2_after.png);
  background-size: contain;
  width: 315px;
  height: 37px;
  right: 0;
}
#contents05 h2::before {
  content: "";
  position: absolute;
  background: url(/withme/images/contents05_h2_before.png);
  background-size: contain;
  width: 350px;
  height: 37px;
  left: 0;
}
#contents05 h2::after {
  content: "";
  position: absolute;
  background: url(/withme/images/contents05_h2_after.png);
  background-size: contain;
  width: 350px;
  height: 37px;
  right: 0;
}
#contents06 h2::before {
  content: "";
  position: absolute;
  background: url(/withme/images/contents06_h2_before.png);
  background-size: contain;
  width: 350px;
  height: 37px;
  left: 0;
}
#contents06 h2::after {
  content: "";
  position: absolute;
  background: url(/withme/images/contents06_h2_after.png);
  background-size: contain;
  width: 350px;
  height: 37px;
  right: 0;
}
h2 + p {
  text-align: center;
  font-size: 20px;
}
.center_left {
  width: 610px;
  margin: 0 auto;
  box-sizing: border-box; 
  padding-left: 70px;
}
.center_left h3 {
  font-size: 28px;
  line-height: 1.6;
  position: relative;
}
.center_left h3::after {
  position: absolute;
  content: "";
  background: url(/images/withme/icon_withme.svg) no-repeat center;
  width: 77px;
  height: 92px;
  left: -110px;
  top: 0;
}
.bold {
  font-weight: bold;
}
li {
font-size: 20px;
line-height: 1.6;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt0 {
  padding-top: 0!important;
}
.center {
  text-align: center;
}
.card {
  display: flex;
  margin-top: 80px;
}
.card > div {
  width: calc(100% / 3);
  border: 1px solid #C3C3C3;
  border-radius: 20px;
  padding: 35px 45px;
}
.card > div h3 {
  position: relative;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 70px;
}
.card > div h3::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 6px;
  background: #FFCC49;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.card > div:first-child {
  margin-right: 25px;
}
.card > div:last-child {
  margin-left: 25px;
}
.card div img {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}
.card div.card01 img {
  width: 117px;
  padding-left: 40px;
  padding-top: 10px;
}
.card div.card02 img {
  width: 80px;
  padding-top: 10px;
}
.card div.card03 img {
  width: 85px;
  padding-left: 20px;
}
.bg_grn {
  background: rgba(0, 178, 170, .04);
}

.toggle-container {
  padding: 30px 90px 30px 0;
  border-top: 1px solid #D3D4DE;
  position: relative;
}
.toggle-container.last {
  border-bottom: 1px solid #D3D4DE;
}
.toggle-button {
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
}
.toggle-icon {
  position: absolute;
  top: 16px;
  right: 0;
  width: 48px;
}
.toggle-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.2, 0.1, 0.3, 0.2), opacity 0.2s ease-out, padding 0.1s ease-out;
  opacity: 0;
  visibility: hidden;
}
.toggle-content.open {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}
.toggle-content_inner p {
  font-size: 1.6rem;
  padding-top: 20px;
}
.external_link {
  position: relative;
}
.external_link {
  cursor: pointer;
  color: #00CCC0;
  border-bottom: 1px solid #00CCC0;
}
.external_link::after {
  position: absolute;
  content: "";
  background: url(/images/withme/icon_external_link.svg) no-repeat;
  width: 15px;
  height: 15px;
  right: -20px;
  top: calc(50% - 7.5px);
}
.pb0 {
  padding-bottom: 0!important;
}
section .section_inner .btn_registration a {
  color: initial;
  border-bottom: none;
}
.center .external_link {
  margin-right: 12px;
}
a.external_link:hover {
  color: #00CCC0!important;
}
#select .btn_box a:last-child::after {
  content: "※いいえ選択後、乾癬ネットへリンクします。";
  top: 90px;
}
#select.modal-block-white p.select-ttl {
  font-size: 28px;
  color: #000;
  line-height: 1.6;
}
.mfp-container .mfp-content {
  width: 80vw;
  padding: 50px;
  max-width: 620px;
}
#select .btn_box a {
  border-radius: 10px;
  background: #00CCC0;
  color: #fff;
  width: 240px;
  height: 80px;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00CCC0;
}
#select .btn_box a.button-no.modal-no {
  background: #fff;
  color: #000;
}
.category {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.category > div {
  background: #fff;
  border-radius: 16px;
  width: calc(33% - 10px);
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.category > div p {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.category > div img {
  width: 65px;
  margin-bottom: 15px;
}
.useful {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 80px;
}
.useful > div {
  background: #fff;
  border-radius: 16px;
  width: calc(33% - 10px);
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.useful > div:nth-child(1) {
  background: url(/withme/images/useful01.png) no-repeat;
  background-size: cover;
  background-color: #fff;
}
.useful > div:nth-child(2) {
  background: url(/withme/images/useful02.png) no-repeat;
  background-size: cover;
  background-color: #fff;
}
.useful > div:nth-child(3) {
  background: url(/withme/images/useful03.png) no-repeat;
  background-size: cover;
  background-color: #fff;
}
.useful > div:nth-child(4) {
  background: url(/withme/images/useful04.png) no-repeat;
  background-size: cover;
  background-color: #fff;
}
.useful > div:nth-child(5) {
  background: url(/withme/images/useful05.png) no-repeat;
  background-size: cover;
  background-color: #fff;
}
.useful > div:nth-child(6) {
  background: url(/withme/images/useful06.png) no-repeat;
  background-size: cover;
  background-color: #fff;
}
.useful > div p {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.symptom {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin: 40px 0 0;
  position: relative;
  padding-bottom: 80px;
}
.symptom > div {
  background: #fff;
  border-radius: 30px;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
}
.symptom > div h3 {
  margin: 0 0 10px;
}
.symptom > div p {
  text-align: center;
  font-size: 1.6rem;
}
.symptom > div img {
  width: 320px;
  margin: 20px 0;
}
#contents03 .section_inner .reminder {
  position: relative;
}
@media (min-width: 1025px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .mainvisual {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .mainvisual.pc .txtarea p {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .mainvisual.pc .txtarea p.summary {
    width: 1008px;
    margin: 40px auto;
    font-weight: normal;
    padding: 20px 0;
    border-top: 1px solid #666D77;
    border-bottom: 1px solid #666D77;
  }
  .mainvisual.pc .txtarea p:first-child {
    font-size: 2.4rem;
    margin-bottom: 20px;
    font-weight: normal;
  }
  .mainvisual.pc nav {
    margin: 32px 0 40px;
  }
  .mainvisual.pc nav ul {
    border: 1px solid #00CCC0;
    border-radius: 50px;
    width: 1008px;
    margin: 0 auto; 
    display: flex;
    justify-content: space-around; 
    padding: 0 44px;  
  }
  .mainvisual.pc nav ul li {
  }
  .mainvisual .auth_wrapper {
    width: 321px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .mainvisual .auth_wrapper div a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainvisual .auth_wrapper img {
    display: block;
    width: 71px;
    border: 1px solid #00CCC0;
    padding: 5px;
    margin-bottom: 10px;
  }
  .mainvisual .auth_wrapper p {
    font-weight: bold;
    font-size: 16px;
    color: #00CCC0;
    text-decoration: underline;
  }
  .mainvisual.pc nav ul li a {
    font-size: 1.6rem;
    padding: 12px;
    display: block;
    color: #282828;
  }
  .mainvisual.pc .txtarea .mainvisual_logo {
    text-align: center;
  }
  .mainvisual.pc .txtarea .mainvisual_logo img {
    width: 805px;
  }
  footer .bnr_box .bnr_janssen {
    width: 190px;
    margin: 0;
  }
  footer .bnr_box {
    top: calc(50% - 60px);
    right: 0;
    transform: initial;
    width: initial;
    margin: 0;
  }
  footer .inner {
    max-width: 1120px;
  }
}
@media (max-width: 1024px) {
  header {
    height: initial;
    min-width: initial;
    border-bottom: none;
    padding-bottom: 40px;
  }
  header p {
    font-size: 1.4rem;
  }
  .inner {
    min-width: initial;
    max-width: initial;
    overflow: initial;
    height: initial;
  }
  #anc_nav {
    display: none;
  }
  .overview {
    position: initial;
    width: initial;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  section .section_inner {
    max-width: initial;
    padding: 0;
    margin: 40px 25px;
  }
  .registration p:first-child {
    font-size: 2.4rem;
  }
  .btn_registration ul {
    display: block;
  }
  .btn_registration ul li a {
    width: initial;
    height: initial;
    margin: 0 0 15px;
    font-size: 2.4rem;
  }
  .registration {
    padding: 20px;
  }
  p.note {
    font-size: 1rem;
  }
  h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  h2 + p {
    font-size: 1.8rem;
    text-align: center;
  }
  .center_left {
    width: initial;
    padding-left: 0;
  }
  .center_left h3 {
    font-size: 2.2rem;
    padding-left: 90px;
  }
  .center_left h3::after {
    left: 0;
    top: 5px;
  }
  p {
    font-size: 1.8rem;
  }
  li {
    font-size: 1.6rem;
  }
  .card {
    display: block;
    margin-top: 40px;
  }
  .card > div:first-child {
    margin-right: initial;
  }
  .card > div {
    width: initial;
    margin-bottom: 30px;
    padding: 20px;
  }
  .card > div:last-child {
    margin-left: 0;
  }
  .card > div h3 {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
  .card > div h3::after {
    bottom: -30px;
  }
  section {
    padding: 10px 0;
  }
  .toggle-button {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-right: 50px;
  }
  .toggle-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  header h1 a {
    width: 200px;
    height: initial;
    margin-left: 20px;
  }
  #nav_column {
    min-width: initial;
    margin-top: 60px;
  }
  #nav_column ul.nav_ul li a::after, #nav_column ul.nav_ul li label::after {
    content: "\f078";
  }
  #triggerbutton {
    border: none;
  }
  header h1 {
    padding: 15px 0 0 0;
  }
  #triggerbutton::before, #triggerbutton::after, #triggerbutton span {
    background: #5B027A;
  }
  #select.modal-block-white p.select-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .mfp-container .mfp-content {
    width: 90vw;
    padding: 7vw;
  }
  #select .btn_box a {
    font-size: 18px;
    height: 58px;
  }
  #select .btn_box a:last-child::after {
    top: 60px;
    width: 100%;
  }
  .footer-information {
    margin-bottom: 20px;
  }
  .bnr_box .bnr_janssen {
    padding-bottom: 100px;
    width: 139px;
    height: 60px;
  }
  .bnr_box {
    justify-content: right;
  }
  .mainvisual {
    position: relative;
  }
  .mainvisual.sp .txtarea {
    padding: 30px;
  }
  .mainvisual.sp .txtarea p {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
  }
  .mainvisual.sp .txtarea p.summary {
    margin: 25px auto;
    font-weight: normal;
    padding: 15px 0;
    border-top: 1px solid #666D77;
    border-bottom: 1px solid #666D77;
    text-align: center;
    line-height: 1.5;
  }
  .mainvisual.sp .txtarea p:first-child {
    font-size: 1.4rem;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
  }
  .mainvisual.sp .txtarea .mainvisual_logo {
    margin-bottom: 20px;
    width: 310px;
    margin: 20px auto;
  }
  .mainvisual.sp .txtarea .mainvisual_logo img {
    
  }
  .mainvisual.sp .txtarea {
    width: 100%;
  }
  footer .bnr_box .bnr_janssen {
    width: 139px;
    margin: 0;
  }
}
.tabs {
  display: flex;
  justify-content: center;
  border: 1px solid #00CCC0;
  border-radius: 999px;
  overflow: hidden;
  max-width: 666px;
  margin: 0 auto 40px;
}
.tabs + p {
  font-size: 1.6rem;
}
.tab-btn {
  flex: 1;
  font-size: 1.4rem;
  text-align: center;
  padding: 12px 16px;
  font-weight: bold;
  color: #282828;
  background: transparent;
  cursor: pointer;
  transition: background-color .18s, color .18s;
  padding: 17px;
}
.tab-btn:hover {
  background: #00CCC0;
  color: #fff;
}
.tab-btn.active {
  background: #00CCC0;
  color: #fff;
}

.panel {
  display: none;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.panel img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 12px;
}
.iphone {
  display: flex;
  gap: 20px;
}
.iphone div {
  width: 25%;
}
.iphone div p {
  font-size: 1.6rem;
  text-align: left;
}
.android {
  display: flex;
  gap: 20px;
}
.android div {
  width: 25%;
}
.android div p {
  font-size: 1.6rem;
  text-align: left;
}

.howtouse_register {
  display: flex;
  justify-content: flex-end;
}
.howtouse_register p {
  font-size: 1.6rem;
  margin-right: 20px;
  text-align: right;
}
.howtouse_register img {
  display: block;
  width: 71px;
  border: 1px solid #00CCC0;
  padding: 5px;
  margin-bottom: 10px;
  background: #FFF;
}
.qa .section_inner h3 {
  text-align: left;
}
.toggle-content_inner p {
  color: #558484;
  font-size: 1.6rem;
}
.toggle-content_inner dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #558484;
}
.toggle-content_inner dl dd {
  color: #558484;
  line-height: 1.5;
  margin-inline-start: 1.5rem;
  font-size: 1.6rem;
}
.toggle-content_inner .note {
  font-size: 1.2rem;
  font-weight: bold;
}
.contact p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.pur {
  background-color: #EDF0F6;
}
.mail_button a {
  background: #00CCC0;
  display: flex;
  width: 315px;
  height: 48px;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  font-size: 1.6rem;
}
#contents06 {
  position: relative;  
}
#contents06::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: linear-gradient(to right, #5B027A, #00CCC0);
  z-index: 1;
}
.reminder {
  padding-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  #contents01 .section_inner .useful::before {
    content: "";
    background: url(/withme/images/contents01_character01.png) no-repeat center bottom / contain;
    width: 198.5px;
    height: 404px;
    position: absolute;
    bottom: 0;
    left: -198px;
    z-index: 1;
  }
  #contents01 .section_inner .useful::after {
    content: "";
    background: url(/withme/images/contents01_character02.png) no-repeat center bottom / contain;
    width: 257.5px;
    height: 415px;
    position: absolute;
    bottom: 0;
    right: -210px;
    z-index: 1;
  }
  #contents02 .section_inner .symptom::before {
    content: "";
    background: url(/withme/images/contents02_character01.png) no-repeat center bottom / contain;
    width: 218px;
    height: 408px;
    position: absolute;
    bottom: 0;
    left: -208px;
    z-index: 1;
  }
  #contents02 .section_inner .symptom::after {
    content: "";
    background: url(/withme/images/contents02_character02.png) no-repeat center bottom / contain;
    width: 218px;
    height: 427px;
    position: absolute;
    bottom: 0;
    right: -203px;
    z-index: 1;
  }
  #contents03 .section_inner .reminder::before {
    content: "";
    background: url(/withme/images/contents03_character01.png) no-repeat center bottom / contain;
    width: 258px;
    height: 401px;
    position: absolute;
    bottom: 0;
    left: -185px;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  header::after {
    content: none;
    min-width: initial;
    background: none;
  }
  .mainvisual.sp nav {
    margin: 0 0 20px;
  }
  .mainvisual.sp nav ul {
    width: 100%;
    margin: 0 auto; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
    padding: 0 30px;
    gap: 10px;
  }
  .mainvisual.sp nav ul li {
    width: calc(50% - 10px);
  }
  .mainvisual.sp nav ul li a {
    border: 1px solid #00CCC0;
    padding: 10px;
    display: flex;
    text-align: center;
    color: #282828;
    border-radius: 50px;
    font-size: 1.4rem;
    height: 48px;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
  }
  .mainvisual .auth_wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .mainvisual .auth_wrapper div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
  }
  .mainvisual .auth_wrapper img {
    display: block;
    width: 71px;
    border: 1px solid #00CCC0;
    padding: 5px;
    margin-bottom: 10px;
  }
  .mainvisual .auth_wrapper p {
    font-weight: bold;
    font-size: 16px;
    color: #00CCC0;
    text-decoration: underline;
  }
  #contents01 h2::after,#contents01 h2::before,#contents02 h2::before,#contents02 h2::after,#contents03 h2::before,#contents03 h2::after,#contents04 h2::before,#contents04 h2::after,#contents05 h2::before,#contents05 h2::after,#contents06 h2::before,#contents06 h2::after {
    content: none;
  }
  section .section_inner h3 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .category {
    display: block;
  }
  .category > div {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  #contents01 .section_inner::after,#contents01 .section_inner::before,#contents02 .section_inner::after,#contents03 .section_inner::before,#contents02 .section_inner::before {
    content: none;
  }
  .sp_character {
    display: block;
    max-width: 338px;
    margin: 0 auto;
  }
  .useful {
    display: block;
  }
  .useful > div {
    width: 100%;
    margin-bottom: 10px;
  }
  #contents02 .section_inner .symptom {
    display: block;
  }
  #contents02 .section_inner .symptom > div {
    width: 100%;
    background: none;
    padding-top: 0;
  }
  #contents02 .section_inner .symptom > div img {
    width: 256px;
    margin-bottom: 10px;
  }
  .sp_character {
    margin-bottom: 0!important;
  }
  .section_inner img {
    display: block;
    width: 255px;
    margin: 0 auto;
  }
  .iphone,.android {
    display: block;
  }
  .iphone div,.android div {
    width: 100%;    
  }
  #contents04 img {
    margin: 30px auto 10px;
  }
  .howtouse_register {
    display: block;
  }
  .howtouse_register p {
    text-align: center;
  }
  .howtouse_register img {
    width: 80px;
    margin-top: 20px;
  }
  .panel-pc {
    padding: 0;
    margin-bottom: 20px;
  }
  .panel-pc img {
    width: 100%;
  }
  .toggle-icon img {
    width: 48px;
  }
  .toggle-container {
    padding-right: 0;
  }
  .toggle-button {
    padding-right: 70px;
    position: relative;
  }
  .fixed-footer-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .fixed-footer-nav ul {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #00CCC0;
    list-style: none;
    margin: 0;
    padding: 8px 13px 13px;
  }
  .fixed-footer-nav ul::before {
    content: "";
    position: absolute;
    background: url(/withme/images/sp_footer_nav_bg.png) repeat-x top center;
    background-size: contain;
    width: 100%;
    height: 46px;
    top: -40px;
    left: 0;
  }
  .fixed-footer-nav li {
    flex: 1;
  }
  .fixed-footer-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 6px 4px;
    font-weight: bold;
  }
  .fixed-footer-nav .icon {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
  }
  .fixed-footer-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding-bottom: env(safe-area-inset-bottom);
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
  }
  .fixed-footer-nav.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
  body.has-bottom-nav{
    padding-bottom: var(--bottom-nav-h, 76px);
  }
  .return_top {
    display: none !important;
  }
  .aside_box {
      padding: 0 2rem;
  }
}
@media (min-width: 1025px) {
  .fixed-footer-nav {
    display: none;
  }
  body.has-bottom-nav {
    padding-bottom: 0;
  }
}


@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #contents01 .section_inner .useful {
    width: 64vw;
    margin: auto;
  }
  .useful > div {
    width: calc(50% - 10px);
  }
  #contents01 .section_inner .useful::before {
    bottom: 0;
    left: -13.75vw;
    width: 13.8vw;
    aspect-ratio: 397 / 808;
  }
  #contents01 .section_inner .useful::after {
    bottom: 0;
    right: -15vw;
    width: 17.882vw;
    aspect-ratio: 49 / 83;
  }

  #contents02 .section_inner .symptom {
    width: 64vw;
    margin: 40px auto 0;
  }
  #contents02 .section_inner .symptom > div img {
    width: 100%;
  }
  #contents02 .section_inner .symptom::before {
    bottom: 0;
    left: -15vw;
    width: 15.14vw;
    aspect-ratio: 109 / 204;
  }
  #contents02 .section_inner .symptom::after {
    bottom: 0;
    right: -15vw;
    width: 15.14vw;
    aspect-ratio: 218 / 427;
  }

  #contents03 .section_inner .reminder {
    width: 64vw;
    margin: auto;
  }
  #contents03 .section_inner .reminder::before {
    bottom: 0;
    left: -15vw;
    width: 17.9vw;;
    aspect-ratio: 258 / 401;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1470px) {
  header::after {
    background-size: cover;
  }
}

.fixed-footer-nav {
  opacity: 0;
  transform: translateY(78px);
  transition: opacity .75s ease-out, transform .75s ease-out;
}
.fixed-footer-nav.is-visible {
  opacity: 1;
  transform: translateY(0);
}