@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700&display=swap');

.concept-wrap *,
.concept-wrap *:before,
.concept-wrap *:after {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; 
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents{
  border: none;
  width: 100%;
}
.concept-wrap{
  font-size: 16px;
  line-height: 1.5;
}
.concept-wrap a {
  color: #333;
  text-decoration: none;
}
.concept-wrap a:hover,
.concept-wrap button:hover {
  opacity: .7;
  cursor: pointer;
}
.concept-wrap img {
  max-width: 100%;
  vertical-align: bottom;
}
.concept-wrap ol {
  list-style: none;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents {
    background: #fff;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/* 見出し */
h2.primary-heading {
  border: none;
  box-shadow: none;
  color: #fa7418;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  width: auto;
}
.secondary-heading {
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 8px;
  position: relative;
  text-align: center;
}
.secondary-heading::after {
  background: #02735f;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 3px;
  left: calc(50% - 100px);
  position: absolute;
  width: 200px;
}
.sub-heading{
  color: #fa7418;
  display: block;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section h2 {
    background: none;
  }
  h2.primary-heading {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  h2 + p {
    margin-top: 0;
  }

  .secondary-heading::after {
    height: 2px;
    left: calc(50% - 70px);
    width: 140px;
  }

}

/* テキスト */
.txt {
  font-size: 18px;
  line-height: 1.7;
}
.txt + .txt {
  margin-top: 1em;
}
.note-txt {
  font-size: 14px;
}
.indent-txt {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .note-txt {
    font-size: 12px;
  }
}

/* 色 */
.clr--rd{
  color: #b22222;
}

/* リンク */
.link-block {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.link-block .oval-link + .oval-link {
  margin-left: 20px;
}
.link-block--col2 .oval-link {
  max-width: 300px;
}

.oval-link {
  border: none;
  border-radius: 100vh;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  min-width: 320px;
  padding: 20px 0;
  text-align: center;
}

.oval-link--og,
.oval-link--gr {
  color: #fff!important;
  max-width: 360px;
  width: 100%;
}
.oval-link--og {
  background: #ef8b29;
}
.oval-link--gr {
  background: #666;
}

.oval-link--arrow {
  display: inline-block;
  padding: 20px 50px!important;
  position: relative;
}
.oval-link--arrow::after {
  background: url(/home/partner/images/icon_arrow-wt.png) no-repeat center / contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  width: 20px;
}

.oval-link--arrow--l::after {
  left: 20px;
  right: auto;
  transform: rotate(-180deg);
}

a.td--underline {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .link-block {
    display: block;
    margin: 30px 0 0;
  }
  .link-block .oval-link + .oval-link {
    margin: 20px 0 0;
  }
  .link-block--col2 .oval-link {
    max-width: 100%;
  }

  .oval-link {
    align-items: center;
    display: flex;
    font-size: 18px;
    min-height: 58px;
    justify-content: center;
    min-width: 300px;
    padding: 0;
  }

  .oval-link--arrow {
    padding: 0 40px!important;
  }
  .oval-link--arrow::after {
    height: 18px;
    top: calc(50% - 9px);
    width: 18px;
  }

}

/* conts */
.conts{
  padding: 80px 0;
}
.conts--gr {
  background: #f1f1f1;
}
.conts-inner{
  margin: 0 auto;
  padding: 0 40px;
  width: 960px;
}
.conts-heading{
  color: #0a725f;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .conts{
    padding: 38px 0;
  }
  .conts-inner{
    padding: 0 15px;
    width: 100%;
  }
  .conts-heading{
    border: none;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
}


table {
  width: 100%;
}
table th,
table td {
  color: #333;
  background: #fff;
}
.v-t {
  vertical-align: top;
}



/*==================== 下層 flow ====================*/
/* MV */
.mv{
  background: #31afb7 url(/home/partner/images/mail/flow/flow_mv.png) no-repeat right -50px top -20px / 456px;
  height: 180px;
  position: relative;
}
.mv-inner {
  height: 100%;
  position: relative;
}
.mv-heading {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 42px;
  font-weight: bold;
  height: 100%;
  line-height: 1.3;
}

@media (min-width: 768px) and (max-width: 890px){
  .mv-heading {
    text-shadow: 0 0 15px #004646
  }
}

@media screen and (max-width: 768px) {
  .mv {
    background: #31afb7 url(/home/partner/images/mail/flow/flow_mv.png) no-repeat right -58px center / 60%;
    height: 110px;
    position: relative;
  }
  .mv::before {
    background: rgba(49, 175, 183, .75);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mv-heading {
    font-size: 28px;
  }

}



/* ご利用の流れ */
.subFlowList {
  margin: 0 auto;
  max-width: 700px;
}
.subFlowList-item {
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 20px;
  display: flex;
  padding: 20px 28px;
}
.subFlowList-item:nth-child(n + 2) {
  margin-top: 60px;
  position: relative;
}
.subFlowList-item:nth-child(n + 2)::before {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #a1d1c9;
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  top: -46px;
  transform: translateX(-50%);
}
.subFlowList-img {
  width: 117px;
}
.subFlowList-detail {
  margin-left: 29px;
  width: calc(100% - 146px);
}
.subFlowList-ttl {
  align-items: center;
  display: flex;
  font-size: 26px;
  font-weight: bold;
}
.subFlowList-step {
  background: #469788;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-right: 12px;
  padding: 6px 0;
  text-align: center;
  width: 94px;
}
.subFlowList-txt {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .subFlowList-item {
    border-radius: 10px;
    flex-direction: column;
    padding: 15px;
  }
  .subFlowList-item:nth-child(n + 2)::before {
    top: -43px;
    border-left-width: 30px;
    border-right-width: 30px;
    border-top-width: 24px;
  }
  .subFlowList-img {
    width: 90px;
  }
  .subFlowList-detail {
    margin: 10px 0 0;
    width: 100%;
  }
  .subFlowList-ttl {
    font-size: 20px;
  }
  .subFlowList-step {
    font-size: 16px;
  }
  .subFlowList-txt {
    font-size: 16px;
    margin-top: 8px;
  }
}



/* 配信形式・ルールについて */
.rules {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin: 70px 0 0;
}
.rules-item {
  padding: 26px 20px 34px;
  position: relative;
  text-align: center;
  width: 50%;
}
.rules-ttl {
  align-items: center;
  background: #469cca;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
.rulesList {
  display: inline-block;
  margin: 30px 0 0;
  text-align: left;
}
.rulesList-item {
  font-size: 20px;
  line-height: 1.5;
  padding-left: 28px;
  position: relative;
}
.rulesList-item::before {
  background: url(/home/partner/images/mail/flow/icon_ok.png) no-repeat center / contain;
  content: "";
  display: inline-block;
  height: 21px;
  left: 0;
  position: absolute;
  top: calc(50% - 10px);
  width: 21px;
}

.rules-item--ng::before {
  background: #ccc;
  bottom: 20px;
  content: "";
  display: inline-block;
  height: 150px;
  left: 0;
  position: absolute;
  width: 2px;
}
.rules-item--ng .rules-ttl {
  background: #ed8086;
}
.rules-item--ng .rulesList-item::before {
  background: url(/home/partner/images/mail/flow/icon_ng.png) no-repeat center / contain;
}
.rules + .noteList {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .rules {
    background: none;
    border: none;
    display: block;
    margin-top: 50px;
  }
  .rules-item {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 35px 20px 25px;
    text-align: left;
    width: 100%;
  }
  .rules-item:nth-child(n + 2) {
    margin-top: 40px;
  }
  .rules-ttl {
    border: none;
    font-size: 18px;
    height: 46px;
    margin: 0;
    top: -23px;
  }
  .rulesList {
    margin: 0;
  }
  .rulesList-item {
    font-size: 16px;
  }
  .rules-item--ng::before {
    display: none;
  }

}

.planCompare {
  display: flex;
  justify-content: space-between;
  margin: 44px 0 0;
}
.planCompare-block {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 20px;
  position: relative;
  width: calc(50% - 15px);
}
.planCompare-block::before {
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.planCompare-block--sponsor::before {
  background: #0a725f;
}
.planCompare-block--mail::before {
  background: #fa7418;
}
.planCompare-ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.planCompare-img {
  margin: 12px auto 0;
  width: 111px;
}
.planCompare-txt {
  font-size: 18px;
  margin: 15px 0 0;
}
.planCompare-tbl {
  margin: 24px 0 0;
}
.planCompare-tbl th,
.planCompare-tbl td {
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  padding: 8px 0;
}
.planCompare-tbl th {
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  width: 42%;
}
.planCompare-tbl td {
  width: 58%;
}

@media screen and (max-width: 768px) {
  .planCompare {
    display: block;
    margin-top: 30px;
  }
  .planCompare-block {
    padding: 30px 15px;
    width: 100%;
  }
  .planCompare-block:nth-child(n + 2) {
    margin-top: 20px;
  }
  .planCompare-ttl {
    border: none;
    color: #333;
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
  .planCompare-img {
    margin-top: 5px;
    width: 85px;
  }
  .planCompare-txt {
    font-size: 16px;
    margin-top: 10px;
  }
  .planCompare-tbl {
    margin-top: 15px;
  }
  .planCompare-tbl th {
    vertical-align: middle;
    width: 45%;
  }
  .planCompare-tbl td {
    width: 55%;
  }
}



/* 申し込みフォーム */
.form-heading {
  border-bottom: 2px solid #fa7418;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0 10px 5px;
}
.formTbl + .form-heading {
  margin-top: 20px;
}
.formArea form {
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px 50px;
}
.formTbl th,
.formTbl td {
  border: none;
  padding: 20px 10px;
}
.formTbl tr:not(:first-child) th,
.formTbl tr:not(:first-child) td {
  border-top: 1px solid #ccc;
}
.formTbl th {
  font-size: 18px;
  font-weight: bold;
  width: 280px;
}
.formTbl th .note-txt {
  margin-top: 5px;
}
.tag {
  border-radius: 100vh;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-right: 10px;
  padding: 6px 14px;
}
.tag--required {
  background: #b22222;
}
.tag--option {
  background: #6d6d6d;
}
.formTbl input[type=text],
.formTbl input[type=tel],
.formTbl input[type=email],
.formTbl input[type=url] {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
  width: 100%;
}
.formTbl textarea {
  border: 1px solid #cccc;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
  width: 100%;
}
.formTbl .textarea--tall {
  min-height: 300px;
}
.formTbl label + label {
  margin-left: 10px;
}
.td-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.deliveryDate-block {
  border-top: 1px dashed #ccc;
  display: none;
  margin-top: 15px;
  padding-top: 15px;
}
.formArea--confirm .deliveryDate-block {
  display: block;
}
.delivery-date {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.delivery-date:nth-child(n + 2) {
  margin-top: 15px;
}
.delivery-date .td-heading {
  margin: 0;
}
.formTbl .delivery-date input[type=text] {
  width: 150px;
  padding: 8px 10px;
  margin-left: 10px;
}

.formTbl .file_delete_button {
  margin-top: 8px;
}

.sample-image img {
  width: auto;
}


@media screen and (max-width: 768px) {
  .form-heading {
    border-left: none;
    color: #333;
    font-size: 20px;
    margin: 0;
  }
  .formTbl,
  .formTbl tbody,
  .formTbl tr,
  .formTbl th,
  .formTbl td {
    display: block;
    width: 100%;
  }

  .formTbl input[type=text],
  .formTbl input[type=tel],
  .formTbl input[type=email],
  .formTbl input[type=url] {
    font-size: 16px;
  }

  .formTbl th {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 15px;
  }
  .formTbl td {
    border-top: none;
    padding-bottom: 15px;
    padding-top: 0;
  }
  .formTbl tr:not(:first-child) td {
    border-top: none;
  }
  .formArea form{
    padding: 20px 15px 25px;
  }
  .formTbl .textarea--tall {
    min-height: 200px;
  }

  .td-heading {
    font-size: 14px;
  }
  .td-heading:not(:first-of-type) {
    border-top: none;
    margin-top: 15px;
    padding-top: 0;
  }

  .radio-block--spRow {
    display: flex;
    flex-direction: column;
  }
  .formTbl .radio-block--spRow label + label {
    margin: 5px 0 0;
  }

  .deliveryDate-block {
    margin-top: 10px;
    padding-top: 10px;
  }

  .sample-image img {
    display: block;
    margin: 0 auto;
  }


}



/*==================== 確認画面 ====================*/
/* 上部テキスト */
.msgBox {
  background: #fff;
  font-size: 16px;
  margin: 30px 0;
  padding: 20px;
  width: 100%;
}
.msgList-item {
  position: relative;
  padding-left: 1em;
}
.msgList-item::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #5d5d5d;
  border-radius: 50%;
}

.formArea--confirm .delivery-date .td-heading {
  margin-right: 5px;
}



/*==================== 完了画面 ====================*/
.finish {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
}
.finish-heading {
  border: none;
  box-shadow: none;
  color: #fa7418;
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  width: auto;
}
.finish-body {
  display: inline-block;
  margin: 20px 0 0;
  text-align: left;
}
.oval-link--back {
  position: relative;
}
.oval-link--back::before {
  content: "\f112";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .finish-img {
    width: 150px;
    margin: 0 auto;
  }

  .finish-heading {
    font-size: 22px;
  }
  
}
