@charset "UTF-8";
.credit_card_payment_button {
  display: flex;
  justify-content: center;
  margin: 45px auto 0;
}
.credit_card_payment_button button,
.credit_card_payment_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 45px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background: #008c8c;
  padding: 0 20px;
}
.credit_card_payment_button button + button,
.credit_card_payment_button button + a,
.credit_card_payment_button a + button,
.credit_card_payment_button a + a {
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .credit_card_payment_button {
    display: flex;
    justify-content: center;
    margin: 8vw auto 0;
  }
  .credit_card_payment_button button,
.credit_card_payment_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42.67vw;
    height: 11.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 4.73vw;
    font-weight: 700;
    background: #008c8c;
    padding: 0 5.33vw;
  }
  .credit_card_payment_button button + button,
.credit_card_payment_button button + a,
.credit_card_payment_button a + button,
.credit_card_payment_button a + a {
    margin-left: 2.67vw;
  }
}

/* =========================================================
	body
========================================================= */
.inner {
  width: 1280px;
}

a:hover {
  opacity: 1;
}

/* =========================================================
	section
========================================================= */
section {
  text-align: center;
  padding: 90px 0 60px;
}

/* =========================================================
	top
========================================================= */
@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#section_headline {
  display: flex;
  width: 100%;
  padding: 0;
}
#section_headline .headline_left {
  display: flex;
  flex-wrap: wrap;
  width: 73.4%;
}
#section_headline .headline_left .headline_left_main {
  width: 55.6%;
  padding-right: 25px;
  box-sizing: border-box;
}
#section_headline .headline_left .headline_left_main .block_article {
  width: 100%;
  display: block;
}
#section_headline .headline_left .headline_left_main .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline !important;
}
#section_headline .headline_left .headline_left_main .block_article img {
  width: 100%;
  margin-bottom: 20px;
  flex-shrink: 0;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt {
  text-align: left;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_ttl {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.46;
  margin: 0 0 10px;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_excerpt {
  /*@include fz(13);*/
  font-size: max(16px, 155%);
  line-height: 1.69;
  height: 8.5em;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 10px;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_headline .headline_left .headline_left_sub {
  width: 44.39%;
  padding: 0 25px;
  box-sizing: border-box;
  border-left: 1px solid #dcdcdc;
}
#section_headline .headline_left .headline_left_sub .block_article {
  display: flex;
  width: 100%;
  padding: 25px 0 25px 0;
  display: block;
}
#section_headline .headline_left .headline_left_sub .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline !important;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
  width: calc(100% - 11.46vw - 20px);
  min-width: calc(100% - 165px - 20px);
  margin: 0 0 10px;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .thumb img {
  width: 11.46vw;
  max-width: 165px;
  margin: 0 0 15px 20px;
  flex-shrink: 0;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  height: 66px;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 10px;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_headline .headline_left .headline_left_sub .block_article:not(:first-child) {
  padding: 25px 0 25px 0;
  border-top: 1px solid #dcdcdc;
}
#section_headline .headline_left .headline_left_sub .block_article:first-child {
  padding: 0 0 25px 0;
}
#section_headline .headline_left .headline_left_ad {
  background-color: #f5f5f5;
  width: 100%;
  margin-top: 25px;
  text-align: left;
  margin-right: 4px;
}
#section_headline .headline_left .headline_left_ad a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}
#section_headline .headline_left .headline_left_ad a:hover {
  text-decoration: underline !important;
}
#section_headline .headline_right {
  width: 32.66%;
  border-left: 1px solid #dcdcdc;
  padding: 0 0 0 25px;
  box-sizing: border-box;
}
#section_headline .headline_right .headline_right_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
#section_headline .headline_right .headline_right_wrap .headline_right_top .headline_right_ad {
  margin-bottom: 16px;
  background-color: #f5f5f5;
}
#section_headline .headline_right .headline_right_wrap .headline_right_top .headline_right_ad a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}
#section_headline .headline_right .headline_right_wrap .headline_right_top .headline_right_ad a:hover {
  text-decoration: underline !important;
}
#section_headline .headline_right .headline_right_wrap .headline_right_tab_area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
}
#section_headline .headline_right .headline_right_wrap .headline_right_tab_area .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  width: 15vw;
  height: 39px;
  line-height: 1;
  text-align: center;
  border: none;
  border-radius: 3px 3px 0 0;
  position: relative;
  top: 1px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b2b2b2;
}
#section_headline .headline_right .headline_right_wrap .headline_right_tab_area .tab:first-child {
  margin-left: 10px;
}
#section_headline .headline_right .headline_right_wrap .headline_right_tab_area .tab:last-child {
  margin-right: 10px;
}
#section_headline .headline_right .headline_right_wrap .headline_right_tab_area .tab.active {
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid #fff;
  color: #000;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  opacity: 0;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner.active {
  overflow: visible;
  visibility: visible;
  height: auto;
  opacity: 1;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner .headline_area_container {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner .headline_area_container.show {
  visibility: visible;
  height: auto;
  opacity: 1;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner .headline_area_container.show .headline_area_progress-bar span {
  animation: progress 9.5s 0.5s linear;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner .headline_area_container .headline_area_title {
  display: block;
  position: relative;
  height: 50px;
  color: #008c8c;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 1px;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner .headline_area_container .headline_area_title:hover {
  text-decoration: underline !important;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner .headline_area_container .headline_area_title svg {
  transform: translate(3px, -80%);
  stroke-width: 1.5px;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner .headline_area_container .headline_area_progress-bar {
  width: 100%;
  padding-top: 10px;
  backgroud: white;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner .headline_area_container .headline_area_progress-bar span {
  display: block;
  width: 0%;
  height: 2px;
  background: #008c8c;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner .headline_area_container ol li,
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner .headline_area_container ul li {
  border-top: 1px solid #dcdcdc;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner ol,
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner ul {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 300px;
}
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner:first-of-type ol,
#section_headline .headline_right .headline_right_wrap .headline_right_content_area .headline_right_content_area_inner:first-of-type ul {
  height: 362px;
}
#section_headline .headline_right .headline_right_wrap .headline_right_bottom {
  margin-top: auto;
}
#section_headline .headline_right .headline_right_wrap .headline_right_bottom img {
  width: 300px;
  max-width: 100%;
  height: auto;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 6/5;
}
#section_headline .headline_right ol li,
#section_headline .headline_right ul li {
  padding: 15px 0;
  text-align: left;
}
#section_headline .headline_right ol li a,
#section_headline .headline_right ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
  display: block;
  height: 100%;
}
#section_headline .headline_right ol li a:hover,
#section_headline .headline_right ul li a:hover {
  text-decoration: underline !important;
}
#section_headline .headline_right ol li a .tag_rank,
#section_headline .headline_right ul li a .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
}
#section_headline .headline_right ol li a .tag_rank.premium,
#section_headline .headline_right ul li a .tag_rank.premium {
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  width: 11px;
  height: 16px;
}
#section_headline .headline_right ol li a .tag_rank.paid,
#section_headline .headline_right ul li a .tag_rank.paid {
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  width: 11px;
  height: 16px;
}
#section_headline .headline_right ol li a .tag_rank.free,
#section_headline .headline_right ul li a .tag_rank.free {
  background: #008c8c;
}
#section_headline .headline_right ol li a .tag_rank.free:after,
#section_headline .headline_right ul li a .tag_rank.free:after {
  content: "無料会員";
  background: #008c8c;
  color: #fff;
  line-height: 1.7;
  font-weight: 400;
}
#section_headline .headline_right ol li + li,
#section_headline .headline_right ul li + li {
  border-top: 1px solid #dcdcdc;
}
#section_headline .headline_right .block_article {
  width: 100%;
  display: flex;
}
#section_headline .headline_right .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#section_headline .headline_right .block_article .block_article_txt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#section_headline .headline_right .block_article .block_article_txt .article_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 10px;
  width: calc(100% - 11.46vw - 20px);
  min-width: calc(100% - 165px - 20px);
}
#section_headline .headline_right .block_article .block_article_txt .thumb img {
  width: 11.46vw;
  max-width: 165px;
  margin: 0 0 15px 20px;
  flex-shrink: 0;
}
#section_headline .headline_right .block_article .block_article_txt .article_excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  height: 66px;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 10px;
}
#section_headline .headline_right .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#section_headline .headline_right .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#section_headline .headline_right .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#section_headline .headline_right .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#section_headline .headline_right .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#section_headline .headline_right .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_headline .headline_right .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_headline .headline_right .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#section_headline .headline_right .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#section_headline .headline_right .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_headline .headline_right .block_article:first-child {
  padding: 0 0 25px 0;
}
#section_headline .headline_right .block_article:nth-child(2) {
  padding: 25px 0;
  border-top: 1px solid #dcdcdc;
}
#section_headline .headline_right .block_article:last-child {
  padding: 25px 0 0 0;
  border-top: 1px solid #dcdcdc;
}

.mainArticles_inner .block_labels {
  display: flex;
  align-items: flex-end;
}
.mainArticles_inner .block_labels span {
  height: 2rem;
}

.block_labels {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  margin-bottom: 5px;
}
.block_labels span {
  padding: 1px 5px 0;
  border-radius: 2px;
  color: white;
  font-size: 1.2rem;
}
.block_labels span.label_original {
  background-color: #f3c35d;
}
.block_labels span.label_breaking_news {
  background-color: #185ea3;
}
.block_labels span.label_deep_dive {
  background-color: #7e8ee3;
}
.block_labels span.label_recommendation {
  background-color: #f76b69;
}
.block_labels span.label_notice {
  background-color: #008c8c;
}

.ad_area_sp {
  display: none;
}

#section_mainArticles {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 40px;
  border-top: 1px solid #000;
}
#section_mainArticles h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008c8c;
  text-align: left;
}
#section_mainArticles .mainArticles_inner {
  display: flex;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  padding: 0;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#section_mainArticles .mainArticles_inner .block_article {
  width: 32.66%;
  display: flex;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #dcdcdc;
}
#section_mainArticles .mainArticles_inner .block_article:hover .block_article_inner .block_article_txt .article_ttl {
  text-decoration: underline;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner {
  display: flex;
  margin-top: 25px;
  width: 100%;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 10px;
  width: calc(100% - 11.46vw - 20px);
  min-width: calc(100% - 165px - 20px);
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .thumb img {
  width: 11.46vw;
  max-width: 165px;
  margin: 0 0 15px 20px;
  flex-shrink: 0;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  height: 66px;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 10px;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_mainArticles .mainArticles_inner .block_article:nth-child(3n-2) {
  padding: 0 25px 0 0;
}
#section_mainArticles .mainArticles_inner .block_article:nth-child(3n-1) {
  padding: 0 25px 0 0;
  width: 34.68%;
}
#section_mainArticles .mainArticles_inner .block_article:nth-child(3n-1) .block_article_inner {
  border-left: 1px solid #dcdcdc;
  padding-left: 25px;
}
#section_mainArticles .mainArticles_inner .block_article:nth-child(3n) {
  padding: 0;
}
#section_mainArticles .mainArticles_inner .block_article:nth-child(3n) .block_article_inner {
  border-left: 1px solid #dcdcdc;
  padding-left: 25px;
}
#section_mainArticles .mainArticles_inner .block_article:nth-child(1), #section_mainArticles .mainArticles_inner .block_article:nth-child(2), #section_mainArticles .mainArticles_inner .block_article:nth-child(3) {
  border-top: none;
  margin-top: 0;
}

#section_lowerLevel {
  display: flex;
  width: 100%;
  padding: 0;
  margin-top: 40px;
}
#section_lowerLevel .lowerLevel_left {
  width: 73.79%;
  margin-right: 25px;
  border-top: 1px solid #000;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008c8c;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner h2 a {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008c8c;
  position: relative;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner h2 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  right: -15px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #008c8c;
  border-right: 2px solid #008c8c;
  transform: rotate(45deg) translateY(-50%);
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner:not(:first-child) {
  border-top: 1px solid #000;
  margin-top: 20px;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article {
  width: 100%;
  display: block;
  padding: 20px 0 0;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article img {
  width: 100%;
  margin-bottom: 15px;
  flex-shrink: 0;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt {
  text-align: left;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 5px;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article + .block_article {
  border-top: 1px solid #dcdcdc;
  margin-top: 20px;
}
#section_lowerLevel .lowerLevel_right {
  width: 26.21%;
  border-left: 1px solid #dcdcdc;
  padding: 0 0 0 25px;
  box-sizing: border-box;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner {
  border-top: 1px solid #000;
  padding-bottom: 20px;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008c8c;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap {
  margin-top: 10px;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_tab_area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_tab_area .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 140px;
  width: 11.29vw;
  height: 37px;
  line-height: 1;
  text-align: center;
  border: none;
  border-radius: 3px 3px 0 0;
  position: relative;
  top: 1px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b2b2b2;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_tab_area .tab:first-child {
  margin-left: 10px;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_tab_area .tab:last-child {
  margin-right: 10px;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_tab_area .tab.active {
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid #fff;
  color: #000;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_content_area {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
  display: none;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
  display: block;
  margin-top: 10px;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li {
  padding: 15px 0;
  text-align: left;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
  display: block;
  height: 100%;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a:hover,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a:hover {
  text-decoration: underline;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a .tag_rank,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a .tag_rank.premium_free::before,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a .tag_rank.premium::before,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a .tag_rank.premium::after,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a .tag_rank.paid,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a .tag_rank.free:before,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li + li,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li + li {
  border-top: 1px solid #dcdcdc;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li {
  padding-left: 35px;
  position: relative;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:before {
  display: inline-block;
  position: absolute;
  left: 5px;
  transform: translateY(-5px);
  color: #008c8c;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(1):before {
  content: "1";
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(2):before {
  content: "2";
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(3):before {
  content: "3";
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(4):before {
  content: "4";
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(5):before {
  content: "5";
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(6):before {
  content: "6";
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(7):before {
  content: "7";
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(8):before {
  content: "8";
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(9):before {
  content: "9";
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(10):before {
  content: "10";
  left: 2px;
  letter-spacing: -3px;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ad_area .ad_sp_only {
  display: none;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ad_area img {
  width: 100%;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:first-child {
  /*display: none;*/
  border: none;
  padding-bottom: 40px;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:nth-child(2) h2 {
  border-bottom: none;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:last-child {
  border-top: none;
}
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:last-child img {
  width: 100%;
}

/* =========================================================
	article
========================================================= */
#article_wrap {
  display: flex;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
#article_wrap .article_main {
  width: 73.79%;
  margin: 0 30px;
  padding: 0 22px;
}
#article_wrap .article_main .article_main_contents_wrap {
  text-align: left;
  margin-top: 15px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl {
  margin-bottom: 20px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .article_detail_title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.53;
  margin-bottom: 10px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .timeStamp {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0;
  border-top: 1px solid #dcdcdc;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button {
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 10px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  margin: 0 5px 5px 0;
  background: #fff;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a:hover,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button:hover {
  background: #d7eaea;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a.active,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button.active {
  background: #008c8c;
  color: #fff;
  border: none;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a.btn_follow,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button.btn_follow {
  position: relative;
  padding-left: 22px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a.btn_follow:before,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button.btn_follow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(/images/icon_plus.svg?7044a825db58b120f2023f56aecd37fc);
  background-size: 10px 10px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a.btn_follow.active:before,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button.btn_follow.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  width: 9.68px;
  height: 8.02px;
  background-image: url(/images/icon_check.svg?ccd9dc4817969ca486ad3887450f7e6c);
  background-size: 9.68px 8.02px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a:last-child,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button:last-child {
  margin-right: 20px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn .tag_keyword {
  color: #008c8c;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 300px;
  flex: 1;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button {
  display: inline-block;
  margin-bottom: 5px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a:hover,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button:hover {
  background: #d7eaea;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a.active,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button.active {
  background: #008c8c;
  color: #fff;
  border: none;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a.btn_save,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button.btn_save {
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 10px 6px 23px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  margin: 0 5px 5px 0;
  background: #fff;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a.btn_save:before,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button.btn_save:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  width: 7.39px;
  height: 13.87px;
  background-image: url(/images/icon_clip.svg?6eeeef2e0b56aff69e8cc4610a7b1ff7);
  background-size: 7.39px 13.87px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a.btn_save:hover,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button.btn_save:hover {
  background: #d7eaea;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a.btn_save.active,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button.btn_save.active {
  background: #008c8c;
  color: #fff;
  border: none;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a.btn_save.active:before,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button.btn_save.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  width: 7.39px;
  height: 13.87px;
  background-image: url(/images/icon_clip_wh.svg?e29ba5a4b1e33423dfd86651930de7f8);
  background-size: 7.39px 13.87px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns {
  min-width: 210px;
  text-align: right;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns a,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns button {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 5px 0;
  padding: 0;
  background: #fff;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns a img,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns button img {
  width: 25px;
  vertical-align: middle;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns a:last-child,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns button:last-child {
  margin-right: 0;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox:last-child {
  padding: 40px 0 0;
  margin-bottom: 40px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox.underline {
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt {
  width: 100%;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt figure {
  margin: 0 auto 40px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt figure img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt figure figcaption {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.69;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt figure.sub_figure {
  width: 74.07%;
  max-width: 600px;
  height: auto;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt img.sub_figure {
  width: 74.07%;
  max-width: 600px;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt .article_main_contents_txt_inner {
  height: 130px;
  overflow: hidden;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt .article_main_contents_txt_inner p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.13;
  text-indent: 1em;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.13;
  text-indent: 1em;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt p.article_main_contents_txt_induction {
  position: relative;
  background: #f6f6f6;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 20px 15px 53px;
  margin-top: 35px;
  text-indent: 0em;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt p.article_main_contents_txt_induction:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(/images/icon_induction.svg?8a40d0abc17f23fd077323d18742289c);
  background-size: 22px 22px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt p + figure {
  margin-top: 40px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide p {
  display: none;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide p:first-of-type {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.13;
  text-indent: 1em;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide p.article_main_contents_txt_induction {
  display: block;
  position: relative;
  background: #f6f6f6;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 20px 15px 53px;
  margin-top: 35px;
  text-indent: 0em;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide p.article_main_contents_txt_induction:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(/images/icon_induction.svg?8a40d0abc17f23fd077323d18742289c);
  background-size: 22px 22px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box {
  background: #fafafa;
  border: 1px solid #dcdcdc;
  padding: 35px 40px 40px;
  margin: 40px auto;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.86;
  text-align: center;
  text-indent: 0em;
  letter-spacing: -0.01em;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_paid {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  width: 32.26vw;
  max-width: 400px;
  border-radius: 5px;
  margin: 35px auto 0;
  color: #fff;
  background: #008c8c;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_paid:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_paid:hover {
  opacity: 0.8;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_paid.premium {
  margin-top: 0;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_free {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  width: 32.26vw;
  max-width: 400px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  margin: 15px auto 0;
  color: #008c8c;
  background: #fff;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_free:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #008c8c;
  border-right: 2px solid #008c8c;
  transform: rotate(45deg) translateY(-50%);
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_free:hover {
  background: #d7eaea;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free p:first-of-type {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.13;
  text-indent: 1em;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free p.article_main_contents_txt_induction {
  display: block;
  position: relative;
  background: #f6f6f6;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 20px 15px 53px;
  margin-top: 35px;
  text-indent: 0em;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free p.article_main_contents_txt_induction:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(/images/icon_induction.svg?8a40d0abc17f23fd077323d18742289c);
  background-size: 22px 22px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box {
  background: #fafafa;
  border: 1px solid #dcdcdc;
  padding: 35px 40px 40px;
  margin: 40px auto;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.86;
  text-align: center;
  text-indent: 0em;
  letter-spacing: -0.01em;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_paid {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  width: 32.26vw;
  max-width: 400px;
  border-radius: 5px;
  margin: 35px auto 0;
  color: #fff;
  background: #008c8c;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_paid:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_paid:hover {
  opacity: 0.8;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_paid.premium {
  margin-top: 0;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_free {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  width: 32.26vw;
  max-width: 400px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  margin: 15px auto 0;
  color: #008c8c;
  background: #fff;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_free:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #008c8c;
  border-right: 2px solid #008c8c;
  transform: rotate(45deg) translateY(-50%);
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_free:hover {
  background: #d7eaea;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt *:not(.sub_figure):nth-child(n+2) img {
  display: block;
  width: 74.07%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 40px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  padding: 20px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author img {
  width: 100px;
  margin: 0 20px 0 0;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt {
  width: calc(100% - 100px);
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner .author_name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner button.btn_follow {
  position: relative;
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 10px 6px 22px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0;
  margin-left: 10px;
  background: #fff;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner button.btn_follow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(/images/icon_plus.svg?7044a825db58b120f2023f56aecd37fc);
  background-size: 10px 10px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner button.btn_follow.active {
  background: #008c8c;
  color: #fff;
  border: none;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner button.btn_follow:hover {
  background: #d7eaea;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner button.btn_follow.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  width: 9.68px;
  height: 8.02px;
  background-image: url(/images/icon_check.svg?ccd9dc4817969ca486ad3887450f7e6c);
  background-size: 9.68px 8.02px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner a.btn_authorList {
  position: relative;
  color: #008c8c;
  margin-left: auto;
  padding-right: 24px;
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner a.btn_authorList:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 10px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #008c8c;
  border-right: 2px solid #008c8c;
  transform: rotate(45deg) translateY(-50%);
}
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.85;
  text-align: justify;
}
#article_wrap .article_main .article_sub_contents_wrap {
  text-align: left;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl {
  margin-bottom: 20px;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.53;
  margin-bottom: 10px;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .timeStamp {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt {
  border-top: 1px solid #dcdcdc;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt figure {
  margin: 0 auto 40px;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt figure img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt figure figcaption {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.69;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt .article_sub_contents_txt_inner {
  height: 130px;
  overflow: hidden;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt .article_sub_contents_txt_inner p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.13;
  text-indent: 1em;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt .btn_readMore {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  width: 32.26vw;
  max-width: 400px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  margin: 50px auto 50px;
  color: #008c8c;
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt .btn_readMore:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #008c8c;
  border-right: 2px solid #008c8c;
  transform: rotate(45deg) translateY(-50%);
}
#article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt .btn_readMore:hover {
  background: #d7eaea;
}
#article_wrap .article_main .article_main_relation {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  border-top: 1px solid #000;
  margin-bottom: 30px;
}
#article_wrap .article_main .article_main_relation h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #008c8c;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner {
  display: flex;
  padding: 20px 0;
  width: 100%;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner + .article_main_relation_inner {
  border-top: 1px solid #dcdcdc;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article {
  width: 50%;
  display: flex;
  padding: 0 0 0 25px;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article:first-of-type, #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article:nth-of-type(3) {
  border-right: 1px solid #dcdcdc;
  padding: 0 25px 0 0;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 5px;
  max-width: 258px;
  width: calc(100% - 11.46vw - 20px);
  min-width: calc(100% - 165px - 20px);
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt img {
  width: 11.46vw;
  max-width: 165px;
  /* height: 8.06vw; max-height: 100px; */
  margin: 0 0 15px 20px;
  flex-shrink: 0;
  align-self: flex-start;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#article_wrap .article_main .article_main_keyword {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  border-top: 1px solid #000;
}
#article_wrap .article_main .article_main_keyword h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #008c8c;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
}
#article_wrap .article_main .article_main_keyword .article_main_keyword_inner {
  display: flex;
  margin-top: 20px;
}
#article_wrap .article_main .article_main_keyword .article_main_keyword_inner .tag_keyword {
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 13px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
  color: #008c8c;
}
#article_wrap .article_main .article_main_keyword .article_main_keyword_inner .tag_keyword + .tag_keyword {
  margin-left: 5px;
}
#article_wrap .article_main .article_main_keyword .article_main_keyword_inner .tag_keyword:hover {
  background: #d7eaea;
}
#article_wrap .article_main .detail_breadcrumbs_wrap {
  margin-top: 20px;
}
#article_wrap .article_sub {
  width: 26.21%;
  border-left: 1px solid #dcdcdc;
  padding: 0 0 0 25px;
  box-sizing: border-box;
}
#article_wrap .article_sub .article_sub_inner {
  border-top: 1px solid #000;
  padding-bottom: 40px;
}
#article_wrap .article_sub .article_sub_inner h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008c8c;
  text-align: left;
}
#article_wrap .article_sub .article_sub_inner .ranking_wrap {
  position: relative;
  margin-top: 10px;
}
#article_wrap .article_sub .article_sub_inner .ranking_wrap .ranking_content_area {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
#article_wrap .article_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
  display: none;
}
#article_wrap .article_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
  display: block;
  margin-top: 10px;
}
#article_wrap .article_sub .article_sub_inner ol li,
#article_wrap .article_sub .article_sub_inner ul li {
  padding: 15px 0;
  text-align: left;
}
#article_wrap .article_sub .article_sub_inner ol li a,
#article_wrap .article_sub .article_sub_inner ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
  display: block;
  height: 100%;
}
#article_wrap .article_sub .article_sub_inner ol li a:hover,
#article_wrap .article_sub .article_sub_inner ul li a:hover {
  text-decoration: underline;
}
#article_wrap .article_sub .article_sub_inner ol li a .tag_rank,
#article_wrap .article_sub .article_sub_inner ul li a .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#article_wrap .article_sub .article_sub_inner ol li a .tag_rank.premium_free::before,
#article_wrap .article_sub .article_sub_inner ul li a .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#article_wrap .article_sub .article_sub_inner ol li a .tag_rank.premium::before,
#article_wrap .article_sub .article_sub_inner ul li a .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#article_wrap .article_sub .article_sub_inner ol li a .tag_rank.premium::after,
#article_wrap .article_sub .article_sub_inner ul li a .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#article_wrap .article_sub .article_sub_inner ol li a .tag_rank.paid,
#article_wrap .article_sub .article_sub_inner ul li a .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#article_wrap .article_sub .article_sub_inner ol li a .tag_rank.free:before,
#article_wrap .article_sub .article_sub_inner ul li a .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#article_wrap .article_sub .article_sub_inner ol li + li,
#article_wrap .article_sub .article_sub_inner ul li + li {
  border-top: 1px solid #dcdcdc;
}
#article_wrap .article_sub .article_sub_inner ol li {
  padding-left: 35px;
  position: relative;
}
#article_wrap .article_sub .article_sub_inner ol li:before {
  display: inline-block;
  position: absolute;
  left: 5px;
  transform: translateY(-5px);
  color: #008c8c;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
}
#article_wrap .article_sub .article_sub_inner ol li:nth-child(1):before {
  content: "1";
}
#article_wrap .article_sub .article_sub_inner ol li:nth-child(2):before {
  content: "2";
}
#article_wrap .article_sub .article_sub_inner ol li:nth-child(3):before {
  content: "3";
}
#article_wrap .article_sub .article_sub_inner ol li:nth-child(4):before {
  content: "4";
}
#article_wrap .article_sub .article_sub_inner ol li:nth-child(5):before {
  content: "5";
}
#article_wrap .article_sub .article_sub_inner ol li:nth-child(6):before {
  content: "6";
}
#article_wrap .article_sub .article_sub_inner ol li:nth-child(7):before {
  content: "7";
}
#article_wrap .article_sub .article_sub_inner ol li:nth-child(8):before {
  content: "8";
}
#article_wrap .article_sub .article_sub_inner ol li:nth-child(9):before {
  content: "9";
}
#article_wrap .article_sub .article_sub_inner ol li:nth-child(10):before {
  content: "10";
  left: 2px;
  letter-spacing: -3px;
}
#article_wrap .article_sub .article_sub_inner .ad_area .ad_sp_only {
  display: none;
}
#article_wrap .article_sub .article_sub_inner .ad_area img {
  width: 100%;
}
#article_wrap .article_sub .article_sub_inner ul {
  border-top: 1px solid #dcdcdc;
}
#article_wrap .article_sub .article_sub_inner:first-child {
  border: none;
}
#article_wrap .article_sub .article_sub_inner:nth-child(2) h2 {
  border-bottom: none;
}

/* =========================================================
	category
========================================================= */
#wrap.category main {
  padding-top: 0;
}
#wrap.category main #category_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
#wrap.category main #category_wrap .category_wrap_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}
#wrap.category main #category_wrap .category_wrap_ttl h1 {
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  font-weight: 600;
  text-align: left;
}
#wrap.category main #category_wrap .category_main {
  width: 73.79%;
  padding-right: 25px;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner {
  display: flex;
  padding: 0 0 20px;
  width: 100%;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner + .category_main_upperLevel_inner {
  border-top: 1px solid #dcdcdc;
  padding: 20px 0;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article {
  width: 50%;
  display: flex;
  padding: 0 0 0 25px;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article:first-of-type, #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article:nth-of-type(3) {
  border-right: 1px solid #dcdcdc;
  padding: 0 25px 0 0;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 10px;
  width: calc(100% - 11.46vw - 20px);
  flex: 1;
  min-width: calc(100% - 11.46vw - 20px);
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt img {
  width: 11.46vw;
  max-width: 165px;
  margin: 0 0 15px 20px;
  flex-shrink: 0;
  align-self: flex-start;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  height: 66px;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 10px;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  border-top: 1px solid #000;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article {
  width: 100%;
  display: block;
  padding: 20px 0 0;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article img {
  width: 100%;
  margin-bottom: 15px;
  flex-shrink: 0;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt {
  text-align: left;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 5px;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article + .block_article {
  border-top: 1px solid #dcdcdc;
  margin-top: 20px;
}
#wrap.category main #category_wrap .category_main .category_pageNation {
  margin: 45px auto;
}
#wrap.category main #category_wrap .category_main .category_pageNation ul {
  display: flex;
  justify-content: center;
}
#wrap.category main #category_wrap .category_main .category_pageNation ul li {
  width: 30px;
  height: 30px;
}
#wrap.category main #category_wrap .category_main .category_pageNation ul li a,
#wrap.category main #category_wrap .category_main .category_pageNation ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem;
}
#wrap.category main #category_wrap .category_main .category_pageNation ul li a:hover {
  background: #d7eaea;
}
#wrap.category main #category_wrap .category_main .category_pageNation ul li span.active {
  background: #008c8c;
  color: #fff;
}
#wrap.category main #category_wrap .category_main .category_pageNation ul li + li {
  margin-left: 10px;
}
#wrap.category main #category_wrap .category_main .category_pageNation ul li.prev {
  width: 65px;
}
#wrap.category main #category_wrap .category_main .category_pageNation ul li.prev a:before,
#wrap.category main #category_wrap .category_main .category_pageNation ul li.prev span:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
  margin-right: 3px;
}
#wrap.category main #category_wrap .category_main .category_pageNation ul li.next {
  width: 65px;
}
#wrap.category main #category_wrap .category_main .category_pageNation ul li.next a:after,
#wrap.category main #category_wrap .category_main .category_pageNation ul li.next span:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  margin-left: 3px;
}
#wrap.category main #category_wrap .category_main .category_breadcrumbs_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
#wrap.category main #category_wrap .category_main .category_breadcrumbs_wrap .breadcrumbs_list {
  justify-content: flex-end;
}
#wrap.category main #category_wrap .category_sub {
  width: 26.21%;
  border-left: 1px solid #dcdcdc;
  padding: 0 0 0 25px;
  box-sizing: border-box;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner {
  border-top: 1px solid #000;
  padding-bottom: 40px;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008c8c;
  text-align: left;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner .ranking_wrap {
  position: relative;
  margin-top: 10px;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner .ranking_wrap .ranking_content_area {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
  display: none;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
  display: block;
  margin-top: 10px;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li {
  padding: 15px 0;
  text-align: left;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li a,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
  display: block;
  height: 100%;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li a:hover,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a:hover {
  text-decoration: underline;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li a .tag_rank,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li a .tag_rank.premium_free::before,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li a .tag_rank.premium::before,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li a .tag_rank.premium::after,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li a .tag_rank.paid,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li a .tag_rank.free:before,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li + li,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li + li {
  border-top: 1px solid #dcdcdc;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li {
  padding-left: 35px;
  position: relative;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li:before {
  display: inline-block;
  position: absolute;
  left: 5px;
  transform: translateY(-5px);
  color: #008c8c;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(1):before {
  content: "1";
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(2):before {
  content: "2";
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(3):before {
  content: "3";
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(4):before {
  content: "4";
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(5):before {
  content: "5";
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(6):before {
  content: "6";
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(7):before {
  content: "7";
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(8):before {
  content: "8";
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(9):before {
  content: "9";
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(10):before {
  content: "10";
  left: 2px;
  letter-spacing: -3px;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner .ad_area .ad_sp_only {
  display: none;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner .ad_area img {
  width: 100%;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner ul {
  border-top: 1px solid #dcdcdc;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner:first-child {
  border: none;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner:nth-child(2) h2 {
  border-bottom: none;
}
#wrap.category main #category_wrap .category_sub .article_sub_inner:last-child {
  padding-bottom: 0;
}

/* =========================================================
	premium
========================================================= */
#wrap.premium main {
  padding-top: 0;
}
#wrap.premium main #premium_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
#wrap.premium main #premium_wrap .premium_wrap_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}
#wrap.premium main #premium_wrap .premium_wrap_ttl h1 {
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  font-weight: 600;
  text-align: left;
}
#wrap.premium main #premium_wrap .premium_main {
  width: 73.79%;
  padding-right: 25px;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel {
  display: block;
  width: 100%;
  padding: 0;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner {
  display: block;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article {
  width: 100%;
  display: flex;
  padding: 25px 0;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article:first-child {
  margin-top: -25px;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article + .block_article {
  border-top: 1px solid #dcdcdc;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article img {
  width: 16.12vw;
  max-width: 200px;
  margin: 0 0 0 40px;
  flex-shrink: 0;
  align-self: start;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt {
  text-align: left;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 10px;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  height: 43px;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 10px;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  border-top: 1px solid #000;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner {
  display: block;
  width: 100%;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article {
  width: 100%;
  display: flex;
  padding: 25px 0;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article + .block_article {
  border-top: 1px solid #dcdcdc;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article img {
  width: 16.12vw;
  max-width: 200px;
  margin: 0 0 0 40px;
  flex-shrink: 0;
  align-self: start;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt {
  text-align: left;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 10px;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  height: 43px;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 10px;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.premium main #premium_wrap .premium_main .premium_pageNation {
  margin: 45px auto;
}
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul {
  display: flex;
  justify-content: center;
}
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li {
  width: 30px;
  height: 30px;
}
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li a,
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem;
}
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li a:hover {
  background: #d7eaea;
}
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li span.active {
  background: #008c8c;
  color: #fff;
}
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li + li {
  margin-left: 10px;
}
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li.prev {
  width: 65px;
}
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li.prev a:before,
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li.prev span:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
  margin-right: 3px;
}
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li.next {
  width: 65px;
}
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li.next a:after,
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li.next span:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  margin-left: 3px;
}
#wrap.premium main #premium_wrap .premium_sub {
  width: 26.21%;
  border-left: 1px solid #dcdcdc;
  padding: 0 0 0 25px;
  box-sizing: border-box;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner {
  border-top: 1px solid #000;
  padding-bottom: 40px;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008c8c;
  text-align: left;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner .ranking_wrap {
  position: relative;
  margin-top: 10px;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner .ranking_wrap .ranking_content_area {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
  display: none;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
  display: block;
  margin-top: 10px;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li {
  padding: 15px 0;
  text-align: left;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
  display: block;
  height: 100%;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a:hover,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a:hover {
  text-decoration: underline;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a .tag_rank,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a .tag_rank.premium_free::before,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a .tag_rank.premium::before,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a .tag_rank.premium::after,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a .tag_rank.paid,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a .tag_rank.free:before,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li + li,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li + li {
  border-top: 1px solid #dcdcdc;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li {
  padding-left: 35px;
  position: relative;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:before {
  display: inline-block;
  position: absolute;
  left: 5px;
  transform: translateY(-5px);
  color: #008c8c;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(1):before {
  content: "1";
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(2):before {
  content: "2";
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(3):before {
  content: "3";
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(4):before {
  content: "4";
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(5):before {
  content: "5";
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(6):before {
  content: "6";
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(7):before {
  content: "7";
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(8):before {
  content: "8";
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(9):before {
  content: "9";
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(10):before {
  content: "10";
  left: 2px;
  letter-spacing: -3px;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner .ad_area .ad_sp_only {
  display: none;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner .ad_area img {
  width: 100%;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul {
  border-top: 1px solid #dcdcdc;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner:first-child {
  border: none;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner:nth-child(2) h2 {
  border-bottom: none;
}
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner:last-child {
  padding-bottom: 0;
}

/* =========================================================
	tag
========================================================= */
#wrap.tag main {
  padding-top: 0;
}
#wrap.tag main #tag_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
#wrap.tag main #tag_wrap .tag_wrap_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}
#wrap.tag main #tag_wrap .tag_wrap_ttl h1 {
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  font-weight: 600;
  text-align: left;
}
#wrap.tag main #tag_wrap .tag_wrap_ttl button.btn_follow_tag {
  display: inline-block;
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 10px 6px 22px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  margin-left: 20px;
  background: #fff;
  white-space: nowrap;
}
#wrap.tag main #tag_wrap .tag_wrap_ttl button.btn_follow_tag:hover {
  background: #d7eaea;
}
#wrap.tag main #tag_wrap .tag_wrap_ttl button.btn_follow_tag.active {
  background: #008c8c;
  color: #fff;
  border: none;
}
#wrap.tag main #tag_wrap .tag_wrap_ttl button.btn_follow_tag:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(/images/icon_plus.svg?7044a825db58b120f2023f56aecd37fc);
  background-size: 10px 10px;
}
#wrap.tag main #tag_wrap .tag_wrap_ttl button.btn_follow_tag.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  width: 9.68px;
  height: 8.02px;
  background-image: url(/images/icon_check.svg?ccd9dc4817969ca486ad3887450f7e6c);
  background-size: 9.68px 8.02px;
}
#wrap.tag main #tag_wrap .tag_main {
  width: 73.79%;
  padding-right: 25px;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner {
  display: flex;
  padding: 0 0 20px;
  width: 100%;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner + .tag_main_upperLevel_inner {
  border-top: 1px solid #dcdcdc;
  padding: 20px 0;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article {
  width: 50%;
  display: flex;
  padding: 0 0 0 25px;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article:first-of-type, #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article:nth-of-type(3) {
  border-right: 1px solid #dcdcdc;
  padding: 0 25px 0 0;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 10px;
  width: calc(100% - 11.46vw - 20px);
  flex: 1;
  min-width: calc(100% - 11.46vw - 20px);
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt img {
  width: 11.46vw;
  max-width: 165px;
  margin: 0 0 15px 20px;
  flex-shrink: 0;
  align-self: flex-start;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  height: 66px;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 10px;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  border-top: 1px solid #000;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article {
  width: 100%;
  display: block;
  padding: 20px 0 0;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article img {
  width: 100%;
  margin-bottom: 15px;
  flex-shrink: 0;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt {
  text-align: left;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 5px;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article + .block_article {
  border-top: 1px solid #dcdcdc;
  margin-top: 20px;
}
#wrap.tag main #tag_wrap .tag_main .tag_pageNation {
  margin: 45px auto;
}
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul {
  display: flex;
  justify-content: center;
}
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li {
  width: 30px;
  height: 30px;
}
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li a,
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem;
}
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li a:hover {
  background: #d7eaea;
}
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li span.active {
  background: #008c8c;
  color: #fff;
}
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li + li {
  margin-left: 10px;
}
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li.prev {
  width: 65px;
}
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li.prev a:before,
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li.prev span:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
  margin-right: 3px;
}
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li.next {
  width: 65px;
}
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li.next a:after,
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li.next span:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  margin-left: 3px;
}
#wrap.tag main #tag_wrap .tag_main .tag_breadcrumbs_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
#wrap.tag main #tag_wrap .tag_main .tag_breadcrumbs_wrap .breadcrumbs_list {
  justify-content: flex-end;
}
#wrap.tag main #tag_wrap .tag_sub {
  width: 26.21%;
  border-left: 1px solid #dcdcdc;
  padding: 0 0 0 25px;
  box-sizing: border-box;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner {
  border-top: 1px solid #000;
  padding-bottom: 40px;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008c8c;
  text-align: left;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner .ranking_wrap {
  position: relative;
  margin-top: 10px;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner .ranking_wrap .ranking_content_area {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
  display: none;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
  display: block;
  margin-top: 10px;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li {
  padding: 15px 0;
  text-align: left;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
  display: block;
  height: 100%;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a:hover,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a:hover {
  text-decoration: underline;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a .tag_rank,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a .tag_rank.premium_free::before,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a .tag_rank.premium::before,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a .tag_rank.premium::after,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a .tag_rank.paid,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a .tag_rank.free:before,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li + li,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li + li {
  border-top: 1px solid #dcdcdc;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li {
  padding-left: 35px;
  position: relative;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:before {
  display: inline-block;
  position: absolute;
  left: 5px;
  transform: translateY(-5px);
  color: #008c8c;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(1):before {
  content: "1";
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(2):before {
  content: "2";
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(3):before {
  content: "3";
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(4):before {
  content: "4";
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(5):before {
  content: "5";
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(6):before {
  content: "6";
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(7):before {
  content: "7";
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(8):before {
  content: "8";
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(9):before {
  content: "9";
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(10):before {
  content: "10";
  left: 2px;
  letter-spacing: -3px;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner .ad_area .ad_sp_only {
  display: none;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner .ad_area img {
  width: 100%;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul {
  border-top: 1px solid #dcdcdc;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner:first-child {
  border: none;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner:nth-child(2) h2 {
  border-bottom: none;
}
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner:last-child {
  padding-bottom: 0;
}

/* =========================================================
	area
========================================================= */
#wrap.area main {
  padding-top: 0;
}
#wrap.area main #area_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
#wrap.area main #area_wrap .area_wrap_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}
#wrap.area main #area_wrap .area_wrap_ttl h1 {
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  font-weight: 600;
  text-align: left;
}
#wrap.area main #area_wrap .area_wrap_ttl button.btn_follow_area {
  display: inline-block;
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 10px 6px 22px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  margin-left: 20px;
  background: #fff;
}
#wrap.area main #area_wrap .area_wrap_ttl button.btn_follow_area:hover {
  background: #d7eaea;
}
#wrap.area main #area_wrap .area_wrap_ttl button.btn_follow_area.active {
  background: #008c8c;
  color: #fff;
  border: none;
}
#wrap.area main #area_wrap .area_wrap_ttl button.btn_follow_area:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(/images/icon_plus.svg?7044a825db58b120f2023f56aecd37fc);
  background-size: 10px 10px;
}
#wrap.area main #area_wrap .area_wrap_ttl button.btn_follow_area.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  width: 9.68px;
  height: 8.02px;
  background-image: url(/images/icon_check.svg?ccd9dc4817969ca486ad3887450f7e6c);
  background-size: 9.68px 8.02px;
}
#wrap.area main #area_wrap .area_main {
  width: 73.79%;
  padding-right: 25px;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel {
  display: block;
  width: 100%;
  padding: 0;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner {
  display: block;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article {
  width: 100%;
  display: flex;
  padding: 25px 0;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article:first-child {
  margin-top: -25px;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article + .block_article {
  border-top: 1px solid #dcdcdc;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article img {
  width: 16.12vw;
  max-width: 200px;
  margin: 0 0 0 40px;
  flex-shrink: 0;
  align-self: start;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt {
  text-align: left;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 10px;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  height: 43px;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 10px;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  border-top: 1px solid #000;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner {
  display: block;
  width: 100%;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article {
  width: 100%;
  display: flex;
  padding: 25px 0;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article + .block_article {
  border-top: 1px solid #dcdcdc;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article img {
  width: 16.12vw;
  max-width: 200px;
  margin: 0 0 0 40px;
  flex-shrink: 0;
  align-self: start;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt {
  text-align: left;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 10px;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  height: 43px;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 10px;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.area main #area_wrap .area_sub {
  width: 26.21%;
  border-left: 1px solid #dcdcdc;
  padding: 0 0 0 25px;
  box-sizing: border-box;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner {
  border-top: 1px solid #000;
  padding-bottom: 40px;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008c8c;
  text-align: left;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner .ranking_wrap {
  position: relative;
  margin-top: 10px;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner .ranking_wrap .ranking_content_area {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
  display: none;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
  display: block;
  margin-top: 10px;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li {
  padding: 15px 0;
  text-align: left;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li a,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
  display: block;
  height: 100%;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li a:hover,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a:hover {
  text-decoration: underline;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li a .tag_rank,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li a .tag_rank.premium_free::before,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li a .tag_rank.premium::before,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li a .tag_rank.premium::after,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li a .tag_rank.paid,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li a .tag_rank.free:before,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li + li,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li + li {
  border-top: 1px solid #dcdcdc;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li {
  padding-left: 35px;
  position: relative;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li:before {
  display: inline-block;
  position: absolute;
  left: 5px;
  transform: translateY(-5px);
  color: #008c8c;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(1):before {
  content: "1";
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(2):before {
  content: "2";
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(3):before {
  content: "3";
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(4):before {
  content: "4";
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(5):before {
  content: "5";
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(6):before {
  content: "6";
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(7):before {
  content: "7";
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(8):before {
  content: "8";
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(9):before {
  content: "9";
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(10):before {
  content: "10";
  left: 2px;
  letter-spacing: -3px;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner .ad_area .ad_sp_only {
  display: none;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner .ad_area img {
  width: 100%;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner ul {
  border-top: 1px solid #dcdcdc;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner:first-child {
  border: none;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner:nth-child(2) h2 {
  border-bottom: none;
}
#wrap.area main #area_wrap .area_sub .article_sub_inner:last-child {
  padding-bottom: 0;
}

/* =========================================================
	toppou
========================================================= */
#toppou_wrap main {
  padding: 0;
}
#toppou_wrap #section_articleList {
  display: block;
  width: 100%;
  padding: 0;
  margin: 40px 0;
}
#toppou_wrap #section_articleList .articleList_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: auto;
}
#toppou_wrap #section_articleList .articleList_inner .block_article {
  width: 49%;
  margin-bottom: 20px;
  padding: 25px 30px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
#toppou_wrap #section_articleList .articleList_inner .block_article a .block_article_txt {
  text-align: left;
}
#toppou_wrap #section_articleList .articleList_inner .block_article a .block_article_txt .article_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.63;
  margin: 0 0 5px;
}
#toppou_wrap #section_articleList .articleList_inner .block_article a .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#toppou_wrap #section_articleList .articleList_inner .block_article a .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#toppou_wrap #section_articleList .articleList_inner .block_article a:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#toppou_wrap #section_articleList .articleList_inner .block_article.new_article {
  position: relative;
  width: 100%;
  padding: 40px 50px;
}
#toppou_wrap #section_articleList .articleList_inner .block_article.new_article:before {
  content: "NEW";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 20px;
  background: #f57764;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
}
#toppou_wrap #section_articleList .articleList_inner .block_article.new_article a .block_article_txt {
  text-align: left;
}
#toppou_wrap #section_articleList .articleList_inner .block_article.new_article a .block_article_txt .article_ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.63;
  margin: 0 0 5px;
}
#toppou_wrap #section_articleList .articleList_inner .block_article.new_article a .block_article_txt .article_info .timeStamp {
  color: #f57764;
  font-weight: 500;
}
#toppou_wrap #section_articleList .articleList_inner .block_article.new_article a:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}

/* =========================================================
	toppou_article
========================================================= */
#toppou_article_wrap {
  background: #f7f7f7;
}
#toppou_article_wrap main {
  padding: 0;
}
#toppou_article_wrap #section_articleList_detail {
  display: block;
  padding: 0;
  margin: 40px 40px 60px;
}
#toppou_article_wrap #section_articleList_detail .articleList_detail_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  box-sizing: border-box;
  margin: auto;
  background: #fff;
  border: 1px solid #dcdcdc;
}
#toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article {
  padding: 50px 0;
  background: #fff;
  margin: 0 100px;
}
#toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article .block_article_txt {
  text-align: left;
}
#toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article .block_article_txt .article_ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 5px;
}
#toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
#toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article .block_article_txt .article_txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.11;
  margin-top: 40px;
}
#toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article.new_article {
  position: relative;
  width: 100%;
  padding-top: 80px;
}
#toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article.new_article:before {
  content: "NEW";
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 45px;
  height: 20px;
  background: #f57764;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
}
#toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article a.btn_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  border: 1px solid #b1b1b1;
  border-radius: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: auto;
  margin-top: 15px;
}
#toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article a.btn_contact:hover {
  background: #fdddd8;
}
#toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article + .block_article {
  border-top: 1px solid #dcdcdc;
}

/* =========================================================
	toppou_login
========================================================= */
#toppou_login {
  background: #f7f7f7;
}
#toppou_login main {
  padding: 0;
}
#toppou_login .toppou_login_wrap {
  display: block;
  padding: 0;
  margin: 60px 40px;
}
#toppou_login .toppou_login_wrap .toppou_login_inner {
  width: 100%;
  max-width: 1000px;
  padding: 80px;
  box-sizing: border-box;
  margin: auto;
  background: #fff;
  border: 1px solid #dcdcdc;
}
#toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
#toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
#toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt input {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}
#toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt input:focus {
  border: 1px solid #f57764;
  outline: 0;
}
#toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt input::-moz-placeholder {
  color: #b2b2b2;
  font-size: 16px;
  font-size: 1.6rem;
}
#toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt input::placeholder {
  color: #b2b2b2;
  font-size: 16px;
  font-size: 1.6rem;
}
#toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt input + input {
  margin-top: 20px;
}
#toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt button#btn_login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 30px auto 0;
  background: #1960df;
}

/* =========================================================
	registration(TOP)
========================================================= */
#section_registration {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_registration .ttl_registration {
  display: flex;
  align-items: center;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
#section_registration .ttl_registration h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
#section_registration .ttl_registration p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 30px;
}
#section_registration .ttl_registration p img {
  width: 20.5px;
  margin-right: 10px;
}
#section_registration .registration_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_registration .registration_inner .breadcrumb_registration {
  width: 100%;
  text-align: left;
}
#section_registration .registration_inner .breadcrumb_registration a {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #008c8c;
  letter-spacing: 0;
  line-height: 1;
}
#section_registration .registration_inner .breadcrumb_registration a:last-child {
  color: #000;
  pointer-events: none;
}
#section_registration .registration_inner .breadcrumb_registration a + a {
  position: relative;
  margin-left: 20px;
}
#section_registration .registration_inner .breadcrumb_registration a + a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -22px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
}
#section_registration .registration_inner h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
#section_registration .registration_inner h2 span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  align-self: flex-end;
  margin-bottom: 15px;
}
#section_registration .registration_inner h2 span.required {
  color: #ff0000;
}
#section_registration .registration_inner p.txt_confirm {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 30px 0 60px;
  text-align: left;
  margin-top: -45px;
}
#section_registration .registration_inner ul.list_btn li {
  height: 95px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
#section_registration .registration_inner ul.list_btn li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 23px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
#section_registration .registration_inner ul.list_btn li a img {
  margin-right: 30px;
}
#section_registration .registration_inner ul.list_btn li a span.note {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 4%;
  letter-spacing: 0;
  text-align: left;
  width: calc(100% - 300px);
  box-sizing: border-box;
}
#section_registration .registration_inner ul.list_btn li a span.required {
  color: #ff0000;
}
#section_registration .registration_inner ul.list_btn li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #008c8c;
  border-right: 2px solid #008c8c;
  transform: rotate(45deg) translateY(-50%);
}
#section_registration .registration_inner ul.list_btn li + li {
  margin-top: 10px;
}
#section_registration .registration_inner .note_box {
  margin-top: 25px;
  text-align: left;
}
#section_registration .registration_inner .note_box p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: 0;
}
#section_registration .registration_inner .note_box p a {
  text-decoration: underline;
}
#section_registration .registration_inner .note_box p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#section_registration .registration_inner .form_wrap {
  margin-top: -30px;
}
#section_registration .registration_inner .form_wrap form {
  position: relative;
}
#section_registration .registration_inner .form_wrap form table {
  width: 100%;
}
#section_registration .registration_inner .form_wrap form table tbody + tbody:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 30px;
}
#section_registration .registration_inner .form_wrap form table tbody:last-child {
  border-bottom: 1px solid #dcdcdc;
}
#section_registration .registration_inner .form_wrap form table tbody.toggle_box {
  display: none;
  width: calc(100vw - 335px);
  height: 100%;
}
#section_registration .registration_inner .form_wrap form table tbody.toggle_box:before {
  border-top: 1px solid #dcdcdc;
}
#section_registration .registration_inner .form_wrap form table tbody.no_border {
  border: none;
}
#section_registration .registration_inner .form_wrap form table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #dcdcdc;
  height: 100%;
}
#section_registration .registration_inner .form_wrap form table tbody tr:last-child {
  border-bottom: none;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap {
  flex-wrap: wrap;
  padding: 0;
  width: calc(100vw - 56px);
  max-width: 880px;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap th {
  justify-content: flex-start;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  border-bottom: solid 1px #dcdcdc;
  width: 100%;
  height: 80px;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap th input[type=radio] {
  margin: -3px 15px 0 0;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td {
  width: 100%;
  flex: none;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul {
  width: 100%;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  border-bottom: solid 1px #dcdcdc;
  width: 100%;
  height: 80px;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  width: 100%;
  padding: 20px 0;
  min-height: 80px;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 270px;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label,
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p {
  flex: 1;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label sup.required,
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p sup.required {
  color: #ff0000;
  font-size: 10px;
  font-size: 1rem;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl dd {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li input[type=radio] {
  margin: -2px 20px 0 15px;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li label span.required {
  color: #ff0000;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td.confirm {
  justify-content: flex-start;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td.confirm p + p {
  margin-left: 1em;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .note_wrap {
  margin-top: 15px;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .note_wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
  line-height: 2.14;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .note_wrap p a {
  text-decoration: underline;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .note_wrap p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .btn_wrap {
  margin: 50px auto 30px;
}
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_submit,
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_back {
  margin: 0 auto;
}
#section_registration .registration_inner .form_wrap form table tbody tr th {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 270px;
}
#section_registration .registration_inner .form_wrap form table tbody tr th label,
#section_registration .registration_inner .form_wrap form table tbody tr th p {
  flex: none;
}
#section_registration .registration_inner .form_wrap form table tbody tr th label sup.required,
#section_registration .registration_inner .form_wrap form table tbody tr th p sup.required {
  color: #ff0000;
  font-size: 10px;
  font-size: 1rem;
}
#section_registration .registration_inner .form_wrap form table tbody tr td {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=text],
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=tel],
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=email],
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=password],
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=number],
#section_registration .registration_inner .form_wrap form table tbody tr td select {
  height: 40px;
  border: solid 1px #dcdcdc;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 15px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
}
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=text].w50,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=tel].w50,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=email].w50,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=password].w50,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=number].w50,
#section_registration .registration_inner .form_wrap form table tbody tr td select.w50 {
  width: 49.18%;
}
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=text].w50_sp,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=tel].w50_sp,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=email].w50_sp,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=password].w50_sp,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=number].w50_sp,
#section_registration .registration_inner .form_wrap form table tbody tr td select.w50_sp {
  width: 49.18%;
}
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=text].w33,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=tel].w33,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=email].w33,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=password].w33,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=number].w33,
#section_registration .registration_inner .form_wrap form table tbody tr td select.w33 {
  width: 31.15%;
}
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=text].w30,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=tel].w30,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=email].w30,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=password].w30,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=number].w30,
#section_registration .registration_inner .form_wrap form table tbody tr td select.w30 {
  width: 27.87%;
}
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=text].w16,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=tel].w16,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=email].w16,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=password].w16,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=number].w16,
#section_registration .registration_inner .form_wrap form table tbody tr td select.w16 {
  width: 15.57%;
}
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=checkbox] {
  margin: -2px 10px 0 0;
}
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=radio] {
  margin: -4px 10px 0 0;
}
#section_registration .registration_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_registration .registration_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
  color: #b2b2b2;
}
#section_registration .registration_inner .form_wrap form table tbody tr td input::placeholder,
#section_registration .registration_inner .form_wrap form table tbody tr td textarea::placeholder {
  color: #b2b2b2;
}
#section_registration .registration_inner .form_wrap form table tbody tr td.dob, #section_registration .registration_inner .form_wrap form table tbody tr td.gender, #section_registration .registration_inner .form_wrap form table tbody tr td.zipcode_wrap, #section_registration .registration_inner .form_wrap form table tbody tr td.anotherAdd, #section_registration .registration_inner .form_wrap form table tbody tr td.submission {
  justify-content: flex-start;
}
#section_registration .registration_inner .form_wrap form table tbody tr td.gender .gender_inner + .gender_inner {
  margin-left: 20px;
}
#section_registration .registration_inner .form_wrap form table tbody tr td.zipcode_wrap .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_registration .registration_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm {
  justify-content: flex-start;
}
#section_registration .registration_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm p + p {
  margin-left: 1em;
}
#section_registration .registration_inner .form_wrap form table tbody tr td.anotherAdd label, #section_registration .registration_inner .form_wrap form table tbody tr td.submission label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap {
  position: relative;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap.w50 {
  width: 49.18%;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap.w50_sp {
  width: 49.18%;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap.w33 {
  width: 31.15%;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap.w30 {
  width: 27.87%;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap.w16 {
  width: 15.57%;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap select {
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap select:invalid {
  color: #b2b2b2;
  text-indent: 0;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap select.job_title {
  color: #b2b2b2;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap select option {
  width: 100%;
  position: relative;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap select option span {
  position: absolute;
  right: 0;
  text-align: right;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap select option:first-child {
  display: none;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
}
#section_registration .registration_inner .form_wrap form table tbody tr td span.select_accessory {
  margin: 0 1.2em 0 0.8em;
}
#section_registration .registration_inner .form_wrap form table tbody tr td span.select_accessory.confirm {
  margin: 0 1.2em 0 0;
}
#section_registration .registration_inner .form_wrap form table tbody tr td #btn_zipcode {
  width: 120px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #008c8c;
  margin-left: 9px;
}
#section_registration .registration_inner .form_wrap form table tbody tr td p.note {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
}
#section_registration .registration_inner .form_wrap form table tbody tr td p.note.sp {
  display: none;
}
#section_registration .registration_inner .form_wrap form table tbody tr td p.note a {
  text-decoration: underline;
}
#section_registration .registration_inner .form_wrap form table tbody tr td .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_registration .registration_inner .form_wrap form table tbody tr td.confirm {
  justify-content: flex-start;
}
#section_registration .registration_inner .form_wrap form table tbody tr td.confirm p + p {
  margin-left: 1em;
}
#section_registration .registration_inner .form_wrap form .note_box {
  margin-top: 25px;
  text-align: left;
}
#section_registration .registration_inner .form_wrap form .note_box p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: 0;
}
#section_registration .registration_inner .form_wrap form .note_box p a {
  text-decoration: underline;
}
#section_registration .registration_inner .form_wrap form .note_box p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#section_registration .registration_inner .form_wrap form .btn_submit,
#section_registration .registration_inner .form_wrap form .btn_back {
  min-width: 120px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 35px auto;
  background: #008c8c;
  padding: 0 20px;
}
#section_registration .registration_inner .form_wrap form .btn_submit + button,
#section_registration .registration_inner .form_wrap form .btn_back + button {
  margin-left: 30px;
}
#section_registration .registration_inner .form_wrap .account_btn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 30px;
}
#section_registration .registration_inner .form_wrap .account_btn_box .btn_entry {
  position: relative;
  width: 47.73%;
  height: 70px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #f8f8f8;
}
#section_registration .registration_inner .form_wrap .account_btn_box .btn_entry img {
  position: absolute;
  width: 36px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#section_registration .registration_inner .complete_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
#section_registration .registration_inner .complete_wrap .premium_toTop-button {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 35px;
  margin: 50px auto 0;
  border-radius: 3px;
  background: #540000;
  color: #fff;
  font-weight: 500;
}
#section_registration .registration_inner .complete_wrap .btn_toTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 20px auto 0;
  background: #008c8c;
}
#section_registration .registration_inner .registration_free {
  margin-top: 50px;
  text-align: left;
}
#section_registration .registration_inner .registration_free a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
#section_registration .registration_inner .registration_free a span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.13;
  margin-top: 20px;
}
#section_registration .registration_inner .registration_free a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 17em;
  width: 11px;
  height: 11px;
  border-top: 2px solid #008c8c;
  border-right: 2px solid #008c8c;
  transform: rotate(45deg) translateY(-0.5em);
}

#section_registration .ttl_registration {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 24px;
}
#section_registration .ttl_registration h1 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: left;
}
#section_registration .registration_wrap .registration_tab_area {
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  overflow-x: scroll;
  margin-top: 24px;
}
#section_registration .registration_wrap .registration_tab_area .registration_tab {
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-radius: 8px 8px 0 0;
  margin-right: 8px;
  cursor: pointer;
  white-space: pre;
}
#section_registration .registration_wrap .registration_tab_area .registration_tab a {
  padding: 8px 16px;
  display: block;
}
#section_registration .registration_wrap .registration_tab_area .registration_tab.active {
  background-color: #008c8c;
}
#section_registration .registration_wrap .registration_tab_area .registration_tab.active a {
  color: #fff;
}
#section_registration .registration_wrap .registration_content_section_wrap {
  margin-top: 16px;
  display: flex;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section {
  padding: 16px 16px 56px 16px;
  width: 50%;
  border-radius: 5px;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section.section01 {
  background-color: #e5e5e5;
  margin-right: 8px;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section.section02 {
  background-color: #006775;
  margin-left: 8px;
  color: #fff;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section .plus-symbol {
  margin: 64px 0;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section .online_premium_point {
  width: 66%;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  padding: 16px 24px;
  margin: 0 auto;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section .online_premium_point img {
  width: 100%;
  margin-bottom: 16px;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section .online_premium_point .premium_point_main_text {
  color: #bc0000;
  font-weight: 700;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section .online_premium_point .premium_point_text {
  margin-top: 12px;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section h2 {
  font-size: 2.4rem;
  font-weight: 700;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section .registration_content_preview {
  margin-top: 56px;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section .registration_content_preview img {
  max-width: 100%;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section .registration_content_preview li {
  text-align: left;
  margin-left: 40px;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section .registration_price_area {
  color: #bc0000;
  margin-top: 96px;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section .registration_price_area span:first-child,
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section .registration_price_area .registration_price_area span:nth-of-type(3) {
  font-size: 1.8rem;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section .registration_price_area span:nth-of-type(2) {
  font-size: 2.4rem;
  font-weight: 700;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_application_button {
  display: inline-block;
  background-color: #edb069;
  color: #fff;
  padding: 16px 40px;
  font-weight: 700;
  border-radius: 5px;
  margin-top: 64px;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_application_button.subscribed {
  display: block;
  width: 280px;
  margin: 64px auto 0 auto;
  background-color: #787878;
  font-size: 2rem;
  font-weight: 700;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_application_button.subscribed span {
  font-size: 1.6rem;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_application_button.subscribed:nth-of-type(2) {
  margin-top: 24px;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_premium_application_message {
  margin-top: 20px;
  padding: 8px;
  border: 1px solid #fff;
  font-weight: bold;
}
#section_registration .registration_wrap .registration_content_section_wrap .registration_content_section.section02 .registration_application_button {
  margin: 48px 0 16px;
}
#section_registration .registration_wrap .registration_content_section_wrap .more_account_text {
  margin-top: 16px;
}
#section_registration .registration_wrap .registration_content_section_wrap .more_account_tel {
  text-decoration: underline;
  color: #fff;
}
#section_registration .registration_wrap .registration_free a {
  display: inline-block;
  background-color: #de6565;
  color: #fff;
  padding: 16px 48px;
  margin-top: 96px;
  margin-bottom: 8px;
  border-radius: 5px;
}
#section_registration .registration_wrap .registration_student a {
  display: inline-block;
  background-color: #787878;
  color: #fff;
  padding: 16px 48px;
  margin-top: 64px;
  margin-bottom: 8px;
  border-radius: 5px;
}
#section_registration .registration_wrap .premium_application_message_block {
  margin-top: 40px;
}
#section_registration .registration_wrap .premium_application_message_block .premium_application_premessage {
  color: #bc0000;
  font-weight: bold;
}

/* =========================================================
	mypage(TOP)
========================================================= */
#section_mypage {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_mypage .ttl_mypage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
#section_mypage .ttl_mypage h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
#section_mypage .ttl_mypage p {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}
#section_mypage .ttl_mypage p span {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dcdcdc;
}
#section_mypage .ttl_mypage p span.user_id {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
#section_mypage .mypage_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 25px auto 0;
}
#section_mypage .mypage_inner .mypage_sub {
  max-width: 325px;
  min-width: 245px;
  width: 26.21%;
  box-sizing: border-box;
  padding-right: 25px;
  border-right: 1px solid #dcdcdc;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner {
  width: 100%;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .btn_ttl_sub {
  display: none;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box .btn_cls {
  display: none;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box .ttl_sub {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008c8c;
  text-align: left;
  line-height: 1.69;
  padding: 9px 0 7px;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list {
  width: 100%;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li {
  border-top: 1px solid #dcdcdc;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 15px 0 15px 45px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li a.active {
  background: #edf8f8;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 17.3px;
  height: 17.3px;
  background: url(/images/icon_mypage01.svg?34b5d7849b7cbc045f72e422fd7c561a);
  background-size: 17.3px 17.3px;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li a span.note {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 4%;
  letter-spacing: 0;
  text-align: left;
  width: calc(100% - 300px);
  box-sizing: border-box;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li a span.required {
  color: #ff0000;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li:nth-child(2) a:before {
  left: 15px;
  width: 17.18px;
  height: 11.37px;
  background: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
  background-size: 17.18px 11.37px;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li:nth-child(3) a:before {
  left: 15px;
  width: 16.85px;
  height: 16.85px;
  background: url(/images/icon_mypage03.svg?88b527e30564f0736c1eaff0c8f20909);
  background-size: 16.85px 16.85px;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li:nth-child(4) a:before {
  left: 17px;
  width: 13.95px;
  height: 17.03px;
  background: url(/images/icon_mypage04.svg?66055959d992c8261f41014eabe7a482);
  background-size: 13.95px 17.03px;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li:nth-child(5) a:before {
  left: 15px;
  width: 17px;
  height: 14.88px;
  background: url(/images/icon_mypage05.svg?a9fc6b404d92c370a9645865add6a64f);
  background-size: 17px 14.88px;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner + .mypage_sub_inner {
  border-top: 1px solid #000;
  margin-top: 30px;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li:first-child a:before {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 9.3px;
  height: 17.44px;
  background: url(/images/icon_mypage06.svg?87026690aace36b8a66c60acd6566117);
  background-size: 9.3px 17.44px;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li:nth-child(2) a:before {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15.56px;
  height: 14.14px;
  background: url(/images/icon_mypage07.svg?9329bb327721ce2c2f0a5d966c2e0d44);
  background-size: 15.56px 14.14px;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li:nth-child(2) {
  height: auto;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList {
  margin-top: 0;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList li {
  border: none;
  min-height: 40px;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList li a {
  display: flex;
  align-items: center;
  justify-self: flex-start;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 15px 0 15px 45px;
  height: 100%;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList li a:before {
  display: none;
}
#section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList li a.active {
  background: #edf8f8;
}
#section_mypage .mypage_inner .mypage_main {
  width: 100%;
  margin-left: 35px;
  max-width: 880px;
}
#section_mypage .mypage_inner .mypage_main.history {
  width: auto;
  flex: 1;
}
#section_mypage .mypage_inner .mypage_main .breadcrumb_mypage {
  width: 100%;
  text-align: left;
}
#section_mypage .mypage_inner .mypage_main .breadcrumb_mypage a {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #008c8c;
  letter-spacing: 0;
  line-height: 1;
}
#section_mypage .mypage_inner .mypage_main .breadcrumb_mypage a:last-child {
  color: #000;
  pointer-events: none;
}
#section_mypage .mypage_inner .mypage_main .breadcrumb_mypage a + a {
  position: relative;
  margin-left: 20px;
}
#section_mypage .mypage_inner .mypage_main .breadcrumb_mypage a + a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -22px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  width: 100%;
  min-height: 90px;
  border-bottom: 1px solid #000;
  text-align: left;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2 span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  align-self: flex-end;
  margin-bottom: 15px;
  padding: 20px 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2 span.required {
  color: #ff0000;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_main {
  font-size: 24px;
  font-size: 2.4rem;
  border: none;
  height: 80px;
  margin-bottom: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_policy {
  position: relative;
  min-height: 90px;
  padding: 20px 0 20px 50px;
  margin-bottom: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_policy:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32.09px;
  height: 32.08px;
  background: url(/images/icon_mypage01.svg?34b5d7849b7cbc045f72e422fd7c561a);
  background-size: 32.09px 32.08px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_mail {
  position: relative;
  min-height: 90px;
  padding: 20px 0 20px 50px;
  margin-bottom: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_mail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32.27px;
  height: 21.37px;
  background: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
  background-size: 32.27px 21.37px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_profile {
  position: relative;
  min-height: 90px;
  padding: 20px 0 20px 50px;
  margin-bottom: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_profile:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 31.81px;
  height: 31.81px;
  background: url(/images/icon_mypage03.svg?88b527e30564f0736c1eaff0c8f20909);
  background-size: 31.81px 31.81px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_security {
  position: relative;
  min-height: 90px;
  padding: 20px 0 20px 50px;
  margin-bottom: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_security:before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 26.11px;
  height: 31.86px;
  background: url(/images/icon_mypage04.svg?66055959d992c8261f41014eabe7a482);
  background-size: 26.11px 31.86px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_delivery {
  position: relative;
  min-height: 90px;
  padding: 20px 0 20px 50px;
  margin-bottom: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_delivery:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32.08px;
  height: 28.07px;
  background: url(/images/icon_mypage05.svg?a9fc6b404d92c370a9645865add6a64f);
  background-size: 32.08px 28.07px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_article {
  position: relative;
  min-height: 90px;
  padding: 20px 0 20px 50px;
  margin-bottom: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_article:before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 17.5px;
  height: 32.81px;
  background: url(/images/icon_mypage06.svg?87026690aace36b8a66c60acd6566117);
  background-size: 17.5px 32.81px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_follow {
  position: relative;
  min-height: 90px;
  padding: 20px 0 20px 50px;
  margin-bottom: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_follow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28.6px;
  height: 25.98px;
  background: url(/images/icon_mypage07.svg?9329bb327721ce2c2f0a5d966c2e0d44);
  background-size: 28.6px 25.98px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner p.txt_confirm {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0 30px;
  text-align: left;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn {
  width: 100%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li {
  height: 95px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 95px;
  text-align: left;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a span span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 41.67px;
  height: 41.66px;
  background: url(/images/icon_mypage01.svg?34b5d7849b7cbc045f72e422fd7c561a);
  background-size: 41.67px 41.66px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #008c8c;
  border-right: 2px solid #008c8c;
  transform: rotate(45deg) translateY(-50%);
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li:nth-child(2) a:before {
  left: 23px;
  width: 42.03px;
  height: 27.83px;
  background: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
  background-size: 42.03px 27.83px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li:nth-child(3) a:before {
  left: 23px;
  width: 41.22px;
  height: 41.22px;
  background: url(/images/icon_mypage03.svg?88b527e30564f0736c1eaff0c8f20909);
  background-size: 41.22px 41.22px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li:nth-child(4) a:before {
  left: 28px;
  width: 34.13px;
  height: 41.66px;
  background: url(/images/icon_mypage04.svg?66055959d992c8261f41014eabe7a482);
  background-size: 34.13px 41.66px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li:nth-child(5) a:before {
  left: 23px;
  width: 41.6px;
  height: 36.4px;
  background: url(/images/icon_mypage05.svg?a9fc6b404d92c370a9645865add6a64f);
  background-size: 41.6px 36.4px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li + li {
  margin-top: 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner:last-child ul.list_btn li:nth-child(1) a:before {
  left: 32px;
  width: 22.22px;
  height: 41.66px;
  background: url(/images/icon_mypage06.svg?87026690aace36b8a66c60acd6566117);
  background-size: 22.22px 41.66px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner:last-child ul.list_btn li:nth-child(2) a:before {
  left: 25px;
  width: 37.22px;
  height: 33.82px;
  background: url(/images/icon_mypage07.svg?9329bb327721ce2c2f0a5d966c2e0d44);
  background-size: 37.22px 33.82px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .note_box {
  margin-top: 25px;
  text-align: left;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .note_box p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .note_box p a {
  text-decoration: underline;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .note_box p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form {
  position: relative;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table {
  width: 100%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody + tbody:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody:last-child {
  border-bottom: 1px solid #dcdcdc;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody.toggle_box {
  display: none;
  width: calc(100vw - 335px);
  height: 100%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody.toggle_box:before {
  border-top: 1px solid #dcdcdc;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody.no_border {
  border: none;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #dcdcdc;
  height: 100%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr:last-child {
  border-bottom: none;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin {
  padding: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin th.w165 {
  width: 165px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  align-self: flex-start;
  height: 65px;
  padding: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin th.w270 {
  width: 270px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin th.w290 {
  width: 290px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 15px 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div + div {
  border-top: solid 1px #dcdcdc;
  width: 100%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div p span.tag_r {
  background: #bc0413;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 6px;
  border-radius: 3px;
  margin-left: 15px;
  vertical-align: middle;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div p.ttl_large {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div p.ttl_large + p {
  margin-top: 15px;
  line-height: 2.13;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div label.ttl_large {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div .btn_g {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #008c8c;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.td_inner {
  justify-content: flex-start;
  flex-wrap: wrap;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info {
  display: block;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .contracting_info_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap {
  flex-direction: column;
  padding: 16px;
  border: 1px solid #000;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap .registration_move_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap .registration_move_block {
    width: 100%;
  }
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap .registration_member_type {
  white-space: nowrap;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap .registration_button_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap .registration_button_block {
    flex-direction: column;
  }
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap .registration_premium_amount {
  text-align: center;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap .registration_premium_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 35px;
  margin-left: 20px;
  border-radius: 3px;
  background: #008c8c;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap .registration_premium_button {
    margin: 8px 0 0 0;
  }
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap .registration_premium_message_block {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  border: none;
}
@media only screen and (max-width: 1024px) {
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap .registration_premium_message_block {
    width: 100%;
    padding-top: 20px;
  }
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap .registration_premium_message_block .registration_premium_message_text {
  color: #ff0000;
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.user_plan_info .registration_premium_wrap .registration_premium_message_block .registration_premium_message_text {
    font-size: 3.47vw;
  }
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td.confirm {
  justify-content: flex-start;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td.confirm p + p {
  margin-left: 1em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap {
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  max-width: 880px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap th {
  justify-content: flex-start;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  border-bottom: none;
  width: 100%;
  height: 80px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap th input[type=radio] {
  margin: -3px 15px 0 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td {
  width: 100%;
  flex: 1;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul {
  width: 100%;
  border-top: solid 1px #dcdcdc;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  border-bottom: solid 1px #dcdcdc;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 15px 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  width: 100%;
  padding: 20px 0;
  min-height: 80px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 270px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p {
  flex: 1;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label sup.required,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p sup.required {
  color: #ff0000;
  font-size: 10px;
  font-size: 1rem;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dd {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li input[type=radio] {
  margin: -2px 20px 0 15px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li label span.required {
  color: #ff0000;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul.confirm {
  justify-content: flex-start;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul.confirm p + p {
  margin-left: 1em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td .td_inner p.note {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 0 49px;
  letter-spacing: -0.02em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td .td_inner p.note + .note {
  margin-top: 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .note_wrap {
  margin-top: 15px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .note_wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
  line-height: 2.14;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .note_wrap p a {
  text-decoration: underline;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .note_wrap p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .btn_wrap {
  margin: 50px auto 30px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_back {
  margin: 0 auto;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 270px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th label,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th p {
  flex: none;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th label sup.required,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th p sup.required {
  color: #ff0000;
  font-size: 10px;
  font-size: 1rem;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th.w165 {
  width: 165px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  align-self: flex-start;
  padding-top: 1.05em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th.w270 {
  width: 270px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th.w290 {
  width: 290px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select {
  height: 40px;
  border: solid 1px #dcdcdc;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 15px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w50 {
  width: 49.18%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w50_sp {
  width: 49.18%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w33 {
  width: 31.15%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w30 {
  width: 27.87%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w16 {
  width: 15.57%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=checkbox] {
  margin: -2px 10px 0 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=radio] {
  margin: -4px 10px 0 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
  color: #b2b2b2;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input::placeholder,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td textarea::placeholder {
  color: #b2b2b2;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.dob, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.gender, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.zipcode_wrap, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.anotherAdd, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.submission {
  justify-content: flex-start;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime {
  flex-wrap: wrap;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime .onetime_inner {
  justify-content: flex-start;
  width: auto;
  border-top: none;
  margin-right: 40px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime .onetime_inner + .onetime_inner {
  padding: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.gender .gender_inner + .gender_inner {
  margin-left: 20px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.zipcode_wrap .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm {
  justify-content: flex-start;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm p + p {
  margin-left: 1em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.anotherAdd label, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.submission label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.td_ttl h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.confirm {
  justify-content: flex-start;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.confirm p + p {
  margin-left: 1em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap {
  position: relative;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w50 {
  width: 49.18%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w50_sp {
  width: 49.18%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w33 {
  width: 31.15%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w30 {
  width: 27.87%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w16 {
  width: 15.57%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select {
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select:invalid {
  color: #b2b2b2;
  text-indent: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select.job_title {
  color: #b2b2b2;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select option {
  width: 100%;
  position: relative;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select option span {
  position: absolute;
  right: 0;
  text-align: right;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select option:first-child {
  display: none;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td span.select_accessory {
  margin: 0 1.2em 0 0.8em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td span.select_accessory.confirm {
  margin: 0 1.2em 0 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td #btn_zipcode {
  width: 120px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #008c8c;
  margin-left: 9px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td p.note {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td p.note.sp {
  display: none;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td p.note a {
  text-decoration: underline;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner {
  justify-content: flex-start;
  flex-wrap: wrap;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  width: 100%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner h3 + p,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner h3 + .anotherAdd,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner h3 + .submission {
  margin-top: 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.confirm {
  justify-content: flex-start;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.confirm p + p {
  margin-left: 1em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap {
  display: flex;
  justify-content: center;
  margin: 45px auto 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_back,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #008c8c;
  padding: 0 20px;
  margin: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_submit + .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_submit + .btn_back,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_submit + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_back + .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_back + .btn_back,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_back + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap a + .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap a + .btn_back,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap a + a {
  margin-left: 30px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_submit:disabled,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_back:disabled,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap a:disabled {
  opacity: 0.3;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .note_box {
  margin-top: 25px;
  text-align: left;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .note_box p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .note_box p a {
  text-decoration: underline;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .note_box p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .btn_back {
  min-width: 160px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 35px auto;
  background: #008c8c;
  padding: 0 20px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .btn_submit + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .btn_back + button {
  margin-left: 30px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .account_btn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 30px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .account_btn_box .btn_entry {
  position: relative;
  width: 47.73%;
  height: 70px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #f8f8f8;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .account_btn_box .btn_entry img {
  position: absolute;
  width: 36px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap {
  margin-top: 25px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: left;
  margin: 0 0 15px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .h3_btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  margin-top: -25px;
  min-height: 85px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .h3_btn_wrap h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .h3_btn_wrap .btn_print {
  background: #fff;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .h3_btn_wrap .btn_print img {
  width: 25px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information .client {
  display: block;
  flex: 1;
  text-align: start;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information .client .division_honorific {
  display: inline-block;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information .client .division_honorific .client_honorific {
  text-align: end;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information .company {
  width: 280px;
  margin-left: 2em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap {
  padding: 20px;
  border: 1px solid #dcdcdc;
  display: flex;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap .latest_wrap_item p,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap .latest_wrap_item span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap .latest_wrap_item span + span {
  margin-left: 1em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap .latest_wrap_invoice {
  margin: auto auto 0 auto;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap .latest_wrap_invoice p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table {
  margin-top: 15px;
  width: 100%;
  display: block;
  visibility: visible;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr {
  min-height: 50px;
  border-bottom: 1px solid #dcdcdc;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr[data-history] {
  cursor: pointer;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr[data-history]:hover {
  opacity: 0.5;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr th {
  text-align: left;
  vertical-align: bottom;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 5px;
  padding: 15px 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr th:first-child {
  width: 20%;
  min-width: 158px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr th:nth-child(2) {
  width: 30%;
  min-width: 160px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr th:nth-child(3) {
  width: 34%;
  min-width: 142px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr th:nth-child(4) {
  width: 10%;
  min-width: 140px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr th:last-child {
  width: 6%;
  min-width: 100px;
  text-align: right;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr td {
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 15px 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr td:nth-child(n+4) {
  text-align: right;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr td .br_contract {
  display: none;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr td .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr td.confirm {
  justify-content: flex-start;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr td.confirm p + p {
  margin-left: 1em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap {
  display: flex;
  justify-content: center;
  margin: 45px auto 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #008c8c;
  padding: 0 20px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap button + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap button + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap a + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap a + a {
  margin-left: 30px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap {
  display: flex;
  justify-content: center;
  margin: 45px auto 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  box-sizing: border-box;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a + span,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span + span {
  margin-left: 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.active,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.active {
  color: #fff;
  background: #008c8c;
  border: none;
  pointer-events: none;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.btn_prev,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.btn_prev {
  position: relative;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.btn_prev:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.btn_prev:after {
  content: "";
  display: block;
  position: absolute;
  left: 55%;
  top: 42%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translate(-50%, -50%);
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.btn_next,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.btn_next {
  position: relative;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.btn_next:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.btn_next:after {
  content: "";
  display: block;
  position: absolute;
  left: 39%;
  top: 55%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translate(-50%, -50%);
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.inactive,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.inactive {
  pointer-events: none;
  color: #c1c1c1;
  border: 1px solid #dcdcdc;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.inactive:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.inactive:after {
  border-color: #c1c1c1;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap {
  margin-top: 25px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding: 25px 0;
  margin-top: -25px;
  min-height: 85px;
  text-align: left;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 400px;
  width: 45.45%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner input[type=search] {
  background-color: #fff;
  padding: 0.65em 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  width: 100%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner input[type=search]::-moz-placeholder {
  color: #b2b2b2;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner input[type=search]::placeholder {
  color: #b2b2b2;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner .article_search_button {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-radius: 3px;
  background-color: #fff;
  background-image: url(/images/icon_search.svg?e5e37b95d46029e527426039f2dbae04);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner .article_search_button span {
  display: none;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner .detail_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 0 15px 45px;
  box-sizing: border-box;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner .detail_wrap input[type=checkbox] {
  margin: 0 31px 0 -45px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner .detail_wrap label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner .detail_wrap .btn_g {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.6vw;
  max-width: 120px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #008c8c;
  margin-left: auto;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt {
  text-align: left;
  width: 100%;
  padding-left: 45px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .tag_rank {
  display: inline-block;
  border-radius: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  background: #008c8c;
  width: 75px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .tag_rank.special_news {
  background: #f57764;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt input[type=checkbox] {
  margin: 0 27px 0 -45px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 10px;
  letter-spacing: 0em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  height: 37px;
  overflow: hidden;
  font-weight: 300;
  margin: 10px 0 15px;
  letter-spacing: 0em;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner img {
  width: 100px;
  flex-shrink: 0;
  margin: 0 0 0 27px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .btn_g {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.6vw;
  max-width: 120px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #008c8c;
  margin-left: 27px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap {
  display: flex;
  justify-content: center;
  margin: 45px auto 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  box-sizing: border-box;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a + span,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span + span {
  margin-left: 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.active,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.active {
  color: #fff;
  background: #008c8c;
  border: none;
  pointer-events: none;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.btn_prev,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.btn_prev {
  position: relative;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.btn_prev:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.btn_prev:after {
  content: "";
  display: block;
  position: absolute;
  left: 55%;
  top: 42%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translate(-50%, -50%);
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.btn_next,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.btn_next {
  position: relative;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.btn_next:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.btn_next:after {
  content: "";
  display: block;
  position: absolute;
  left: 39%;
  top: 55%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translate(-50%, -50%);
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.inactive,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.inactive {
  pointer-events: none;
  color: #c1c1c1;
  border: 1px solid #dcdcdc;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.inactive:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.inactive:after {
  border-color: #c1c1c1;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap {
  margin-top: 25px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding: 25px 0 15px;
  margin-top: -25px;
  text-align: right;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap span:before {
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 22.58px;
  height: 14.95px;
  background-image: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
  background-repeat: no-repeat;
  background-size: 22.58px 14.95px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap span .br_span {
  display: none;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #dcdcdc;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner .block_follow_txt {
  text-align: left;
  width: 100%;
  padding-left: 45px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner .block_follow_txt input[type=checkbox] {
  margin: 0 27px 0 -45px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner .block_follow_txt .follow_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.63;
  margin: 0 0 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner button {
  background: #fff;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner button:after {
  content: "";
  display: block;
  width: 27.04px;
  height: 17.9px;
  background-image: url(/images/icon_mypage02_pg.svg?35c97c6415fd8801b4a2d4b1d4746251);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 27.04px 17.9px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner button.active:after {
  content: "";
  display: block;
  width: 27.04px;
  height: 17.9px;
  background-image: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 27.04px 17.9px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .btn_g {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.6vw;
  max-width: 120px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #008c8c;
  margin-left: 30px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap {
  margin-top: 25px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding: 25px 0;
  margin-top: -25px;
  min-height: 85px;
  text-align: left;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 400px;
  width: 45.45%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner input[type=search] {
  background-color: #fff;
  padding: 0.65em 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  width: 100%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner input[type=search]::-moz-placeholder {
  color: #b2b2b2;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner input[type=search]::placeholder {
  color: #b2b2b2;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner .follow_category_search_button {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-radius: 3px;
  background-color: #fff;
  background-image: url(/images/icon_search.svg?e5e37b95d46029e527426039f2dbae04);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner .follow_category_search_button span {
  display: none;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category:hover .block_follow_category_txt .follow_category_ttl {
  text-decoration: underline;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt {
  text-align: left;
  width: 100%;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .tag_rank {
  display: inline-block;
  border-radius: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  background: #008c8c;
  width: 75px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .tag_rank.special_news {
  background: #f57764;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  height: 37px;
  overflow: hidden;
  font-weight: 300;
  margin: 10px 0 15px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_info {
  display: flex;
  flex-wrap: wrap;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_info .tag_category + .tag_category {
  margin-left: -8px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner img {
  width: 100px;
  flex-shrink: 0;
  margin: 0 0 0 27px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .btn_g {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.6vw;
  max-width: 120px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #008c8c;
  margin-left: 27px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap {
  display: flex;
  justify-content: center;
  margin: 45px auto 0;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  box-sizing: border-box;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a + span,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span + span {
  margin-left: 10px;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.active,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.active {
  color: #fff;
  background: #008c8c;
  border: none;
  pointer-events: none;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.btn_prev,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.btn_prev {
  position: relative;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.btn_prev:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.btn_prev:after {
  content: "";
  display: block;
  position: absolute;
  left: 55%;
  top: 42%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translate(-50%, -50%);
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.btn_next,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.btn_next {
  position: relative;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.btn_next:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.btn_next:after {
  content: "";
  display: block;
  position: absolute;
  left: 39%;
  top: 55%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translate(-50%, -50%);
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.inactive,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.inactive {
  pointer-events: none;
  color: #c1c1c1;
  border: 1px solid #dcdcdc;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.inactive:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.inactive:after {
  border-color: #c1c1c1;
}
#section_mypage .mypage_inner .mypage_main .mypage_main_inner + .mypage_main_inner {
  margin-top: 35px;
}

/* =========================================================
	login
========================================================= */
#section_login {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_login .login_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_login .login_inner h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
#section_login .login_inner .form_wrap {
  margin-top: -30px;
}
#section_login .login_inner .form_wrap form {
  position: relative;
}
#section_login .login_inner .form_wrap form table {
  width: 100%;
}
#section_login .login_inner .form_wrap form table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #dcdcdc;
  height: 100%;
}
#section_login .login_inner .form_wrap form table tbody tr th {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 270px;
}
#section_login .login_inner .form_wrap form table tbody tr th label,
#section_login .login_inner .form_wrap form table tbody tr th p {
  flex: none;
}
#section_login .login_inner .form_wrap form table tbody tr td {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
#section_login .login_inner .form_wrap form table tbody tr td input[type=text],
#section_login .login_inner .form_wrap form table tbody tr td input[type=email],
#section_login .login_inner .form_wrap form table tbody tr td input[type=password] {
  height: 40px;
  border: solid 1px #dcdcdc;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 15px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
}
#section_login .login_inner .form_wrap form table tbody tr td.anotherAdd label, #section_login .login_inner .form_wrap form table tbody tr td.submission label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
#section_login .login_inner .form_wrap form table tbody tr td .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_login .login_inner .form_wrap form table tbody tr td.confirm {
  justify-content: flex-start;
}
#section_login .login_inner .form_wrap form table tbody tr td.confirm p + p {
  margin-left: 1em;
}
#section_login .login_inner .form_wrap form a {
  display: block;
  color: #008c8c;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
}
#section_login .login_inner .form_wrap form a.signUp {
  text-align: center;
  margin-top: 60px;
}
#section_login .login_inner .form_wrap form .btn_submit {
  width: 300px;
  height: 50px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 30px auto;
  background: #008c8c;
  padding: 0 20px;
}
#section_login .login_inner .form_wrap form .checkBox_wrap input[type=checkbox] {
  margin: 0 10px 0 0;
  vertical-align: text-top;
}
#section_login .login_inner .form_wrap form .checkBox_wrap label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

/* =========================================================
	reset
========================================================= */
#section_reset {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_reset .reset_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_reset .reset_inner h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
#section_reset .reset_inner .form_wrap {
  margin-top: -30px;
}
#section_reset .reset_inner .form_wrap form {
  position: relative;
}
#section_reset .reset_inner .form_wrap form table {
  width: 100%;
}
#section_reset .reset_inner .form_wrap form table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #dcdcdc;
  height: 100%;
}
#section_reset .reset_inner .form_wrap form table tbody tr th {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 270px;
}
#section_reset .reset_inner .form_wrap form table tbody tr th label,
#section_reset .reset_inner .form_wrap form table tbody tr th p {
  flex: none;
}
#section_reset .reset_inner .form_wrap form table tbody tr td {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
#section_reset .reset_inner .form_wrap form table tbody tr td input[type=text],
#section_reset .reset_inner .form_wrap form table tbody tr td input[type=email],
#section_reset .reset_inner .form_wrap form table tbody tr td input[type=password] {
  height: 40px;
  border: solid 1px #dcdcdc;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 15px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
}
#section_reset .reset_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_reset .reset_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
  color: #b2b2b2;
}
#section_reset .reset_inner .form_wrap form table tbody tr td input::placeholder,
#section_reset .reset_inner .form_wrap form table tbody tr td textarea::placeholder {
  color: #b2b2b2;
}
#section_reset .reset_inner .form_wrap form table tbody tr td p.note {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
}
#section_reset .reset_inner .form_wrap form table tbody tr td p.note.sp {
  display: none;
}
#section_reset .reset_inner .form_wrap form table tbody tr td .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_reset .reset_inner .form_wrap form p.note {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
#section_reset .reset_inner .form_wrap form .btn_submit {
  min-width: 160px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 50px auto;
  background: #008c8c;
  padding: 0 20px;
}
#section_reset .reset_inner .form_wrap form a.reissue {
  display: block;
  color: #008c8c;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
#section_reset .reset_inner .complete_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
#section_reset .reset_inner .complete_wrap .btn_toTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 50px auto 0;
  background: #008c8c;
}

/* =========================================================
	authentication
========================================================= */
#section_authentication {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_authentication .authentication_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_authentication .authentication_inner h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
#section_authentication .authentication_inner .form_wrap {
  margin-top: -30px;
}
#section_authentication .authentication_inner .form_wrap form {
  position: relative;
}
#section_authentication .authentication_inner .form_wrap form table {
  width: 100%;
}
#section_authentication .authentication_inner .form_wrap form table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #dcdcdc;
  height: 100%;
}
#section_authentication .authentication_inner .form_wrap form table tbody tr th {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 270px;
}
#section_authentication .authentication_inner .form_wrap form table tbody tr th label,
#section_authentication .authentication_inner .form_wrap form table tbody tr th p {
  flex: none;
}
#section_authentication .authentication_inner .form_wrap form table tbody tr td {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
#section_authentication .authentication_inner .form_wrap form table tbody tr td h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  width: 100%;
  margin-bottom: 15px;
}
#section_authentication .authentication_inner .form_wrap form table tbody tr td input[type=text],
#section_authentication .authentication_inner .form_wrap form table tbody tr td input[type=email],
#section_authentication .authentication_inner .form_wrap form table tbody tr td input[type=password] {
  height: 40px;
  border: solid 1px #dcdcdc;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 15px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
}
#section_authentication .authentication_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_authentication .authentication_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
  color: #b2b2b2;
}
#section_authentication .authentication_inner .form_wrap form table tbody tr td input::placeholder,
#section_authentication .authentication_inner .form_wrap form table tbody tr td textarea::placeholder {
  color: #b2b2b2;
}
#section_authentication .authentication_inner .form_wrap form table tbody tr td p {
  width: 100%;
}
#section_authentication .authentication_inner .form_wrap form table tbody tr td p.attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_authentication .authentication_inner .form_wrap form table tbody tr td .btn_submit {
  min-width: 160px;
  width: 160px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 30px auto 10px;
  background: #008c8c;
  padding: 0 20px;
}
#section_authentication .authentication_inner .form_wrap form .btn_submit {
  width: 300px;
  height: 50px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 60px auto;
  background: #008c8c;
  padding: 0 20px;
}
#section_authentication .authentication_inner .form_wrap form .btn_wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
#section_authentication .authentication_inner .form_wrap form .btn_wrap .btn_submit {
  min-width: 160px;
  width: 160px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 30px auto 10px;
  background: #008c8c;
  padding: 0 20px;
}

/* =========================================================
	contact
========================================================= */
#section_contact {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_contact .ttl_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
#section_contact .ttl_contact h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
#section_contact .contact_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_contact .contact_inner h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
#section_contact .contact_inner .inner_box p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  margin-bottom: 30px;
}
#section_contact .contact_inner .inner_box p:last-child {
  margin-bottom: 50px;
}
#section_contact .contact_inner .inner_box p span.txt_bold {
  font-weight: 700;
}
#section_contact .contact_inner .inner_box p a {
  color: #008c8c;
  text-decoration: underline;
}
#section_contact .contact_inner p.txt_confirm {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 30px 0 60px;
  text-align: left;
  margin-top: -45px;
}
#section_contact .contact_inner ul.list_btn li {
  height: 95px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
#section_contact .contact_inner ul.list_btn li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 23px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
#section_contact .contact_inner ul.list_btn li a img {
  margin-right: 30px;
}
#section_contact .contact_inner ul.list_btn li a span.note {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 4%;
  letter-spacing: 0;
  text-align: left;
  width: calc(100% - 300px);
  box-sizing: border-box;
}
#section_contact .contact_inner ul.list_btn li a span.required {
  color: #ff0000;
}
#section_contact .contact_inner ul.list_btn li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #008c8c;
  border-right: 2px solid #008c8c;
  transform: rotate(45deg) translateY(-50%);
}
#section_contact .contact_inner ul.list_btn li + li {
  margin-top: 10px;
}
#section_contact .contact_inner .note_box {
  margin-top: 25px;
  text-align: left;
}
#section_contact .contact_inner .note_box p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: 0;
}
#section_contact .contact_inner .note_box p a {
  text-decoration: underline;
}
#section_contact .contact_inner .note_box p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#section_contact .contact_inner p.form_note {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  width: 100%;
  padding-bottom: 20px;
}
#section_contact .contact_inner p.form_note span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
#section_contact .contact_inner p.form_note span.required {
  color: #ff0000;
}
#section_contact .contact_inner .form_wrap {
  border-top: 1px solid #dcdcdc;
}
#section_contact .contact_inner .form_wrap form {
  position: relative;
}
#section_contact .contact_inner .form_wrap form table {
  width: 100%;
}
#section_contact .contact_inner .form_wrap form table tbody + tbody:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 30px;
}
#section_contact .contact_inner .form_wrap form table tbody:last-child {
  border-bottom: 1px solid #dcdcdc;
}
#section_contact .contact_inner .form_wrap form table tbody.no_border {
  border: none;
}
#section_contact .contact_inner .form_wrap form table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #dcdcdc;
  height: 100%;
}
#section_contact .contact_inner .form_wrap form table tbody tr:last-child {
  border-bottom: none;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap {
  flex-wrap: wrap;
  padding: 0;
  width: calc(100vw - 56px);
  max-width: 880px;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap th {
  justify-content: flex-start;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  border-bottom: solid 1px #dcdcdc;
  width: 100%;
  height: 80px;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap th input[type=radio] {
  margin: -3px 15px 0 0;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td {
  width: 100%;
  flex: none;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul {
  width: 100%;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  border-bottom: solid 1px #dcdcdc;
  width: 100%;
  height: 80px;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  width: 100%;
  padding: 20px 0;
  min-height: 80px;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 270px;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label,
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p {
  flex: 1;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label sup.required,
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p sup.required {
  color: #ff0000;
  font-size: 10px;
  font-size: 1rem;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl dd {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li input[type=radio] {
  margin: -2px 20px 0 15px;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li label span.required {
  color: #ff0000;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td.confirm {
  justify-content: flex-start;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td.confirm p + p {
  margin-left: 1em;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .note_wrap {
  margin-top: 15px;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .note_wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
  line-height: 2.14;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .note_wrap p a {
  text-decoration: underline;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .note_wrap p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .btn_wrap {
  margin: 50px auto 30px;
}
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_submit,
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_back {
  margin: 0 auto;
}
#section_contact .contact_inner .form_wrap form table tbody tr th {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 270px;
}
#section_contact .contact_inner .form_wrap form table tbody tr th label,
#section_contact .contact_inner .form_wrap form table tbody tr th p {
  flex: none;
}
#section_contact .contact_inner .form_wrap form table tbody tr th label sup.required,
#section_contact .contact_inner .form_wrap form table tbody tr th p sup.required {
  color: #ff0000;
  font-size: 10px;
  font-size: 1rem;
}
#section_contact .contact_inner .form_wrap form table tbody tr th.th_top {
  align-self: flex-start;
  margin-top: 10px;
}
#section_contact .contact_inner .form_wrap form table tbody tr th.th_top.confirm {
  margin-top: 0;
}
#section_contact .contact_inner .form_wrap form table tbody tr td {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=text],
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=tel],
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=email],
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=password],
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=number],
#section_contact .contact_inner .form_wrap form table tbody tr td select,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea {
  height: 40px;
  border: solid 1px #dcdcdc;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 15px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
}
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=text].w50,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=tel].w50,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=email].w50,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=password].w50,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=number].w50,
#section_contact .contact_inner .form_wrap form table tbody tr td select.w50,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea.w50 {
  width: 49.18%;
}
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=text].w50_sp,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=tel].w50_sp,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=email].w50_sp,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=password].w50_sp,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=number].w50_sp,
#section_contact .contact_inner .form_wrap form table tbody tr td select.w50_sp,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea.w50_sp {
  width: 49.18%;
}
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=text].w33,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=tel].w33,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=email].w33,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=password].w33,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=number].w33,
#section_contact .contact_inner .form_wrap form table tbody tr td select.w33,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea.w33 {
  width: 31.15%;
}
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=text].w30,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=tel].w30,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=email].w30,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=password].w30,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=number].w30,
#section_contact .contact_inner .form_wrap form table tbody tr td select.w30,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea.w30 {
  width: 27.87%;
}
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=text].w16,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=tel].w16,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=email].w16,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=password].w16,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=number].w16,
#section_contact .contact_inner .form_wrap form table tbody tr td select.w16,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea.w16 {
  width: 15.57%;
}
#section_contact .contact_inner .form_wrap form table tbody tr td textarea {
  height: 200px;
  resize: none;
  padding: 15px;
}
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=checkbox] {
  margin: -2px 10px 0 0;
}
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=radio] {
  margin: -4px 10px 0 0;
}
#section_contact .contact_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_contact .contact_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
  color: #b2b2b2;
}
#section_contact .contact_inner .form_wrap form table tbody tr td input::placeholder,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea::placeholder {
  color: #b2b2b2;
}
#section_contact .contact_inner .form_wrap form table tbody tr td.dob, #section_contact .contact_inner .form_wrap form table tbody tr td.gender, #section_contact .contact_inner .form_wrap form table tbody tr td.zipcode_wrap, #section_contact .contact_inner .form_wrap form table tbody tr td.privacy {
  justify-content: flex-start;
}
#section_contact .contact_inner .form_wrap form table tbody tr td.gender .gender_inner + .gender_inner {
  margin-left: 20px;
}
#section_contact .contact_inner .form_wrap form table tbody tr td.zipcode_wrap .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_contact .contact_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm {
  justify-content: flex-start;
}
#section_contact .contact_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm p + p {
  margin-left: 1em;
}
#section_contact .contact_inner .form_wrap form table tbody tr td.privacy label,
#section_contact .contact_inner .form_wrap form table tbody tr td.privacy p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
#section_contact .contact_inner .form_wrap form table tbody tr td.privacy p {
  margin-top: 10px;
  line-height: 2;
}
#section_contact .contact_inner .form_wrap form table tbody tr td.privacy p a {
  color: #008c8c;
  text-decoration: underline;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap {
  position: relative;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap.w50 {
  width: 49.18%;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap.w50_sp {
  width: 49.18%;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap.w33 {
  width: 31.15%;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap.w30 {
  width: 27.87%;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap.w16 {
  width: 15.57%;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap select {
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap select:invalid {
  color: #b2b2b2;
  text-indent: 0;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap select.inquiry, #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap select.add01 {
  color: #b2b2b2;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap select option {
  width: 100%;
  position: relative;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap select option span {
  position: absolute;
  right: 0;
  text-align: right;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap select option:first-child {
  display: none;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
}
#section_contact .contact_inner .form_wrap form table tbody tr td span.select_accessory {
  margin: 0 1.2em 0 0.8em;
}
#section_contact .contact_inner .form_wrap form table tbody tr td span.select_accessory.confirm {
  margin: 0 1.2em 0 0;
}
#section_contact .contact_inner .form_wrap form table tbody tr td #btn_zipcode {
  width: 120px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #008c8c;
  margin-left: 9px;
}
#section_contact .contact_inner .form_wrap form table tbody tr td p.note {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
}
#section_contact .contact_inner .form_wrap form table tbody tr td p.note.sp {
  display: none;
}
#section_contact .contact_inner .form_wrap form table tbody tr td p.note a {
  text-decoration: underline;
}
#section_contact .contact_inner .form_wrap form table tbody tr td .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_contact .contact_inner .form_wrap form table tbody tr td.confirm {
  justify-content: flex-start;
}
#section_contact .contact_inner .form_wrap form table tbody tr td.confirm p {
  line-height: 2;
}
#section_contact .contact_inner .form_wrap form table tbody tr td.confirm p + p {
  margin-left: 1em;
}
#section_contact .contact_inner .form_wrap form .note_box {
  margin-top: 25px;
  text-align: left;
}
#section_contact .contact_inner .form_wrap form .note_box p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: 0;
}
#section_contact .contact_inner .form_wrap form .note_box p a {
  text-decoration: underline;
}
#section_contact .contact_inner .form_wrap form .note_box p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#section_contact .contact_inner .form_wrap form .btn_submit,
#section_contact .contact_inner .form_wrap form .btn_back {
  min-width: 160px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 35px auto;
  background: #008c8c;
  padding: 0 20px;
}
#section_contact .contact_inner .form_wrap form .btn_submit + button,
#section_contact .contact_inner .form_wrap form .btn_back + button {
  margin-left: 30px;
}
#section_contact .contact_inner .form_wrap .account_btn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 30px;
}
#section_contact .contact_inner .form_wrap .account_btn_box .btn_entry {
  position: relative;
  width: 47.73%;
  height: 70px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #f8f8f8;
}
#section_contact .contact_inner .form_wrap .account_btn_box .btn_entry img {
  position: absolute;
  width: 36px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#section_contact .contact_inner .complete_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
#section_contact .contact_inner .complete_wrap p.complete_ttl {
  margin-bottom: 25px;
}
#section_contact .contact_inner .complete_wrap .btn_toTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 50px auto 0;
  background: #008c8c;
}

/* =========================================================
	reissue
========================================================= */
#section_reissue {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_reissue .ttl_reissue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
#section_reissue .ttl_reissue h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
#section_reissue .ttl_reissue p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
#section_reissue .ttl_reissue p img {
  width: 20.5px;
  margin-right: 10px;
}
#section_reissue .reissue_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_reissue .reissue_inner h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
#section_reissue .reissue_inner h2 span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  align-self: flex-end;
  margin-bottom: 15px;
}
#section_reissue .reissue_inner h2 span.required {
  color: #ff0000;
}
#section_reissue .reissue_inner p.txt_confirm {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 30px 0 60px;
  text-align: left;
  margin-top: -45px;
}
#section_reissue .reissue_inner ul.list_btn li {
  height: 95px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
#section_reissue .reissue_inner ul.list_btn li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 23px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
#section_reissue .reissue_inner ul.list_btn li a img {
  margin-right: 30px;
}
#section_reissue .reissue_inner ul.list_btn li a span.note {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 4%;
  letter-spacing: 0;
  text-align: left;
  width: calc(100% - 300px);
  box-sizing: border-box;
}
#section_reissue .reissue_inner ul.list_btn li a span.required {
  color: #ff0000;
}
#section_reissue .reissue_inner ul.list_btn li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #008c8c;
  border-right: 2px solid #008c8c;
  transform: rotate(45deg) translateY(-50%);
}
#section_reissue .reissue_inner ul.list_btn li + li {
  margin-top: 10px;
}
#section_reissue .reissue_inner .note_box {
  margin-top: 25px;
  text-align: left;
}
#section_reissue .reissue_inner .note_box p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: 0;
}
#section_reissue .reissue_inner .note_box p a {
  text-decoration: underline;
}
#section_reissue .reissue_inner .note_box p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#section_reissue .reissue_inner .form_wrap {
  margin-top: -30px;
}
#section_reissue .reissue_inner .form_wrap form {
  position: relative;
}
#section_reissue .reissue_inner .form_wrap form table {
  width: 100%;
}
#section_reissue .reissue_inner .form_wrap form table tbody + tbody:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 30px;
}
#section_reissue .reissue_inner .form_wrap form table tbody:last-child {
  border-bottom: 1px solid #dcdcdc;
}
#section_reissue .reissue_inner .form_wrap form table tbody.no_border {
  border: none;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #dcdcdc;
  height: 100%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr:last-child {
  border-bottom: none;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap {
  flex-wrap: wrap;
  padding: 0;
  width: calc(100vw - 56px);
  max-width: 880px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap th {
  justify-content: flex-start;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  border-bottom: solid 1px #dcdcdc;
  width: 100%;
  height: 80px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap th input[type=radio] {
  margin: -3px 15px 0 0;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td {
  width: 100%;
  flex: none;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul {
  width: 100%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  border-bottom: solid 1px #dcdcdc;
  width: 100%;
  height: 80px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  width: 100%;
  padding: 20px 0;
  min-height: 80px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 270px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label,
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p {
  flex: 1;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label sup.required,
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p sup.required {
  color: #ff0000;
  font-size: 10px;
  font-size: 1rem;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl dd {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li input[type=radio] {
  margin: -2px 20px 0 15px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li label span.required {
  color: #ff0000;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td.confirm {
  justify-content: flex-start;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td.confirm p + p {
  margin-left: 1em;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .note_wrap {
  margin-top: 15px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .note_wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
  line-height: 2.14;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .note_wrap p a {
  text-decoration: underline;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .note_wrap p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .btn_wrap {
  margin: 50px auto 30px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_submit,
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_back {
  margin: 0 auto;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr th {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 270px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr th label,
#section_reissue .reissue_inner .form_wrap form table tbody tr th p {
  flex: none;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr th label sup.required,
#section_reissue .reissue_inner .form_wrap form table tbody tr th p sup.required {
  color: #ff0000;
  font-size: 10px;
  font-size: 1rem;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=text],
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=tel],
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=email],
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password],
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=number],
#section_reissue .reissue_inner .form_wrap form table tbody tr td select {
  height: 40px;
  border: solid 1px #dcdcdc;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 15px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=text].w50,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=tel].w50,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=email].w50,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password].w50,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=number].w50,
#section_reissue .reissue_inner .form_wrap form table tbody tr td select.w50 {
  width: 49.18%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=text].w50_sp,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=tel].w50_sp,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=email].w50_sp,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password].w50_sp,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=number].w50_sp,
#section_reissue .reissue_inner .form_wrap form table tbody tr td select.w50_sp {
  width: 49.18%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=text].w33,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=tel].w33,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=email].w33,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password].w33,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=number].w33,
#section_reissue .reissue_inner .form_wrap form table tbody tr td select.w33 {
  width: 31.15%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=text].w30,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=tel].w30,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=email].w30,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password].w30,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=number].w30,
#section_reissue .reissue_inner .form_wrap form table tbody tr td select.w30 {
  width: 27.87%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=text].w16,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=tel].w16,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=email].w16,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password].w16,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=number].w16,
#section_reissue .reissue_inner .form_wrap form table tbody tr td select.w16 {
  width: 15.57%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=checkbox] {
  margin: -2px 10px 0 0;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=radio] {
  margin: -4px 10px 0 0;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_reissue .reissue_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
  color: #b2b2b2;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td input::placeholder,
#section_reissue .reissue_inner .form_wrap form table tbody tr td textarea::placeholder {
  color: #b2b2b2;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td.dob, #section_reissue .reissue_inner .form_wrap form table tbody tr td.gender, #section_reissue .reissue_inner .form_wrap form table tbody tr td.zipcode_wrap, #section_reissue .reissue_inner .form_wrap form table tbody tr td.anotherAdd, #section_reissue .reissue_inner .form_wrap form table tbody tr td.submission {
  justify-content: flex-start;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td.gender .gender_inner + .gender_inner {
  margin-left: 20px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td.zipcode_wrap .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm {
  justify-content: flex-start;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm p + p {
  margin-left: 1em;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td.anotherAdd label, #section_reissue .reissue_inner .form_wrap form table tbody tr td.submission label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap {
  position: relative;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap.w50 {
  width: 49.18%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap.w50_sp {
  width: 49.18%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap.w33 {
  width: 31.15%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap.w30 {
  width: 27.87%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap.w16 {
  width: 15.57%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap select {
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap select:invalid {
  color: #b2b2b2;
  text-indent: 0;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap select.job_title {
  color: #b2b2b2;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap select option {
  width: 100%;
  position: relative;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap select option span {
  position: absolute;
  right: 0;
  text-align: right;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap select option:first-child {
  display: none;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td span.select_accessory {
  margin: 0 1.2em 0 0.8em;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td span.select_accessory.confirm {
  margin: 0 1.2em 0 0;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td #btn_zipcode {
  width: 120px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #008c8c;
  margin-left: 9px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td p.note {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
  width: 100%;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td p.note.sp {
  display: none;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td p.note a {
  text-decoration: underline;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td .attention {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 10px;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td.confirm {
  justify-content: flex-start;
}
#section_reissue .reissue_inner .form_wrap form table tbody tr td.confirm p + p {
  margin-left: 1em;
}
#section_reissue .reissue_inner .form_wrap form .note_box {
  margin-top: 25px;
  text-align: left;
}
#section_reissue .reissue_inner .form_wrap form .note_box p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: 0;
}
#section_reissue .reissue_inner .form_wrap form .note_box p a {
  text-decoration: underline;
}
#section_reissue .reissue_inner .form_wrap form .note_box p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#section_reissue .reissue_inner .form_wrap form .btn_submit,
#section_reissue .reissue_inner .form_wrap form .btn_back {
  min-width: 160px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 35px auto;
  background: #008c8c;
  padding: 0 20px;
}
#section_reissue .reissue_inner .form_wrap form .btn_submit + button,
#section_reissue .reissue_inner .form_wrap form .btn_back + button {
  margin-left: 30px;
}
#section_reissue .reissue_inner .form_wrap .account_btn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 30px;
}
#section_reissue .reissue_inner .form_wrap .account_btn_box .btn_entry {
  position: relative;
  width: 47.73%;
  height: 70px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #f8f8f8;
}
#section_reissue .reissue_inner .form_wrap .account_btn_box .btn_entry img {
  position: absolute;
  width: 36px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#section_reissue .reissue_inner .complete_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
#section_reissue .reissue_inner .complete_wrap .btn_toTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 50px auto 0;
  background: #008c8c;
}

/* =========================================================
	banklist
========================================================= */
#section_banklist {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_banklist .ttl_banklist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
#section_banklist .ttl_banklist h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
#section_banklist .ttl_banklist p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
#section_banklist .ttl_banklist p img {
  width: 20.5px;
  margin-right: 10px;
}
#section_banklist .banklist_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_banklist .banklist_inner h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
#section_banklist .banklist_inner ul {
  display: flex;
  flex-wrap: wrap;
}
#section_banklist .banklist_inner ul li {
  width: 20%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 11px;
}
#section_banklist .banklist_inner ul + h2 {
  margin-top: 30px;
}
#section_banklist .banklist_inner p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 11px;
}
#section_banklist .banklist_inner p + h2 {
  margin-top: 30px;
}

/* =========================================================
	terms
========================================================= */
#section_terms {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_terms .ttl_terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
#section_terms .ttl_terms h1 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 750px) {
  #section_terms .ttl_terms h1 {
    font-size: 5.2vw;
  }
}
#section_terms .ttl_terms h1 .ttl_terms_subtitle {
  flex: 1;
  margin-left: 60px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #section_terms .ttl_terms h1 .ttl_terms_subtitle {
    margin-left: 40px;
    font-size: 3.6vw;
  }
}
#section_terms .ttl_subterms_block {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #section_terms .ttl_subterms_block {
    margin-top: 40px;
  }
}
#section_terms .ttl_subterms_block .ttl_subterms_title {
  padding-left: 40px;
  text-align: left;
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 750px) {
  #section_terms .ttl_subterms_block .ttl_subterms_title {
    padding-left: 0;
    font-size: 5.2vw;
  }
}
#section_terms .terms_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_terms .terms_inner h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 50px;
  font-size: 20px;
  font-size: 2rem;
}
#section_terms .terms_inner p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  letter-spacing: normal;
}
#section_terms .terms_inner p.date {
  margin-top: 60px;
}
#section_terms .terms_inner ol {
  list-style-type: decimal;
}
#section_terms .terms_inner ol li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  box-sizing: border-box;
  text-align: left;
  padding-left: 0;
  margin-left: 1.5em;
  line-height: 2;
  letter-spacing: normal;
  padding-left: 0.5em;
}
#section_terms .terms_inner ol.brackets {
  list-style-type: none;
  counter-reset: cnt;
  content: counter(cnt);
}
#section_terms .terms_inner ol.brackets > li {
  padding-left: 0;
  margin-left: 0;
  text-indent: -3em;
  padding-left: 3.5em;
  letter-spacing: normal;
}
#section_terms .terms_inner ol.brackets > li:before {
  content: "( " counter(cnt) " )";
  counter-increment: cnt 1;
  margin-right: 1em;
}
#section_terms .terms_inner ol.brackets > li.digits:before {
  content: "( " counter(cnt) " )";
  counter-increment: cnt 1;
  margin-right: 0.3em;
}
#section_terms .terms_inner ol.brackets > li > ul {
  list-style-type: disc;
}
#section_terms .terms_inner ol.brackets > li > ul > li {
  padding-left: 0;
  margin-left: -1.5em;
  text-indent: 0;
  padding-left: 0;
  letter-spacing: normal;
}
#section_terms .terms_inner ol.brackets > li > ul > li:before {
  content: " ";
  margin-right: 0;
}

/* =========================================================
	copyright
========================================================= */
#section_copyright {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_copyright .ttl_copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
#section_copyright .ttl_copyright h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
#section_copyright .ttl_copyright p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
#section_copyright .copyright_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_copyright .copyright_inner h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 50px;
}
#section_copyright .copyright_inner p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  letter-spacing: normal;
}
#section_copyright .copyright_inner p + p {
  margin-top: 30px;
}

/* =========================================================
	sitepolicy
========================================================= */
#section_sitepolicy {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_sitepolicy .ttl_sitepolicy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
#section_sitepolicy .ttl_sitepolicy h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
#section_sitepolicy .ttl_sitepolicy p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
#section_sitepolicy .sitepolicy_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_sitepolicy .sitepolicy_inner h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 50px;
}
#section_sitepolicy .sitepolicy_inner p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  letter-spacing: normal;
}
#section_sitepolicy .sitepolicy_inner a {
  text-decoration: underline;
  color: #008c8c;
}
#section_sitepolicy .sitepolicy_inner dl dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  letter-spacing: normal;
}
#section_sitepolicy .sitepolicy_inner dl dt:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100%;
  margin-right: 10px;
}
#section_sitepolicy .sitepolicy_inner dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  letter-spacing: normal;
  margin-top: 15px;
}
#section_sitepolicy .sitepolicy_inner dl dd + dt {
  margin-top: 30px;
}
#section_sitepolicy .sitepolicy_inner ul {
  list-style-type: disc;
}
#section_sitepolicy .sitepolicy_inner ul li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  box-sizing: border-box;
  text-align: left;
  padding-left: 0;
  margin-left: 1.5em;
  line-height: 2;
  letter-spacing: normal;
  padding-left: 0.5em;
}

/* =========================================================
	linkpolicy
========================================================= */
#section_linkpolicy {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_linkpolicy .ttl_linkpolicy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
#section_linkpolicy .ttl_linkpolicy h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
#section_linkpolicy .linkpolicy_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_linkpolicy .linkpolicy_inner p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  letter-spacing: normal;
}
#section_linkpolicy .linkpolicy_inner p + p {
  margin-top: 30px;
}
#section_linkpolicy .linkpolicy_inner ol {
  list-style-type: none;
  counter-reset: cnt;
  content: counter(cnt);
  margin: 50px 0;
}
#section_linkpolicy .linkpolicy_inner ol > li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  box-sizing: border-box;
  text-align: left;
  line-height: 2;
  letter-spacing: normal;
  text-indent: -1.5em;
  padding-left: 1.7em;
  letter-spacing: normal;
  position: relative;
}
#section_linkpolicy .linkpolicy_inner ol > li:before {
  content: counter(cnt);
  counter-increment: cnt 1;
  margin-right: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
#section_linkpolicy .linkpolicy_inner ol > li:after {
  content: "";
  position: absolute;
  display: block;
  top: 1.03em;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 100%;
}

/* =========================================================
	ad
========================================================= */
#section_ad {
  width: 100%;
  padding: 0;
  margin-top: -30px;
}
#section_ad .ttl_ad {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
#section_ad .ttl_ad h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
#section_ad .ad_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_ad .ad_inner ul {
  list-style-type: none;
}
#section_ad .ad_inner ul li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  letter-spacing: normal;
  margin-left: 1.5em;
  line-height: 2;
  letter-spacing: normal;
  padding-left: 0.5em;
  text-indent: -1.5em;
}
#section_ad .ad_inner ul li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100%;
  margin-right: 10px;
}

/* =========================================================
	faq
========================================================= */
#section_faq {
  width: 100%;
  padding: 0;
  margin-top: -30px;
  min-height: 675px;
}
#section_faq .ttl_faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
#section_faq .ttl_faq h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
#section_faq .ttl_faq p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
#section_faq .faq_inner {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 40px auto 0;
}
#section_faq .faq_inner .faq_search_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
}
#section_faq .faq_inner .faq_search_wrap form {
  display: flex;
  align-items: center;
  height: 52px;
}
#section_faq .faq_inner .faq_search_wrap form input[type=search] {
  background-color: #fff;
  padding: 0.65em 1em;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  width: 100%;
}
#section_faq .faq_inner .faq_search_wrap form input[type=search]::-moz-placeholder {
  color: #b2b2b2;
}
#section_faq .faq_inner .faq_search_wrap form input[type=search]::placeholder {
  color: #b2b2b2;
}
#section_faq .faq_inner .faq_search_wrap form .faq_search-button {
  min-width: 90px;
  width: 90px;
  height: 40px;
  border-radius: 3px;
  background-color: #008c8c;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 10px;
  box-sizing: border-box;
}
#section_faq .faq_inner .faq_index_wrap .faq_index_pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-top: 35px;
}
#section_faq .faq_inner .faq_index_wrap .faq_index_pc button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 25%;
  height: 60px;
  background: #fff;
}
#section_faq .faq_inner .faq_index_wrap .faq_index_pc button:hover, #section_faq .faq_inner .faq_index_wrap .faq_index_pc button.active {
  background: #d7eaea;
}
#section_faq .faq_inner .faq_index_wrap .faq_index_pc button + button {
  border-left: 1px solid #dcdcdc;
}
#section_faq .faq_inner .faq_index_wrap .faq_index_pc button:nth-child(1), #section_faq .faq_inner .faq_index_wrap .faq_index_pc button:nth-child(5) {
  border: none;
}
#section_faq .faq_inner .faq_index_wrap .faq_index_pc button:nth-child(1), #section_faq .faq_inner .faq_index_wrap .faq_index_pc button:nth-child(2), #section_faq .faq_inner .faq_index_wrap .faq_index_pc button:nth-child(3), #section_faq .faq_inner .faq_index_wrap .faq_index_pc button:nth-child(4) {
  border-bottom: 1px solid #dcdcdc;
}
#section_faq .faq_inner .faq_index_wrap .faq_index_sp {
  display: none;
}
#section_faq .faq_inner .faq_search_result_wrap {
  border-bottom: 1px solid #dcdcdc;
  margin-top: 50px;
  padding-bottom: 25px;
}
#section_faq .faq_inner .faq_search_result_wrap p {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: left;
}
#section_faq .faq_inner .faq_search_result_wrap p span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 1em;
}
#section_faq .faq_inner .faq_search_result_wrap p span span {
  margin: 0;
}
#section_faq .faq_inner h2 {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  width: 100%;
  background: #d7eaea;
  min-height: 70px;
  padding: 0.4em 1em 0.4em 45px;
  margin-top: 60px;
}
#section_faq .faq_inner h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: #008c8c;
}
#section_faq .faq_inner .faq_list_wrap p.noresults {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 2em 0;
  text-align: left;
}
#section_faq .faq_inner .faq_list_wrap p.lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 2em 0;
  text-align: left;
  line-height: 2;
}
#section_faq .faq_inner .faq_list_wrap h3 {
  display: flex;
  align-items: center;
  min-height: 80px;
  border-bottom: 1px solid #000;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 20px;
  padding: 25px 0;
}
#section_faq .faq_inner .faq_list_wrap h3.ttl_tellist {
  min-height: 60px;
  padding: 25px 0 10px;
  margin-bottom: 10px;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box {
  border-bottom: 1px solid #dcdcdc;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dt {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 25px 35px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dt:before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 0;
  color: #008c8c;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  border-bottom: 2px solid #008c8c;
  border-right: 2px solid #008c8c;
  transform: rotate(45deg);
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd {
  display: none;
  padding: 0 35px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd img {
  width: 18px;
  margin: 0 2px 1px 1px;
  vertical-align: sub;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd img.pic_full {
  width: 100%;
  margin-top: 25px;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd ul {
  list-style-type: disc;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd ul li {
  list-style-position: inside;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd a {
  display: block;
  color: #008c8c;
  text-decoration: underline;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl {
  border-bottom: none;
  display: flex;
  align-items: center;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl dt {
  display: flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  width: 7em;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl dt:before {
  display: none;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl dt:after {
  display: none;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl dd {
  display: block;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd h4 {
  font-weight: 600;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd p + h4 {
  margin-top: 1em;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd p.note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl + p.note {
  margin-top: 1.5em;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box.active dt:after {
  content: "";
  position: absolute;
  top: 37px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  border-top: 2px solid #008c8c;
  border-left: 2px solid #008c8c;
  transform: rotate(45deg);
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box.active dd dt:after {
  display: none;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box .faq_box_premium_section:not(:first-child) {
  margin-top: 16px;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box .faq_box_premium_section .faq_box_premium_section_title {
  font-weight: bold;
}
#section_faq .faq_inner .faq_list_wrap dl.faq_list_box .faq_box_premium_section .faq_box_premium_section_answer {
  margin-left: 8px;
}
#section_faq .faq_inner .faq_list_wrap .faq_list_inner {
  display: flex;
  flex-wrap: wrap;
}
#section_faq .faq_inner .faq_list_wrap .faq_list_inner li {
  width: 25%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0.5em 0;
  text-align: left;
  letter-spacing: 0em;
}

/* =========================================================
	search_results
========================================================= */
#wrap.search_results main {
  padding-top: 0;
}
#wrap.search_results main #search_results_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
#wrap.search_results main #search_results_wrap .search_results_wrap_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}
#wrap.search_results main #search_results_wrap .search_results_wrap_ttl h1 {
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  font-weight: 600;
  text-align: left;
}
#wrap.search_results main #search_results_wrap .search_results_wrap_ttl h1 span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 20px;
}
#wrap.search_results main #search_results_wrap .search_results_wrap_ttl h1 span span {
  margin: 0;
}
#wrap.search_results main #search_results_wrap .search_results_main {
  width: 73.79%;
  padding-right: 25px;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner {
  display: block;
  width: 100%;
  padding: 0;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner p.noresults {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 2em 0;
  text-align: left;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article {
  width: 100%;
  display: flex;
  padding: 25px 0;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article:hover .block_article_txt .article_ttl {
  text-decoration: underline;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article:first-child {
  margin-top: -25px;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article + .block_article {
  border-top: 1px solid #dcdcdc;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article img {
  width: 16.12vw;
  max-width: 200px;
  margin: 0 0 0 40px;
  flex-shrink: 0;
  align-self: start;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt {
  text-align: left;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.63;
  margin: 0 0 10px;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  height: 43px;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 10px;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info {
  display: flex;
  flex-wrap: wrap;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #008c8c;
  margin-right: 20px;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
  margin-left: -8px;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .timeStamp {
  font-size: 12px;
  font-size: 1.2rem;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation {
  margin: 45px auto;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul {
  display: flex;
  justify-content: center;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li {
  width: 30px;
  height: 30px;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li a,
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li a:hover {
  background: #d7eaea;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li span.active {
  background: #008c8c;
  color: #fff;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li + li {
  margin-left: 10px;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li.prev {
  width: 65px;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li.prev a:before,
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li.prev span:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
  margin-right: 3px;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li.next {
  width: 65px;
}
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li.next a:after,
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li.next span:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  margin-left: 3px;
}
#wrap.search_results main #search_results_wrap .search_results_sub {
  width: 26.21%;
  border-left: 1px solid #dcdcdc;
  padding: 0 0 0 25px;
  box-sizing: border-box;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner {
  border-top: 1px solid #000;
  padding-bottom: 40px;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008c8c;
  text-align: left;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner .ranking_wrap {
  position: relative;
  margin-top: 10px;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner .ranking_wrap .ranking_content_area {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
  display: none;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
  display: block;
  margin-top: 10px;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li {
  padding: 15px 0;
  text-align: left;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
  display: block;
  height: 100%;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a:hover,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a:hover {
  text-decoration: underline;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a .tag_rank,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a .tag_rank {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 52px;
  height: 17px;
  box-sizing: border-box;
  margin-left: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a .tag_rank.premium_free::before,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a .tag_rank.premium_free::before {
  content: "PREMIUM FREE";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a .tag_rank.premium::before,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a .tag_rank.premium::before {
  content: "PREMIUM";
  color: #fff;
  background: #dfd000;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a .tag_rank.premium::after,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a .tag_rank.premium::after {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a .tag_rank.paid,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a .tag_rank.paid {
  content: "";
  display: inline-block;
  background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
  background-size: 11px 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  vertical-align: middle;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a .tag_rank.free:before,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a .tag_rank.free:before {
  content: "無料会員";
  color: #fff;
  background: #008c8c;
  vertical-align: middle;
  padding: 0px 4px;
  border-radius: 2px;
  display: inline-block;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li + li,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li + li {
  border-top: 1px solid #dcdcdc;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li {
  padding-left: 35px;
  position: relative;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:before {
  display: inline-block;
  position: absolute;
  left: 5px;
  transform: translateY(-5px);
  color: #008c8c;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(1):before {
  content: "1";
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(2):before {
  content: "2";
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(3):before {
  content: "3";
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(4):before {
  content: "4";
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(5):before {
  content: "5";
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(6):before {
  content: "6";
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(7):before {
  content: "7";
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(8):before {
  content: "8";
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(9):before {
  content: "9";
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(10):before {
  content: "10";
  left: 2px;
  letter-spacing: -3px;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner .ad_area .ad_sp_only {
  display: none;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner .ad_area img {
  width: 100%;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul {
  border-top: 1px solid #dcdcdc;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:first-child {
  border: none;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:nth-child(2) h2 {
  border-bottom: none;
}
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
  /* =========================================================
  	top
  ========================================================= */
  #section_headline {
    flex-wrap: wrap;
  }
  #section_headline .headline_left {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 25px;
  }
  #section_headline .headline_left .headline_left_sub {
    padding: 0 0 0 25px;
  }
  #section_headline .headline_left .headline_left_ad {
    text-align: center;
    margin: 16px 4vw;
  }
  #section_headline .headline_right {
    width: 100%;
    border-left: none;
    padding: 0;
    display: flex;
    margin-top: 25px;
  }
  #section_headline .headline_right .block_article {
    width: 32.66%;
  }
  #section_headline .headline_right .block_article .block_article_txt {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 10px;
    width: calc(100% - 11.46vw - 20px);
    min-width: calc(100% - 165px - 20px);
  }
  #section_headline .headline_right .block_article .block_article_txt .thumb {
    margin-left: auto;
  }
  #section_headline .headline_right .block_article .block_article_txt .thumb img {
    width: 11.46vw;
    max-width: 165px;
    margin: 0 0 15px 20px;
    flex-shrink: 0;
  }
  #section_headline .headline_right .block_article:first-child {
    padding: 0 25px 0 0;
  }
  #section_headline .headline_right .block_article:nth-child(2) {
    padding: 0 25px 0;
    width: 34.68%;
    border-top: none;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
  }
  #section_headline .headline_right .block_article:last-child {
    padding: 0 0 0 25px;
    border-top: none;
  }

  #section_mainArticles .mainArticles_inner .block_article {
    width: 32.66%;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt {
    text-align: left;
    flex: 1;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 10px;
    width: calc(100% - 11.46vw - 20px);
    min-width: calc(100% - 165px - 20px);
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .thumb {
    margin-left: auto;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .thumb img {
    width: 11.46vw;
    max-width: 165px;
    margin: 0 0 15px 20px;
    flex-shrink: 0;
  }

  .ad_area_sp {
    display: block;
    margin: 10.67vw 0;
    text-align: center;
  }
  .ad_area_sp .ad_pc_sp img {
    width: 75%;
  }
  .ad_area_sp .ad_sp_only img {
    width: 75%;
  }
  .ad_area_sp .ad_pc_only {
    display: none;
  }

  .ad_area {
    display: none;
  }

  #section_lowerLevel {
    flex-wrap: wrap;
  }
  #section_lowerLevel .lowerLevel_left {
    width: 100%;
    margin-right: 0;
  }
  #section_lowerLevel .lowerLevel_right {
    width: 100%;
    border-left: none;
    padding: 0;
    margin-top: 25px;
    display: flex;
    border-top: 1px solid #000;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner {
    border-top: none;
    padding: 0 25px 0 0;
    width: 50%;
    margin-top: 10px;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner h2 {
    border-bottom: none;
    height: 20px;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul {
    margin-top: 10px;
    border-top: 1px solid #dcdcdc;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:first-child {
    display: none;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:nth-child(3) {
    padding: 0 0 0 25px;
    border-left: 1px solid #dcdcdc;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:last-child {
    display: none;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:last-child img {
    width: 100%;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap {
    margin-top: 20px;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_tab_area .tab {
    max-width: 216px;
    width: 21.29vw;
  }

  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner h2 a.ad_link:after {
    content: none;
  }

  /* =========================================================
  article
  ========================================================= */
  #article_wrap {
    flex-wrap: wrap;
  }
  #article_wrap .article_main {
    width: 100%;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_ttl {
    min-width: calc(100% - 85px - 20px);
  }
  #article_wrap .article_sub {
    width: 100%;
    border-left: none;
    padding: 0;
    margin-top: 25px;
    display: flex;
    border-top: 1px solid #000;
  }
  #article_wrap .article_sub .article_sub_inner {
    border-top: none;
    padding: 0 25px 0 0;
    width: 50%;
    margin-top: 10px;
  }
  #article_wrap .article_sub .article_sub_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #008c8c;
    text-align: left;
  }
  #article_wrap .article_sub .article_sub_inner .ranking_wrap {
    margin-top: 20px;
  }
  #article_wrap .article_sub .article_sub_inner:first-child {
    display: none;
  }
  #article_wrap .article_sub .article_sub_inner:nth-child(3) {
    padding: 0 0 0 25px;
    border-left: 1px solid #dcdcdc;
  }
  #article_wrap .article_sub .article_sub_inner:nth-child(3) ul {
    margin-top: 10px;
  }
  #article_wrap .article_sub .article_sub_inner:last-child {
    display: none;
  }

  /* =========================================================
  category
  ========================================================= */
  #wrap.category main #category_wrap .category_main {
    width: 100%;
    padding: 0;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_ttl {
    min-width: calc(100% - 11.46vw - 20px);
  }
  #wrap.category main #category_wrap .category_sub {
    width: 100%;
    border-left: none;
    padding: 0;
    margin-top: 25px;
    display: flex;
    border-top: 1px solid #000;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner {
    border-top: none;
    padding: 0 25px 0 0;
    width: 50%;
    margin-top: 10px;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #008c8c;
    text-align: left;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner .ranking_wrap {
    margin-top: 20px;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner:first-child {
    display: none;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner:nth-child(3) {
    padding: 0 0 0 25px;
    border-left: 1px solid #dcdcdc;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner:nth-child(3) ul {
    margin-top: 10px;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner:last-child {
    display: none;
  }

  /* =========================================================
  tag
  ========================================================= */
  #wrap.tag main #tag_wrap .tag_main {
    width: 100%;
    padding-right: 0;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_ttl {
    min-width: calc(100% - 11.46vw - 20px);
  }
  #wrap.tag main #tag_wrap .tag_sub {
    width: 100%;
    border-left: none;
    padding: 0;
    margin-top: 25px;
    display: flex;
    border-top: 1px solid #000;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner {
    border-top: none;
    padding: 0 25px 0 0;
    width: 50%;
    margin-top: 10px;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #008c8c;
    text-align: left;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner .ranking_wrap {
    margin-top: 20px;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner:first-child {
    display: none;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner:nth-child(3) {
    padding: 0 0 0 25px;
    border-left: 1px solid #dcdcdc;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner:nth-child(3) ul {
    margin-top: 10px;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner:last-child {
    display: none;
  }

  /* =========================================================
  area
  ========================================================= */
  #wrap.area main #area_wrap .area_main {
    width: 100%;
    padding: 0;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article img {
    width: 22.89vw;
    max-width: 200px;
    margin: 0 0 0 25px;
    flex-shrink: 0;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article img {
    width: 22.89vw;
    max-width: 200px;
    margin: 0 0 0 25px;
    flex-shrink: 0;
  }
  #wrap.area main #area_wrap .area_sub {
    width: 100%;
    border-left: none;
    padding: 0;
    margin-top: 25px;
    display: flex;
    border-top: 1px solid #000;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner {
    border-top: none;
    padding: 0 25px 0 0;
    width: 50%;
    margin-top: 10px;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #008c8c;
    text-align: left;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner .ranking_wrap {
    margin-top: 20px;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner:first-child {
    display: none;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner:nth-child(3) {
    padding: 0 0 0 25px;
    border-left: 1px solid #dcdcdc;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner:nth-child(3) ul {
    margin-top: 10px;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner:last-child {
    display: none;
  }

  /* =========================================================
  premium
  ========================================================= */
  #wrap.premium main #premium_wrap .premium_main {
    width: 100%;
    padding: 0;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article img {
    width: 22.89vw;
    max-width: 200px;
    margin: 0 0 0 25px;
    flex-shrink: 0;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article img {
    width: 22.89vw;
    max-width: 200px;
    margin: 0 0 0 25px;
    flex-shrink: 0;
  }
  #wrap.premium main #premium_wrap .premium_sub {
    width: 100%;
    border-left: none;
    padding: 0;
    margin-top: 25px;
    display: flex;
    border-top: 1px solid #000;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner {
    border-top: none;
    padding: 0 25px 0 0;
    width: 50%;
    margin-top: 10px;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #008c8c;
    text-align: left;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner .ranking_wrap {
    margin-top: 20px;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner:first-child {
    display: none;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner:nth-child(3) {
    padding: 0 0 0 25px;
    border-left: 1px solid #dcdcdc;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner:nth-child(3) ul {
    margin-top: 10px;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner:last-child {
    display: none;
  }

  /* =========================================================
  mypage(TOP)
  ========================================================= */
  #section_mypage {
    width: 100%;
    padding: 0;
    margin-top: -30px;
    min-height: 675px;
  }
  #section_mypage .ttl_mypage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_mypage .ttl_mypage h1 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
  }
  #section_mypage .ttl_mypage p {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
  }
  #section_mypage .ttl_mypage p span {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #dcdcdc;
  }
  #section_mypage .ttl_mypage p span.user_id {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #section_mypage .mypage_inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 25px auto 0;
  }
  #section_mypage .mypage_inner .mypage_sub {
    max-width: 245px;
    min-width: 245px;
    width: 245px;
    box-sizing: border-box;
    padding-right: 25px;
    border-right: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner {
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .btn_ttl_sub {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box .btn_cls {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box .ttl_sub {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #008c8c;
    text-align: left;
    line-height: 1.69;
    padding: 9px 0 7px;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list {
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li {
    border-top: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0 15px 45px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li a.active {
    background: #edf8f8;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 17.3px;
    height: 17.3px;
    background: url(/images/icon_mypage01.svg?34b5d7849b7cbc045f72e422fd7c561a);
    background-size: 17.3px 17.3px;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li a span.note {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 4%;
    letter-spacing: 0;
    text-align: left;
    width: calc(100% - 300px);
    box-sizing: border-box;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li a span.required {
    color: #ff0000;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li:nth-child(2) a:before {
    left: 15px;
    width: 17.18px;
    height: 11.37px;
    background: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
    background-size: 17.18px 11.37px;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li:nth-child(3) a:before {
    left: 15px;
    width: 16.85px;
    height: 16.85px;
    background: url(/images/icon_mypage03.svg?88b527e30564f0736c1eaff0c8f20909);
    background-size: 16.85px 16.85px;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li:nth-child(4) a:before {
    left: 17px;
    width: 13.95px;
    height: 17.03px;
    background: url(/images/icon_mypage04.svg?66055959d992c8261f41014eabe7a482);
    background-size: 13.95px 17.03px;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box ul.sub_list li:nth-child(5) a:before {
    left: 15px;
    width: 17px;
    height: 14.88px;
    background: url(/images/icon_mypage05.svg?a9fc6b404d92c370a9645865add6a64f);
    background-size: 17px 14.88px;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner + .mypage_sub_inner {
    border-top: 1px solid #000;
    margin-top: 30px;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li:first-child a:before {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 9.3px;
    height: 17.44px;
    background: url(/images/icon_mypage06.svg?87026690aace36b8a66c60acd6566117);
    background-size: 9.3px 17.44px;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li:nth-child(2) a:before {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15.56px;
    height: 14.14px;
    background: url(/images/icon_mypage07.svg?9329bb327721ce2c2f0a5d966c2e0d44);
    background-size: 15.56px 14.14px;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li:nth-child(2) {
    height: auto;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList {
    margin-top: 0;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList li {
    border: none;
    min-height: 40px;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList li a {
    display: flex;
    align-items: center;
    justify-self: flex-start;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 15px 0 15px 45px;
    height: 100%;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList li a:before {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList li a.active {
    background: #edf8f8;
  }
  #section_mypage .mypage_inner .mypage_main {
    width: calc(100vw - 335px);
    max-width: 880px;
  }
  #section_mypage .mypage_inner .mypage_main.history {
    width: calc(100vw - 335px);
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .breadcrumb_mypage {
    width: calc(100vw - 335px);
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .breadcrumb_mypage a {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #008c8c;
    letter-spacing: 0;
    line-height: 1;
  }
  #section_mypage .mypage_inner .mypage_main .breadcrumb_mypage a:last-child {
    color: #000;
    pointer-events: none;
  }
  #section_mypage .mypage_inner .mypage_main .breadcrumb_mypage a + a {
    position: relative;
    margin-left: 20px;
  }
  #section_mypage .mypage_inner .mypage_main .breadcrumb_mypage a + a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -22px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    width: 100%;
    min-height: 90px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #000;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2 span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    align-self: flex-end;
    margin-bottom: 15px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2 span.required {
    color: #ff0000;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_main {
    font-size: 24px;
    font-size: 2.4rem;
    border: none;
    height: 80px;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_policy {
    position: relative;
    min-height: 90px;
    padding: 20px 0 20px 50px;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_policy:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32.09px;
    height: 32.08px;
    background: url(/images/icon_mypage01.svg?34b5d7849b7cbc045f72e422fd7c561a);
    background-size: 32.09px 32.08px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_mail {
    position: relative;
    min-height: 90px;
    padding: 20px 0 20px 50px;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_mail:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32.27px;
    height: 21.37px;
    background: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
    background-size: 32.27px 21.37px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_profile {
    position: relative;
    min-height: 90px;
    padding: 20px 0 20px 50px;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_profile:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 31.81px;
    height: 31.81px;
    background: url(/images/icon_mypage03.svg?88b527e30564f0736c1eaff0c8f20909);
    background-size: 31.81px 31.81px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_security {
    position: relative;
    min-height: 90px;
    padding: 20px 0 20px 50px;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_security:before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 26.11px;
    height: 31.86px;
    background: url(/images/icon_mypage04.svg?66055959d992c8261f41014eabe7a482);
    background-size: 26.11px 31.86px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_delivery {
    position: relative;
    min-height: 90px;
    padding: 20px 0 20px 50px;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_delivery:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32.08px;
    height: 28.07px;
    background: url(/images/icon_mypage05.svg?a9fc6b404d92c370a9645865add6a64f);
    background-size: 32.08px 28.07px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_article {
    position: relative;
    min-height: 90px;
    padding: 20px 0 20px 50px;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_article:before {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 17.5px;
    height: 32.81px;
    background: url(/images/icon_mypage06.svg?87026690aace36b8a66c60acd6566117);
    background-size: 17.5px 32.81px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_follow {
    position: relative;
    min-height: 90px;
    padding: 20px 0 20px 50px;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_follow:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28.6px;
    height: 25.98px;
    background: url(/images/icon_mypage07.svg?9329bb327721ce2c2f0a5d966c2e0d44);
    background-size: 28.6px 25.98px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner p.txt_confirm {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 15px 0 30px;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn {
    width: calc(100vw - 335px);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li {
    height: 95px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 95px;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a span span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 41.67px;
    height: 41.66px;
    background: url(/images/icon_mypage01.svg?34b5d7849b7cbc045f72e422fd7c561a);
    background-size: 41.67px 41.66px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 35px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #008c8c;
    border-right: 2px solid #008c8c;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li:nth-child(2) a:before {
    left: 23px;
    width: 42.03px;
    height: 27.83px;
    background: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
    background-size: 42.03px 27.83px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li:nth-child(3) a:before {
    left: 23px;
    width: 41.22px;
    height: 41.22px;
    background: url(/images/icon_mypage03.svg?88b527e30564f0736c1eaff0c8f20909);
    background-size: 41.22px 41.22px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li:nth-child(4) a:before {
    left: 28px;
    width: 34.13px;
    height: 41.66px;
    background: url(/images/icon_mypage04.svg?66055959d992c8261f41014eabe7a482);
    background-size: 34.13px 41.66px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li:nth-child(5) a:before {
    left: 23px;
    width: 41.6px;
    height: 36.4px;
    background: url(/images/icon_mypage05.svg?a9fc6b404d92c370a9645865add6a64f);
    background-size: 41.6px 36.4px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li + li {
    margin-top: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner:last-child ul.list_btn li:nth-child(1) a:before {
    left: 32px;
    width: 22.22px;
    height: 41.66px;
    background: url(/images/icon_mypage06.svg?87026690aace36b8a66c60acd6566117);
    background-size: 22.22px 41.66px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner:last-child ul.list_btn li:nth-child(2) a:before {
    left: 25px;
    width: 37.22px;
    height: 33.82px;
    background: url(/images/icon_mypage07.svg?9329bb327721ce2c2f0a5d966c2e0d44);
    background-size: 37.22px 33.82px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .note_box {
    margin-top: 25px;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .note_box p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.14;
    letter-spacing: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .note_box p a {
    text-decoration: underline;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .note_box p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table {
    width: calc(100vw - 335px);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody + tbody:before {
    content: "";
    display: block;
    width: calc(100vw - 335px);
    border-top: 1px solid #000;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody:last-child tr td.btn_wrap {
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody.toggle_box {
    display: none;
    width: calc(100vw - 335px);
    height: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody.toggle_box:before {
    border-top: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody.no_border {
    border: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr {
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    width: calc(100vw - 335px);
    padding: 0;
    border-bottom: solid 1px #dcdcdc;
    height: 100%;
    min-height: 80px;
    padding: 20px 0;
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin {
    padding: 0;
    display: block;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin th.w165 {
    width: 165px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    align-self: flex-start;
    height: 65px;
    padding: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin th.w270 {
    width: 270px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin th.w290 {
    width: 290px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td {
    display: block;
    justify-content: flex-start;
    width: calc(100vw - 335px);
    flex-direction: column;
    align-items: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div {
    display: flex;
    justify-content: space-between;
    width: calc(100vw - 335px);
    align-items: center;
    padding: 0 0 15px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div + div {
    border-top: solid 1px #dcdcdc;
    width: calc( 100vw - 335px );
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div p span.tag_r {
    background: #bc0413;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 5px 6px;
    border-radius: 3px;
    margin-left: 15px;
    vertical-align: middle;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div p.ttl_large {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div p.ttl_large + p {
    margin-top: 15px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div label.ttl_large {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div .btn_g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #008c8c;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.td_inner {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td .attention {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ff0000;
    margin-top: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr:last-child {
    border-bottom: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap {
    flex-wrap: wrap;
    padding: 0;
    width: calc(100vw - 335px);
    max-width: 880px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap th {
    justify-content: flex-start;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0;
    border-bottom: none;
    width: calc(100vw - 335px);
    height: 80px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap th input[type=radio] {
    margin: -3px 15px 0 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td {
    width: calc(100vw - 335px);
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul {
    width: calc(100vw - 335px);
    border-top: solid 1px #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0;
    border-bottom: solid 1px #dcdcdc;
    width: calc( 100vw - 335px );
    height: auto;
    min-height: 60px;
    padding: 15px 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    width: calc( 100vw - 335px );
    padding: 20px 0;
    min-height: 80px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 270px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p {
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label sup.required,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p sup.required {
    color: #ff0000;
    font-size: 10px;
    font-size: 1rem;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dd {
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li input[type=radio] {
    margin: -2px 20px 0 15px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li label span.required {
    color: #ff0000;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td .attention {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ff0000;
    margin-top: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td .td_inner p.note {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 0 49px;
    letter-spacing: -0.02em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td .td_inner p.note + .note {
    margin-top: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .note_wrap {
    margin-top: 15px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .note_wrap p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    width: calc(100vw - 335px);
    line-height: 2.14;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .note_wrap p a {
    text-decoration: underline;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .note_wrap p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .btn_wrap {
    margin: 50px auto 30px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_back {
    margin: 0 auto;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th {
    margin-bottom: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th.th_border {
    padding-top: 30px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th.tab_no_margin {
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td {
    display: flex;
    justify-content: flex-start;
    width: calc(100vw - 335px);
    flex-direction: row;
    align-items: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td div {
    display: flex;
    justify-content: space-between;
    width: calc(100vw - 335px);
    align-items: center;
    padding: 15px 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td div + div {
    border-top: solid 1px #dcdcdc;
    width: calc(100vw - 335px);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td div p span.tag_r {
    background: #bc0413;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 5px 6px;
    border-radius: 3px;
    margin-left: 15px;
    vertical-align: middle;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td div p.ttl_large {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td div p.ttl_large + p {
    margin-top: 15px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td div label.ttl_large {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td div .btn_g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #008c8c;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td div.td_inner {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner {
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_nomargin {
    padding: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn {
    justify-content: space-between;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn .btn_g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #008c8c;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-bottom: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #008c8c;
    padding: 0 20px;
    margin: 35px 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap button + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap button + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap a + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap a + a {
    margin-left: 30px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.td_sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.td_ttl h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul {
    width: calc(100vw - 335px);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0;
    border-bottom: solid 1px #dcdcdc;
    width: calc(100vw - 335px);
    min-height: 60px;
    padding: 20px 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    width: calc( 100vw - 335px );
    padding: 20px 0;
    min-height: 80px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 270px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl dt label,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl dt p {
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl dt label sup.required,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl dt p sup.required {
    color: #ff0000;
    font-size: 10px;
    font-size: 1rem;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl dd {
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li input[type=radio] {
    margin: -2px 20px 0 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li label span.required {
    color: #ff0000;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select {
    height: 40px;
    border: solid 1px #ddd;
    width: calc(100vw - 335px);
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 15px;
    width: calc(100vw - 335px);
    border-radius: 3px;
    background: #fff;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w50 {
    width: 49.18%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w50_sp {
    width: 49.18%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w33 {
    width: 31.15%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w30 {
    width: 27.87%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w16 {
    width: 15.57%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=checkbox] {
    margin: 0 10px 0 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=radio] {
    margin: -4px 10px 0 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input::placeholder,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td textarea::placeholder {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.dob, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.gender, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.zipcode_wrap, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.anotherAdd, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.submission {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.gender .gender_inner {
    justify-content: flex-start;
    width: auto;
    border-top: none;
    padding-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.gender .gender_inner + .gender_inner {
    margin-left: 20px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime {
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime .onetime_inner {
    justify-content: flex-start;
    width: auto;
    border-top: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime .onetime_inner + .onetime_inner {
    margin-left: 0;
    padding: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.zipcode_wrap .attention {
    width: calc(100vw - 335px);
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ff0000;
    margin-top: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .anotherAdd,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .submission {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .anotherAdd label,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .submission label {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap {
    position: relative;
    padding-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w50 {
    width: 49.18%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w50_sp {
    width: 49.18%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w33 {
    width: 31.15%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w30 {
    width: 27.87%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w16 {
    width: 15.57%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select {
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select:invalid {
    color: #b2b2b2;
    text-indent: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select.job_title {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select option {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select option span {
    position: absolute;
    right: 0;
    text-align: right;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select option:first-child {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 58%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td span.select_accessory {
    margin: 1em 1.2em 0 0.8em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td span.select_accessory.confirm {
    margin: 0 1.2em 0 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td #btn_zipcode {
    width: 120px;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #008c8c;
    margin-left: 9px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td p.note {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td p.note.sp {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td p.note a {
    text-decoration: underline;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .attention {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ff0000;
    margin-top: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .note_box {
    margin-top: 25px;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .note_box p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.14;
    letter-spacing: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .note_box p a {
    text-decoration: underline;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .note_box p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .btn_back {
    min-width: 160px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 45px;
    background: #008c8c;
    padding: 0 20px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .btn_submit + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .btn_back + button {
    margin-left: 30px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .account_btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px auto 30px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .account_btn_box .btn_entry {
    position: relative;
    width: 47.73%;
    height: 70px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    background: #f8f8f8;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .account_btn_box .btn_entry img {
    position: absolute;
    width: 36px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap {
    margin-top: 25px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    text-align: left;
    margin: 0 0 15px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .h3_btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100vw - 335px);
    padding: 25px 0;
    margin-top: -25px;
    min-height: 85px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .h3_btn_wrap h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    text-align: left;
    margin: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .h3_btn_wrap .btn_print {
    background: #fff;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .h3_btn_wrap .btn_print img {
    width: 25px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information {
    display: flex;
    justify-content: space-between;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information .client {
    display: block;
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information .client .division_honorific {
    display: inline-block;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information .client .division_honorific .client_honorific {
    text-align: end;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information .company {
    width: 280px;
    margin-left: 2em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap {
    padding: 20px;
    border: 1px solid #dcdcdc;
    display: block;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap .latest_wrap_item p,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap .latest_wrap_item span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap .latest_wrap_item span + span {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap .latest_wrap_invoice {
    margin: auto auto 0 auto;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap .latest_wrap_invoice p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table {
    margin-top: 15px;
    width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr {
    min-height: 50px;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr th {
    text-align: left;
    vertical-align: bottom;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding-bottom: 5px;
    padding: 15px 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr th:first-child {
    width: 22%;
    min-width: 158px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr th:nth-child(2) {
    width: 62%;
    min-width: 160px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr th:nth-child(3) {
    width: 18%;
    min-width: 140px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr th:last-child {
    width: 10%;
    min-width: 100px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr td {
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr td:last-child {
    text-align: right;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr td .br_contract {
    display: block;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr td .attention {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ff0000;
    margin-top: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr td.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody tr td.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap {
    display: flex;
    justify-content: center;
    margin: 45px auto 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #008c8c;
    padding: 0 20px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap button + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap button + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap a + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap a + a {
    margin-left: 30px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap {
    display: flex;
    justify-content: center;
    margin: 45px auto 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #fff;
    box-sizing: border-box;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a + span,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span + span {
    margin-left: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.active,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.active {
    color: #fff;
    background: #008c8c;
    border: none;
    pointer-events: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.btn_prev,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.btn_prev {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.btn_prev:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.btn_prev:after {
    content: "";
    display: block;
    position: absolute;
    left: 55%;
    top: 42%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.btn_next,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.btn_next {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.btn_next:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.btn_next:after {
    content: "";
    display: block;
    position: absolute;
    left: 39%;
    top: 55%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.inactive,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.inactive {
    pointer-events: none;
    color: #c1c1c1;
    border: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.inactive:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.inactive:after {
    border-color: #c1c1c1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap {
    margin-top: 25px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap {
    width: calc(100vw - 335px);
    border-bottom: 1px solid #dcdcdc;
    padding: 25px 0;
    margin-top: -25px;
    min-height: 85px;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 400px;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner input[type=search] {
    background-color: #fff;
    padding: 0.65em 1em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    width: calc(100vw - 335px);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner input[type=search]::-moz-placeholder {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner input[type=search]::placeholder {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner .article_search_button {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-radius: 3px;
    background-color: #fff;
    background-image: url(/images/icon_search.svg?e5e37b95d46029e527426039f2dbae04);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner .article_search_button span {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner .detail_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0 15px 45px;
    box-sizing: border-box;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner .detail_wrap input[type=checkbox] {
    margin: 0 31px 0 -45px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner .detail_wrap label {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner .detail_wrap .btn_g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.6vw;
    max-width: 120px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #008c8c;
    margin-left: auto;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article {
    width: calc(100vw - 335px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt {
    text-align: left;
    padding-left: 45px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .tag_rank {
    display: inline-block;
    border-radius: 3px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    background: #008c8c;
    width: 75px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .tag_rank.special_news {
    background: #f57764;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt input[type=checkbox] {
    margin: 0 27px 0 -45px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_excerpt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.69;
    height: 37px;
    overflow: hidden;
    font-weight: 300;
    margin: 10px 0 15px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_info .tag_category {
    font-size: 12px;
    font-size: 1.2rem;
    color: #008c8c;
    margin-right: 20px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -8px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_info .timeStamp {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner img {
    width: 100px;
    flex-shrink: 0;
    margin: 0 0 0 27px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .btn_g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.6vw;
    max-width: 120px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #008c8c;
    margin-left: 27px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap {
    display: flex;
    justify-content: center;
    margin: 45px auto 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #fff;
    box-sizing: border-box;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a + span,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span + span {
    margin-left: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.active,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.active {
    color: #fff;
    background: #008c8c;
    border: none;
    pointer-events: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.btn_prev,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.btn_prev {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.btn_prev:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.btn_prev:after {
    content: "";
    display: block;
    position: absolute;
    left: 55%;
    top: 42%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.btn_next,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.btn_next {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.btn_next:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.btn_next:after {
    content: "";
    display: block;
    position: absolute;
    left: 39%;
    top: 55%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.inactive,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.inactive {
    pointer-events: none;
    color: #c1c1c1;
    border: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.inactive:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.inactive:after {
    border-color: #c1c1c1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap {
    margin-top: 25px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap {
    display: block;
    width: calc(100vw - 335px);
    border-bottom: 1px solid #dcdcdc;
    padding: 25px 0 15px;
    margin-top: -25px;
    text-align: right;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap span:before {
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    top: 0;
    transform: translateY(0%);
    width: 22.58px;
    height: 14.95px;
    background-image: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
    background-repeat: no-repeat;
    background-size: 22.58px 14.95px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap span .br_span {
    display: block;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow {
    width: calc(100vw - 335px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner .block_follow_txt {
    text-align: left;
    padding-left: 45px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner .block_follow_txt input[type=checkbox] {
    margin: 0 27px 0 -45px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner .block_follow_txt .follow_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.63;
    margin: 0 0 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner button {
    background: #fff;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner button:after {
    content: "";
    display: block;
    width: 27.04px;
    height: 17.9px;
    background-image: url(/images/icon_mypage02_pg.svg?35c97c6415fd8801b4a2d4b1d4746251);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 27.04px 17.9px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner button.active:after {
    content: "";
    display: block;
    width: 27.04px;
    height: 17.9px;
    background-image: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 27.04px 17.9px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .btn_g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.6vw;
    max-width: 120px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #008c8c;
    margin-left: 30px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap {
    margin-top: 25px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap {
    width: calc(100vw - 335px);
    border-bottom: 1px solid #dcdcdc;
    padding: 25px 0;
    margin-top: -25px;
    min-height: 85px;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 400px;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner input[type=search] {
    background-color: #fff;
    padding: 0.65em 1em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    width: calc(100vw - 335px);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner input[type=search]::-moz-placeholder {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner input[type=search]::placeholder {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner .follow_category_search_button {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-radius: 3px;
    background-color: #fff;
    background-image: url(/images/icon_search.svg?e5e37b95d46029e527426039f2dbae04);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner .follow_category_search_button span {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category {
    width: calc(100vw - 335px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category:hover .block_follow_category_txt .follow_category_ttl {
    text-decoration: underline;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt {
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .tag_rank {
    display: inline-block;
    border-radius: 3px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    background: #008c8c;
    width: 75px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .tag_rank.special_news {
    background: #f57764;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_excerpt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.69;
    height: 37px;
    overflow: hidden;
    font-weight: 300;
    margin: 10px 0 15px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_info {
    display: flex;
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_info .tag_category {
    font-size: 12px;
    font-size: 1.2rem;
    color: #008c8c;
    margin-right: 20px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_info .tag_category + .tag_category {
    margin-left: -8px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_info .timeStamp {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner img {
    width: 100px;
    flex-shrink: 0;
    margin: 0 0 0 27px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .btn_g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.6vw;
    max-width: 120px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #008c8c;
    margin-left: 27px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap {
    display: flex;
    justify-content: center;
    margin: 45px auto 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #fff;
    box-sizing: border-box;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a + span,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span + span {
    margin-left: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.active,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.active {
    color: #fff;
    background: #008c8c;
    border: none;
    pointer-events: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.btn_prev,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.btn_prev {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.btn_prev:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.btn_prev:after {
    content: "";
    display: block;
    position: absolute;
    left: 55%;
    top: 42%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.btn_next,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.btn_next {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.btn_next:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.btn_next:after {
    content: "";
    display: block;
    position: absolute;
    left: 39%;
    top: 55%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.inactive,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.inactive {
    pointer-events: none;
    color: #c1c1c1;
    border: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.inactive:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.inactive:after {
    border-color: #c1c1c1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner + .mypage_main_inner {
    margin-top: 35px;
  }

  /* =========================================================
  search_results
  ========================================================= */
  #wrap.search_results main #search_results_wrap .search_results_main {
    width: 100%;
    padding: 0;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_upperLevel_inner .block_article img {
    width: 22.89vw;
    max-width: 200px;
    margin: 0 0 0 25px;
    flex-shrink: 0;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub {
    width: 100%;
    border-left: none;
    padding: 0;
    margin-top: 25px;
    display: flex;
    border-top: 1px solid #000;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner {
    border-top: none;
    padding: 0 25px 0 0;
    width: 50%;
    margin-top: 10px;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #008c8c;
    text-align: left;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner .ranking_wrap {
    margin-top: 20px;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:first-child {
    display: none;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:nth-child(3) {
    padding: 0 0 0 25px;
    border-left: 1px solid #dcdcdc;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:nth-child(3) ul {
    margin-top: 10px;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:last-child {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  /* =========================================================
  section
  ========================================================= */
  section {
    text-align: center;
    padding: 16vw 0;
  }

  .inner {
    max-width: 100%;
    padding: 0 3.47vw;
  }

  /* =========================================================
  top
  ========================================================= */
  #section_headline {
    display: flex;
    width: 100%;
    padding: 0;
  }
  #section_headline .headline_left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  #section_headline .headline_left .headline_left_main {
    width: 100%;
    padding: 0 0 6vw 0;
    box-sizing: border-box;
  }
  #section_headline .headline_left .headline_left_main .block_article {
    width: 100%;
    display: block;
  }
  #section_headline .headline_left .headline_left_main .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #section_headline .headline_left .headline_left_main .block_article img {
    width: 100%;
    margin-bottom: 4vw;
    flex-shrink: 0;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt {
    text-align: left;
    padding: 0;
    margin: 0 4vw;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_ttl {
    font-size: 5.33vw;
    font-weight: 600;
    line-height: 1.46;
    margin: 0 0 2.67vw;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_excerpt {
    font-size: 3.47vw;
    line-height: 1.69;
    height: 18vw;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 2.67vw;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 5.33vw;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -2.13vw;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #section_headline .headline_left .headline_left_main .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_headline .headline_left .headline_left_sub {
    width: 100%;
    padding: 6vw 0;
    margin: 0 4vw;
    box-sizing: border-box;
    border-left: none;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_headline .headline_left .headline_left_sub .block_article {
    width: 100%;
    display: block;
  }
  #section_headline .headline_left .headline_left_sub .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #section_headline .headline_left .headline_left_sub .block_article img {
    width: 100%;
    margin-bottom: 4vw;
    flex-shrink: 0;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt {
    text-align: left;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 2.67vw;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_excerpt {
    font-size: 3.47vw;
    line-height: 1.69;
    height: 11vw;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 2.67vw;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 5.33vw;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -2.13vw;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #section_headline .headline_left .headline_left_sub .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_headline .headline_left .headline_left_sub .block_article:first-child {
    padding: 0 0 4vw 0;
  }
  #section_headline .headline_left .headline_left_sub .block_article:last-child {
    padding: 4vw 0 0 0;
    border-top: 1px solid #dcdcdc;
  }
  #section_headline .headline_right {
    width: 100%;
    border-left: none;
    padding: 0;
    margin: 0 4vw;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  #section_headline .headline_right .block_article {
    width: 100%;
    display: flex;
    padding: 4vw 0;
    max-width: 100%;
  }
  #section_headline .headline_right .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #section_headline .headline_right .block_article .block_article_txt {
    text-align: left;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 2.67vw;
    max-width: 56.53vw;
    width: 56.53vw;
    min-width: 56.53vw;
  }
  #section_headline .headline_right .block_article .block_article_txt .thumb img {
    width: 30.13vw;
    max-width: 30.13vw;
    margin: 0 0 4vw 5.33vw;
    flex-shrink: 0;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_excerpt {
    font-size: 3.47vw;
    line-height: 1.69;
    height: 16vw;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 2.67vw;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 5.33vw;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -2.13vw;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #section_headline .headline_right .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_headline .headline_right .block_article:first-child {
    padding: 4vw 0;
  }
  #section_headline .headline_right .block_article:nth-child(2) {
    padding: 4vw 0;
    border-top: 1px solid #dcdcdc;
    border-right: none;
    border-left: none;
    width: 100%;
  }
  #section_headline .headline_right .block_article:last-child {
    padding: 4vw 0 0 0;
    border-top: 1px solid #dcdcdc;
  }

  #section_mainArticles {
    display: block;
    width: 100%;
    padding: 0 4vw;
    border-top: none;
    margin-top: 12vw;
  }
  #section_mainArticles h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 700;
    color: #008c8c;
    text-align: left;
    border-top: 1px solid #000;
  }
  #section_mainArticles .mainArticles_inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    padding: 0;
    box-sizing: border-box;
  }
  #section_mainArticles .mainArticles_inner .block_article {
    width: 100%;
    display: flex;
    margin-top: 0;
    max-width: 100%;
    padding-top: 5.33vw;
    border-top: 1px solid #dcdcdc;
  }
  #section_mainArticles .mainArticles_inner .block_article:hover .block_article_inner .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner {
    display: flex;
    margin-top: 0;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt {
    text-align: left;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 2.67vw;
    max-width: 56.53vw;
    width: 56.53vw;
    min-width: 56.53vw;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .thumb img {
    width: 30.13vw;
    max-width: 30.13vw;
    margin: 0 0 4vw 5.33vw;
    flex-shrink: 0;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_excerpt {
    font-size: 3.47vw;
    line-height: 1.69;
    height: 16vw;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 2.67vw;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 5.33vw;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -2.13vw;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_rank.premium {
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    width: 2.93vw;
    height: 4.27vw;
  }
  #section_mainArticles .mainArticles_inner .block_article .block_article_inner .block_article_txt .article_info .tag_rank.paid {
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    width: 2.93vw;
    height: 4.27vw;
  }
  #section_mainArticles .mainArticles_inner .block_article:nth-child(3n-2) {
    padding: 4vw 0;
  }
  #section_mainArticles .mainArticles_inner .block_article:nth-child(3n-1) {
    padding: 4vw 0;
    border-left: none;
    border-top: 1px solid #dcdcdc;
    width: 100%;
  }
  #section_mainArticles .mainArticles_inner .block_article:nth-child(3n-1) .block_article_inner {
    border-left: none;
    padding-left: 0;
  }
  #section_mainArticles .mainArticles_inner .block_article:nth-child(3n) {
    padding: 4vw 0;
    border-left: none;
    border-top: 1px solid #dcdcdc;
  }
  #section_mainArticles .mainArticles_inner .block_article:nth-child(3n) .block_article_inner {
    border-left: none;
    padding-left: 0;
  }
  #section_mainArticles .mainArticles_inner .block_article:nth-child(1) {
    border-top: none;
    margin-top: 0;
  }
  #section_mainArticles .mainArticles_inner .block_article:nth-child(2), #section_mainArticles .mainArticles_inner .block_article:nth-child(3) {
    border-top: 1px solid #dcdcdc;
    margin-top: 0;
  }

  #section_lowerLevel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-top: 6vw;
  }
  #section_lowerLevel .lowerLevel_left {
    width: 100%;
    margin: 0 4vw;
    border-top: 1px solid #000;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 700;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner h2 a {
    display: inline-block;
    font-size: 4.27vw;
    font-weight: 700;
    color: #008c8c;
    position: relative;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner h2 a:after {
    content: "";
    display: block;
    position: absolute;
    top: 43%;
    right: -4vw;
    width: 2.67vw;
    height: 2.67vw;
    border-top: 3px solid #008c8c;
    border-right: 3px solid #008c8c;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner + .lowerLevel_left_inner {
    border-top: 1px solid #000;
    margin-top: 9.33vw;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article {
    width: 100%;
    display: block;
    padding: 4vw 0 0;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article img {
    width: 100%;
    margin-bottom: 4vw;
    flex-shrink: 0;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt {
    text-align: left;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_ttl {
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 1.67vw;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_excerpt {
    font-size: 3.47vw;
    line-height: 1.69;
    height: 16vw;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 2.67vw;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 5.33vw;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -2.13vw;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_lowerLevel .lowerLevel_left .lowerLevel_left_inner .block_article + .block_article {
    border-top: 1px solid #dcdcdc;
    margin-top: 6vw;
  }
  #section_lowerLevel .lowerLevel_right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    box-sizing: border-box;
    margin: 0 4vw;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner {
    border-top: 1px solid #000;
    padding-bottom: 0;
    width: 100%;
    padding: 0;
    margin-top: 10.67vw;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 700;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap {
    margin-top: 2.67vw;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_tab_area {
    display: flex;
    justify-content: space-around;
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_tab_area .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 42.67vw;
    width: 42.67vw;
    height: 9.87vw;
    line-height: 1;
    text-align: center;
    border: none;
    border-radius: 3px 3px 0 0;
    position: relative;
    top: 1px;
    font-size: 3.73vw;
    color: #b2b2b2;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_tab_area .tab:first-child {
    margin-left: 3.33vw;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_tab_area .tab:last-child {
    margin-right: 3.33vw;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_tab_area .tab.active {
    border: 1px solid #dcdcdc;
    border-bottom: 1px solid #fff;
    color: #000;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_content_area {
    font-size: 3.73vw;
    text-align: center;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
    display: none;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
    display: block;
    margin-top: 2.67vw;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li {
    padding: 4vw 0;
    text-align: left;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a {
    font-size: 3.73vw;
    font-weight: 600;
    line-height: 1.71;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a:hover,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a:hover {
    text-decoration: underline;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a .tag_rank,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a .tag_rank.premium_free::before,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a .tag_rank.premium::before,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a .tag_rank.premium::after,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a .tag_rank.paid,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li a .tag_rank.free:before,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li a .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li + li,
#section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul li + li {
    border-top: 1px solid #dcdcdc;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li {
    padding-left: 9.33vw;
    position: relative;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:before {
    display: inline-block;
    position: absolute;
    left: 2.33vw;
    transform: translateY(-5px);
    color: #008c8c;
    font-size: 1.8rem;
    font-weight: 600;
    font-style: italic;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(1):before {
    content: "1";
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(2):before {
    content: "2";
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(3):before {
    content: "3";
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(4):before {
    content: "4";
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(5):before {
    content: "5";
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(6):before {
    content: "6";
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(7):before {
    content: "7";
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(8):before {
    content: "8";
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(9):before {
    content: "9";
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ol li:nth-child(10):before {
    content: "10";
    left: 2px;
    letter-spacing: -3px;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner ul {
    margin-top: 0;
    border: none;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:first-child {
    display: block;
    border-top: none;
    padding-bottom: 0;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:first-child img {
    width: 80%;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:nth-child(2) {
    padding: 0;
    border-left: none;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:nth-child(2) h2 {
    border-bottom: none;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:nth-child(3) {
    padding: 0;
    border-left: none;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:last-child {
    display: block;
    border-top: none;
  }
  #section_lowerLevel .lowerLevel_right .lowerLevel_right_inner:last-child img {
    width: 80%;
  }

  /* =========================================================
  article
  ========================================================= */
  #article_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-top: 5.33vw;
  }
  #article_wrap .article_main {
    width: 100%;
    margin: 0 4vw;
    padding: 0;
  }
  #article_wrap .article_main .article_main_contents_wrap {
    text-align: left;
    margin-top: 0;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl {
    margin-bottom: 4vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .article_detail_title {
    font-size: 5.33vw;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .timeStamp {
    font-size: 3.47vw;
    font-weight: 500;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_ttl .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 4.8vw 0;
    border-top: 1px solid #dcdcdc;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button {
    display: inline-block;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    font-size: 3.2vw;
    padding: 1.6vw 2.67vw;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    margin: 0 1.33vw 1.33vw 0;
    background: #fff;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a:hover,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button:hover {
    background: #d7eaea;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a.active,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button.active {
    background: #008c8c;
    color: #fff;
    border: none;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a.btn_follow,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button.btn_follow {
    position: relative;
    padding-left: 5.87vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a.btn_follow:before,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button.btn_follow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2.4vw;
    transform: translateY(-50%);
    width: 2.67vw;
    height: 2.67vw;
    background-image: url(/images/icon_plus.svg?7044a825db58b120f2023f56aecd37fc);
    background-size: 2.67vw 2.67vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a.btn_follow.active:before,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button.btn_follow.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2.4vw;
    transform: translateY(-50%);
    width: 2.58vw;
    height: 2.14vw;
    background-image: url(/images/icon_check.svg?ccd9dc4817969ca486ad3887450f7e6c);
    background-size: 2.58vw 2.14vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn a:last-child,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn button:last-child {
    margin-right: 0;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_btn .tag_keyword {
    color: #008c8c;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    flex: 1;
    margin-top: 2.67vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button {
    display: inline-block;
    font-size: 3.2vw;
    padding: 1.6vw 2.67vw;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a:hover,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button:hover {
    background: #d7eaea;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a.active,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button.active {
    background: #008c8c;
    color: #fff;
    border: none;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a.btn_save,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button.btn_save {
    position: relative;
    font-size: 3.2vw;
    padding: 1.6vw 2.67vw 1.6vw 6.13vw;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a.btn_save:before,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button.btn_save:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2.93vw;
    transform: translateY(-50%);
    width: 1.97vw;
    height: 3.78vw;
    background-image: url(/images/icon_clip.svg?6eeeef2e0b56aff69e8cc4610a7b1ff7);
    background-size: 1.97vw 3.78vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub a.btn_save.active:before,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub button.btn_save.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2.93vw;
    transform: translateY(-50%);
    width: 1.97vw;
    height: 3.7vw;
    background-image: url(/images/icon_clip_wh.svg?e29ba5a4b1e33423dfd86651930de7f8);
    background-size: 1.97vw 3.7vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns {
    min-width: auto;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns a,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns button {
    display: inline-block;
    width: 5.33vw;
    height: 5.33vw;
    margin: 0 1.33vw 1.33vw 0;
    vertical-align: middle;
    padding: 0;
    background: #fff;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns a img,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns button img {
    width: 5.33vw;
    vertical-align: top;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns a:last-child,
#article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox .article_main_contents_sub .article_main_contents_sns button:last-child {
    margin-right: 0;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox:last-child {
    padding: 8vw 0 0;
    margin-bottom: 8vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox:last-child .article_main_contents_sub .article_main_contents_sns {
    min-width: auto;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox.underline {
    padding: 8vw 0 7.8vw;
    margin-bottom: 8vw;
    border-bottom: none;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_btnBox.underline .article_main_contents_sub {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 6vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt figure {
    margin: 0 auto 6.67vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt figure img {
    width: 100%;
    height: auto;
    margin-bottom: 2.67vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt figure figcaption {
    font-size: 3.47vw;
    font-weight: 300;
    line-height: 1.69;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt figure.sub_figure {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt img.sub_figure {
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 6.67vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt .article_main_contents_txt_inner {
    height: 80.33vw;
    overflow: hidden;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt .article_main_contents_txt_inner p {
    font-size: 4.27vw;
    font-weight: 400;
    line-height: 2.13;
    text-indent: 1em;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt p {
    font-size: 4.27vw;
    font-weight: 400;
    line-height: 2.13;
    text-indent: 1em;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt p.article_main_contents_txt_induction {
    position: relative;
    background: #f6f6f6;
    font-size: 3.73vw;
    padding: 4vw 4vw 4vw 14.13vw;
    margin-top: 6.67vw;
    text-indent: 0em;
    line-height: 1.71;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt p.article_main_contents_txt_induction:before {
    content: "";
    display: block;
    position: absolute;
    top: 4vw;
    left: 4.27vw;
    transform: unset;
    width: 5.87vw;
    height: 5.87vw;
    background-image: url(/images/icon_induction.svg?8a40d0abc17f23fd077323d18742289c);
    background-size: 5.87vw 5.87vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt p + figure {
    margin-top: 6.67vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide p {
    display: none;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide p:first-of-type {
    display: block;
    font-size: 4.27vw;
    font-weight: 400;
    line-height: 2.13;
    text-indent: 1em;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide p.article_main_contents_txt_induction {
    display: block;
    position: relative;
    background: #f6f6f6;
    font-size: 3.73vw;
    padding: 4vw 4vw 4vw 14.13vw;
    margin-top: 6.67vw;
    text-indent: 0em;
    line-height: 1.71;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide p.article_main_contents_txt_induction:before {
    content: "";
    display: block;
    position: absolute;
    top: 4vw;
    left: 4.27vw;
    transform: unset;
    width: 5.87vw;
    height: 5.87vw;
    background-image: url(/images/icon_induction.svg?8a40d0abc17f23fd077323d18742289c);
    background-size: 5.87vw 5.87vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    padding: 5.33vw 5.33vw 6.67vw;
    margin: 8vw auto;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box p {
    font-size: 3.47vw;
    font-weight: 400;
    line-height: 1.85;
    text-align: left;
    text-indent: 0em;
    letter-spacing: -0.01em;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_paid {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 4.8vw;
    font-weight: 600;
    height: 13.33vw;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    margin: 5.33vw auto 0;
    color: #fff;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_paid:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 5.33vw;
    width: 2.67vw;
    height: 2.67vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_paid:hover {
    opacity: 0.8;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_free {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 4.8vw;
    font-weight: 600;
    height: 13.33vw;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    margin: 2.67vw auto 0;
    color: #008c8c;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_free:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 5.33vw;
    width: 2.67vw;
    height: 2.67vw;
    border-top: 3px solid #008c8c;
    border-right: 3px solid #008c8c;
    transform: rotate(45deg) translateY(-50%);
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide .guide_box .btn_free:hover {
    background: #d7eaea;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free p:first-of-type {
    display: block;
    font-size: 4.27vw;
    font-weight: 400;
    line-height: 2.13;
    text-indent: 1em;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free p.article_main_contents_txt_induction {
    display: block;
    position: relative;
    background: #f6f6f6;
    font-size: 3.73vw;
    padding: 4vw 4vw 4vw 14.13vw;
    margin-top: 6.67vw;
    text-indent: 0em;
    line-height: 1.71;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free p.article_main_contents_txt_induction:before {
    content: "";
    display: block;
    position: absolute;
    top: 4vw;
    left: 4.27vw;
    transform: unset;
    width: 5.87vw;
    height: 5.87vw;
    background-image: url(/images/icon_induction.svg?8a40d0abc17f23fd077323d18742289c);
    background-size: 5.87vw 5.87vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    padding: 5.33vw 5.33vw 6.67vw;
    margin: 8vw auto;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box p {
    font-size: 3.47vw;
    font-weight: 400;
    line-height: 1.85;
    text-align: left;
    text-indent: 0em;
    letter-spacing: -0.01em;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_paid {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 4.8vw;
    font-weight: 600;
    height: 13.33vw;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    margin: 5.33vw auto 0;
    color: #fff;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_paid:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 5.33vw;
    width: 2.67vw;
    height: 2.67vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_paid:hover {
    opacity: 0.8;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_free {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 4.8vw;
    font-weight: 600;
    height: 13.33vw;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    margin: 2.67vw auto 0;
    color: #008c8c;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_free:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 5.33vw;
    width: 2.67vw;
    height: 2.67vw;
    border-top: 3px solid #008c8c;
    border-right: 3px solid #008c8c;
    transform: rotate(45deg) translateY(-50%);
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt.guide_free .guide_box .btn_free:hover {
    background: #d7eaea;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_txt *:not(.sub_figure):nth-child(n+2) img {
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 6.67vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_author {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 8vw;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    padding: 5.33vw 5.33vw 16.67vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_author img {
    width: 26.67vw;
    /* height: 26.67vw; */
    margin: 0 0 5.33vw 0;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt {
    position: relative;
    width: 100%;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner .author_name {
    font-size: 3.73vw;
    font-weight: 600;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner button.btn_follow {
    position: relative;
    font-size: 3.2vw;
    padding: 1.6vw 2.67vw 1.6vw 5.87vw;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 0 3.2vw;
    background: #fff;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner button.btn_follow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2.4vw;
    transform: translateY(-50%);
    width: 2.67vw;
    height: 2.67vw;
    background-image: url(/images/icon_plus.svg?7044a825db58b120f2023f56aecd37fc);
    background-size: 2.67vw 2.67vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner button.btn_follow.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2.4vw;
    transform: translateY(-50%);
    width: 2.58vw;
    height: 2.14vw;
    background-image: url(/images/icon_check.svg?ccd9dc4817969ca486ad3887450f7e6c);
    background-size: 2.58vw 2.14vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner a.btn_authorList {
    position: absolute;
    color: #008c8c;
    margin-left: auto;
    padding-right: 6.4vw;
    bottom: -10.33vw;
    right: 0;
    font-size: 3.73vw;
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt .article_main_contents_author_txt_inner a.btn_authorList:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 1.33vw;
    width: 2.4vw;
    height: 2.4vw;
    border-top: 2px solid #008c8c;
    border-right: 2px solid #008c8c;
    transform: rotate(45deg) translateY(-50%);
  }
  #article_wrap .article_main .article_main_contents_wrap .article_main_contents_author .article_main_contents_author_txt p {
    font-size: 3.47vw;
    line-height: 1.85;
    text-align: justify;
  }
  #article_wrap .article_main .article_sub_contents_wrap {
    text-align: left;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl {
    margin-bottom: 6.67vw;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl h2 {
    font-size: 5.33vw;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_ttl .timeStamp {
    font-size: 3.47vw;
    font-weight: 500;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt {
    border-top: 1px solid #dcdcdc;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt figure {
    margin: 0 auto 6.67vw;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt figure img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt figure figcaption {
    font-size: 3.47vw;
    font-weight: 300;
    line-height: 1.69;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt .article_sub_contents_txt_inner {
    height: 80.33vw;
    overflow: hidden;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt .article_sub_contents_txt_inner p {
    font-size: 4.27vw;
    font-weight: 400;
    line-height: 2.13;
    text-indent: 1em;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt .btn_readMore {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 4.8vw;
    font-weight: 600;
    height: 13.33vw;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    margin: 10.67vw auto 13.33vw;
    color: #008c8c;
  }
  #article_wrap .article_main .article_sub_contents_wrap .article_sub_contents_txt .btn_readMore:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 5.33vw;
    width: 2.67vw;
    height: 2.67vw;
    border-top: 3px solid #008c8c;
    border-right: 3px solid #008c8c;
    transform: rotate(45deg) translateY(-50%);
  }
  #article_wrap .article_main .article_main_relation {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-top: 1px solid #000;
    margin-bottom: 9.33vw;
  }
  #article_wrap .article_main .article_main_relation h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner + .article_main_relation_inner {
    border-top: 1px solid #dcdcdc;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article {
    width: 100%;
    display: flex;
    padding: 4vw 0;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article:first-of-type, #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article:nth-of-type(3) {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
    padding: 4vw 0;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt {
    text-align: left;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 5px;
    max-width: 60vw;
    width: 60vw;
    min-width: 60vw;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt img {
    width: 26.67vw;
    max-width: 26.67vw;
    margin: 0 0 2.67vw 5.33vw;
    flex-shrink: 0;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 4vw;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -8px;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #article_wrap .article_main .article_main_relation .article_main_relation_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #article_wrap .article_main .article_main_keyword {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-top: 1px solid #000;
  }
  #article_wrap .article_main .article_main_keyword h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #article_wrap .article_main .article_main_keyword .article_main_keyword_inner {
    display: flex;
    margin-top: 5.33vw;
  }
  #article_wrap .article_main .article_main_keyword .article_main_keyword_inner .tag_keyword {
    display: inline-block;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    font-size: 3.2vw;
    padding: 1.6vw 3.47vw;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 2.67vw;
    color: #008c8c;
  }
  #article_wrap .article_main .article_main_keyword .article_main_keyword_inner .tag_keyword + .tag_keyword {
    margin-left: 1.33vw;
  }
  #article_wrap .article_main .article_main_keyword .article_main_keyword_inner .tag_keyword:hover {
    background: #d7eaea;
  }
  #article_wrap .article_sub {
    width: 100%;
    border: none;
    padding: 0;
    box-sizing: border-box;
    margin: 0 4vw;
    display: flex;
    flex-wrap: wrap;
  }
  #article_wrap .article_sub .article_sub_inner {
    width: 100%;
    border-top: 1px solid #000;
    padding: 0;
    margin-top: 9.33vw;
  }
  #article_wrap .article_sub .article_sub_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #article_wrap .article_sub .article_sub_inner .ranking_wrap {
    margin-top: 2.67vw;
  }
  #article_wrap .article_sub .article_sub_inner .ranking_wrap .ranking_content_area {
    font-size: 3.73vw;
    text-align: center;
  }
  #article_wrap .article_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
    display: none;
  }
  #article_wrap .article_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
    display: block;
    margin-top: 2.67vw;
  }
  #article_wrap .article_sub .article_sub_inner ol li,
#article_wrap .article_sub .article_sub_inner ul li {
    padding: 4vw 0;
    text-align: left;
  }
  #article_wrap .article_sub .article_sub_inner ol li a,
#article_wrap .article_sub .article_sub_inner ul li a {
    font-size: 3.73vw;
    font-weight: 600;
    line-height: 1.71;
  }
  #article_wrap .article_sub .article_sub_inner ol li a:hover,
#article_wrap .article_sub .article_sub_inner ul li a:hover {
    text-decoration: underline;
  }
  #article_wrap .article_sub .article_sub_inner ol li a .tag_rank,
#article_wrap .article_sub .article_sub_inner ul li a .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #article_wrap .article_sub .article_sub_inner ol li a .tag_rank.premium_free::before,
#article_wrap .article_sub .article_sub_inner ul li a .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #article_wrap .article_sub .article_sub_inner ol li a .tag_rank.premium::before,
#article_wrap .article_sub .article_sub_inner ul li a .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #article_wrap .article_sub .article_sub_inner ol li a .tag_rank.premium::after,
#article_wrap .article_sub .article_sub_inner ul li a .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #article_wrap .article_sub .article_sub_inner ol li a .tag_rank.paid,
#article_wrap .article_sub .article_sub_inner ul li a .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #article_wrap .article_sub .article_sub_inner ol li a .tag_rank.free:before,
#article_wrap .article_sub .article_sub_inner ul li a .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #article_wrap .article_sub .article_sub_inner ol li + li,
#article_wrap .article_sub .article_sub_inner ul li + li {
    border-top: 1px solid #dcdcdc;
  }
  #article_wrap .article_sub .article_sub_inner ol li {
    padding-left: 9.33vw;
    position: relative;
  }
  #article_wrap .article_sub .article_sub_inner ol li:before {
    display: inline-block;
    position: absolute;
    left: 2.33vw;
    transform: translateY(-5px);
    color: #008c8c;
    font-size: 1.8rem;
    font-weight: 600;
    font-style: italic;
  }
  #article_wrap .article_sub .article_sub_inner ol li:nth-child(1):before {
    content: "1";
  }
  #article_wrap .article_sub .article_sub_inner ol li:nth-child(2):before {
    content: "2";
  }
  #article_wrap .article_sub .article_sub_inner ol li:nth-child(3):before {
    content: "3";
  }
  #article_wrap .article_sub .article_sub_inner ol li:nth-child(4):before {
    content: "4";
  }
  #article_wrap .article_sub .article_sub_inner ol li:nth-child(5):before {
    content: "5";
  }
  #article_wrap .article_sub .article_sub_inner ol li:nth-child(6):before {
    content: "6";
  }
  #article_wrap .article_sub .article_sub_inner ol li:nth-child(7):before {
    content: "7";
  }
  #article_wrap .article_sub .article_sub_inner ol li:nth-child(8):before {
    content: "8";
  }
  #article_wrap .article_sub .article_sub_inner ol li:nth-child(9):before {
    content: "9";
  }
  #article_wrap .article_sub .article_sub_inner ol li:nth-child(10):before {
    content: "10";
    left: 2px;
    letter-spacing: -3px;
  }
  #article_wrap .article_sub .article_sub_inner:first-child {
    display: block;
    border-top: none;
  }
  #article_wrap .article_sub .article_sub_inner:first-child img {
    width: 80%;
  }
  #article_wrap .article_sub .article_sub_inner:nth-child(2) {
    padding: 0;
    border-left: none;
    margin-top: 10.67vw;
  }
  #article_wrap .article_sub .article_sub_inner:nth-child(2) h2 {
    border-bottom: none;
  }
  #article_wrap .article_sub .article_sub_inner:nth-child(3) {
    padding: 0;
    border-left: none;
  }
  #article_wrap .article_sub .article_sub_inner:nth-child(3) ul {
    margin-top: 0;
    border: none;
  }
  #article_wrap .article_sub .article_sub_inner:last-child {
    display: block;
    border-top: none;
  }
  #article_wrap .article_sub .article_sub_inner:last-child img {
    width: 80%;
  }

  /* =========================================================
  category
  ========================================================= */
  #wrap.category main {
    padding-top: 0;
  }
  #wrap.category main #category_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
  }
  #wrap.category main #category_wrap .category_wrap_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 13.33vw;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
  }
  #wrap.category main #category_wrap .category_wrap_ttl h1 {
    line-height: 1;
    font-size: 5.33vw;
    position: relative;
    font-weight: 600;
    text-align: left;
  }
  #wrap.category main #category_wrap .category_main {
    width: 100%;
    padding-right: 0;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-top: none;
    margin-bottom: 9.33vw;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner + .category_main_upperLevel_inner {
    border-top: 1px solid #dcdcdc;
    padding: 0;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article {
    width: 100%;
    display: flex;
    padding: 4vw 0;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article:first-of-type, #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article:nth-of-type(3) {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
    padding: 4vw 0;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt {
    text-align: left;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 5px;
    width: 56.53vw;
    min-width: 56.53vw;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt img {
    width: 30.13vw;
    max-width: 30.13vw;
    margin: 0 0 2.67vw 5.33vw;
    flex-shrink: 0;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 4vw;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -8px;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.category main #category_wrap .category_main .category_main_upperLevel .category_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-top: 1px solid #000;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article {
    width: 100%;
    display: block;
    padding: 4vw 0 0;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt {
    text-align: left;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_ttl {
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 1.56;
    margin: 0 0 1.33vw;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 5.33vw;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -2.13vw;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.category main #category_wrap .category_main .category_main_lowerLevel .category_main_lowerLevel_inner .block_article + .block_article {
    border-top: 1px solid #dcdcdc;
    margin-top: 5.33vw;
  }
  #wrap.category main #category_wrap .category_main .category_pageNation {
    margin: 12vw auto 2vw;
  }
  #wrap.category main #category_wrap .category_main .category_pageNation ul {
    display: flex;
    justify-content: center;
  }
  #wrap.category main #category_wrap .category_main .category_pageNation ul li {
    width: 8vw;
    height: 8vw;
  }
  #wrap.category main #category_wrap .category_main .category_pageNation ul li a,
#wrap.category main #category_wrap .category_main .category_pageNation ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    font-size: 3.73vw;
  }
  #wrap.category main #category_wrap .category_main .category_pageNation ul li a:hover {
    background: #d7eaea;
  }
  #wrap.category main #category_wrap .category_main .category_pageNation ul li span.active {
    background: #008c8c;
    color: #fff;
  }
  #wrap.category main #category_wrap .category_main .category_pageNation ul li + li {
    margin-left: 2.67vw;
  }
  #wrap.category main #category_wrap .category_main .category_pageNation ul li.prev {
    width: 17.33vw;
  }
  #wrap.category main #category_wrap .category_main .category_pageNation ul li.prev a:before,
#wrap.category main #category_wrap .category_main .category_pageNation ul li.prev span:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 2.13vw;
    height: 2.13vw;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
    margin-right: 0.8vw;
  }
  #wrap.category main #category_wrap .category_main .category_pageNation ul li.next {
    width: 17.33vw;
  }
  #wrap.category main #category_wrap .category_main .category_pageNation ul li.next a:after,
#wrap.category main #category_wrap .category_main .category_pageNation ul li.next span:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 2.13vw;
    height: 2.13vw;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    margin-left: 0.8vw;
  }
  #wrap.category main #category_wrap .category_sub {
    width: 100%;
    border: none;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner {
    width: 100%;
    border-top: 1px solid #000;
    padding: 0;
    margin-top: 9.33vw;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner .ranking_wrap {
    margin-top: 2.67vw;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner .ranking_wrap .ranking_content_area {
    font-size: 3.73vw;
    text-align: center;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
    display: none;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
    display: block;
    margin-top: 2.67vw;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li {
    padding: 4vw 0;
    text-align: left;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li a,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a {
    font-size: 3.73vw;
    font-weight: 600;
    line-height: 1.71;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li a:hover,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a:hover {
    text-decoration: underline;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li a .tag_rank,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li a .tag_rank.premium_free::before,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li a .tag_rank.premium::before,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li a .tag_rank.premium::after,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li a .tag_rank.paid,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li a .tag_rank.free:before,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li a .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li + li,
#wrap.category main #category_wrap .category_sub .article_sub_inner ul li + li {
    border-top: 1px solid #dcdcdc;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li {
    padding-left: 9.33vw;
    position: relative;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li:before {
    display: inline-block;
    position: absolute;
    left: 2.33vw;
    transform: translateY(-5px);
    color: #008c8c;
    font-size: 1.8rem;
    font-weight: 600;
    font-style: italic;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(1):before {
    content: "1";
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(2):before {
    content: "2";
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(3):before {
    content: "3";
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(4):before {
    content: "4";
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(5):before {
    content: "5";
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(6):before {
    content: "6";
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(7):before {
    content: "7";
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(8):before {
    content: "8";
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(9):before {
    content: "9";
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner ol li:nth-child(10):before {
    content: "10";
    left: 2px;
    letter-spacing: -3px;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner:first-child {
    display: block;
    border-top: none;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner:first-child img {
    width: 80%;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner:nth-child(2) {
    padding: 0;
    border-left: none;
    margin-top: 10.67vw;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner:nth-child(2) h2 {
    border-bottom: none;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner:nth-child(3) {
    padding: 0;
    border-left: none;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner:nth-child(3) ul {
    margin-top: 0;
    border: none;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner:last-child {
    display: block;
    border-top: none;
  }
  #wrap.category main #category_wrap .category_sub .article_sub_inner:last-child img {
    width: 80%;
  }

  /* =========================================================
  tag
  ========================================================= */
  #wrap.tag main {
    padding-top: 0;
  }
  #wrap.tag main #tag_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
  }
  #wrap.tag main #tag_wrap .tag_wrap_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
  }
  #wrap.tag main #tag_wrap .tag_wrap_ttl h1 {
    line-height: 1;
    font-size: 5.33vw;
    position: relative;
    font-weight: 600;
    text-align: left;
  }
  #wrap.tag main #tag_wrap .tag_wrap_ttl button.btn_follow_tag {
    position: relative;
    font-size: 3.2vw;
    padding: 1.6vw 2.67vw 1.6vw 5.87vw;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 0 3.2vw;
    background: #fff;
  }
  #wrap.tag main #tag_wrap .tag_wrap_ttl button.btn_follow_tag:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2.4vw;
    transform: translateY(-50%);
    width: 2.67vw;
    height: 2.67vw;
    background-image: url(/images/icon_plus.svg?7044a825db58b120f2023f56aecd37fc);
    background-size: 2.67vw 2.67vw;
  }
  #wrap.tag main #tag_wrap .tag_wrap_ttl button.btn_follow_tag.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2.4vw;
    transform: translateY(-50%);
    width: 2.58vw;
    height: 2.14vw;
    background-image: url(/images/icon_check.svg?ccd9dc4817969ca486ad3887450f7e6c);
    background-size: 2.58vw 2.14vw;
  }
  #wrap.tag main #tag_wrap .tag_main {
    width: 100%;
    padding-right: 0;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-top: none;
    margin-bottom: 9.33vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner + .tag_main_upperLevel_inner {
    border-top: 1px solid #dcdcdc;
    padding: 0;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article {
    width: 100%;
    display: flex;
    padding: 4vw 0;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article:first-of-type, #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article:nth-of-type(3) {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
    padding: 4vw 0;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt {
    text-align: left;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 5px;
    width: 56.53vw;
    min-width: 56.53vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt img {
    width: 30.13vw;
    max-width: 30.13vw;
    margin: 0 0 2.67vw 5.33vw;
    flex-shrink: 0;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 4vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -8px;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_upperLevel .tag_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-top: 1px solid #000;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article {
    width: 100%;
    display: block;
    padding: 4vw 0 0;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt {
    text-align: left;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_ttl {
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 1.56;
    margin: 0 0 1.33vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 5.33vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -2.13vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_main_lowerLevel .tag_main_lowerLevel_inner .block_article + .block_article {
    border-top: 1px solid #dcdcdc;
    margin-top: 5.33vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_pageNation {
    margin: 12vw auto 2vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_pageNation ul {
    display: flex;
    justify-content: center;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li {
    width: 8vw;
    height: 8vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li a,
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    font-size: 3.73vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li a:hover {
    background: #d7eaea;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li span.active {
    background: #008c8c;
    color: #fff;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li + li {
    margin-left: 2.67vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li.prev {
    width: 17.33vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li.prev a:before,
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li.prev span:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 2.13vw;
    height: 2.13vw;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
    margin-right: 0.8vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li.next {
    width: 17.33vw;
  }
  #wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li.next a:after,
#wrap.tag main #tag_wrap .tag_main .tag_pageNation ul li.next span:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 2.13vw;
    height: 2.13vw;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    margin-left: 0.8vw;
  }
  #wrap.tag main #tag_wrap .tag_sub {
    width: 100%;
    border: none;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner {
    width: 100%;
    border-top: 1px solid #000;
    padding: 0;
    margin-top: 9.33vw;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner .ranking_wrap {
    margin-top: 2.67vw;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner .ranking_wrap .ranking_content_area {
    font-size: 3.73vw;
    text-align: center;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
    display: none;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
    display: block;
    margin-top: 2.67vw;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li {
    padding: 4vw 0;
    text-align: left;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a {
    font-size: 3.73vw;
    font-weight: 600;
    line-height: 1.71;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a:hover,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a:hover {
    text-decoration: underline;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a .tag_rank,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a .tag_rank.premium_free::before,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a .tag_rank.premium::before,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a .tag_rank.premium::after,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a .tag_rank.paid,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li a .tag_rank.free:before,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li a .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li + li,
#wrap.tag main #tag_wrap .tag_sub .article_sub_inner ul li + li {
    border-top: 1px solid #dcdcdc;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li {
    padding-left: 9.33vw;
    position: relative;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:before {
    display: inline-block;
    position: absolute;
    left: 2.33vw;
    transform: translateY(-5px);
    color: #008c8c;
    font-size: 1.8rem;
    font-weight: 600;
    font-style: italic;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(1):before {
    content: "1";
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(2):before {
    content: "2";
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(3):before {
    content: "3";
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(4):before {
    content: "4";
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(5):before {
    content: "5";
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(6):before {
    content: "6";
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(7):before {
    content: "7";
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(8):before {
    content: "8";
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(9):before {
    content: "9";
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner ol li:nth-child(10):before {
    content: "10";
    left: 2px;
    letter-spacing: -3px;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner:first-child {
    display: block;
    border-top: none;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner:first-child img {
    width: 80%;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner:nth-child(2) {
    padding: 0;
    border-left: none;
    margin-top: 10.67vw;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner:nth-child(2) h2 {
    border-bottom: none;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner:nth-child(3) {
    padding: 0;
    border-left: none;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner:nth-child(3) ul {
    margin-top: 0;
    border: none;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner:last-child {
    display: block;
    border-top: none;
  }
  #wrap.tag main #tag_wrap .tag_sub .article_sub_inner:last-child img {
    width: 80%;
  }

  /* =========================================================
  area
  ========================================================= */
  #wrap.area main {
    padding-top: 0;
  }
  #wrap.area main #area_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
  }
  #wrap.area main #area_wrap .area_wrap_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 13.33vw;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
  }
  #wrap.area main #area_wrap .area_wrap_ttl h1 {
    line-height: 1;
    font-size: 5.33vw;
    position: relative;
    font-weight: 600;
    text-align: left;
  }
  #wrap.area main #area_wrap .area_wrap_ttl button.btn_follow_area {
    position: relative;
    font-size: 3.2vw;
    padding: 1.6vw 2.67vw 1.6vw 5.87vw;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 0 3.2vw;
    background: #fff;
  }
  #wrap.area main #area_wrap .area_wrap_ttl button.btn_follow_area:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2.4vw;
    transform: translateY(-50%);
    width: 2.67vw;
    height: 2.67vw;
    background-image: url(/images/icon_plus.svg?7044a825db58b120f2023f56aecd37fc);
    background-size: 2.67vw 2.67vw;
  }
  #wrap.area main #area_wrap .area_wrap_ttl button.btn_follow_area.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2.4vw;
    transform: translateY(-50%);
    width: 2.58vw;
    height: 2.14vw;
    background-image: url(/images/icon_check.svg?ccd9dc4817969ca486ad3887450f7e6c);
    background-size: 2.58vw 2.14vw;
  }
  #wrap.area main #area_wrap .area_main {
    width: 100%;
    padding-right: 0;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-top: none;
    margin-bottom: 5.33vw;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article {
    width: 100%;
    display: flex;
    padding: 4vw 0;
    position: relative;
    min-height: 41.67vw;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article.is_img .block_article_txt .article_ttl {
    width: 57.87vw;
    margin-bottom: 2vw;
    min-height: 20vw;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article:first-child {
    margin-top: 0;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article img {
    width: 30.13vw;
    max-width: 30.13vw;
    margin: 0 0 0 4vw;
    flex-shrink: 0;
    align-self: flex-start;
    /*padding-bottom: calc(34% + .2em);*/
    position: absolute;
    right: 0;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt {
    text-align: left;
    width: 100%;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: -1.33vw 0 2.33vw;
    letter-spacing: 0em;
    /*margin-bottom: 39%;*/
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_excerpt {
    font-size: 3.47vw;
    line-height: 1.69;
    height: 4.8em;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 0em;
    /*position: absolute;*/
    margin-top: 2vw;
    /*bottom:13.5vw;*/
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    /*position: absolute;*/
    flex-direction: column;
    bottom: 4vw;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 4vw;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -8px;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.area main #area_wrap .area_main .area_main_upperLevel .area_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-top: 1px solid #000;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article {
    width: 100%;
    display: flex;
    padding: 4vw 0;
    position: relative;
    min-height: 41.67vw;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article.is_img .block_article_txt .article_ttl {
    width: 57.87vw;
    margin-bottom: 2vw;
    min-height: 20vw;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article:first-child {
    margin-top: 0;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article img {
    width: 30.13vw;
    max-width: 30.13vw;
    margin: 0 0 0 4vw;
    flex-shrink: 0;
    align-self: flex-start;
    /*padding-bottom: calc(34% + .2em);*/
    position: absolute;
    right: 0;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt {
    text-align: left;
    width: 100%;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: -1.33vw 0 2.33vw;
    letter-spacing: 0em;
    /*margin-bottom: 39%;*/
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_excerpt {
    font-size: 3.47vw;
    line-height: 1.69;
    height: 4.8em;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 0em;
    /*position: absolute;*/
    margin-top: 2vw;
    /*bottom:13.5vw;*/
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    /*position: absolute;*/
    flex-direction: column;
    bottom: 4vw;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 4vw;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -8px;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.area main #area_wrap .area_main .area_main_lowerLevel .area_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.area main #area_wrap .area_sub {
    width: 100%;
    border: none;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner {
    width: 100%;
    border-top: 1px solid #000;
    padding: 0;
    margin-top: 9.33vw;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner .ranking_wrap {
    margin-top: 2.67vw;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner .ranking_wrap .ranking_content_area {
    font-size: 3.73vw;
    text-align: center;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
    display: none;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
    display: block;
    margin-top: 2.67vw;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li {
    padding: 4vw 0;
    text-align: left;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li a,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a {
    font-size: 3.73vw;
    font-weight: 600;
    line-height: 1.71;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li a:hover,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a:hover {
    text-decoration: underline;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li a .tag_rank,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li a .tag_rank.premium_free::before,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li a .tag_rank.premium::before,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li a .tag_rank.premium::after,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li a .tag_rank.paid,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li a .tag_rank.free:before,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li a .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li + li,
#wrap.area main #area_wrap .area_sub .article_sub_inner ul li + li {
    border-top: 1px solid #dcdcdc;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li {
    padding-left: 9.33vw;
    position: relative;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li:before {
    display: inline-block;
    position: absolute;
    left: 2.33vw;
    transform: translateY(-5px);
    color: #008c8c;
    font-size: 1.8rem;
    font-weight: 600;
    font-style: italic;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(1):before {
    content: "1";
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(2):before {
    content: "2";
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(3):before {
    content: "3";
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(4):before {
    content: "4";
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(5):before {
    content: "5";
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(6):before {
    content: "6";
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(7):before {
    content: "7";
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(8):before {
    content: "8";
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(9):before {
    content: "9";
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner ol li:nth-child(10):before {
    content: "10";
    left: 2px;
    letter-spacing: -3px;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner:first-child {
    display: block;
    border-top: none;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner:first-child img {
    width: 80%;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner:nth-child(2) {
    padding: 0;
    border-left: none;
    margin-top: 10.67vw;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner:nth-child(2) h2 {
    border-bottom: none;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner:nth-child(3) {
    padding: 0;
    border-left: none;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner:nth-child(3) ul {
    margin-top: 0;
    border: none;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner:last-child {
    display: block;
    border-top: none;
  }
  #wrap.area main #area_wrap .area_sub .article_sub_inner:last-child img {
    width: 80%;
  }

  /* =========================================================
  premium
  ========================================================= */
  #wrap.premium main {
    padding-top: 0;
  }
  #wrap.premium main #premium_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
  }
  #wrap.premium main #premium_wrap .premium_wrap_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 13.33vw;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
  }
  #wrap.premium main #premium_wrap .premium_wrap_ttl h1 {
    line-height: 1;
    font-size: 5.33vw;
    position: relative;
    font-weight: 600;
    text-align: left;
  }
  #wrap.premium main #premium_wrap .premium_main {
    width: 100%;
    padding-right: 0;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-top: none;
    margin-bottom: 5.33vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article {
    width: 100%;
    display: flex;
    padding: 4vw 0;
    position: relative;
    min-height: 41.67vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article.is_img .block_article_txt .article_ttl {
    width: 57.87vw;
    margin-bottom: 2vw;
    min-height: 20vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article:first-child {
    margin-top: 0;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article img {
    width: 30.13vw;
    max-width: 30.13vw;
    margin: 0 0 0 4vw;
    flex-shrink: 0;
    align-self: flex-start;
    /*padding-bottom: calc(34% + .2em);*/
    position: absolute;
    right: 0;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt {
    text-align: left;
    width: 100%;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: -1.33vw 0 2.33vw;
    letter-spacing: 0em;
    /*margin-bottom: 39%;*/
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_excerpt {
    font-size: 3.47vw;
    line-height: 1.69;
    height: 4.8em;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 0em;
    /*position: absolute;*/
    margin-top: 2vw;
    /*bottom:13.5vw;*/
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    /*position: absolute;*/
    flex-direction: column;
    bottom: 4vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 4vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -8px;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_upperLevel .premium_main_upperLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-top: 1px solid #000;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article {
    width: 100%;
    display: flex;
    padding: 4vw 0;
    position: relative;
    min-height: 41.67vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article.is_img .block_article_txt .article_ttl {
    width: 57.87vw;
    margin-bottom: 2vw;
    min-height: 20vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article:first-child {
    margin-top: 0;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article img {
    width: 30.13vw;
    max-width: 30.13vw;
    margin: 0 0 0 4vw;
    flex-shrink: 0;
    align-self: flex-start;
    /*padding-bottom: calc(34% + .2em);*/
    position: absolute;
    right: 0;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt {
    text-align: left;
    width: 100%;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: -1.33vw 0 2.33vw;
    letter-spacing: 0em;
    /*margin-bottom: 39%;*/
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_excerpt {
    font-size: 3.47vw;
    line-height: 1.69;
    height: 4.8em;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 0em;
    /*position: absolute;*/
    margin-top: 2vw;
    /*bottom:13.5vw;*/
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    /*position: absolute;*/
    flex-direction: column;
    bottom: 4vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 4vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -8px;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_main_lowerLevel .premium_main_lowerLevel_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_pageNation {
    margin: 12vw auto 2vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_pageNation ul {
    display: flex;
    justify-content: center;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li {
    width: 8vw;
    height: 8vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li a,
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    font-size: 3.73vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li a:hover {
    background: #d7eaea;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li span.active {
    background: #008c8c;
    color: #fff;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li + li {
    margin-left: 2.67vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li.prev {
    width: 17.33vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li.prev a:before,
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li.prev span:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 2.13vw;
    height: 2.13vw;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
    margin-right: 0.8vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li.next {
    width: 17.33vw;
  }
  #wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li.next a:after,
#wrap.premium main #premium_wrap .premium_main .premium_pageNation ul li.next span:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 2.13vw;
    height: 2.13vw;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    margin-left: 0.8vw;
  }
  #wrap.premium main #premium_wrap .premium_sub {
    width: 100%;
    border: none;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner {
    width: 100%;
    border-top: 1px solid #000;
    padding: 0;
    margin-top: 9.33vw;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner .ranking_wrap {
    margin-top: 2.67vw;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner .ranking_wrap .ranking_content_area {
    font-size: 3.73vw;
    text-align: center;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
    display: none;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
    display: block;
    margin-top: 2.67vw;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li {
    padding: 4vw 0;
    text-align: left;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a {
    font-size: 3.73vw;
    font-weight: 600;
    line-height: 1.71;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a:hover,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a:hover {
    text-decoration: underline;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a .tag_rank,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a .tag_rank.premium_free::before,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a .tag_rank.premium::before,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a .tag_rank.premium::after,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a .tag_rank.paid,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li a .tag_rank.free:before,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li a .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li + li,
#wrap.premium main #premium_wrap .premium_sub .article_sub_inner ul li + li {
    border-top: 1px solid #dcdcdc;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li {
    padding-left: 9.33vw;
    position: relative;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:before {
    display: inline-block;
    position: absolute;
    left: 2.33vw;
    transform: translateY(-5px);
    color: #008c8c;
    font-size: 1.8rem;
    font-weight: 600;
    font-style: italic;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(1):before {
    content: "1";
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(2):before {
    content: "2";
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(3):before {
    content: "3";
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(4):before {
    content: "4";
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(5):before {
    content: "5";
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(6):before {
    content: "6";
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(7):before {
    content: "7";
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(8):before {
    content: "8";
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(9):before {
    content: "9";
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner ol li:nth-child(10):before {
    content: "10";
    left: 2px;
    letter-spacing: -3px;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner:first-child {
    display: block;
    border-top: none;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner:first-child img {
    width: 80%;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner:nth-child(2) {
    padding: 0;
    border-left: none;
    margin-top: 10.67vw;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner:nth-child(2) h2 {
    border-bottom: none;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner:nth-child(3) {
    padding: 0;
    border-left: none;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner:nth-child(3) ul {
    margin-top: 0;
    border: none;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner:last-child {
    display: block;
    border-top: none;
  }
  #wrap.premium main #premium_wrap .premium_sub .article_sub_inner:last-child img {
    width: 80%;
  }

  /* =========================================================
  toppou
  ========================================================= */
  #toppou_wrap main {
    padding: 0;
  }
  #toppou_wrap #section_articleList {
    display: block;
    width: 100%;
    padding: 0;
    margin: 4vw 0;
  }
  #toppou_wrap #section_articleList .articleList_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1040px;
    padding: 0 4vw;
    box-sizing: border-box;
    margin: auto;
  }
  #toppou_wrap #section_articleList .articleList_inner .block_article {
    width: 100%;
    margin-bottom: 2.67vw;
    padding: 4vw 5.33vw;
    border: 1px solid #dcdcdc;
    background: #fff;
  }
  #toppou_wrap #section_articleList .articleList_inner .block_article a .block_article_txt {
    text-align: left;
  }
  #toppou_wrap #section_articleList .articleList_inner .block_article a .block_article_txt .article_ttl {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.56;
    margin: 0 0 1.33vw;
  }
  #toppou_wrap #section_articleList .articleList_inner .block_article a .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
  }
  #toppou_wrap #section_articleList .articleList_inner .block_article a .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #toppou_wrap #section_articleList .articleList_inner .block_article a:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #toppou_wrap #section_articleList .articleList_inner .block_article.new_article {
    position: relative;
    width: 100%;
    padding: 6.67vw 5.33vw 4vw;
  }
  #toppou_wrap #section_articleList .articleList_inner .block_article.new_article:before {
    content: "NEW";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 12vw;
    height: 5.33vw;
    background: #f57764;
    color: #fff;
    font-size: 2.93vw;
  }
  #toppou_wrap #section_articleList .articleList_inner .block_article.new_article a .block_article_txt {
    text-align: left;
  }
  #toppou_wrap #section_articleList .articleList_inner .block_article.new_article a .block_article_txt .article_ttl {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.63;
    margin: 0 0 1.33vw;
  }
  #toppou_wrap #section_articleList .articleList_inner .block_article.new_article a .block_article_txt .article_info .timeStamp {
    color: #f57764;
    font-weight: 500;
  }
  #toppou_wrap #section_articleList .articleList_inner .block_article.new_article a:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }

  /* =========================================================
  toppou_article
  ========================================================= */
  #toppou_article_wrap {
    background: #f7f7f7;
  }
  #toppou_article_wrap main {
    padding: 0;
  }
  #toppou_article_wrap #section_articleList_detail {
    display: block;
    padding: 0;
    margin: 4vw;
  }
  #toppou_article_wrap #section_articleList_detail .articleList_detail_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: auto;
    background: #fff;
    border: 1px solid #dcdcdc;
  }
  #toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article {
    padding: 6.67vw 0 8vw;
    background: #fff;
    margin: 0 5.33vw;
  }
  #toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article .block_article_txt {
    text-align: left;
  }
  #toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article .block_article_txt .article_ttl {
    font-size: 5.33vw;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 1.33vw;
  }
  #toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
  }
  #toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
    font-weight: 400;
  }
  #toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article .block_article_txt .article_txt {
    font-size: 4.27vw;
    font-weight: 300;
    line-height: 2.11;
    margin-top: 5.33vw;
  }
  #toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article.new_article {
    position: relative;
    width: 100%;
    padding-top: 13.33vw;
  }
  #toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article.new_article:before {
    content: "NEW";
    display: block;
    position: absolute;
    top: 5.33vw;
    left: 0;
    width: 12vw;
    height: 5.33vw;
    background: #f57764;
    color: #fff;
    font-size: 2.93vw;
    line-height: 1.8;
  }
  #toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article a.btn_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32vw;
    height: 8vw;
    border: 1px solid #b1b1b1;
    border-radius: 4vw;
    font-size: 3.2vw;
    font-weight: 400;
    margin: auto;
    margin-top: 4vw;
  }
  #toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article a.btn_contact:hover {
    background: #fdddd8;
  }
  #toppou_article_wrap #section_articleList_detail .articleList_detail_inner .block_article + .block_article {
    border-top: 1px solid #dcdcdc;
  }

  /* =========================================================
  toppou_login
  ========================================================= */
  #toppou_login {
    background: #f7f7f7;
  }
  #toppou_login main {
    padding: 0;
  }
  #toppou_login .toppou_login_wrap {
    display: block;
    padding: 0;
    margin: 4vw;
  }
  #toppou_login .toppou_login_wrap .toppou_login_inner {
    width: 100%;
    max-width: 100%;
    padding: 6.27vw 5.33vw 8vw;
    box-sizing: border-box;
    margin: auto;
    background: #fff;
    border: 1px solid #dcdcdc;
  }
  #toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  #toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt p {
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 4vw;
    letter-spacing: 0;
  }
  #toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt input {
    width: 100%;
    padding: 2.67vw 4vw;
    font-size: 4.27vw;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
  }
  #toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt input:focus {
    border: 1px solid #f57764;
    outline: 0;
  }
  #toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt input::-moz-placeholder {
    color: #b2b2b2;
    font-size: 4.27vw;
  }
  #toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt input::placeholder {
    color: #b2b2b2;
    font-size: 4.27vw;
  }
  #toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt input + input {
    margin-top: 5.33vw;
  }
  #toppou_login .toppou_login_wrap .toppou_login_inner .toppou_login_inner_txt button#btn_login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40vw;
    height: 10.67vw;
    border-radius: 5.33vw;
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin: 8vw auto 0;
    background: #1960df;
  }

  /* =========================================================
  registration(TOP)
  ========================================================= */
  #section_registration {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
    min-height: auto;
  }
  #section_registration .ttl_registration {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13.33vw;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_registration .ttl_registration h1 {
    font-size: 5.33vw;
    font-weight: 600;
  }
  #section_registration .ttl_registration p {
    position: absolute;
    bottom: -9vw;
    display: flex;
    align-items: center;
    font-size: 3.73vw;
    font-weight: 500;
    margin-left: 0;
  }
  #section_registration .ttl_registration p img {
    width: 4.78vw;
    margin-right: 2.13vw;
  }
  #section_registration .registration_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 13.33vw auto 0;
  }
  #section_registration .registration_inner .breadcrumb_registration {
    display: none;
  }
  #section_registration .registration_inner h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.87vw;
    font-weight: 600;
    width: 100%;
    height: 16vw;
    border-bottom: 1px solid #000;
    margin-bottom: 13.33vw;
  }
  #section_registration .registration_inner h2 span {
    font-size: 3.2vw;
    font-weight: 400;
    align-self: flex-end;
    margin-bottom: 4vw;
  }
  #section_registration .registration_inner h2 span.required {
    color: #ff0000;
  }
  #section_registration .registration_inner h2.multi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.87vw;
    font-weight: 600;
    width: 100%;
    min-height: 16vw;
    height: auto;
    border-bottom: 1px solid #000;
    margin-bottom: 13.33vw;
    flex-wrap: wrap;
  }
  #section_registration .registration_inner h2.multi span {
    font-size: 3.2vw;
    font-weight: 400;
    align-self: flex-end;
    margin: 1.67vw 0 4vw;
    width: 100%;
    text-align: right;
  }
  #section_registration .registration_inner h2.multi span.required {
    color: #ff0000;
  }
  #section_registration .registration_inner p.txt_confirm {
    font-size: 4.27vw;
    font-weight: 500;
    padding: 8vw 0 15.33vw;
    margin-top: -18vw;
    text-align: left;
    line-height: 2;
  }
  #section_registration .registration_inner ul.list_btn {
    margin-top: -7vw;
  }
  #section_registration .registration_inner ul.list_btn li {
    height: auto;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
  }
  #section_registration .registration_inner ul.list_btn li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4vw 5.33vw;
    font-size: 4.27vw;
    font-weight: 500;
    text-align: left;
  }
  #section_registration .registration_inner ul.list_btn li a img {
    margin-right: 5.33vw;
    width: 7.87vw;
  }
  #section_registration .registration_inner ul.list_btn li a span.note {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.67;
    margin: 1.33vw 0 0 0;
    letter-spacing: 0;
    text-align: left;
    width: calc(100% - 8vw);
    box-sizing: border-box;
  }
  #section_registration .registration_inner ul.list_btn li a span.required {
    color: #ff0000;
  }
  #section_registration .registration_inner ul.list_btn li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6.67vw;
    width: 2.4vw;
    height: 2.4vw;
    border-top: 2px solid #008c8c;
    border-right: 2px solid #008c8c;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_registration .registration_inner ul.list_btn li + li {
    margin-top: 2.67vw;
  }
  #section_registration .registration_inner .note_box {
    margin-top: 4vw;
    text-align: left;
  }
  #section_registration .registration_inner .note_box p {
    font-size: 3.47vw;
    font-weight: 300;
    line-height: 1.69;
    letter-spacing: 0;
  }
  #section_registration .registration_inner .note_box p a {
    text-decoration: underline;
  }
  #section_registration .registration_inner .note_box p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_registration .registration_inner .form_wrap {
    margin-top: -13vw;
  }
  #section_registration .registration_inner .form_wrap form {
    position: relative;
  }
  #section_registration .registration_inner .form_wrap form table {
    width: 100%;
  }
  #section_registration .registration_inner .form_wrap form table tbody + tbody:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #000;
    margin-top: 6.67vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
  #section_registration .registration_inner .form_wrap form table tbody.no_border {
    border: none;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    width: 100%;
    padding: 5.33vw 0 4.67vw;
    border-bottom: solid 1px #dcdcdc;
    height: auto;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr:last-child {
    border-bottom: none;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.toggle_box {
    display: none;
    width: 100%;
    height: 100%;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.toggle_box:before {
    border-top: 1px solid #dcdcdc;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap {
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap th {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0;
    padding: 5.33vw 0 4.67vw;
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
    height: 16vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap th input[type=radio] {
    margin: -0.02em 4vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td {
    width: 100%;
    flex: unset;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul {
    width: 100%;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li {
    display: flex;
    align-items: baseline;
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing: 0;
    padding: 4vw 0;
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
    height: auto;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    width: 100%;
    padding: 0;
    min-height: auto;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 2.67vw 0;
    width: 100%;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label,
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p {
    flex: 1;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label sup.required,
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p sup.required {
    color: #ff0000;
    font-size: 2.67vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li dl dd {
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: 4.27vw;
    font-weight: 400;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li input[type=radio] {
    margin: 0 5.33vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td ul li label span.required {
    color: #ff0000;
    display: block;
    margin-top: 1.33vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td.confirm {
    justify-content: flex-start;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap td.confirm p + p {
    margin-left: 1em;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .note_wrap {
    margin: 4vw 0;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .note_wrap:last-of-type {
    margin-bottom: 0;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .note_wrap p {
    font-size: 3.47vw;
    font-weight: 400;
    width: 100%;
    line-height: 1.69;
    letter-spacing: -0.013em;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .note_wrap p a {
    text-decoration: underline;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .note_wrap p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .btn_wrap {
    margin: 6.67vw auto 4vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_submit,
#section_registration .registration_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_back {
    margin: 0 auto;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr th {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 2.67vw 0;
    width: 100%;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr th label,
#section_registration .registration_inner .form_wrap form table tbody tr th p {
    flex: 1;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr th label sup.required,
#section_registration .registration_inner .form_wrap form table tbody tr th p sup.required {
    color: #ff0000;
    font-size: 3.73vw;
    vertical-align: text-bottom;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td {
    display: flex;
    justify-content: space-between;
    flex: unset;
    font-size: 4.27vw;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    width: 100%;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td input[type=text],
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=tel],
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=email],
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=password],
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=number],
#section_registration .registration_inner .form_wrap form table tbody tr td select {
    height: 10.67vw;
    border: solid 1px #ddd;
    width: 100%;
    font-size: 4.27vw;
    padding: 0 3vw;
    width: 100%;
    border-radius: 3px;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td input[type=text].w50,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=tel].w50,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=email].w50,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=password].w50,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=number].w50,
#section_registration .registration_inner .form_wrap form table tbody tr td select.w50 {
    width: 100%;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td input[type=text].w50_sp,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=tel].w50_sp,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=email].w50_sp,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=password].w50_sp,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=number].w50_sp,
#section_registration .registration_inner .form_wrap form table tbody tr td select.w50_sp {
    width: 44.53vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td input[type=text].w33,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=tel].w33,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=email].w33,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=password].w33,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=number].w33,
#section_registration .registration_inner .form_wrap form table tbody tr td select.w33 {
    width: 86.13vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td input[type=text].w30,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=tel].w30,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=email].w30,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=password].w30,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=number].w30,
#section_registration .registration_inner .form_wrap form table tbody tr td select.w30 {
    width: 57.33vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td input[type=text].w16,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=tel].w16,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=email].w16,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=password].w16,
#section_registration .registration_inner .form_wrap form table tbody tr td input[type=number].w16,
#section_registration .registration_inner .form_wrap form table tbody tr td select.w16 {
    width: 37.33vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td input[type=checkbox] {
    margin: 0 2.67vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td input[type=radio] {
    margin: -0.15em 2.67vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_registration .registration_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
    color: #b2b2b2;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td input::placeholder,
#section_registration .registration_inner .form_wrap form table tbody tr td textarea::placeholder {
    color: #b2b2b2;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td input[type=password]::-moz-placeholder {
    visibility: hidden;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td input[type=password]::placeholder {
    visibility: hidden;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.dob, #section_registration .registration_inner .form_wrap form table tbody tr td.zipcode_wrap, #section_registration .registration_inner .form_wrap form table tbody tr td.anotherAdd, #section_registration .registration_inner .form_wrap form table tbody tr td.submission {
    justify-content: space-between;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.gender {
    justify-content: space-between;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.gender .gender_inner {
    width: 28.8vw;
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    height: 10.67vw;
    padding: 0 4vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.gender .gender_inner + .gender_inner {
    margin-left: 0;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.gender .gender_inner input[type=radio] {
    width: 5vw;
    height: 5vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.gender .gender_inner label {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.zipcode_wrap .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm {
    justify-content: flex-start;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm p + p {
    margin-left: 1em;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.anotherAdd input[type=checkbox], #section_registration .registration_inner .form_wrap form table tbody tr td.submission input[type=checkbox] {
    align-self: baseline;
    margin: 0.25em 2.67vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.anotherAdd label, #section_registration .registration_inner .form_wrap form table tbody tr td.submission label {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: -0.01em;
    flex: 1;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.submission {
    font-size: 3.73vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap {
    position: relative;
    margin-top: 4vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap.w50 {
    width: 100%;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap.w50_sp {
    width: 44.53vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap.w33 {
    width: 86.13vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap.w30 {
    width: 57.33vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap.w16 {
    width: 37.33vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap:first-child {
    margin-top: 0;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap select {
    line-height: 1;
    font-size: 4.27vw;
    font-weight: 400;
    width: 100%;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap select:invalid {
    color: #b2b2b2;
    text-indent: 0;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap select option {
    width: 100%;
    position: relative;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap select option span {
    position: absolute;
    right: 0;
    text-align: right;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap select option:first-child {
    display: none;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .select_wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td span.select_accessory {
    margin: 1em 0 0 -1em;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td span.select_accessory:first-of-type {
    margin: 0 0 0 0.3em;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td span.select_accessory.confirm {
    margin: 0 1.2em 0 0;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td #btn_zipcode {
    width: 32vw;
    height: 10.67vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    margin-left: 2vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td p.note {
    margin-top: 2.67vw;
    font-size: 3.2vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td p.note.sp {
    display: block;
    font-size: 3.2vw;
    font-weight: 400;
    margin-top: 2.33vw;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.confirm {
    justify-content: flex-start;
  }
  #section_registration .registration_inner .form_wrap form table tbody tr td.confirm p + p {
    margin-left: 1em;
  }
  #section_registration .registration_inner .form_wrap form .note_box {
    margin-top: 4vw;
    text-align: left;
  }
  #section_registration .registration_inner .form_wrap form .note_box p {
    font-size: 3.47vw;
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0;
  }
  #section_registration .registration_inner .form_wrap form .note_box p a {
    text-decoration: underline;
  }
  #section_registration .registration_inner .form_wrap form .note_box p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_registration .registration_inner .form_wrap form .btn_submit,
#section_registration .registration_inner .form_wrap form .btn_back {
    width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    margin-top: 9.33vw;
    background: #008c8c;
  }
  #section_registration .registration_inner .form_wrap .btn_wrap {
    display: flex;
    justify-content: center;
    margin: 10.67vw auto 0;
    border-bottom: none;
  }
  #section_registration .registration_inner .form_wrap .btn_wrap button,
#section_registration .registration_inner .form_wrap .btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    padding: 0 5.33vw;
    margin: 0;
  }
  #section_registration .registration_inner .form_wrap .btn_wrap button + button,
#section_registration .registration_inner .form_wrap .btn_wrap a + button {
    margin-left: 2.67vw;
  }
  #section_registration .registration_inner .form_wrap .btn_wrap.last_btn_wrap {
    margin-top: -1.67vw;
  }
  #section_registration .registration_inner .form_wrap .account_btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 12vw auto 0;
  }
  #section_registration .registration_inner .form_wrap .account_btn_box .btn_entry {
    position: relative;
    width: 100%;
    height: 18.67vw;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #000;
    font-size: 4.27vw;
    font-weight: 500;
    background: #f8f8f8;
    padding-left: 25.33vw;
    text-align: left;
  }
  #section_registration .registration_inner .form_wrap .account_btn_box .btn_entry img {
    position: absolute;
    width: 9.6vw;
    top: 50%;
    left: 5.33vw;
    transform: translateY(-50%);
  }
  #section_registration .registration_inner .form_wrap .account_btn_box .btn_entry + .btn_entry {
    margin-top: 4vw;
  }
  #section_registration .registration_inner .complete_wrap {
    margin-top: -10vw;
  }
  #section_registration .registration_inner .complete_wrap p {
    font-size: 4.27vw;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.03em;
  }
  #section_registration .registration_inner .complete_wrap .premium_toTop-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64vw;
    height: 9.33vw;
    margin: 9.33vw auto 0;
    border-radius: 3px;
    background: #540000;
    color: #fff;
    font-weight: 500;
    font-size: 3.73vw;
  }
  #section_registration .registration_inner .complete_wrap .btn_toTop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    margin: 9.33vw auto 0;
    background: #008c8c;
  }
  #section_registration .registration_inner .registration_free {
    margin-top: 8vw;
    text-align: left;
  }
  #section_registration .registration_inner .registration_free a {
    position: relative;
    display: inline-block;
    font-size: 3.73vw;
    font-weight: 500;
    line-height: 1;
  }
  #section_registration .registration_inner .registration_free a span {
    display: block;
    font-size: 3.47vw;
    font-weight: 300;
    line-height: 1.69;
    margin-top: 4vw;
    letter-spacing: 0;
  }
  #section_registration .registration_inner .registration_free a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.5em;
    left: 16em;
    width: 2.4vw;
    height: 2.4vw;
    border-top: 2px solid #008c8c;
    border-right: 2px solid #008c8c;
    transform: rotate(45deg) translateY(-0.5em);
  }

  #section_registration .registration_content_section_wrap {
    flex-direction: column;
  }
  #section_registration .registration_content_section_wrap .registration_content_section.section01 {
    width: 100%;
    margin: 0 0 24px 0;
  }
  #section_registration .registration_content_section_wrap .registration_content_section.section02 {
    width: 100%;
    margin-left: 0 !important;
  }
  #section_registration .registration_content_section_wrap .online_premium_point {
    width: 92% !important;
    padding: 16px 24px !important;
  }

  /* =========================================================
  	mypage(TOP)
  ========================================================= */
  #section_mypage {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
    min-height: auto;
  }
  #section_mypage .ttl_mypage {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_mypage .ttl_mypage h1 {
    font-size: 5.33vw;
    font-weight: 600;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    padding: 3.2vw 0;
  }
  #section_mypage .ttl_mypage p {
    display: flex;
    align-items: center;
    font-size: 3.2vw;
    font-weight: 500;
    padding: 2.13vw 0;
  }
  #section_mypage .ttl_mypage p span {
    margin-left: 3.2vw;
    padding-left: 3.2vw;
    border-left: 1px solid #dcdcdc;
  }
  #section_mypage .ttl_mypage p span.user_id {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #section_mypage .mypage_inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 2.67vw auto 0;
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_sub {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
    border-right: none;
    display: flex;
    justify-content: space-between;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner {
    width: 44.53vw;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .btn_ttl_sub {
    font-size: 4.27vw;
    font-weight: 400;
    color: #000;
    text-align: left;
    line-height: 1.69;
    padding: 1.5vw 3.2vw;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .btn_ttl_sub:after {
    content: "";
    display: block;
    position: absolute;
    right: 3.2vw;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2vw;
    height: 2.67vw;
    background: url(/images/icon_hamburger.svg?31c41f2afa4a1f2439c0d3a854f49bb3);
    background-size: 3.2vw 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner .mypage_sub_box {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner + .mypage_sub_inner {
    border-top: none;
    margin-top: 0;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box .btn_cls {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li:first-child a:before {
    left: 3.07vw;
    top: 50%;
    transform: translateY(-50%);
    width: 2.48vw;
    height: 4.65vw;
    background: url(/images/icon_mypage06.svg?87026690aace36b8a66c60acd6566117);
    background-size: 2.48vw 4.65vw;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li:nth-child(2) a:before {
    left: 2vw;
    top: 50%;
    transform: translateY(-50%);
    width: 4.15vw;
    height: 3.77vw;
    background: url(/images/icon_mypage07.svg?9329bb327721ce2c2f0a5d966c2e0d44);
    background-size: 4.15vw 3.77vw;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li:nth-child(2) {
    height: auto;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList {
    margin-top: 0;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList li {
    border: none;
    height: 13.33vw;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList li a {
    display: flex;
    align-items: center;
    justify-self: flex-start;
    font-size: 3.73vw;
    font-weight: 400;
    padding: 0 0 0 8vw;
    height: 100%;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList li a:before {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner:nth-child(2) .mypage_sub_box ul.sub_list li .sub_innerList li a.active {
    background: #edf8f8;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box {
    display: block;
    position: fixed;
    background: #fff;
    z-index: 80;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    padding: 0 4vw 30vw;
    overflow-y: scroll;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box .btn_cls {
    position: fixed;
    z-index: 81;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 92vw;
    height: 13.33vw;
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box .btn_cls a {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box .btn_cls a span {
    font-size: 3.47vw;
    font-weight: 500;
    margin-right: 8vw;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box .btn_cls a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5.33vw;
    height: 5.33vw;
    background: url(/images/icon_cls.svg?de2a8269da1f64b9d03a2ce7b1fb3d2a);
    background-size: 5.33vw 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box .ttl_sub {
    font-size: 4.27vw;
    font-weight: 500;
    color: #000;
    text-align: left;
    line-height: 1.69;
    padding: 3.33vw 0;
    margin-top: 13.33vw;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box ul.sub_list {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box ul.sub_list li {
    border-top: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box ul.sub_list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 3.33vw 0 3.33vw 10vw;
    font-size: 4.27vw;
    font-weight: 500;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box ul.sub_list li a.active {
    background: #edf8f8;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box ul.sub_list li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 2vw;
    top: 50%;
    transform: translateY(-50%);
    width: 4.54vw;
    height: 4.54vw;
    background: url(/images/icon_mypage01.svg?34b5d7849b7cbc045f72e422fd7c561a);
    background-size: 4.54vw 4.54vw;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box ul.sub_list li a span.note {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 4%;
    letter-spacing: 0;
    text-align: left;
    width: calc(100% - 300px);
    box-sizing: border-box;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box ul.sub_list li a span.required {
    color: #ff0000;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box ul.sub_list li:nth-child(2) a:before {
    left: 2vw;
    width: 4.58vw;
    height: 3.03vw;
    background: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
    background-size: 4.58vw 3.03vw;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box ul.sub_list li:nth-child(3) a:before {
    left: 2vw;
    width: 4.49vw;
    height: 4.49vw;
    background: url(/images/icon_mypage03.svg?88b527e30564f0736c1eaff0c8f20909);
    background-size: 4.49vw 4.49vw;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box ul.sub_list li:nth-child(4) a:before {
    left: 2.53vw;
    width: 3.72vw;
    height: 4.54vw;
    background: url(/images/icon_mypage04.svg?66055959d992c8261f41014eabe7a482);
    background-size: 3.72vw 4.54vw;
  }
  #section_mypage .mypage_inner .mypage_sub .mypage_sub_inner.active .mypage_sub_box ul.sub_list li:nth-child(5) a:before {
    left: 2vw;
    width: 4.53vw;
    height: 3.97vw;
    background: url(/images/icon_mypage05.svg?a9fc6b404d92c370a9645865add6a64f);
    background-size: 4.53vw 3.97vw;
  }
  #section_mypage .mypage_inner .mypage_sub.sp_hide .mypage_sub_inner {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_main {
    width: 100%;
    margin-left: 0;
  }
  #section_mypage .mypage_inner .mypage_main.history {
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .breadcrumb_mypage {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.87vw;
    font-weight: 600;
    width: 100%;
    min-height: 16vw;
    border-bottom: 1px solid #000;
    margin-top: 5.33vw;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2 span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    align-self: flex-end;
    margin-bottom: 15px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2 span.required {
    color: #ff0000;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_main {
    font-size: 5.33vw;
    border: none;
    height: 16vw;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_policy {
    position: relative;
    min-height: 16vw;
    padding: 5.33vw 0 5.33vw 9.33vw;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_policy:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6.57vw;
    height: 6.57vw;
    background: url(/images/icon_mypage01.svg?34b5d7849b7cbc045f72e422fd7c561a);
    background-size: 6.57vw 6.57vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_mail {
    position: relative;
    min-height: 16vw;
    padding: 5.33vw 0 5.33vw 9.33vw;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_mail:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6.62vw;
    height: 4.38vw;
    background: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
    background-size: 6.62vw 4.38vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_profile {
    position: relative;
    min-height: 16vw;
    padding: 5.33vw 0 5.33vw 9.33vw;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_profile:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6.51vw;
    height: 6.51vw;
    background: url(/images/icon_mypage03.svg?88b527e30564f0736c1eaff0c8f20909);
    background-size: 6.51vw 6.51vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_security {
    position: relative;
    min-height: 16vw;
    padding: 5.33vw 0 5.33vw 9.33vw;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_security:before {
    content: "";
    display: block;
    position: absolute;
    left: 1.07vw;
    top: 50%;
    transform: translateY(-50%);
    width: 5.39vw;
    height: 6.58vw;
    background: url(/images/icon_mypage04.svg?66055959d992c8261f41014eabe7a482);
    background-size: 5.39vw 6.58vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_delivery {
    position: relative;
    min-height: 16vw;
    padding: 5.33vw 0 5.33vw 9.33vw;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_delivery:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6.56vw;
    height: 5.74vw;
    background: url(/images/icon_mypage05.svg?a9fc6b404d92c370a9645865add6a64f);
    background-size: 6.56vw 5.74vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_article {
    position: relative;
    min-height: 16vw;
    padding: 5.33vw 0 5.33vw 9.33vw;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_article:before {
    content: "";
    display: block;
    position: absolute;
    left: 1.67vw;
    top: 50%;
    transform: translateY(-50%);
    width: 3.52vw;
    height: 6.61vw;
    background: url(/images/icon_mypage06.svg?87026690aace36b8a66c60acd6566117);
    background-size: 3.52vw 6.61vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_follow {
    position: relative;
    min-height: 16vw;
    padding: 5.33vw 0 5.33vw 9.33vw;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner h2.ttl_follow:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5.91vw;
    height: 5.37vw;
    background: url(/images/icon_mypage07.svg?9329bb327721ce2c2f0a5d966c2e0d44);
    background-size: 5.91vw 5.37vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner p.txt_confirm {
    font-size: 4.27vw;
    font-weight: 500;
    padding: 3.13vw 0 3vw;
    text-align: left;
    line-height: 2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn {
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li {
    height: 20vw;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 4.33vw 0 16vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 4.27vw;
    font-weight: 500;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a span span {
    font-size: 2.93vw;
    font-weight: 500;
    width: 100%;
    text-align: left;
    letter-spacing: -0.01em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 4.6vw;
    top: 50%;
    transform: translateY(-50%);
    width: 7.98vw;
    height: 7.98vw;
    background: url(/images/icon_mypage01.svg?34b5d7849b7cbc045f72e422fd7c561a);
    background-size: 7.98vw 7.98vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5.67vw;
    width: 2.4vw;
    height: 2.4vw;
    border-top: 2px solid #008c8c;
    border-right: 2px solid #008c8c;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li:nth-child(2) a:before {
    left: 4.07vw;
    width: 8.05vw;
    height: 5.33vw;
    background: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
    background-size: 8.05vw 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li:nth-child(3) a:before {
    left: 4.07vw;
    width: 7.93vw;
    height: 7.93vw;
    background: url(/images/icon_mypage03.svg?88b527e30564f0736c1eaff0c8f20909);
    background-size: 7.93vw 7.93vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li:nth-child(4) a:before {
    left: 5.4vw;
    width: 6.54vw;
    height: 7.98vw;
    background: url(/images/icon_mypage04.svg?66055959d992c8261f41014eabe7a482);
    background-size: 6.54vw 7.98vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li:nth-child(5) a:before {
    left: 4.07vw;
    width: 7.97vw;
    height: 6.97vw;
    background: url(/images/icon_mypage05.svg?a9fc6b404d92c370a9645865add6a64f);
    background-size: 7.97vw 6.97vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner ul.list_btn li + li {
    margin-top: 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner:last-child ul.list_btn li:nth-child(1) a:before {
    left: 7.2vw;
    width: 4.27vw;
    height: 8.01vw;
    background: url(/images/icon_mypage06.svg?87026690aace36b8a66c60acd6566117);
    background-size: 4.27vw 8.01vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner:last-child ul.list_btn li:nth-child(2) a:before {
    left: 5.87vw;
    width: 7.17vw;
    height: 6.51vw;
    background: url(/images/icon_mypage07.svg?9329bb327721ce2c2f0a5d966c2e0d44);
    background-size: 7.17vw 6.51vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .note_box {
    margin-top: 25px;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .note_box p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.14;
    letter-spacing: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .note_box p a {
    text-decoration: underline;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table {
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody + tbody:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #000;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody:last-child tr td.btn_wrap {
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody.toggle_box {
    display: none;
    width: 100%;
    height: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody.toggle_box:before {
    border-top: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody.no_border {
    border: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    width: 100%;
    padding: 0;
    border-bottom: solid 1px #dcdcdc;
    height: 100%;
    min-height: 14.67vw;
    padding: 5.33vw 0;
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin {
    padding: 5.33vw 0;
    display: block;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin th.w165 {
    width: 100%;
    font-size: 4.8vw;
    font-weight: 500;
    align-self: flex-start;
    padding-top: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin th.w270 {
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin th.w290 {
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin th.th_border {
    border-bottom: 1px solid #dcdcdc;
    min-height: 14.67vw;
    padding-top: 0;
    margin-top: 0;
    font-size: 4.8vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td {
    display: block;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 4vw 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div + div {
    border-top: none;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div p span.tag_r {
    background: #bc0413;
    color: #fff;
    font-size: 3.2vw;
    font-weight: 500;
    padding: 1.33vw;
    border-radius: 3px;
    margin-left: 4vw;
    vertical-align: middle;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div p.ttl_large {
    font-size: 4.27vw;
    font-weight: 400;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div p.ttl_large + p {
    margin-top: 2.67vw;
    line-height: 1.69;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div label.ttl_large {
    font-size: 4.27vw;
    font-weight: 400;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div .btn_g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td div.td_inner {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 4vw 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin td.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.tr_nomargin:first-child {
    padding: 0 0 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr:last-child {
    border-bottom: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap {
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap th {
    justify-content: flex-start;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0;
    border-bottom: none;
    width: 100%;
    height: 80px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap th input[type=radio] {
    margin: -3px 15px 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td {
    width: 100%;
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul {
    width: 100%;
    border-top: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li {
    display: flex;
    align-items: center;
    font-size: 4.27vw;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
    height: auto;
    min-height: 60px;
    padding: 15px 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    width: 100%;
    padding: 20px 0;
    min-height: 80px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 270px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p {
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label sup.required,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p sup.required {
    color: #ff0000;
    font-size: 10px;
    font-size: 1rem;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li dl dd {
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li input[type=radio] {
    margin: -2px 4vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td ul li label span.required {
    color: #ff0000;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td .td_inner p.note {
    display: block;
    font-size: 3.47vw;
    font-weight: 300;
    margin: 0;
    letter-spacing: -0.02em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap td .td_inner p.note + .note {
    margin-top: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .note_wrap {
    margin-top: 15px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .note_wrap p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    width: 100%;
    line-height: 2.14;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .note_wrap p a {
    text-decoration: underline;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .note_wrap p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .btn_wrap {
    margin: 50px auto 30px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_back {
    margin: 0 auto;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th {
    font-size: 3.73vw;
    font-weight: 500;
    letter-spacing: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.67vw;
    width: 100%;
    margin-bottom: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th label,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th p {
    flex: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th label sup.required,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th p sup.required {
    color: #ff0000;
    font-size: 10px;
    font-size: 1rem;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th.w165 {
    width: 100%;
    font-size: 4.8vw;
    font-weight: 500;
    align-self: flex-start;
    padding-top: 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th.w270 {
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th.w290 {
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr th.th_border {
    border-bottom: 1px solid #dcdcdc;
    min-height: 14.67vw;
    padding-top: 2.67vw;
    margin-top: -5.33vw;
    font-size: 4.8vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td {
    flex: 1;
    font-size: 4.27vw;
    font-weight: 400;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 2.67vw 0;
    min-height: 14.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 15px 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div + div,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div + div {
    border-top: solid 1px #dcdcdc;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div p,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div p {
    width: auto;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div p span.tag_r,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div p span.tag_r {
    background: #bc0413;
    color: #fff;
    font-size: 3.2vw;
    font-weight: 500;
    padding: 1.33vw 1.6vw;
    border-radius: 3px;
    margin-left: 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div p.note,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div p.note {
    display: block;
    font-size: 3.47vw;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div p.note + .note,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div p.note + .note {
    margin-top: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div p.indent,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div p.ttl_large,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div label.ttl_large,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div p.ttl_large,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div label.ttl_large {
    font-size: 4.27vw;
    font-weight: 500;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div p.ttl_large + p,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div label.ttl_large + p,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div p.ttl_large + p,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div label.ttl_large + p {
    margin-top: 2.67vw;
    font-size: 3.47vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div h3,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div h3 {
    font-size: 4.8vw;
    font-weight: 500;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div h3 + p,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div h3 + .anotherAdd,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner div h3 + .submission,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div h3 + p,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div h3 + .anotherAdd,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn div h3 + .submission {
    margin-top: 3.2vw;
    font-size: 3.47vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner:last-child,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn:last-child {
    border: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner {
    flex-wrap: wrap;
    padding: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_nomargin {
    padding: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn {
    justify-content: space-between;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner_btn .btn_g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto 5.33vw;
    border-bottom: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    padding: 0 5.33vw;
    margin: 5.33vw 0 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap button + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap button + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap a + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap a + a {
    margin-left: 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.td_sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.td_ttl h3 {
    font-size: 4.8vw;
    font-weight: 500;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul {
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li {
    display: flex;
    align-items: center;
    font-size: 4.27vw;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
    min-height: 14.67vw;
    padding: 3.2vw 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    width: 100%;
    padding: 20px 0;
    min-height: 80px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 270px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl dt label,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl dt p {
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl dt label sup.required,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl dt p sup.required {
    color: #ff0000;
    font-size: 10px;
    font-size: 1rem;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li dl dd {
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li input[type=radio] {
    margin: -2px 20px 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td ul li label span.required {
    color: #ff0000;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number],
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select {
    height: 10.67vw;
    border: solid 1px #ddd;
    width: 100%;
    font-size: 4.27vw;
    padding: 0 15px;
    border-radius: 3px;
    background: #fff;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w50,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w50 {
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w50_sp,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w50_sp {
    width: 44.53vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w33,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w33 {
    width: 86.13vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w30,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w30 {
    width: 57.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=text].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=tel].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=email].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=number].w16,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td select.w16 {
    width: 37.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=checkbox] {
    margin: 0 2.67vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=radio] {
    margin: 0 2.67vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input::placeholder,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td textarea::placeholder {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password]::-moz-placeholder {
    visibility: hidden;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td input[type=password]::placeholder {
    visibility: hidden;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.dob, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.gender, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.zipcode_wrap, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.anotherAdd, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime, #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.submission {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.dob {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.dob.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.dob.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.gender {
    justify-content: space-between;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.gender .gender_inner {
    width: 28.8vw;
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    height: 10.67vw;
    padding: 0 3.2vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.gender .gender_inner + .gender_inner {
    margin-left: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.gender .gender_inner input[type=radio] {
    width: 5vw;
    height: 5vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.gender .gender_inner label {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime {
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime .onetime_inner {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    height: 10.67vw;
    padding: 0 4vw;
    margin-right: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime .onetime_inner label {
    font-size: 4.27vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.onetime .onetime_inner + .onetime_inner {
    margin: 4vw 0 0 0;
    padding: 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.zipcode_wrap .attention {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ff0000;
    margin-top: 10px;
    letter-spacing: 0em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .anotherAdd label,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .submission label {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: -0.01em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.submission {
    font-size: 3.73vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap {
    position: relative;
    padding-top: 0;
    margin-top: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w50 {
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w50_sp {
    width: 44.53vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w33 {
    width: 86.13vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w33:after {
    top: 35%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w30 {
    width: 57.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap.w16 {
    width: 37.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap:first-child {
    margin-top: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap .dob_year {
    margin: 0 0 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select {
    line-height: 1;
    font-size: 4.27vw;
    font-weight: 400;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select:invalid {
    color: #b2b2b2;
    text-indent: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select option {
    width: 100%;
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select option span {
    position: absolute;
    right: 0;
    text-align: right;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap select option:first-child {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .select_wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 43%;
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner h3 {
    font-size: 4.8vw;
    font-weight: 500;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner h3 + p,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner h3 + .anotherAdd,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner h3 + .submission {
    margin-top: 2.67vw;
    padding: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .td_inner p {
    font-size: 3.47vw;
    font-weight: 300;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td span.select_accessory {
    margin: 0 0 0 -1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td span.select_accessory:first-of-type {
    margin: -0.5em 0 0 0.3em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td span.select_accessory.confirm {
    margin: 0 1.2em 0 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td #btn_zipcode {
    width: 32vw;
    height: 10.67vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    margin-left: 2.4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td p.note {
    margin-top: 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td p.note.sp {
    display: block;
    font-size: 3.2vw;
    font-weight: 400;
    margin-top: 2.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td p.note a {
    text-decoration: underline;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap {
    display: flex;
    justify-content: center;
    margin: 8vw auto 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_back,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    padding: 0 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_submit + .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_submit + .btn_back,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_submit + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_back + .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_back + .btn_back,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_back + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap a + .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap a + .btn_back,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap a + a {
    margin-left: 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_submit:disabled,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap .btn_back:disabled,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form table tbody tr td.btn_wrap.last_btn_wrap a:disabled {
    opacity: 0.3;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .note_box {
    margin-top: 25px;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .note_box p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.14;
    letter-spacing: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .note_box p a {
    text-decoration: underline;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .btn_submit,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap form .btn_back {
    min-width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    padding: 0 5.33vw;
    margin: 0 auto;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .btn_wrap {
    display: flex;
    justify-content: center;
    margin: 10.67vw auto 0;
    border-bottom: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .btn_wrap button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    padding: 0 5.33vw;
    margin: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .btn_wrap button + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .btn_wrap a + button {
    margin-left: 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .btn_wrap.last_btn_wrap {
    margin-top: -1.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .account_btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px auto 30px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .account_btn_box .btn_entry {
    position: relative;
    width: 47.73%;
    height: 70px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    background: #f8f8f8;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .form_wrap .account_btn_box .btn_entry img {
    position: absolute;
    width: 36px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap {
    margin-top: 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap h3 {
    font-size: 4.8vw;
    font-weight: 500;
    text-align: left;
    margin: 0 0 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .h3_btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2.67vw 0;
    margin-top: -4vw;
    min-height: 16vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .h3_btn_wrap h3 {
    font-size: 4.8vw;
    font-weight: 500;
    text-align: left;
    margin: 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .h3_btn_wrap .btn_print {
    background: #fff;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .h3_btn_wrap .btn_print img {
    width: 6.67vw;
    margin-right: -1.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information {
    display: flex;
    justify-content: space-between;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information .client {
    display: inline-block;
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information .client .division_honorific {
    display: block;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information .client .division_honorific .client_honorific {
    text-align: end;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .invoice_information .company {
    width: 50%;
    margin-left: 2em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap {
    padding: 4vw 5.33vw;
    border: 1px solid #dcdcdc;
    display: block;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap p,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap span {
    font-size: 4.27vw;
    font-weight: 300;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap span#latest_charge {
    font-weight: 600;
    position: absolute;
    right: 9.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .latest_wrap span + span {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table {
    margin-top: 8px;
    width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody th {
    text-align: left;
    vertical-align: bottom;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding-bottom: 5px;
    padding: 15px 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody th:first-child {
    width: 22%;
    min-width: 158px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody th:nth-child(2) {
    width: 62%;
    min-width: 160px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody th:nth-child(3) {
    width: 18%;
    min-width: 140px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody th:last-child {
    width: 10%;
    min-width: 100px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody td {
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody td:last-child {
    text-align: right;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody td .br_contract {
    display: block;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody td .attention {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ff0000;
    margin-top: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody td.confirm {
    justify-content: flex-start;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap table tbody td.confirm p + p {
    margin-left: 1em;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap p {
    font-size: 4.27vw;
    font-weight: 300;
    line-height: 2;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap {
    display: flex;
    justify-content: center;
    margin: 8vw auto 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    padding: 0 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap button + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap button + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap a + button,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .btn_wrap a + a {
    margin-left: 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap {
    display: flex;
    justify-content: center;
    margin: 10.67vw auto 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.33vw;
    height: 9.33vw;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    color: #000;
    font-size: 3.73vw;
    font-weight: 500;
    background: #fff;
    box-sizing: border-box;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a + span,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span + span {
    margin-left: 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.active,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.active {
    color: #fff;
    background: #008c8c;
    border: none;
    pointer-events: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.btn_prev,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.btn_prev {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.btn_prev:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.btn_prev:after {
    content: "";
    display: block;
    position: absolute;
    left: 56%;
    top: 42%;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.btn_next,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.btn_next {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.btn_next:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.btn_next:after {
    content: "";
    display: block;
    position: absolute;
    left: 38%;
    top: 55%;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.inactive,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.inactive {
    pointer-events: none;
    color: #c1c1c1;
    border: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap a.inactive:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .content_wrap .pager_wrap span.inactive:after {
    border-color: #c1c1c1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap {
    margin-top: 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 5.33vw 0;
    margin-top: -5.33vw;
    min-height: 22.67vw;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner input[type=search] {
    background-color: #fff;
    padding: 0.65em 1.1em 0.65em 0.8em;
    font-size: 4.27vw;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner input[type=search]::-moz-placeholder {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner input[type=search]::placeholder {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner .article_search_button {
    width: 6.05vw;
    height: 6.03vw;
    position: absolute;
    top: 50%;
    right: 2.67vw;
    transform: translateY(-50%);
    border-radius: 3px;
    background-color: #fff;
    background-image: url(/images/icon_search.svg?e5e37b95d46029e527426039f2dbae04);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 6.05vw 6.03vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_search_wrap .article_search_inner .article_search_button span {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner .detail_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 4vw 0 4vw 12vw;
    box-sizing: border-box;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner .detail_wrap input[type=checkbox] {
    margin: 0 4vw 0 -12vw;
    width: 4vw;
    height: 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner .detail_wrap label {
    font-size: 4.27vw;
    font-weight: 400;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner .detail_wrap .btn_g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.33vw;
    max-width: 14.33vw;
    height: 6.67vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.47vw;
    font-weight: 500;
    background: #008c8c;
    margin-left: auto;
    line-height: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 5.33vw 0;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt {
    text-align: left;
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .tag_rank {
    display: inline-block;
    border-radius: 3px;
    font-size: 0.27vw;
    color: #fff;
    background: #008c8c;
    width: 20vw;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .tag_rank.special_news {
    background: #f57764;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt input[type=checkbox] {
    margin: 0 8.2vw 0 -12vw;
    position: absolute;
    right: -23.5vw;
    top: calc(26.67vw + 6.67vw);
    width: 4vw;
    height: 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_excerpt {
    font-size: 3.47vw;
    line-height: 1.69;
    height: 4.7em;
    overflow: hidden;
    font-weight: 300;
    margin: 2.67vw 0 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -2.13vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .block_article_inner img {
    width: 26.67vw;
    flex-shrink: 0;
    margin: 0 0 0 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .article_inner ul li .block_article .btn_g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.33vw;
    max-width: 14.33vw;
    height: 6.67vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.47vw;
    font-weight: 500;
    background: #008c8c;
    margin-left: 0;
    align-self: flex-end;
    position: absolute;
    top: calc(26.67vw + 10.67vw);
    line-height: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap {
    display: flex;
    justify-content: center;
    margin: 10.67vw auto 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.33vw;
    height: 9.33vw;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    color: #000;
    font-size: 3.73vw;
    font-weight: 500;
    background: #fff;
    box-sizing: border-box;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a + span,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span + span {
    margin-left: 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.active,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.active {
    color: #fff;
    background: #008c8c;
    border: none;
    pointer-events: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.btn_prev,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.btn_prev {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.btn_prev:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.btn_prev:after {
    content: "";
    display: block;
    position: absolute;
    left: 56%;
    top: 42%;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.btn_next,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.btn_next {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.btn_next:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.btn_next:after {
    content: "";
    display: block;
    position: absolute;
    left: 38%;
    top: 55%;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.inactive,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.inactive {
    pointer-events: none;
    color: #c1c1c1;
    border: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap a.inactive:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .article_wrap .pager_wrap span.inactive:after {
    border-color: #c1c1c1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap {
    margin-top: 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 4vw 0;
    margin-top: -5.33vw;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap p {
    font-size: 4.27vw;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap span {
    display: block;
    font-size: 3.47vw;
    font-weight: 300;
    position: relative;
    padding-left: 9vw;
    margin-top: 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0%);
    width: 6.02vw;
    height: 3.99vw;
    background-image: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
    background-repeat: no-repeat;
    background-size: 6.02vw 3.99vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_note_wrap span .br_span {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4vw 0;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner .block_follow_txt {
    text-align: left;
    width: 100%;
    padding-left: 8vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner .block_follow_txt input[type=checkbox] {
    margin: 0 2vw 0 -8vw;
    width: 4vw;
    height: 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner .block_follow_txt .follow_ttl {
    font-size: 4.27vw;
    font-weight: 400;
    line-height: 1.63;
    margin: 0 0 10px;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner button {
    background: #fff;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner button:after {
    content: "";
    display: block;
    width: 7.21vw;
    height: 4.77vw;
    background-image: url(/images/icon_mypage02_pg.svg?35c97c6415fd8801b4a2d4b1d4746251);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 7.21vw 4.77vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .block_follow_inner button.active:after {
    content: "";
    display: block;
    width: 7.21vw;
    height: 4.77vw;
    background-image: url(/images/icon_mypage02.svg?404bdffa627b6ac65daca2e55c73a8c1);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 7.21vw 4.77vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_wrap .follow_inner ul li .block_follow .btn_g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.33vw;
    max-width: 14.33vw;
    height: 6.67vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.47vw;
    font-weight: 500;
    background: #008c8c;
    margin-left: 2.33vw;
    line-height: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap {
    margin-top: 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 5.33vw 0;
    margin-top: -5.33vw;
    min-height: 22.67vw;
    text-align: left;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner input[type=search] {
    background-color: #fff;
    padding: 0.65em 1.1em 0.65em 0.8em;
    font-size: 4.27vw;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    width: 100%;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner input[type=search]::-moz-placeholder {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner input[type=search]::placeholder {
    color: #b2b2b2;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner .follow_category_search_button {
    width: 6.05vw;
    height: 6.03vw;
    position: absolute;
    top: 50%;
    right: 2.67vw;
    transform: translateY(-50%);
    border-radius: 3px;
    background-color: #fff;
    background-image: url(/images/icon_search.svg?e5e37b95d46029e527426039f2dbae04);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 6.05vw 6.03vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_search_wrap .follow_category_search_inner .follow_category_search_button span {
    display: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 5.33vw 0;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category:hover .block_follow_category_txt .follow_category_ttl {
    text-decoration: underline;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt {
    text-align: left;
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .tag_rank {
    display: inline-block;
    border-radius: 3px;
    font-size: 0.27vw;
    color: #fff;
    background: #008c8c;
    width: 20vw;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .tag_rank.special_news {
    background: #f57764;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: 0 0 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_excerpt {
    font-size: 3.47vw;
    line-height: 1.69;
    height: 4.7em;
    overflow: hidden;
    font-weight: 300;
    margin: 2.67vw 0 4vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_info {
    display: flex;
    flex-wrap: wrap;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_info .tag_category + .tag_category {
    margin-left: -2.13vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner .block_follow_category_txt .follow_category_info .timeStamp {
    font-size: 3.2vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .follow_category_inner ul li .block_follow_category .block_follow_category_inner img {
    width: 26.67vw;
    flex-shrink: 0;
    margin: 0 0 0 5.33vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap {
    display: flex;
    justify-content: center;
    margin: 10.67vw auto 0;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.33vw;
    height: 9.33vw;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    color: #000;
    font-size: 3.73vw;
    font-weight: 500;
    background: #fff;
    box-sizing: border-box;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a + span,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span + a,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span + span {
    margin-left: 2.67vw;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.active,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.active {
    color: #fff;
    background: #008c8c;
    border: none;
    pointer-events: none;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.btn_prev,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.btn_prev {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.btn_prev:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.btn_prev:after {
    content: "";
    display: block;
    position: absolute;
    left: 56%;
    top: 42%;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.btn_next,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.btn_next {
    position: relative;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.btn_next:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.btn_next:after {
    content: "";
    display: block;
    position: absolute;
    left: 38%;
    top: 55%;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.inactive,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.inactive {
    pointer-events: none;
    color: #c1c1c1;
    border: 1px solid #dcdcdc;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap a.inactive:after,
#section_mypage .mypage_inner .mypage_main .mypage_main_inner .follow_category_wrap .pager_wrap span.inactive:after {
    border-color: #c1c1c1;
  }
  #section_mypage .mypage_inner .mypage_main .mypage_main_inner + .mypage_main_inner {
    margin-top: 5.33vw;
  }

  /* =========================================================
  login
  ========================================================= */
  #section_login {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
    min-height: auto;
  }
  #section_login .login_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #section_login .login_inner h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.87vw;
    font-weight: 600;
    width: 100%;
    height: 16vw;
    border-bottom: 1px solid #000;
    margin-bottom: 13.33vw;
  }
  #section_login .login_inner .form_wrap {
    margin-top: -13vw;
  }
  #section_login .login_inner .form_wrap form {
    position: relative;
  }
  #section_login .login_inner .form_wrap form table {
    width: 100%;
  }
  #section_login .login_inner .form_wrap form table tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    width: 100%;
    padding: 5.33vw 0 4.67vw;
    border-bottom: solid 1px #dcdcdc;
    height: auto;
  }
  #section_login .login_inner .form_wrap form table tbody tr th {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 2.67vw 0;
    width: 100%;
  }
  #section_login .login_inner .form_wrap form table tbody tr th label,
#section_login .login_inner .form_wrap form table tbody tr th p {
    flex: 1;
  }
  #section_login .login_inner .form_wrap form table tbody tr td {
    display: flex;
    justify-content: space-between;
    flex: unset;
    font-size: 4.27vw;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    width: 100%;
  }
  #section_login .login_inner .form_wrap form table tbody tr td input[type=text],
#section_login .login_inner .form_wrap form table tbody tr td input[type=email],
#section_login .login_inner .form_wrap form table tbody tr td input[type=password] {
    height: 10.67vw;
    border: solid 1px #ddd;
    width: 100%;
    font-size: 4.27vw;
    padding: 0 3vw;
    width: 100%;
    border-radius: 3px;
  }
  #section_login .login_inner .form_wrap form table tbody tr td .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_login .login_inner .form_wrap form table tbody tr td.confirm {
    justify-content: flex-start;
  }
  #section_login .login_inner .form_wrap form table tbody tr td.confirm p + p {
    margin-left: 1em;
  }
  #section_login .login_inner .form_wrap form a {
    display: block;
    color: #008c8c;
    text-decoration: underline;
    margin-top: 4vw;
    font-size: 3.73vw;
    font-weight: 400;
    text-align: center;
  }
  #section_login .login_inner .form_wrap form a.signUp {
    text-align: center;
    margin-top: 10.67vw;
    letter-spacing: -0.01em;
  }
  #section_login .login_inner .form_wrap form .btn_submit {
    width: 100%;
    height: 10.67vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    margin-top: 8vw;
    background: #008c8c;
  }
  #section_login .login_inner .form_wrap form .checkBox_wrap input[type=checkbox] {
    margin: 0 2.67vw 0 0;
    width: 4vw;
    height: 4vw;
    vertical-align: text-top;
  }
  #section_login .login_inner .form_wrap form .checkBox_wrap label {
    font-size: 3.73vw;
    font-weight: 400;
  }

  /* =========================================================
  reset
  ========================================================= */
  #section_reset {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
    min-height: auto;
  }
  #section_reset .reset_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #section_reset .reset_inner h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.87vw;
    font-weight: 600;
    width: 100%;
    height: 16vw;
    border-bottom: 1px solid #000;
    margin-bottom: 13.33vw;
  }
  #section_reset .reset_inner .form_wrap {
    margin-top: -13vw;
  }
  #section_reset .reset_inner .form_wrap form {
    position: relative;
  }
  #section_reset .reset_inner .form_wrap form table {
    width: 100%;
  }
  #section_reset .reset_inner .form_wrap form table tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    width: 100%;
    padding: 5.33vw 0 4.67vw;
    border-bottom: solid 1px #dcdcdc;
    height: auto;
  }
  #section_reset .reset_inner .form_wrap form table tbody tr th {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 2.67vw 0;
    width: 100%;
  }
  #section_reset .reset_inner .form_wrap form table tbody tr th label,
#section_reset .reset_inner .form_wrap form table tbody tr th p {
    flex: 1;
  }
  #section_reset .reset_inner .form_wrap form table tbody tr td {
    display: flex;
    justify-content: space-between;
    flex: unset;
    font-size: 4.27vw;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    width: 100%;
  }
  #section_reset .reset_inner .form_wrap form table tbody tr td input[type=text],
#section_reset .reset_inner .form_wrap form table tbody tr td input[type=email],
#section_reset .reset_inner .form_wrap form table tbody tr td input[type=password] {
    height: 10.67vw;
    border: solid 1px #ddd;
    width: 100%;
    font-size: 4.27vw;
    padding: 0 3vw;
    width: 100%;
    border-radius: 3px;
  }
  #section_reset .reset_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_reset .reset_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
    color: #b2b2b2;
  }
  #section_reset .reset_inner .form_wrap form table tbody tr td input::placeholder,
#section_reset .reset_inner .form_wrap form table tbody tr td textarea::placeholder {
    color: #b2b2b2;
  }
  #section_reset .reset_inner .form_wrap form table tbody tr td input[type=password]::-moz-placeholder {
    visibility: hidden;
  }
  #section_reset .reset_inner .form_wrap form table tbody tr td input[type=password]::placeholder {
    visibility: hidden;
  }
  #section_reset .reset_inner .form_wrap form table tbody tr td p {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 2;
  }
  #section_reset .reset_inner .form_wrap form table tbody tr td p.note {
    margin-top: 2.67vw;
    font-size: 3.2vw;
  }
  #section_reset .reset_inner .form_wrap form table tbody tr td p.note.sp {
    display: block;
    font-size: 3.2vw;
    font-weight: 400;
    margin-top: 2.33vw;
    line-height: normal;
  }
  #section_reset .reset_inner .form_wrap form p.note {
    font-size: 3.73vw;
    font-weight: 400;
    text-align: left;
    line-height: 2.14;
  }
  #section_reset .reset_inner .form_wrap form a.reissue {
    display: block;
    color: #008c8c;
    text-decoration: underline;
    margin-top: 2.67vw;
    font-size: 3.73vw;
    font-weight: 400;
    text-align: left;
  }
  #section_reset .reset_inner .form_wrap form .btn_submit {
    min-width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    padding: 0 5.33vw;
    margin: 10.67vw auto;
  }
  #section_reset .reset_inner .complete_wrap {
    margin-top: -10vw;
  }
  #section_reset .reset_inner .complete_wrap p {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.03em;
  }
  #section_reset .reset_inner .complete_wrap .btn_toTop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    margin: 9.33vw auto 0;
    background: #008c8c;
  }

  /* =========================================================
  authentication
  ========================================================= */
  #section_authentication {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
    min-height: auto;
  }
  #section_authentication .authentication_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #section_authentication .authentication_inner h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.87vw;
    font-weight: 600;
    width: 100%;
    height: 16vw;
    border-bottom: 1px solid #000;
    margin-bottom: 13.33vw;
  }
  #section_authentication .authentication_inner .form_wrap {
    margin-top: -13vw;
  }
  #section_authentication .authentication_inner .form_wrap form {
    position: relative;
  }
  #section_authentication .authentication_inner .form_wrap form table {
    width: 100%;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    width: 100%;
    padding: 5.33vw 0 4.67vw;
    border-bottom: solid 1px #dcdcdc;
    height: auto;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr th {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 2.67vw 0;
    width: 100%;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr th label,
#section_authentication .authentication_inner .form_wrap form table tbody tr th p {
    flex: 1;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr td {
    display: flex;
    justify-content: space-between;
    flex: unset;
    font-size: 4.27vw;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    width: 100%;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr td h2 {
    font-size: 4.8vw;
    font-weight: 500;
    width: 100%;
    margin-bottom: 15px;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr td input[type=text],
#section_authentication .authentication_inner .form_wrap form table tbody tr td input[type=email],
#section_authentication .authentication_inner .form_wrap form table tbody tr td input[type=password] {
    height: 10.67vw;
    border: solid 1px #ddd;
    width: 100%;
    font-size: 4.27vw;
    padding: 0 3vw;
    width: 100%;
    border-radius: 3px;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_authentication .authentication_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
    color: #b2b2b2;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr td input::placeholder,
#section_authentication .authentication_inner .form_wrap form table tbody tr td textarea::placeholder {
    color: #b2b2b2;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr td input[type=password]::-moz-placeholder {
    visibility: hidden;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr td input[type=password]::placeholder {
    visibility: hidden;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr td p {
    font-size: 4.27vw;
    font-weight: 500;
    line-height: 2;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr td p.attention {
    width: 100%;
    font-size: 3.73vw;
    line-height: inherit;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_authentication .authentication_inner .form_wrap form table tbody tr td .btn_submit {
    min-width: 42.67vw;
    width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    padding: 0 5.33vw;
    margin: 10.67vw auto 3.33vw;
  }
  #section_authentication .authentication_inner .form_wrap form .btn_submit {
    width: 100%;
    height: 10.67vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    padding: 0 5.33vw;
    margin: 10.67vw auto;
  }
  #section_authentication .authentication_inner .form_wrap form .btn_wrap p {
    font-size: 3.73vw;
    font-weight: 500;
    text-align: left;
  }
  #section_authentication .authentication_inner .form_wrap form .btn_wrap .btn_submit {
    min-width: 42.67vw;
    width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    padding: 0 5.33vw;
    margin: 10.67vw auto 3.33vw;
  }

  /* =========================================================
  contact
  ========================================================= */
  #section_contact {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
    min-height: auto;
  }
  #section_contact .ttl_contact {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13.33vw;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_contact .ttl_contact h1 {
    font-size: 5.33vw;
    font-weight: 600;
  }
  #section_contact .contact_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 5.67vw auto 0;
  }
  #section_contact .contact_inner h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.87vw;
    font-weight: 600;
    width: 100%;
    height: 16vw;
    border-bottom: 1px solid #000;
    margin-bottom: 3.33vw;
  }
  #section_contact .contact_inner h2.multi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.87vw;
    font-weight: 600;
    width: 100%;
    min-height: 16vw;
    height: auto;
    border-bottom: 1px solid #000;
    margin-bottom: 13.33vw;
    flex-wrap: wrap;
  }
  #section_contact .contact_inner h2.multi span {
    font-size: 3.2vw;
    font-weight: 400;
    align-self: flex-end;
    margin: 1.67vw 0 4vw;
    width: 100%;
    text-align: right;
  }
  #section_contact .contact_inner h2.multi span.required {
    color: #ff0000;
  }
  #section_contact .contact_inner .inner_box p {
    font-size: 4.27vw;
    font-weight: 300;
    text-align: left;
    line-height: 2;
    margin-bottom: 8vw;
  }
  #section_contact .contact_inner .inner_box p:last-child {
    margin-bottom: 10.67vw;
  }
  #section_contact .contact_inner .inner_box p span.txt_bold {
    font-weight: 700;
  }
  #section_contact .contact_inner .inner_box p a {
    color: #008c8c;
    text-decoration: underline;
  }
  #section_contact .contact_inner p.txt_confirm {
    font-size: 4.27vw;
    font-weight: 500;
    padding: 8vw 0 15.33vw;
    margin-top: -18vw;
    text-align: left;
    line-height: 2;
  }
  #section_contact .contact_inner ul.list_btn {
    margin-top: -7vw;
  }
  #section_contact .contact_inner ul.list_btn li {
    height: auto;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
  }
  #section_contact .contact_inner ul.list_btn li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4vw 5.33vw;
    font-size: 4.27vw;
    font-weight: 500;
    text-align: left;
  }
  #section_contact .contact_inner ul.list_btn li a img {
    margin-right: 5.33vw;
    width: 7.87vw;
  }
  #section_contact .contact_inner ul.list_btn li a span.note {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.67;
    margin: 1.33vw 0 0 0;
    letter-spacing: 0;
    text-align: left;
    width: calc(100% - 8vw);
    box-sizing: border-box;
  }
  #section_contact .contact_inner ul.list_btn li a span.required {
    color: #ff0000;
  }
  #section_contact .contact_inner ul.list_btn li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6.67vw;
    width: 2.4vw;
    height: 2.4vw;
    border-top: 2px solid #008c8c;
    border-right: 2px solid #008c8c;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_contact .contact_inner ul.list_btn li + li {
    margin-top: 2.67vw;
  }
  #section_contact .contact_inner .note_box {
    margin-top: 4vw;
    text-align: left;
  }
  #section_contact .contact_inner .note_box p {
    font-size: 3.47vw;
    font-weight: 300;
    line-height: 1.69;
    letter-spacing: 0;
  }
  #section_contact .contact_inner .note_box p a {
    text-decoration: underline;
  }
  #section_contact .contact_inner .note_box p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_contact .contact_inner p.form_note {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 3.2vw;
    font-weight: 400;
    width: 100%;
    padding: 10vw 0 4vw;
    margin-top: -10vw;
  }
  #section_contact .contact_inner p.form_note span {
    font-size: 3.2vw;
    font-weight: 400;
    align-self: flex-end;
  }
  #section_contact .contact_inner p.form_note span.required {
    color: #ff0000;
  }
  #section_contact .contact_inner .form_wrap {
    border-top: 1px solid #dcdcdc;
  }
  #section_contact .contact_inner .form_wrap form {
    position: relative;
  }
  #section_contact .contact_inner .form_wrap form table {
    width: 100%;
  }
  #section_contact .contact_inner .form_wrap form table tbody + tbody:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #000;
    margin-top: 6.67vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
  #section_contact .contact_inner .form_wrap form table tbody.no_border {
    border: none;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    width: 100%;
    padding: 5.33vw 0 4.67vw;
    border-bottom: solid 1px #dcdcdc;
    height: auto;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr:last-child {
    border-bottom: none;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap {
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap th {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0;
    padding: 5.33vw 0 4.67vw;
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
    height: 16vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap th input[type=radio] {
    margin: -0.02em 4vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td {
    width: 100%;
    flex: unset;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul {
    width: 100%;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li {
    display: flex;
    align-items: baseline;
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing: 0;
    padding: 4vw 0;
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
    height: auto;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    width: 100%;
    padding: 0;
    min-height: auto;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 2.67vw 0;
    width: 100%;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label,
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p {
    flex: 1;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label sup.required,
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p sup.required {
    color: #ff0000;
    font-size: 2.67vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li dl dd {
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: 4.27vw;
    font-weight: 400;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li input[type=radio] {
    margin: 0 5.33vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td ul li label span.required {
    color: #ff0000;
    display: block;
    margin-top: 1.33vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td.confirm {
    justify-content: flex-start;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap td.confirm p + p {
    margin-left: 1em;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .note_wrap {
    margin: 4vw 0;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .note_wrap:last-of-type {
    margin-bottom: 0;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .note_wrap p {
    font-size: 3.47vw;
    font-weight: 400;
    width: 100%;
    line-height: 1.69;
    letter-spacing: -0.013em;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .note_wrap p a {
    text-decoration: underline;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .note_wrap p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .btn_wrap {
    margin: 6.67vw auto 4vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_submit,
#section_contact .contact_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_back {
    margin: 0 auto;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr th {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 2.67vw 0;
    width: 100%;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr th label,
#section_contact .contact_inner .form_wrap form table tbody tr th p {
    flex: 1;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr th label sup.required,
#section_contact .contact_inner .form_wrap form table tbody tr th p sup.required {
    color: #ff0000;
    font-size: 3.73vw;
    vertical-align: text-bottom;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr th.th_top {
    align-self: flex-start;
    margin-top: 2.67vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr th.th_top.confirm {
    margin-top: 0;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td {
    display: flex;
    justify-content: space-between;
    flex: unset;
    font-size: 4.27vw;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    width: 100%;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td input[type=text],
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=tel],
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=email],
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=password],
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=number],
#section_contact .contact_inner .form_wrap form table tbody tr td select,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea {
    height: 10.67vw;
    border: solid 1px #ddd;
    width: 100%;
    font-size: 4.27vw;
    padding: 0 3vw;
    width: 100%;
    border-radius: 3px;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td input[type=text].w50,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=tel].w50,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=email].w50,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=password].w50,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=number].w50,
#section_contact .contact_inner .form_wrap form table tbody tr td select.w50,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea.w50 {
    width: 100%;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td input[type=text].w50_sp,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=tel].w50_sp,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=email].w50_sp,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=password].w50_sp,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=number].w50_sp,
#section_contact .contact_inner .form_wrap form table tbody tr td select.w50_sp,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea.w50_sp {
    width: 44.53vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td input[type=text].w33,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=tel].w33,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=email].w33,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=password].w33,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=number].w33,
#section_contact .contact_inner .form_wrap form table tbody tr td select.w33,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea.w33 {
    width: 86.13vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td input[type=text].w30,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=tel].w30,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=email].w30,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=password].w30,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=number].w30,
#section_contact .contact_inner .form_wrap form table tbody tr td select.w30,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea.w30 {
    width: 57.33vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td input[type=text].w16,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=tel].w16,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=email].w16,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=password].w16,
#section_contact .contact_inner .form_wrap form table tbody tr td input[type=number].w16,
#section_contact .contact_inner .form_wrap form table tbody tr td select.w16,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea.w16 {
    width: 37.33vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td textarea {
    height: 53.33vw;
    resize: none;
    padding: 3vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td input[type=checkbox] {
    margin: 0 2.67vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td input[type=radio] {
    margin: -0.15em 2.67vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_contact .contact_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
    color: #b2b2b2;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td input::placeholder,
#section_contact .contact_inner .form_wrap form table tbody tr td textarea::placeholder {
    color: #b2b2b2;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td input[type=password]::-moz-placeholder {
    visibility: hidden;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td input[type=password]::placeholder {
    visibility: hidden;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.dob, #section_contact .contact_inner .form_wrap form table tbody tr td.zipcode_wrap, #section_contact .contact_inner .form_wrap form table tbody tr td.privacy {
    justify-content: space-between;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.gender {
    justify-content: space-between;
    /*flex-wrap: nowrap;*/
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.gender .gender_inner {
    width: 28.8vw;
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    height: 10.67vw;
    padding: 0 4vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.gender .gender_inner + .gender_inner {
    margin-left: 0;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.gender .gender_inner input[type=radio] {
    width: 5vw;
    height: 5vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.gender .gender_inner label {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.zipcode_wrap .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm {
    justify-content: flex-start;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm p + p {
    margin-left: 1em;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.privacy input[type=checkbox] {
    align-self: baseline;
    margin: 0.25em 2.67vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.privacy label {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: -0.01em;
    flex: 1;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap {
    position: relative;
    margin-top: 4vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap.w50 {
    width: 100%;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap.w50_sp {
    width: 44.53vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap.w33 {
    width: 86.13vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap.w30 {
    width: 57.33vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap.w16 {
    width: 37.33vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap:first-child {
    margin-top: 0;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap select {
    line-height: 1;
    font-size: 4.27vw;
    font-weight: 400;
    width: 100%;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap select:invalid {
    color: #b2b2b2;
    text-indent: 0;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap select option {
    width: 100%;
    position: relative;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap select option span {
    position: absolute;
    right: 0;
    text-align: right;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap select option:first-child {
    display: none;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .select_wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td span.select_accessory {
    margin: 1em 0 0 -1em;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td span.select_accessory:first-of-type {
    margin: 0 0 0 0.3em;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td span.select_accessory.confirm {
    margin: 0 1.2em 0 0;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td #btn_zipcode {
    width: 32vw;
    height: 10.67vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    margin-left: 2vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td p.note {
    margin-top: 2.67vw;
    font-size: 3.2vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td p.note.sp {
    display: block;
    font-size: 3.2vw;
    font-weight: 400;
    margin-top: 2.33vw;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.confirm {
    justify-content: flex-start;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.confirm p {
    line-height: 2;
  }
  #section_contact .contact_inner .form_wrap form table tbody tr td.confirm p + p {
    margin-left: 1em;
  }
  #section_contact .contact_inner .form_wrap form .note_box {
    margin-top: 4vw;
    text-align: left;
  }
  #section_contact .contact_inner .form_wrap form .note_box p {
    font-size: 3.47vw;
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0;
  }
  #section_contact .contact_inner .form_wrap form .note_box p a {
    text-decoration: underline;
  }
  #section_contact .contact_inner .form_wrap form .note_box p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_contact .contact_inner .form_wrap form .btn_submit,
#section_contact .contact_inner .form_wrap form .btn_back {
    width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    margin-top: 9.33vw;
    background: #008c8c;
  }
  #section_contact .contact_inner .form_wrap .btn_wrap {
    display: flex;
    justify-content: center;
    margin: 10.67vw auto 0;
    border-bottom: none;
  }
  #section_contact .contact_inner .form_wrap .btn_wrap button,
#section_contact .contact_inner .form_wrap .btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    padding: 0 5.33vw;
    margin: 0;
  }
  #section_contact .contact_inner .form_wrap .btn_wrap button + button,
#section_contact .contact_inner .form_wrap .btn_wrap a + button {
    margin-left: 2.67vw;
  }
  #section_contact .contact_inner .form_wrap .btn_wrap.last_btn_wrap {
    margin-top: -1.67vw;
  }
  #section_contact .contact_inner .form_wrap .account_btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 12vw auto 0;
  }
  #section_contact .contact_inner .form_wrap .account_btn_box .btn_entry {
    position: relative;
    width: 100%;
    height: 18.67vw;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #000;
    font-size: 4.27vw;
    font-weight: 500;
    background: #f8f8f8;
    padding-left: 25.33vw;
    text-align: left;
  }
  #section_contact .contact_inner .form_wrap .account_btn_box .btn_entry img {
    position: absolute;
    width: 9.6vw;
    top: 50%;
    left: 5.33vw;
    transform: translateY(-50%);
  }
  #section_contact .contact_inner .form_wrap .account_btn_box .btn_entry + .btn_entry {
    margin-top: 4vw;
  }
  #section_contact .contact_inner .complete_wrap {
    margin-top: 8vw;
  }
  #section_contact .contact_inner .complete_wrap p {
    font-size: 4.27vw;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.03em;
  }
  #section_contact .contact_inner .complete_wrap p.complete_ttl {
    margin-bottom: 5.33vw;
  }
  #section_contact .contact_inner .complete_wrap .btn_toTop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    margin: 9.33vw auto 0;
    background: #008c8c;
  }

  /* =========================================================
  reissue
  ========================================================= */
  #section_reissue {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
    min-height: auto;
  }
  #section_reissue .ttl_reissue {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13.33vw;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_reissue .ttl_reissue h1 {
    font-size: 5.33vw;
    font-weight: 600;
  }
  #section_reissue .ttl_reissue p {
    position: absolute;
    bottom: -9vw;
    display: flex;
    align-items: center;
    font-size: 3.73vw;
    font-weight: 500;
  }
  #section_reissue .ttl_reissue p img {
    width: 4.78vw;
    /* height: 4.78vw; */
    margin-right: 2.13vw;
  }
  #section_reissue .reissue_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 6.33vw auto 0;
  }
  #section_reissue .reissue_inner h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.87vw;
    font-weight: 600;
    width: 100%;
    height: 16vw;
    border-bottom: 1px solid #000;
    margin-bottom: 13.33vw;
  }
  #section_reissue .reissue_inner h2 span {
    font-size: 3.2vw;
    font-weight: 400;
    align-self: flex-end;
    margin-bottom: 4vw;
  }
  #section_reissue .reissue_inner h2 span.required {
    color: #ff0000;
  }
  #section_reissue .reissue_inner h2.multi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.87vw;
    font-weight: 600;
    width: 100%;
    min-height: 16vw;
    height: auto;
    border-bottom: 1px solid #000;
    margin-bottom: 13.33vw;
    flex-wrap: wrap;
  }
  #section_reissue .reissue_inner h2.multi span {
    font-size: 3.2vw;
    font-weight: 400;
    align-self: flex-end;
    margin: 1.67vw 0 4vw;
    width: 100%;
    text-align: right;
  }
  #section_reissue .reissue_inner h2.multi span.required {
    color: #ff0000;
  }
  #section_reissue .reissue_inner p.txt_confirm {
    font-size: 4.27vw;
    font-weight: 500;
    padding: 8vw 0 15.33vw;
    margin-top: -18vw;
    text-align: left;
    line-height: 2;
  }
  #section_reissue .reissue_inner ul.list_btn {
    margin-top: -7vw;
  }
  #section_reissue .reissue_inner ul.list_btn li {
    height: auto;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
  }
  #section_reissue .reissue_inner ul.list_btn li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4vw 5.33vw;
    font-size: 4.27vw;
    font-weight: 500;
    text-align: left;
  }
  #section_reissue .reissue_inner ul.list_btn li a img {
    margin-right: 5.33vw;
    width: 7.87vw;
  }
  #section_reissue .reissue_inner ul.list_btn li a span.note {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.67;
    margin: 1.33vw 0 0 0;
    letter-spacing: 0;
    text-align: left;
    width: calc(100% - 8vw);
    box-sizing: border-box;
  }
  #section_reissue .reissue_inner ul.list_btn li a span.required {
    color: #ff0000;
  }
  #section_reissue .reissue_inner ul.list_btn li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6.67vw;
    width: 2.4vw;
    height: 2.4vw;
    border-top: 2px solid #008c8c;
    border-right: 2px solid #008c8c;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_reissue .reissue_inner ul.list_btn li + li {
    margin-top: 2.67vw;
  }
  #section_reissue .reissue_inner .note_box {
    margin-top: 4vw;
    text-align: left;
  }
  #section_reissue .reissue_inner .note_box p {
    font-size: 3.47vw;
    font-weight: 300;
    line-height: 1.69;
    letter-spacing: 0;
  }
  #section_reissue .reissue_inner .note_box p a {
    text-decoration: underline;
  }
  #section_reissue .reissue_inner .note_box p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_reissue .reissue_inner .form_wrap {
    margin-top: -13vw;
  }
  #section_reissue .reissue_inner .form_wrap form {
    position: relative;
  }
  #section_reissue .reissue_inner .form_wrap form table {
    width: 100%;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody + tbody:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #000;
    margin-top: 6.67vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody.no_border {
    border: none;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    width: 100%;
    padding: 5.33vw 0 4.67vw;
    border-bottom: solid 1px #dcdcdc;
    height: auto;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr:last-child {
    border-bottom: none;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap {
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap th {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0;
    padding: 5.33vw 0 4.67vw;
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
    height: 16vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap th input[type=radio] {
    margin: -0.02em 4vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td {
    width: 100%;
    flex: unset;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul {
    width: 100%;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li {
    display: flex;
    align-items: baseline;
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing: 0;
    padding: 4vw 0;
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
    height: auto;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    width: 100%;
    padding: 0;
    min-height: auto;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 2.67vw 0;
    width: 100%;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label,
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p {
    flex: 1;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt label sup.required,
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl dt p sup.required {
    color: #ff0000;
    font-size: 2.67vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li dl dd {
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: 4.27vw;
    font-weight: 400;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li input[type=radio] {
    margin: 0 5.33vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td ul li label span.required {
    color: #ff0000;
    display: block;
    margin-top: 1.33vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td.confirm {
    justify-content: flex-start;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap td.confirm p + p {
    margin-left: 1em;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .note_wrap {
    margin: 4vw 0;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .note_wrap:last-of-type {
    margin-bottom: 0;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .note_wrap p {
    font-size: 3.47vw;
    font-weight: 400;
    width: 100%;
    line-height: 1.69;
    letter-spacing: -0.013em;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .note_wrap p a {
    text-decoration: underline;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .note_wrap p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .btn_wrap {
    margin: 6.67vw auto 4vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_submit,
#section_reissue .reissue_inner .form_wrap form table tbody tr.column_wrap .btn_wrap .btn_back {
    margin: 0 auto;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr th {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 2.67vw 0;
    width: 100%;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr th label,
#section_reissue .reissue_inner .form_wrap form table tbody tr th p {
    flex: 1;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr th label sup.required,
#section_reissue .reissue_inner .form_wrap form table tbody tr th p sup.required {
    color: #ff0000;
    font-size: 3.73vw;
    vertical-align: text-bottom;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td {
    display: flex;
    justify-content: space-between;
    flex: unset;
    font-size: 4.27vw;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    width: 100%;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=text],
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=tel],
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=email],
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password],
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=number],
#section_reissue .reissue_inner .form_wrap form table tbody tr td select {
    height: 10.67vw;
    border: solid 1px #ddd;
    width: 100%;
    font-size: 4.27vw;
    padding: 0 3vw;
    width: 100%;
    border-radius: 3px;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=text].w50,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=tel].w50,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=email].w50,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password].w50,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=number].w50,
#section_reissue .reissue_inner .form_wrap form table tbody tr td select.w50 {
    width: 100%;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=text].w50_sp,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=tel].w50_sp,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=email].w50_sp,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password].w50_sp,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=number].w50_sp,
#section_reissue .reissue_inner .form_wrap form table tbody tr td select.w50_sp {
    width: 44.53vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=text].w33,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=tel].w33,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=email].w33,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password].w33,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=number].w33,
#section_reissue .reissue_inner .form_wrap form table tbody tr td select.w33 {
    width: 86.13vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=text].w30,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=tel].w30,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=email].w30,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password].w30,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=number].w30,
#section_reissue .reissue_inner .form_wrap form table tbody tr td select.w30 {
    width: 57.33vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=text].w16,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=tel].w16,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=email].w16,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password].w16,
#section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=number].w16,
#section_reissue .reissue_inner .form_wrap form table tbody tr td select.w16 {
    width: 37.33vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=checkbox] {
    margin: 0 2.67vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=radio] {
    margin: -0.15em 2.67vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td input::-moz-placeholder, #section_reissue .reissue_inner .form_wrap form table tbody tr td textarea::-moz-placeholder {
    color: #b2b2b2;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td input::placeholder,
#section_reissue .reissue_inner .form_wrap form table tbody tr td textarea::placeholder {
    color: #b2b2b2;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password]::-moz-placeholder {
    visibility: hidden;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td input[type=password]::placeholder {
    visibility: hidden;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.dob, #section_reissue .reissue_inner .form_wrap form table tbody tr td.zipcode_wrap, #section_reissue .reissue_inner .form_wrap form table tbody tr td.anotherAdd, #section_reissue .reissue_inner .form_wrap form table tbody tr td.submission {
    justify-content: space-between;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.gender {
    justify-content: space-between;
    /*flex-wrap: nowrap;*/
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.gender .gender_inner {
    width: 28.8vw;
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    height: 10.67vw;
    padding: 0 4vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.gender .gender_inner + .gender_inner {
    margin-left: 0;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.gender .gender_inner input[type=radio] {
    width: 5vw;
    height: 5vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.gender .gender_inner label {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.zipcode_wrap .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm {
    justify-content: flex-start;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.zipcode_wrap.confirm p + p {
    margin-left: 1em;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.anotherAdd input[type=checkbox], #section_reissue .reissue_inner .form_wrap form table tbody tr td.submission input[type=checkbox] {
    align-self: baseline;
    margin: 0.25em 2.67vw 0 0;
    width: 4vw;
    height: 4vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.anotherAdd label, #section_reissue .reissue_inner .form_wrap form table tbody tr td.submission label {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing: -0.01em;
    flex: 1;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.submission {
    font-size: 3.73vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap {
    position: relative;
    margin-top: 4vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap.w50 {
    width: 100%;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap.w50_sp {
    width: 44.53vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap.w33 {
    width: 86.13vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap.w30 {
    width: 57.33vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap.w16 {
    width: 37.33vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap:first-child {
    margin-top: 0;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap select {
    line-height: 1;
    font-size: 4.27vw;
    font-weight: 400;
    width: 100%;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap select:invalid {
    color: #b2b2b2;
    text-indent: 0;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap select option {
    width: 100%;
    position: relative;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap select option span {
    position: absolute;
    right: 0;
    text-align: right;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap select option:first-child {
    display: none;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .select_wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td span.select_accessory {
    margin: 1em 0 0 -1em;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td span.select_accessory:first-of-type {
    margin: 0 0 0 0.3em;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td span.select_accessory.confirm {
    margin: 0 1.2em 0 0;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td #btn_zipcode {
    width: 32vw;
    height: 10.67vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    margin-left: 2vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td p.note {
    margin-top: 2.67vw;
    font-size: 3.2vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td p.note.sp {
    display: block;
    font-size: 3.2vw;
    font-weight: 400;
    margin-top: 2.33vw;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td .attention {
    width: 100%;
    font-size: 3.73vw;
    font-weight: 400;
    color: #ff0000;
    margin-top: 1.33vw;
    letter-spacing: 0em;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.confirm {
    justify-content: flex-start;
  }
  #section_reissue .reissue_inner .form_wrap form table tbody tr td.confirm p + p {
    margin-left: 1em;
  }
  #section_reissue .reissue_inner .form_wrap form .note_box {
    margin-top: 4vw;
    text-align: left;
  }
  #section_reissue .reissue_inner .form_wrap form .note_box p {
    font-size: 3.47vw;
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0;
  }
  #section_reissue .reissue_inner .form_wrap form .note_box p a {
    text-decoration: underline;
  }
  #section_reissue .reissue_inner .form_wrap form .note_box p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section_reissue .reissue_inner .form_wrap form .btn_submit,
#section_reissue .reissue_inner .form_wrap form .btn_back {
    width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    margin-top: 9.33vw;
    background: #008c8c;
  }
  #section_reissue .reissue_inner .form_wrap .btn_wrap {
    display: flex;
    justify-content: center;
    margin: 10.67vw auto 0;
    border-bottom: none;
  }
  #section_reissue .reissue_inner .form_wrap .btn_wrap button,
#section_reissue .reissue_inner .form_wrap .btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    background: #008c8c;
    padding: 0 5.33vw;
    margin: 0;
  }
  #section_reissue .reissue_inner .form_wrap .btn_wrap button + button,
#section_reissue .reissue_inner .form_wrap .btn_wrap a + button {
    margin-left: 2.67vw;
  }
  #section_reissue .reissue_inner .form_wrap .btn_wrap.last_btn_wrap {
    margin-top: -1.67vw;
  }
  #section_reissue .reissue_inner .form_wrap .account_btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 12vw auto 0;
  }
  #section_reissue .reissue_inner .form_wrap .account_btn_box .btn_entry {
    position: relative;
    width: 100%;
    height: 18.67vw;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #000;
    font-size: 4.27vw;
    font-weight: 500;
    background: #f8f8f8;
    padding-left: 25.33vw;
    text-align: left;
  }
  #section_reissue .reissue_inner .form_wrap .account_btn_box .btn_entry img {
    position: absolute;
    width: 9.6vw;
    top: 50%;
    left: 5.33vw;
    transform: translateY(-50%);
  }
  #section_reissue .reissue_inner .form_wrap .account_btn_box .btn_entry + .btn_entry {
    margin-top: 4vw;
  }
  #section_reissue .reissue_inner .complete_wrap {
    margin-top: -10vw;
  }
  #section_reissue .reissue_inner .complete_wrap p {
    font-size: 4.27vw;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.03em;
  }
  #section_reissue .reissue_inner .complete_wrap .btn_toTop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42.67vw;
    height: 9.33vw;
    border-radius: 3px;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    margin: 9.33vw auto 0;
    background: #008c8c;
  }

  /* =========================================================
  banklist
  ========================================================= */
  #section_banklist {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
    min-height: auto;
  }
  #section_banklist .ttl_banklist {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13.33vw;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_banklist .ttl_banklist h1 {
    font-size: 5.33vw;
    font-weight: 600;
  }
  #section_banklist .banklist_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 6.33vw auto 0;
  }
  #section_banklist .banklist_inner h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.33vw;
    font-weight: 600;
    width: 100%;
    height: 14vw;
    border-bottom: 1px solid #000;
    margin-bottom: 4.27vw;
  }
  #section_banklist .banklist_inner ul {
    display: flex;
    flex-wrap: wrap;
  }
  #section_banklist .banklist_inner ul li {
    width: 50%;
    font-size: 4.27vw;
    font-weight: 400;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 3vw;
  }
  #section_banklist .banklist_inner ul + h2 {
    margin-top: 5vw;
  }
  #section_banklist .banklist_inner p {
    font-size: 4.27vw;
    font-weight: 400;
    text-align: left;
    margin-bottom: 3vw;
  }
  #section_banklist .banklist_inner p + h2 {
    margin-top: 5vw;
  }

  /* =========================================================
  terms
  ========================================================= */
  #section_terms {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
    min-height: auto;
  }
  #section_terms .ttl_terms {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13.33vw;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_terms .terms_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 6.33vw auto 0;
  }
  #section_terms .terms_inner h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4.4vw;
    font-weight: 600;
    width: 100%;
    margin-bottom: 4.27vw;
    margin-top: 8vw;
  }
  #section_terms .terms_inner p {
    font-size: 4.27vw;
    font-weight: 400;
    text-align: left;
    margin-bottom: 3vw;
  }
  #section_terms .terms_inner p.date {
    margin-top: 8vw;
  }
  #section_terms .terms_inner ol {
    list-style-type: decimal;
  }
  #section_terms .terms_inner ol li {
    font-size: 4.27vw;
    font-weight: 400;
    box-sizing: border-box;
    text-align: left;
    padding-left: 0;
    margin-left: 1.5em;
    line-height: 2;
    letter-spacing: normal;
    padding-left: 0.5em;
  }
  #section_terms .terms_inner ol.brackets {
    list-style-type: none;
    counter-reset: cnt;
    content: counter(cnt);
  }
  #section_terms .terms_inner ol.brackets > li {
    padding-left: 0;
    margin-left: 0;
    text-indent: -3em;
    padding-left: 3.5em;
    letter-spacing: normal;
  }
  #section_terms .terms_inner ol.brackets > li:before {
    content: "( " counter(cnt) " )";
    counter-increment: cnt 1;
    margin-right: 1em;
  }
  #section_terms .terms_inner ol.brackets > li.digits:before {
    content: "( " counter(cnt) " )";
    counter-increment: cnt 1;
    margin-right: 0em;
  }
  #section_terms .terms_inner ol.brackets > li > ul {
    list-style-type: disc;
  }
  #section_terms .terms_inner ol.brackets > li > ul > li {
    padding-left: 0;
    margin-left: -1.5em;
    text-indent: 0;
    padding-left: 0;
    letter-spacing: normal;
  }
  #section_terms .terms_inner ol.brackets > li > ul > li:before {
    content: " ";
    margin-right: 0;
  }

  /* =========================================================
  copyright
  ========================================================= */
  #section_copyright {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
    min-height: auto;
  }
  #section_copyright .ttl_copyright {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13.33vw;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_copyright .ttl_copyright h1 {
    font-size: 5.33vw;
    font-weight: 600;
  }
  #section_copyright .copyright_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 6.33vw auto 0;
  }
  #section_copyright .copyright_inner h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.33vw;
    font-weight: 600;
    width: 100%;
    margin-bottom: 4.27vw;
    margin-top: 8vw;
  }
  #section_copyright .copyright_inner p {
    font-size: 4.27vw;
    font-weight: 400;
    text-align: left;
    margin-bottom: 3vw;
  }
  #section_copyright .copyright_inner p + p {
    margin-top: 8vw;
  }

  /* =========================================================
  sitepolicy
  ========================================================= */
  #section_sitepolicy {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
    min-height: auto;
  }
  #section_sitepolicy .ttl_sitepolicy {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13.33vw;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_sitepolicy .ttl_sitepolicy h1 {
    font-size: 5.33vw;
    font-weight: 600;
  }
  #section_sitepolicy .sitepolicy_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 6.33vw auto 0;
  }
  #section_sitepolicy .sitepolicy_inner h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.33vw;
    font-weight: 600;
    width: 100%;
    margin-bottom: 4.27vw;
    margin-top: 8vw;
  }
  #section_sitepolicy .sitepolicy_inner p {
    font-size: 4.27vw;
    font-weight: 400;
    text-align: left;
    margin-bottom: 3vw;
  }
  #section_sitepolicy .sitepolicy_inner dl dt {
    font-size: 5.33vw;
    font-weight: 400;
    text-align: left;
    line-height: 2;
    letter-spacing: normal;
  }
  #section_sitepolicy .sitepolicy_inner dl dt:before {
    content: "";
    display: inline-block;
    width: 3.73vw;
    height: 3.73vw;
    background: #000;
    border-radius: 100%;
    margin-right: 2.67vw;
  }
  #section_sitepolicy .sitepolicy_inner dl dd {
    font-size: 4.27vw;
    font-weight: 400;
    text-align: left;
    line-height: 2;
    letter-spacing: normal;
    margin-top: 4vw;
  }
  #section_sitepolicy .sitepolicy_inner dl dd + dt {
    margin-top: 4vw;
  }
  #section_sitepolicy .sitepolicy_inner ul {
    list-style-type: disc;
  }
  #section_sitepolicy .sitepolicy_inner ul li {
    font-size: 4.27vw;
    font-weight: 400;
    box-sizing: border-box;
    text-align: left;
    padding-left: 0;
    margin-left: 1.5em;
    line-height: 2;
    letter-spacing: normal;
    padding-left: 0.5em;
  }

  /* =========================================================
  linkpolicy
  ========================================================= */
  #section_linkpolicy {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
    min-height: auto;
  }
  #section_linkpolicy .ttl_linkpolicy {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13.33vw;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_linkpolicy .ttl_linkpolicy h1 {
    font-size: 5.33vw;
    font-weight: 600;
  }
  #section_linkpolicy .linkpolicy_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 6.33vw auto 0;
  }
  #section_linkpolicy .linkpolicy_inner p {
    font-size: 4.27vw;
    font-weight: 400;
    text-align: left;
    margin-bottom: 3vw;
  }
  #section_linkpolicy .linkpolicy_inner p + p {
    margin-top: 8vw;
  }
  #section_linkpolicy .linkpolicy_inner ol {
    list-style-type: none;
    counter-reset: cnt;
    content: counter(cnt);
    margin: 8vw 0;
  }
  #section_linkpolicy .linkpolicy_inner ol > li {
    font-size: 4.27vw;
    font-weight: 400;
    box-sizing: border-box;
    text-align: left;
    line-height: 2;
    letter-spacing: normal;
    text-indent: -1.5em;
    padding-left: 1.7em;
    letter-spacing: normal;
    position: relative;
  }
  #section_linkpolicy .linkpolicy_inner ol > li:before {
    content: counter(cnt);
    counter-increment: cnt 1;
    margin-right: 1em;
    font-size: 3.73vw;
  }
  #section_linkpolicy .linkpolicy_inner ol > li:after {
    content: "";
    position: absolute;
    display: block;
    top: 1em;
    left: 0;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 1px solid #000;
    border-radius: 100%;
  }

  /* =========================================================
  ad
  ========================================================= */
  #section_ad {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
  }
  #section_ad .ttl_ad {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13.33vw;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_ad .ttl_ad h1 {
    font-size: 5.33vw;
    font-weight: 600;
  }
  #section_ad .ad_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 6.33vw auto 0;
  }
  #section_ad .ad_inner ul {
    list-style-type: none;
  }
  #section_ad .ad_inner ul li {
    font-size: 4.27vw;
    font-weight: 400;
    text-align: left;
    line-height: 2;
    letter-spacing: normal;
    margin-left: 1.5em;
    line-height: 2;
    letter-spacing: normal;
    padding-left: 0.5em;
    text-indent: -1.5em;
  }
  #section_ad .ad_inner ul li:before {
    content: "";
    display: inline-block;
    width: 3.73vw;
    height: 3.73vw;
    background: #000;
    border-radius: 100%;
    margin-right: 2.67vw;
  }

  /* =========================================================
  faq
  ========================================================= */
  #section_faq {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
  }
  #section_faq .ttl_faq {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13.33vw;
    border-bottom: 1px solid #dcdcdc;
  }
  #section_faq .ttl_faq h1 {
    font-size: 5.33vw;
    font-weight: 600;
  }
  #section_faq .faq_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 6.33vw auto 0;
  }
  #section_faq .faq_inner .faq_search_wrap p {
    font-size: 3.73vw;
    font-weight: 400;
    text-align: left;
  }
  #section_faq .faq_inner .faq_search_wrap form {
    display: flex;
    align-items: center;
    height: 14.13vw;
  }
  #section_faq .faq_inner .faq_search_wrap form input[type=search] {
    background-color: #fff;
    padding: 0.66em 1em;
    font-size: 4.27vw;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    width: 100%;
  }
  #section_faq .faq_inner .faq_search_wrap form input[type=search]::-moz-placeholder {
    color: #b2b2b2;
  }
  #section_faq .faq_inner .faq_search_wrap form input[type=search]::placeholder {
    color: #b2b2b2;
  }
  #section_faq .faq_inner .faq_search_wrap form .faq_search-button {
    min-width: 16vw;
    width: 16vw;
    height: 10.67vw;
    border-radius: 3px;
    background-color: #008c8c;
    color: #fff;
    font-size: 3.73vw;
    font-weight: 500;
    margin-left: 2.67vw;
    box-sizing: border-box;
  }
  #section_faq .faq_inner .faq_index_wrap {
    position: relative;
    margin-bottom: 8vw;
  }
  #section_faq .faq_inner .faq_index_wrap .faq_index_pc {
    display: none;
  }
  #section_faq .faq_inner .faq_index_wrap .faq_index_sp {
    display: block;
    position: relative;
    margin-top: 5.33vw;
  }
  #section_faq .faq_inner .faq_index_wrap .faq_index_sp select {
    height: 10.67vw;
    border: solid 1px #ddd;
    width: 100%;
    font-size: 4.27vw;
    padding: 0 1em;
    width: 100%;
    border-radius: 3px;
    background: #fff;
  }
  #section_faq .faq_inner .faq_index_wrap .faq_index_sp select:invalid {
    color: #b2b2b2;
    text-indent: 0;
  }
  #section_faq .faq_inner .faq_index_wrap .faq_index_sp select.job_title {
    color: #b2b2b2;
  }
  #section_faq .faq_inner .faq_index_wrap .faq_index_sp select option {
    width: 100%;
    position: relative;
    background: #fff;
  }
  #section_faq .faq_inner .faq_index_wrap .faq_index_sp select option span {
    position: absolute;
    right: 0;
    text-align: right;
  }
  #section_faq .faq_inner .faq_index_wrap .faq_index_sp select option:first-child {
    display: none;
  }
  #section_faq .faq_inner .faq_index_wrap .faq_index_sp:after {
    content: "";
    display: block;
    position: absolute;
    top: 43%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
  }
  #section_faq .faq_inner .faq_search_result_wrap {
    border-bottom: 1px solid #dcdcdc;
    margin-top: 9.33vw;
    padding-bottom: 6.67vw;
  }
  #section_faq .faq_inner .faq_search_result_wrap p {
    font-size: 5.33vw;
    font-weight: 600;
    text-align: left;
  }
  #section_faq .faq_inner .faq_search_result_wrap p span {
    font-size: 3.73vw;
    font-weight: 400;
    margin-left: 1em;
  }
  #section_faq .faq_inner .faq_search_result_wrap p span span {
    margin: 0;
  }
  #section_faq .faq_inner h2 {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    font-size: 5.33vw;
    font-weight: 600;
    width: 100%;
    background: #d7eaea;
    min-height: 13.33vw;
    padding: 2.67vw 2.67vw 2.67vw 10.67vw;
    margin-top: 8vw;
    box-sizing: border-box;
  }
  #section_faq .faq_inner h2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5.33vw;
    height: 100%;
    background: #008c8c;
  }
  #section_faq .faq_inner .faq_list_wrap p.noresults {
    font-size: 3.73vw;
    font-weight: 400;
    margin: 2em 0;
    text-align: left;
  }
  #section_faq .faq_inner .faq_list_wrap p.lead {
    font-size: 4.27vw;
    font-weight: 400;
    margin: 2em 0;
    text-align: left;
    line-height: 2;
  }
  #section_faq .faq_inner .faq_list_wrap h3 {
    display: flex;
    align-items: center;
    text-align: left;
    min-height: 20.8vw;
    border-bottom: 1px solid #000;
    font-size: 5.33vw;
    font-weight: 600;
    margin-top: 2.67vw;
    padding: 6.67vw 0;
  }
  #section_faq .faq_inner .faq_list_wrap h3.ttl_tellist {
    min-height: 14vw;
    padding: 0;
    margin-bottom: 2.67vw;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box {
    border-bottom: 1px solid #dcdcdc;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dt {
    display: flex;
    align-items: center;
    min-height: 20.8vw;
    padding: 6.67vw 9.33vw;
    position: relative;
    font-size: 4.8vw;
    font-weight: 600;
    text-align: left;
    letter-spacing: normal;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dt:before {
    content: "Q.";
    display: inline-block;
    position: absolute;
    top: 6.67vw;
    left: 0;
    color: #008c8c;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dt:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8.53vw;
    right: 2.67vw;
    display: block;
    width: 2.67vw;
    height: 2.67vw;
    border: none;
    border-bottom: 2px solid #008c8c;
    border-right: 2px solid #008c8c;
    transform: rotate(45deg);
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd {
    display: none;
    padding: 0 0 6.67vw 9.33vw;
    font-size: 4.27vw;
    font-weight: 400;
    text-align: left;
    line-height: 2;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd img {
    width: 4.8vw;
    margin: 0 2px 1px 1px;
    vertical-align: sub;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd img.pic_full {
    width: 100%;
    margin-top: 8vw;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd ul {
    list-style-type: disc;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd ul li {
    list-style-position: inside;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd a {
    display: block;
    color: #008c8c;
    text-decoration: underline;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl {
    border-bottom: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl dt {
    display: flex;
    align-items: center;
    min-height: auto;
    padding: 0;
    position: relative;
    font-size: 4.27vw;
    font-weight: 400;
    text-align: left;
    line-height: 2;
    width: 100%;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl dt:before {
    display: none;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl dt:after {
    display: none;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl dd {
    display: block;
    padding: 0;
    font-size: 4.27vw;
    font-weight: 400;
    text-align: left;
    line-height: 2;
    letter-spacing: 0;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl + dl {
    margin-top: 1em;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd h4 {
    font-weight: 600;
    margin-bottom: 1em;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd p + h4 {
    margin-top: 1em;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd p.note {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 3.2vw;
    font-weight: 400;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box dd dl + p.note {
    margin-top: 1.5em;
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box.active dt:after {
    content: "";
    position: absolute;
    top: 9.87vw;
    right: 2.67vw;
    display: block;
    width: 2.67vw;
    height: 2.67vw;
    border: none;
    border-top: 2px solid #008c8c;
    border-left: 2px solid #008c8c;
    transform: rotate(45deg);
  }
  #section_faq .faq_inner .faq_list_wrap dl.faq_list_box.active dd dt:after {
    display: none;
  }
  #section_faq .faq_inner .faq_list_wrap .faq_list_inner {
    display: flex;
    flex-wrap: wrap;
  }
  #section_faq .faq_inner .faq_list_wrap .faq_list_inner li {
    width: 100%;
    font-size: 4.27vw;
    font-weight: 400;
    margin: 0.5em 0;
    text-align: left;
    letter-spacing: 0em;
  }

  /* =========================================================
  search_results
  ========================================================= */
  #wrap.search_results main {
    padding-top: 0;
  }
  #wrap.search_results main #search_results_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
  }
  #wrap.search_results main #search_results_wrap .search_results_wrap_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 13.33vw;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
  }
  #wrap.search_results main #search_results_wrap .search_results_wrap_ttl h1 {
    line-height: 1;
    font-size: 5.33vw;
    position: relative;
    font-weight: 600;
    text-align: left;
  }
  #wrap.search_results main #search_results_wrap .search_results_wrap_ttl h1 span {
    font-size: 3.2vw;
    font-weight: 500;
    margin-left: 2.67vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_wrap_ttl h1 span span {
    margin: 0;
  }
  #wrap.search_results main #search_results_wrap .search_results_main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-top: none;
    margin-bottom: 2vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main p.noresults {
    font-size: 3.73vw;
    font-weight: 400;
    margin: 2em 0;
    text-align: left;
  }
  #wrap.search_results main #search_results_wrap .search_results_main h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article {
    width: 100%;
    display: flex;
    padding: 4vw 0;
    position: relative;
    min-height: 41.67vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article:hover .block_article_txt .article_ttl {
    text-decoration: underline;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article:first-child {
    margin-top: 0;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article img {
    width: 26.67vw;
    max-width: 26.67vw;
    margin: 0 0 0 4vw;
    flex-shrink: 0;
    align-self: flex-start;
    padding-bottom: calc(30% + 0.2em);
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt {
    text-align: left;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_ttl {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.63;
    margin: -1.33vw 0 2.33vw;
    letter-spacing: 0em;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_excerpt {
    font-size: 3.47vw;
    line-height: 1.69;
    height: 4.8em;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 0em;
    margin-top: 2vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info {
    display: flex;
    flex-wrap: wrap;
    bottom: 4vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_category {
    font-size: 3.2vw;
    color: #008c8c;
    margin-right: 4vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_category + .tag_category {
    margin-left: -8px;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .timeStamp {
    font-size: 3.2vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_main_inner .block_article .block_article_txt .article_info .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation {
    margin: 12vw auto 2vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul {
    display: flex;
    justify-content: center;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li {
    width: 8vw;
    height: 8vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li a,
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    font-size: 3.73vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li a:hover {
    background: #d7eaea;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li span.active {
    background: #008c8c;
    color: #fff;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li + li {
    margin-left: 2.67vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li.prev {
    width: 17.33vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li.prev a:before,
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li.prev span:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 2.13vw;
    height: 2.13vw;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
    margin-right: 0.8vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li.next {
    width: 17.33vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li.next a:after,
#wrap.search_results main #search_results_wrap .search_results_main .search_results_pageNation ul li.next span:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 2.13vw;
    height: 2.13vw;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    margin-left: 0.8vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub {
    width: 100%;
    border: none;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner {
    width: 100%;
    border-top: 1px solid #000;
    padding: 0;
    margin-top: 9.33vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.67vw;
    font-size: 4.27vw;
    font-weight: 600;
    color: #008c8c;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner .ranking_wrap {
    margin-top: 2.67vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner .ranking_wrap .ranking_content_area {
    font-size: 3.73vw;
    text-align: center;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner {
    display: none;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner .ranking_wrap .ranking_content_area .ranking_content_area_inner.active {
    display: block;
    margin-top: 2.67vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li {
    padding: 4vw 0;
    text-align: left;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a {
    font-size: 3.73vw;
    font-weight: 600;
    line-height: 1.71;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a:hover,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a:hover {
    text-decoration: underline;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a .tag_rank,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a .tag_rank {
    display: inline-block;
    border-radius: 2px;
    font-size: 2.93vw;
    width: 15vw;
    height: 4.9vw;
    box-sizing: border-box;
    margin-left: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a .tag_rank.premium_free::before,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a .tag_rank.premium_free::before {
    content: "PREMIUM FREE";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a .tag_rank.premium::before,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a .tag_rank.premium::before {
    content: "PREMIUM";
    color: #fff;
    background: #dfd000;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a .tag_rank.premium::after,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a .tag_rank.premium::after {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_premium.svg?1a1dd79aaca6a6ad40bf6cbab054ff4b);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a .tag_rank.paid,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a .tag_rank.paid {
    content: "";
    display: inline-block;
    background-image: url(/images/icon_paid.svg?15f28a5a69f72e59c9bf794cbc572fed);
    background-size: 2.93vw 4.27vw;
    background-repeat: no-repeat;
    width: 2.93vw;
    height: 4.27vw;
    vertical-align: middle;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li a .tag_rank.free:before,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li a .tag_rank.free:before {
    content: "無料会員";
    color: #fff;
    background: #008c8c;
    vertical-align: middle;
    padding: 0px 4px;
    border-radius: 2px;
    display: inline-block;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li + li,
#wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ul li + li {
    border-top: 1px solid #dcdcdc;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li {
    padding-left: 9.33vw;
    position: relative;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:before {
    display: inline-block;
    position: absolute;
    left: 2.33vw;
    transform: translateY(-5px);
    color: #008c8c;
    font-size: 1.8rem;
    font-weight: 600;
    font-style: italic;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(1):before {
    content: "1";
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(2):before {
    content: "2";
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(3):before {
    content: "3";
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(4):before {
    content: "4";
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(5):before {
    content: "5";
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(6):before {
    content: "6";
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(7):before {
    content: "7";
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(8):before {
    content: "8";
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(9):before {
    content: "9";
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner ol li:nth-child(10):before {
    content: "10";
    left: 2px;
    letter-spacing: -3px;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:first-child {
    display: block;
    border-top: none;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:first-child img {
    width: 80%;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:nth-child(2) {
    padding: 0;
    border-left: none;
    margin-top: 10.67vw;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:nth-child(2) h2 {
    border-bottom: none;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:nth-child(3) {
    padding: 0;
    border-left: none;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:nth-child(3) ul {
    margin-top: 0;
    border: none;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:last-child {
    display: block;
    border-top: none;
  }
  #wrap.search_results main #search_results_wrap .search_results_sub .article_sub_inner:last-child img {
    width: 80%;
  }
}
