@charset "utf-8";

body {
  text-align: center;
}

#mainArea {
  display: block;
}

@media (min-width: 769px) {
  #mainArea {
    display: flex;
    gap: 0 40px;
    justify-content: center;
  }
}

/*---------------------------------------------
	コンテンツ
	---------------------------------------------*/
.tac {text-align:center;}

h1 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  padding-top: 15px;
}

h1 img {
  vertical-align: middle;
}

h2 {
  font-size: 24px;
  color: #007c7c;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  margin: 0;
}

table {
  margin: auto;
  margin-top: 30px;
  border-collapse: collapse;
  width: 100%;
}

th {
  padding: 10px;
  background-color: #007c7c;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

td {
  padding: 5px;
  border: 2px solid #000;
  font-size: 16px;
}

.pc-img {
  display: inline;
}

.sp-img {
  display: none;
}

.wrap {
  max-width: 830px;
  margin: auto;
}

.first2 {
  background-color: #F2F8EB;
  padding: 16px 16px 24px 16px;
}

.first2 img {
  text-align: center !important;
  width: 100%;
}

.first2_title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  background-color: #6FBA2C;
  border-radius: 25px;
  padding: 10px 0;
}

.first2_container {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 16px;
}

.first2_container img {
  width: 148px;
}

.first2_text p {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: 500;
}

.first2_text h1 {
  color: #E36666;
  font-size: 55px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 55px;
}

.first2_favorite {
  margin: 0 0 8px 0 !important;
}

.first2_text-green {
  font-size: 40px !important;
  color: #6FBA2C;
  margin: 8px 0 !important;
  line-height: 40px;
}

.logo {
  width: 200px;
  padding-top: 30px;
}

.second {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-top: 30px;
  align-items: flex-start;
}

.second-img {
  padding-top: 40px;
}

.title_first {
  margin-top: 32px !important;
}

.title {
  margin-top: 30px;
  display: flex;
  column-gap: 12px;
  text-align: left;
  align-items: center;
}

.title_second {
  margin-top: 0;
}

.title img {
  width: 36px;
}

.title h2 {
  color: #3F8282;
  padding: 0;
  margin: 0;
  font-size: 36px;
  line-height: 36px;
}

.td1 {
  width: 70%;
}

.td2 {
  width: 30%;
}

.third {
  padding-bottom: 40px;
}

.third h1 {
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}

.underline {
  border-bottom: 5px dotted #007c7c;
  margin-top: 19px;
  margin-bottom: 16px;
}

.underline_small {
  border-bottom: 1px dotted #007c7c;
  margin-top: 8px;
  margin-bottom: 20px;
}

.search_window {
  width: 100%;
}

.third-under {
  width: 100%;
  margin-bottom: 80px;
}

.between-image {
  margin-top: 20px;
}

.delivery-comment {
  text-align: left;
  font-size: 16px;
}

#price_down_mail_surcharge_table {
  margin: 0;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.detail {
  margin-top: 40px;
  color: #3F8282;
}

.detail p {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.detail_marker {
  font-size: 33px;
  line-height: 150%;
  background: linear-gradient(transparent 60%, #F5FF00 60%);
  font-weight: 700;
}

.detail_p_first {
  padding-bottom: 20px;
  line-height: 150%;
}

.detail_p_first img {
  vertical-align: middle;
  max-width: initial;
  width: initial;
}

.image_full_width {
  width: 100%;
}

.non_decoration_link {
  text-decoration: none;
}

.red-text {
  color: #C5003F;
}

.circle_number {
  width: 30px;
  height: 30px;
  background-color: #3F8282;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  display: flex;
}

.circle_number span {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  margin: auto;
  margin-top:-5px;
}

.display_flex {
  display: flex;
}

.mail_recommend {
  background-color: #F2F8EB;
  padding: 24px;
  margin-bottom: 40px;
}

.mail_recommend-h1 {
  color: #3F8282;
  text-align: start;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 16px;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}

.mail_recommend-p {
  text-align: start;
  font-size: 16px;
  margin: 0;
}

.mail_recommend-link {
  text-decoration: none;
}


.price_down_mail_detail_section-container {
  margin-bottom: 16px;
}

.price_down_mail_detail_section-title {
  background-color: #3F8282;
  border-radius: 8px 8px 0 0;
  color: #FFFFFF;
  text-align: start;
  padding: 10px;
  align-items: center;
}

.price_down_mail_detail_section-title-img {
  margin-right: 10px;
  max-width: initial;
  width: initial;
}

.price_down_mail_detail_section-title-img-title {
  margin: auto 0;
}

.price_down_mail_detail_section-title-img-title-big {
  font-size: 20px;
  font-weight: 700;
  margin: auto 0;
}

.price_down_mail_detail_section-comment {
  background-color: #F2F8EB;
  display: flex;
  padding: 24px;
}

.price_down_mail_detail_section-comment-icon {
  margin-right: 24px;
}

.price_down_mail_detail_section-comment-icon-width {
  width: 200px;
}

.price_down_mail_detail_section-comment-text {
  text-align: start;
}

.price_down_mail_detail_section-comment-text-title {
  color: #3F8282;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 12px;
}

.price_down_mail_detail_section-comment-text p {
  margin: 0;
}

.price_down_mail_detail_section-comment-text-marker {
  background: linear-gradient(transparent 50%, #F5FF00 50%);
}

.price_down_mail_step {
  padding: 16px 8px;
  background-color: #F2F8EB;
  position: relative;
}

.price_down_mail_step-container {
  background-color: #FFFFFF;
  padding: 10px 10px 20px 10px;
  border-radius: 8px;
  margin-bottom: 16px;
  line-height: 22px;
}

.price_down_mail_step-title {
  display: flex;
  column-gap: 4px;
  align-items: center;
}

.price_down_mail_step-title p {
  color: #3F8282;
  font-size: 18px;
  font-weight: bold;
  text-align: start;
  margin: auto 0;
}

.price_down_mail_step-img {
  width: 543px;
  margin: 0 auto 20px auto;
}

.price_down_mail_step-detail {
  text-align: start;
  font-size: 16px;
  margin: 0;
}

.price_down_mail_step_detail-container {
  display: flex;
  column-gap: 20px;
  margin-bottom: 22px;
}

.price_down_mail_step_2_detail-container {
  margin-bottom: 20px;
}

.price_down_mail_step-2-img {
  width: 353px !important;
  max-width: 100%;
}

.attention-before {
  margin-bottom: 22px;
}

.price_down_mail_step-detail-attention {
  text-align: start;
  font-size: 14px;
  margin: 0;
}

.price_down_mail_step-button-container {
  position: relative;
}

.price_down_mail_step-button {
  background-color: #FF6F0E;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  position: relative;
  padding: 18px;
  display: block;
  width: 350px;
  margin: 16px auto 0 auto;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: 0.15s;

  @media (any-hover: hover) {
    &:hover {
      opacity: 0.6;

    }
  }
}

.price_down_mail_step-button::after {
  content: url("../images/icon_arrow.svg");
  position: absolute;
  top: 15px;
  right: 15px;
}

.price_down_mail_detail_section-tutorial-container {
  padding: 24px;
  background-color: #F2F8EB;
}

.price_down_mail_detail_section-tutorial-box {
  display: flex;
  column-gap: 16px;
}

.price_down_mail_detail_section-tutorial-button {
  display: flex;
  border: 2px solid #3F8282;
  border-radius: 7px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #3F8282;
  font-weight: 700;
  padding: 7px 10px;
  margin-bottom: 12px;
  background-color: #FFFFFF;
  width: calc(100% / 2 - 16px - 14px);
}

.price_down_mail_detail_section-tutorial-button-icon {
  margin: 0 0 0 auto;
}

.questions-container {
  position: relative;
  background-color: #3F8282;
  border-radius: 8px 8px 8px 8px;
  margin: 40px 0 20px 0;
  cursor: pointer;
}

.questions-container p {
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

/* よくある質問　+-アイコン */
.questions-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background: #FFFFFF;
  display: block;
}

.questions-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background: #FFFFFF;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.questions-container.active .questions-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* アコーディオン */
.price_down_mail_question_accordion {
  display: none;
}

.price_down_mail_question_accordion.open {
  display: block;
}

.price_down_mail_question_section-container {
  margin-bottom: 20px;
}

.price_down_mail_question_section-title {
  font-size: 16px;
  font-weight: 700;
}

.price_down_mail_question-comment-text {
  font-size: 14px;
  text-align: start;
}

.price_down_mail_question-comment-text p {
  margin: 0;
}

.netoff_logo {
  margin: 12px auto 0 auto;
  width: 200px;
}

@media only screen and (max-width:749px) {
  body {
    min-width: 100%;
  }

  .wrap {
    margin: 0 18px;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 19px;
  }

  table {
    max-width: 500px;
  }

  td {
    font-size: 14px;
    text-align: left;
  }

  .pc-img {
    display: none;
  }

  .sp-img {
    display: flex;
    margin: auto;
    padding-top: 0px;
  }

  .first2 img {
    width: 103px;
  }

  .first2_title {
    font-size: 15px;
    padding: 8px 0;
  }

  .first2_container {
    column-gap: 0;
  }

  .first2_text p {
    font-size: 13px;
  }

  .first2_text h1 {
    font-size: 38px;
    line-height: 38px;
  }

  .second {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }

  .second-img {
    order: 1;
    margin: auto;
    padding-top: 10px;
  }

  .title h2 {
    font-size: 26px;
  }

  .title img {
    width: 24px;
  }

  .td1 {
    width: 60%;
  }

  .td2 {
    width: 40%;
    text-align: center;
  }

  .td3 {
    width: 50%;
    text-align: center;
  }

  .sp-width {
    width: 100%;
    max-width: 500px;
  }

  .detail {
    text-align: start;
    margin-top: 0;
  }

  .detail p {
    font-size: 16px;
  }

  .detail_p_first {
    padding-bottom: 16px;
  }

  .detail_p_first img {
    width: 25px;
  }

  .detail_marker {
    font-size: 22px;
  }

  .mail_recommend {
    padding: 16px;
  }

  .mail_recommend-h1 {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px;
  }

.mail_recommend-p {
  font-size: 14px;
}

.price_down_mail_step-detail {
  font-size: 14px;
}

  .price_down_mail_step_detail-container {
    display: block;
  }

  .price_down_mail_step-img {
    width: 100%;
  }

  .price_down_mail_step-2-img {
    margin-bottom: 20px;
  }

  .price_down_mail_step-detail-attention {
    font-size: 12px;
  }

  .price_down_mail_step-button {
    padding: 18px 0;
    width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
    font-size: 14px;
    line-height: 1.5;
  }

  .column2 {
    float: none;
    margin: 0;
    width: auto;
  }

  .column2 #side {
    display: none;
  }

  .column2 #main {
    position: static;
    margin: 0;
  }

  .column2 #content {
    border: none;
  }

  .j3c_text {
    float: right;
    font-size: 8px;
    margin-top: 5px !important;
    padding-right: 5px;
  }

  .j3c_text a {
    color: #cc0000 !important;
  }

  /*---------------------------------------------
	menu
	---------------------------------------------*/
  .gNav li {
    float: left;
    width: 20%;
    background: #eee;
    font-size: 11px;
    text-align: center;
  }

  .gNav li a {
    box-sizing: border-box;
    display: block;
    height: 59px;
    padding-top: 38px;
    border-right: 1px solid #fff;
    color: #000;
  }

  .gNav li:last-child a {
    border-right: 0;
  }

  .gNav li:first-child a {
    background: url("/sp/images/gnav_cart.png") no-repeat center 10px;
    background-size: auto 25px;
  }

  .gNav li:nth-child(2) a {
    background: url("/sp/images/gnav_favorite.png") no-repeat center 10px;
    background-size: auto 25px;
  }

  .gNav li:nth-child(3) a {
    background: url("/sp/images/gnav_income.png") no-repeat center 10px;
    background-size: auto 25px;
  }

  .gNav li:nth-child(4) a {
    background: url("/sp/images/gnav_history.png") no-repeat center 10px;
    background-size: auto 25px;
  }

  .gNav li:last-child a {
    background: url("/sp/images/gnav_mypage.png") no-repeat center 10px;
    background-size: auto 25px;
  }
}