/*decoration*/

.font-green {
  color: #3CBCA6;
}

.font-blue {
  color: #33bda6;
}

.font-pink {
  color: #ea4380;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.line-through {
  text-decoration: line-through;
}

.background-gray {
  background-color: #f7f7f7;
}


/*decoration*/

.sp-block {
  display: none !important;
}

.sp-none {
  display: inline !important;
}

.sp-br br {
  display: none;
  visibility: hidden
}

.pc-br br {
  display: inline;
}

body {
  font-size: 16px;
}

article {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 20px;
}

article h3 {
  font-weight: normal;
  border-bottom: 2px solid #C5C5C5;
  font-size: 22px;
  margin-bottom: 15px;
  clear: both;
}

a {
  color: #00BAFB;
}


/*header begin*/

header {
  width: 980px;
  height: 60px;
  margin: 0 auto;
}

.header_subtitle {
  font: normal 10px/10px "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  color: #757c7b;
  padding-top: 7px;
  padding-bottom: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

header img {
  height: 35px;
  margin: 5px 0px;
}


/*header end*/


/*eyecatch begin*/

.eyecatch {
  width: 100%;
  height: 380px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/pc/top.png");
  position: relative;
  margin-bottom: 3em;
}


/*eyecatch end*/


/*nottecoIs begin*/

.nottecoIs__img-pc {
  display: block;
}

.nottecoIs__img-sp {
  display: none;
}

.nottecoIs__membership {
  text-align: center;
  font-size: 29px;
}

.nottecoIs__description {
  font-size: 14px;
}

.nottecoIs__notes {
  color: #b6b6b6;
  display: block;
  text-align: right;
}


/*nottecoIs end*/


/*merit begin*/

.merit-box {
  width: 33%;
  height: auto;
  box-sizing: border-box;
  float: left;
  text-align: center;
  overflow: hidden;
}

.merit-box__img {
  height: 150px;
  overflow: hidden;
}

.merit-box__content {
  width: 85%;
  height: 200px;
  padding-left: 20px;
  text-align: left;
}

.merit-box__content p {
  font-size: 13px;
}


/*merit end*/


/*compere begin*/

.compare-container {
  text-align: center;
  margin: 20px 0;
}

.compare-box {
  border: 2px solid #C5C5C5;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
  width: 31%;
  padding: 5px 0px;
}

.compare-box p {
  margin: 0;
}

.compare-box__point {
  font-size: 20px;
}

.compare-box__price {
  color: #00BDA5;
  font-size: 30px;
  font-weight: bold;
}

.compare-box__yen {
  color: #00BDA5;
  font-size: 20px;
}


/*compere end*/


/* drive-campaign begin*/

.campaign__title {
  color: #00BDA5;
  text-align: center;
  margin: 0;
  padding: 20px 0px;
}

.campaign-content__description {
  margin: 0;
  margin-bottom: 20px;
}

.campaign-content__place {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.campaign-content__place {
  font-size: 13px;
}

.campaign-content__place__map {
  margin-right: 2em;
  text-align: center;
}

.campaign-content__place__map img {
  max-height: 100%;
}

.campaign-content__place__description__title {
  font-size: 22px;
  margin: 0 0 0.2em;
  color: #7b7b7b;
}

.campaign-content__place__description__condition {
  margin: 0;
}

.campaign-step {
  color: #7f7f7f;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.campaign-flow__list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding-left: 0;
  justify-content: space-between;
  counter-reset: step-count;
}

.campaign-flow__list li {
  background-color: white;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 1em;
}

.campaign-flow__list li:not(:first-child) {
  margin-left: 2em;
}

.campaign-flow__list__title:before {
  counter-increment: step-count;
  content: counter(step-count) '.';
  color: #7f7f7f;
}

.campaign-flow__list__title {
  color: #33bda6;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0;
}

.campaign-flow__list__description {
  margin: 0;
}


/* drive-campaign end*/


/*procedure begin*/

.procedure {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  padding: 35px 0 0px 0;
}

.procedure ol {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.procedure ol>li {
  margin-bottom: 20px;
}

.procedure h3 {
  font-size: 22px;
  color: #7f7f7f;
  margin: 0 auto 20px;
}

.procedure h4 {
  font-size: 20px;
  margin: 0 auto 5px;
}

.procedure p {
  font-size: 14px;
  margin: 0;
}

.procedure-btn {
  margin-top: 20px;
}

.register-box {
  background-color: #33bda6;
  text-align: center;
  padding: 20px 0;
}

.register-box__description {
  margin: 0px auto 5px;
  display: block;
}

.register-box__description__text {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.register-box__description__must-read {
  background-color: #FF9B30;
  color: white;
  display: inline-block;
  border-radius: 19px;
  padding: 2px 10px;
  font-weight: bold;
}

.btn {
  text-decoration: none;
  background: white;
  border-radius: 5px;
  display: inline-block;
  width: 360px;
  padding: 10px 0;
  color: black;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.30);
  text-align: center;
}

.btn-normal-size {
  width: 300px;
}

.btn-create-drive {
  background-color: #4787C7;
  color: white;
  font-weight: bold;
}

.procedure li {
  margin: 2em 0;
}

.procedure__register__button {
  margin-top: 20px;
  padding-left: 16px;
}

.procedure__apply__button {
  margin-top: 20px;
  padding-left: 16px;
}

.procedure__register__description {
  margin-bottom: 1em;
}

.procedure__apply__description {
  margin-bottom: 1em;
}

.procedure__apply__flow dt {
  font-weight: bold;
  color: #7f7f7f;
  margin-bottom: 0.5em;
}

.procedure__apply__flow dd {
  margin-left: 0;
  margin-bottom: 1em;
  font-size: 14px;
}


/*procedure end*/


/*faq begin*/

.faq {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.faq h2 {
  font-weight: normal;
  border-bottom: 2px solid #C5C5C5;
  font-size: 26px;
  margin-top: 60px;
  margin-bottom: 15px;
  clear: both;
}

.faq h3 {
  color: #33bda6;
}


/*faq end*/


/*================================smp=====================================*/

@media (max-width: 980px) {
  .sp-block {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
  .pc-br br {
    display: none;
    visibility: hidden
  }
  .sp-br br {
    display: inline;
  }
  body {
    font-size: 14px;
  }
  article {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  article>h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    clear: both;
  }
  header {
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
  }
  .header_subtitle {
    padding-bottom: 2px;
    font-size: 6px;
  }
  header img {
    height: 30px;
    margin: 5px 0px;
  }
  .eyecatch {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    width: 100%;
    height: 318px;
    background-image: url("../img/sp/top.jpg");
  }
  /*nottecoIs begin */
  .nottecoIs__img-pc {
    display: none;
  }
  .nottecoIs__img-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .nottecoIs__membership {
    font-size: 20px;
    line-height: 14px;
  }
  /*nottecoIs end */
  /*merit begin */
  .merit {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .merit-box {
    width: 100%;
  }
  .merit-box__img {
    margin-bottom: 10px;
  }
  .merit-box__content {
    width: 95%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
  }
  .merit-box__content h4 {
    margin: 0;
  }
  /*merit end */
  .compare-box {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin: 10px auto;
  }
  .drive-register {
    width: 290px;
    height: 48px;
    background-size: contain;
  }
  /*drive-campaign begin */
  .campaign-step {
    font-size: 14px;
  }
  .campaign-content__place__map img {
    max-width: 100%;
  }
  /*drive-campaign end */
  /*procedure begin */
  .procedure {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .procedure h4 {
    font-size: 15px;
  }
  .procedure img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .procedure__register {
    display: block !important;
  }
  .procedure__apply {
    display: block !important;
  }
  .btn {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .btn-normal-size {
    width: 90%;
    margin: 0 auto;
  }
  .campaign-content__place {
    display: block;
  }
  .campaign-content__place__map {
    margin-right: 0em;
    margin-bottom: 1em;
  }
  .campaign-flow__list {
    display: block;
  }
  .campaign-flow__list li:not(:first-child) {
    margin-left: 0;
    margin-top: 1em;
  }
  /*procedure end */
  /*faq begin*/
  .faq {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .faq h2 {
    font-weight: normal;
    border-bottom: 2px solid #C5C5C5;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
    clear: both;
  }
  /*faq end*/
}
