@charset "utf-8";




body {
  text-align: center;
  font-family: メイリオ;
}

#mainArea {
  display: block;
width:100%;}

#mainWrap	{width:830px !important;}



h1 {
  font-size: 32px;
  font-weight: 900;
  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;
  font-weight: 700;
  margin: 0;
}

table {
  margin: auto;
  margin-top: 30px;
  border-collapse: collapse;
  border: solid 2px #000000;
  width: 100%;
}

th {
  padding: 10px;
  background-color: #007c7c;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

td {
  padding: 5px 10px;
  border: 2px solid #000;
  font-size: 16px;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainArea {
  display: block;
}

.fwb	{font-weight:700;}
.mat20	{margin-top:20px !important;}
.pat20	{padding-top:20px !important;}

@media (min-width: 769px) {
  #mainArea {
    display: flex;
    gap: 0 40px;
    justify-content: center;
  }
  
  
}

/*---------------------------------------------
  コンテンツ
  ---------------------------------------------*/
.pc-img {
  display: inline;
}

.sp-img {
  display: none;
}

.wrap {
  max-width: 800px;
  margin: auto;
}

.first2 {
  background-color: #f0f8e9;
  padding: 30px 65px;
  max-width: 830px;
  margin: 0 auto;
}

.first2 img {
  text-align: center !important;
  width: 100%;
}

.logo {
  width: 200px;
  padding-top: 30px;
}

.second {
  display: flex;
  justify-content: center;
  text-align: left;
  margin: 35px 0;
  align-items: flex-start;
}

.second h2 {
  color: #333333;
  font-weight: 900;
  line-height: 1.4em;
  margin: 6px auto;
}

.title {
  margin-top: 30px;
  display: flex;
  column-gap: 10px;
  text-align: left;
}

.title img {
  width: 74px;

}

.td1 {
  width: 70%;
    text-align: center;
}

.td2 {
  width: 30%;
  font-weight: 700 !important;
    font-size:18px;
}

.third {
  margin-bottom: 80px;
}

.third h1 {
  text-align: left;
  padding-top: 0;
  height: 32px;
  line-height: 32px;
	margin-block-start: 0.67em;
}

.underline {
  border-bottom: 7px dotted #007c7c;
  margin-top: 13px;
  margin-bottom: 16px;
}

.third-under {
  width: 100%;
}

.between-image {
  margin-top: 20px;
  max-width: initial;
  width: initial;
}

.delivery-comment {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

#delivery_surcharge_table {
  margin: 30px 0 0;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.premium_mailservice_area {
  margin-top: 16px;
  margin-bottom: 30px;
}

.premium_mailservice_area .premium_mailservice_area--button {
  cursor: pointer;
  transition-duration: 300ms;
  margin: 10px 0;
  display: block;
}

.premium_mailservice_area .premium_mailservice_area--button:hover {
  opacity: 0.7;
}

.section_jump_section {
  display: flex;
  column-gap: 8px;
  margin: 0 auto 32px auto;
  max-width: 741px;
  justify-content: center;
}

.section_jump_section-button {
  border: solid 1px #CCCCCC;
  padding: 16px 45px 16px 25px;
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
  font-weight: 700;
  font-size:18px;
  position: relative;
  background:#027c7a;
  color:#ffffff;
}

.section_jump_section-button::after {
  content: url("/shipping_cost/images/vector.png");
  position: absolute;
  right: 10px;
  top: 25%;
}

.shipping_area {
  color: blue;
  cursor: pointer;
}

.image_full_width {
  width: 100%;
}

.display_flex {
  display: flex;
}

.price_list {
  margin-bottom: 70px;
  padding-bottom: 0 !important;
}

.delivery_detail_section-container {
  margin-bottom: 16px;
}

.delivery_detail_section-title {
  background-color: #3F8282;
  border-radius: 8px 8px 0 0;
  color: #FFFFFF;
  text-align: start;
  padding: 10px 0 10px 10px;
}

.delivery_detail_section-title-img {
  margin-right: 5px;
  max-width: initial;
  width: initial;
}

.delivery_detail_section-title-img-title {
  margin: auto 0;
}

.delivery_detail_section-comment {
  background-color: #F2F8EB;
  padding: 16px;
  display: flex;
}

.delivery_detail_section-comment-icon {
  margin-right: 16px;
}

.delivery_detail_section-comment-text {
  text-align: start;
  font-size: 14px;
}

.delivery_detail_section-comment-text p {
  margin: 0;
}

.delivery_detail_section-comment-first {
  margin-bottom: 16px !important;
  font-size:120%;
}

.delivery_detail_section-comment-second {
  text-align: start;
  font-size:120%;
}

.netoff_logo {
  margin: 54px auto 0 auto;
  width: 200px;
}

.second-img{
  max-width: initial;
  width: initial;
}

/* モーダル */
.modal {
  width: 600px;
  border-radius: 8px;
  position: fixed;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 50%);
  opacity: .6;
  display: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}

.overlay.open {
  display: block;
}

.modal.open {
  display: block;
}

.modal_wrap {
  margin: 16px 20px;
}

.modal_wrap_1 {
  display: flex;
  column-gap: 16px;
}

.modal_wrap_1 p {
  width: calc(100% - 14px - 16px);
  margin: 0 0 24px 0;
  font-weight: 700;
  text-align: start;
}

.modal-close img {
  cursor: pointer;
}

.modal_shipping_area-p {
  text-align: start;
  font-size: 14px;
  margin: 0 0 16px 0;
}

.modal_shipping_area-img {
  width: 228px;
}

.modal_shipping_area_detail {
  text-align: start;
  margin: 24px 0;
  padding-left: 20px;
}

.modal_shipping_area_detail li {
  font-weight: 700;
}

.modal_shipping_area_detail-p {
  font-weight: 400 !important;
  margin: 0;
}

@media only screen and (max-width:749px) {
  body {
    min-width: 100%;
  }

  #mainWrap	{width:100% !important;}

  .wrap {
    margin: 0 10px;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 19px;
  }

  table {
    max-width: 500px;
  }

  td {
    font-size: 14px;
    text-align: center;
  }

.matm1	{margin-top: -1px !important;}
  
  .pc-img {
    display: none;
  }

  .sp-img {
    display: flex;
    margin: auto;
    padding-top: 0px;
  }

  .first2 {
    height: auto;
    display: flex;
    align-items: center;
    padding: 12px;
  }

  .first2 img {
    width: 100%;
  }

  .second {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 35px;
  }

  .second-img {
    order: 1;
    margin: auto;
    padding-top: 10px;
  }

  .third {
    padding-bottom: 0px;
  }

  .third h1 {
    font-size: 25px;
  }

  .title_second-h1 {
    margin: 0;
  }

  .title_second {
    margin-bottom: 20px;
  }

  .title img {
    width: 53px;
  }

  .td1 {
    width: 60%;
    text-align: center;
  }

  .td2 {
    width: 40%;
    text-align: center;
  }

  .td3 {
    width: 50%;
    text-align: center;
  }

  .td4 {
    width: 35%;
    text-align: center;
  }
  .td5 {
    width: 65%;
    text-align: center;
  }

  .sp-width {
    width: 100%;
    max-width: 500px;
  }

  .section_jump_section {
    flex-wrap: wrap;
  }

  .section_jump_section a {
    text-align: start;
  }

  .section_jump_section-button {
    width: 358px;
    margin: 0 16px 16px 16px;
  }

  .delivery-comment {
    font-size: 14px;
    line-height: 1.25em;
  }

  /* モーダル */
  .modal {
    width: 370px;
    max-width: calc(100% - 20px);
  }

  .modal_shipping_area-p {
    font-size: 14px;
  }

  .modal_shipping_area_detail {
    font-size: 14px;
    line-height: 22px;
  }

  .delivery_detail_section-comment-sp {
    display: block;
  }

.delivery_detail_section-comment-icon img{
  width:150px;
}
  .delivery_detail_section-comment-container-1 {
    display: flex;
    margin-bottom: 10px;
  }

  .delivery_detail_section-comment-first {
    margin-bottom: 0 !important;
  font-size:110%;
  }

  .delivery_detail_section-comment-second {
    margin: 0 !important;
  font-size:110%;
  }


  .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;
  }
}