﻿@charset "UTF-8";


/**************************************************
　共通
***************************************************/

/* 見出し */
h2 {
 color: #3E3A39;
 display: block;
 font-size: 24px;
 font-weight: bold;
 margin: 0 auto;
 position: relative;
 text-align: center;
}
h2::after {
  background-color: #B59058;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 50px;
}
p {
  line-height: 1.7em;
}
header {
  border-bottom: none;
}
footer {
  border-top: none;
}

/**************************************************
　eyeCatch
***************************************************/

.eyecatch {
  background: url( './../image/contents/about/about-site-eyecatch-bg.jpg' ) no-repeat bottom left;
  background-size: cover;
  position: relative;
  width: 100%;
}
.eyecatch .text-box span {
  background-color: #9E7E4D;
  color: #FFF;
  display: inline-block;
  font-size: 0.8em;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  text-align: center;
}
.eyecatch .text-box h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 40px;
}
.eyecatch .usage-box .btn {
  background-color: #023A66;
  border-radius: 25px;
  color: #FFF;
  height: 50px;
  line-height: 50px;
  margin: initial;
  width: 225px;
}
.eyecatch .device {
  background: url( './../image/contents/about/device.png' ) no-repeat top center;
  background-size: cover;
}

/**************************************************
　リード
***************************************************/

.lead-box {
  background-color: rgba( 255, 255, 255, .95 );
  border-radius: 10px;
  position: relative;
}
.lead-box b {
  color: #023A66;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8em;
}

/**************************************************
　ご利用のメリット
***************************************************/

.merit-block {
  margin-top: 40px;
}
.merit-block {
  background-color: #F3FAFD;
}

/* 発信者 */
.for-sender .each-box {
  background-color: #fff;
  border-radius: 10px;
}
.for-sender .each-box .no {
  color: #9E7E4D;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  height: 28px;
  position: relative;
  width: 50px;
}
.for-sender .each-box .no::before {
  color: #9E7E4D;
  content: "POINT";
  font-size: 0.6em;
  left: 0;
  position: absolute;
  top : -15px
}
.for-sender .each-box h3 {
  color: #023A66;
  float: left;
  font-size: 1.4em;
  font-weight: bold;
  height: 48px;
  line-height: 66px;
  margin-bottom: 20px;
}
.for-sender .each-box img,
.for-receiver .each-box img {
  clear: both;
  display: block;
  margin: 20px auto;
}
.for-sender .each-box:nth-of-type( 1 ) img {
  height: 110px;
  width: 160px;
}
.for-sender .each-box:nth-of-type( 2 ) img {
  height: 140px;
  width: 110px;
}
.for-sender .each-box:nth-of-type( 3 ) img {
  height: 105px;
  width: 155px;
}
.for-sender .each-box:nth-of-type( 4 ) img {
  height: 108px;
  width: 120px;
}
.for-sender .each-box:nth-of-type( 5 ) img {
  height: 125px;
  width: 100px;
}
.for-sender .each-box:nth-of-type( 6 ) img {
  height: 105px;
  width: 130px;
}
.for-receiver .each-box img {
  background-color: #fff;
  border-radius: 50%;
  height: 170px;
  width: 170px;
}

/* 閲覧者 */
.for-receiver h2 {
  color: #023A66;
}
.for-receiver h2::after {
  display: none;
}
.for-receiver .each-box p {
  color: #6391A0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

/**************************************************
　ほかのサービスとの違い
***************************************************/

.feature-block .each-box h3 {
  color: #023A66;
  font-size: 1.2em;
  font-weight: bold;
  margin: 45px 0 30px;
  text-align: center;
}
.feature-block .each-box img {
  display: block;
  margin: 20px auto;
}
.feature-block .each-box:nth-of-type( 1 ) img {
  height: 130px;
  width: 130px;
}
.feature-block .each-box:nth-of-type( 2 ) img {
  height: 145px;
  width: 125px;
}
.feature-block .each-box:nth-of-type( 3 ) img {
  height: 120px;
  width: 150px;
}

/**************************************************
　コンテンツの種類
***************************************************/

.kinds-block {
  background-color: #F3FAFD;
}
.kinds-block .each-box {
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
}
.kinds-block .each-box h3 {
  color: #023A66;
  font-size: 1.0em;
  font-weight: bold;
}
.kinds-block .each-box img {
  display: block;
  height: 130px;
  margin: 20px auto 10px;
}

/**************************************************
　ご利用ステップ
***************************************************/

.usage-block .each-box {
  background-color: #F3FAFD;
  border: 4px solid #023A66;
  border-radius: 10px;
}
.usage-block .each-box .no {
  color: #9E7E4D;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  height: 28px;
  position: relative;
  width: 50px;
}
.usage-block .each-box .no::before {
  color: #9E7E4D;
  content: "STEP";
  font-size: 0.6em;
  left: 0;
  position: absolute;
  top : -15px
}
.usage-block .each-box h3 {
  color: #023A66;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  height: 48px;
  line-height: 66px;
  margin-bottom: 20px;
}
.usage-block .each-box img {
  background-color: #fff;
  border-radius: 50%;
  clear: both;
  display: block;
  height: 140px;
  margin: 20px auto;
  width: 140px;
}

/* 動画 */
.video-box {
  margin: 0 auto;
}
.video-box > span {
  color: #999;
  display: block;
  font-weight: bold;
  margin-bottom: 13px;
  padding-left: 38px;
  position: relative;
}
.video-box > span::after {
  background: url( './../image/contents/about/comment-line.png' ) no-repeat top center;
  background-size: cover;
  bottom: -3px;
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  width: 190px;
  z-index: -1;
}
.video-box h2 {
  color: #023A66;
  margin-bottom: 20px;
  padding-top: initial;
}
.video-box h2::after {
  background: url( './../image/contents/about/video-icon.png' ) no-repeat top center;
  background-size: cover;
  bottom: 3px;
  height: 35px;
  left: initial;
  width: 35px;
}
.video-box .video-contents {
  background-color: #F3FAFD;
  
}

/**************************************************
　Join
***************************************************/

.join-block {
  background: url( './../image/contents/about/join-bg.jpg' ) no-repeat top center;
  background-size: cover;
  padding-bottom: 40px;
}
.join-block p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-top: 80px;
  text-align: center;
}
.signup-btn {
  border: 3px solid #fff;
  border-radius: 30px;
  height: 50px;
  margin: 40px auto;
  width: 225px;
}
.signup-btn a {
  color: #FFF;
}
.signup-btn span {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  width: 225px;
}


/**************************************************
　サイト利用規約・プライバシーポリシー
***************************************************/

.rule-contents {
  font-size: 15px;
  margin: 40px auto;
}
.rule-contents p {
  margin-bottom: 30px;
}
.rule-contents dl {
  margin-top: 50px;
}
.rule-contents dt, .rule-contents dd {
  display: block;
}
.rule-contents dt {
  color: #023A66;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rule-contents dd {
  margin: 0 0 30px 20px;
}
.rule-contents ul {
  display: block;
  list-style-type: decimal !important;
  margin: 10px 0 20px 60px;
}
.rule-contents li {
  list-style-type: decimal !important;
}


/**************************************************
　デバイス振り分け設定
***************************************************/

/* ■■ SP ■■ */
@media (max-width: 767px) {

  /* 見出し */
  h2 {
    padding: 60px 0;
    width: 80dvw;
  }
  h2::after {
    bottom: 40px;
    left: calc( 40dvw - 25px );
  }

  .rule-contents {
    padding: 0 20px;
  }

  /* eyeCatch */
  .eyecatch {
    height: 550px;
    padding-top: 20px;
  }
  .eyecatch .text-box {
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    width: 280px;
  }
  .eyecatch .text-box span {
    margin-bottom: 20px;
  }
  .eyecatch .usage-box .btn {
    margin: 40px auto;
  }
  .eyecatch .device {
    height: 189px;
    margin: 0 auto 0px;
    width: 300px;
  }
  
  /* リード */
  .lead-box {
    margin: 40px auto;
    width: 80dvw;
  }
  .lead-box p {
    margin-top: 20px;
  }

  /* ご利用のメリット */
  .merit-block {
    padding-bottom: 60px;
  }
    /* 発信者 */
  .for-sender .each-box {
    margin: 0 auto 40px;
    padding: 30px;
    width: calc( 80dvw - 60px );
  }
  .for-sender .each-box .no {
    margin-top: 20px;
  }
    /* 閲覧者 */
  .for-receiver > h2,
  .for-receiver > p {
    margin: 0 auto;
    width: 80dvw;
  }
  .for-receiver h2 {
    padding-bottom: 40px;
  }
  .for-receiver .box-block {
    margin-top: 40px;
  }
  .for-receiver .each-box {
    margin-bottom: 40px;
  }

  /* ほかのサービスとの違い */
  .feature-block .main-contents {
    margin: 0 auto;
    width: 80dvw;
  }
  .feature-block .each-box {
    margin-bottom: 40px;
  }

  /* コンテンツの種類 */
  .kinds-block {
    padding-bottom: 60px;
  }
  .kinds-block .main-contents {
    margin: 0 auto;
    width: 270px;
  }
  .kinds-block .each-box {
    float: left;
    height: 120px;
    margin-bottom: 20px;
    width: 120px;
  }
  .kinds-block .each-box:nth-of-type( even ) {
    margin-left: 30px;
  }
  .kinds-block .each-box:nth-of-type( 1 ) img {
    height: 56px;
    margin: 22px auto 8px;
    width: 77px;
  }
  .kinds-block .each-box:nth-of-type( 2 ) img {
    height: 50px;
    margin: 27px auto 8px;
    width: 69px;
  }
  .kinds-block .each-box:nth-of-type( 3 ) img {
    height: 51px;
    margin: 27px auto 8px;
    width: 64px;
  }
  .kinds-block .each-box:nth-of-type( 4 ) img {
    height: 58px;
    margin: 17px auto 8px;
    width: 58px;
  }
  .kinds-block .each-box:nth-of-type( 5 ) img {
    height: 53px;
    margin: 23px auto 8px;
    width: 69px;
  }
  .kinds-block .each-box:nth-of-type( 6 ) img {
    height: 58px;
    margin: 17px auto 8px;
    width: 62px;
  }
  .kinds-block .each-box:nth-of-type( 7 ) img {
    height: 63px;
    margin: 15px auto 10px;
    width: 60px;
  }
  .kinds-block .each-box:nth-of-type( 8 ) img {
    height: 69px;
    margin: 12px auto 5px;
    width: 62px;
  }

  /* ご利用ステップ */
  .usage-block {
    padding-bottom: 60px;
  }
    /* 発信者 */
  .usage-block .each-box {
    margin: 0 auto 30px;
    padding: 20px;
    width: 200px;
  }
  .usage-block .each-box .no {
    margin-top: 20px;
  }
  
  /* ご利用ステップ */
    /* 動画 */
  .video-box {
    margin: 80px auto 0;
  }
  .video-box > span {
    margin-left: -40px;
    text-align: center;
    width: 100%;
  }
  .video-box > span::after {
    left: 125px;
  }
  .video-box h2 {
    padding-bottom: 0;
  }
  .video-box h2 span {
    display: block;
  }
  .video-box h2::after {
    display: none;
  }
  .video-box .video-contents {
    height: 158px;
    margin: 0 auto;
    width: 280px;
  }
  .video-box .video-contents iframe {
    height: 158px;
    width: 280px;
  }
  
  /* Join */
 .join-block {
    margin: 40px 0 80px;
  }
  .join-block p {
    margin: 0 auto;
    width: 90dvw;
  }

}

/* ■■ タブレット＆ブラウザ ■■ */
@media screen and (min-width: 768px) {

  /* 見出し */
  h2 {
    margin-bottom: 80px;
    width: 640px;
  }
  h2::after {
    bottom: -20px;
    left: 295px;
  }
  .main-contents {
    padding: 0 40px 120px;
  }
 
  /* eyeCatch */
  .eyecatch .text-box {
    bottom: 180px;
    left: 10%;
    position: absolute;
  }
  .eyecatch .text-box span {
    margin-bottom: 20px;
  }
  .eyecatch .usage-box {
    bottom: 130px;
    left: 10%;
    position: absolute;
  }
  .eyecatch .device {
    position: absolute;
  }
    
  /* リード */
  .lead-box {
    margin: -50px auto 0;
  }
  .lead-box b span {
    display: block;
  }
  .lead-box b {
    margin-bottom: 20px;
    text-align: center;
  }
  .lead-box p {
    margin: 0 auto;
    width: 550px;
  }
  
  /* ご利用のメリット */
  .merit-block .main-contents:first-of-type {
    padding: 0 40px 40px;
  }
    /* 発信者 */
  .for-sender .each-box {
    float: left;
    padding: 20px;
  }
  .for-sender .each-box:first-of-type,
  .for-sender .each-box:nth-of-type( 2 ),
  .for-sender .each-box:nth-of-type( 3 ) {
    margin-top: 0;
  }
  .for-sender .each-box:first-of-type,
  .for-sender .each-box:nth-of-type( 4 ) {
    margin-left: 0;
  }
  .for-sender .each-box .no {
    margin-top: 20px;
  }
    /* 閲覧者 */
  .for-receiver h2 {
    margin-bottom: 60px;
  }
  .for-receiver .box-block {
    margin: 0 auto;
    width: 660px;
  }
  .for-receiver .each-box {
    float: left;
    width: 180px;
  }
  .for-receiver .each-box p {
    margin-top: 30px;
  }
  .for-receiver .each-box p span {
    display: block;
  }
  .for-receiver .each-box:first-of-type {
    margin-left: 0;
  }

  /* ほかのサービスとの違い */
  .feature-block .main-contents {
    margin: 0 auto;
  }
  .feature-block .each-box {
    float: left;
    padding: 20px;
  }
  .feature-block .each-box:nth-of-type( 1 ) img {
    margin: 10px auto 56px;
  }
  .feature-block .each-box:nth-of-type( 2 ) img {
    margin-top: 5px;
  }
  .feature-block .each-box:nth-of-type( 3 ) img {
    margin-top: 28px;
  }

  /* コンテンツの種類 */
  .kinds-block .main-contents {
    padding: 0;
  }
  .kinds-block .each-box {
    float: left;
    height: 150px;
    width: 150px;
  }
  .kinds-block .each-box:first-of-type,
  .kinds-block .each-box:nth-of-type( 5 ) {
    margin-left: 0;
  }
  .kinds-block .each-box:nth-of-type( 1 ) img {
    height: 65px;
    margin: 30px auto 10px;
    width: 90px;
  }
  .kinds-block .each-box:nth-of-type( 2 ) img {
    height: 58px;
    margin: 35px auto 10px;
    width: 78px;
  }
  .kinds-block .each-box:nth-of-type( 3 ) img {
    height: 60px;
    margin: 35px auto 10px;
    width: 75px;
  }
  .kinds-block .each-box:nth-of-type( 4 ) img {
    height: 68px;
    margin: 25px auto 10px;
    width: 68px;
  }
  .kinds-block .each-box:nth-of-type( 5 ) img {
    height: 62px;
    margin: 32px auto 10px;
    width: 78px;
  }
  .kinds-block .each-box:nth-of-type( 6 ) img {
    height: 65px;
    margin: 27px auto 15px;
    width: 72px;
  }
  .kinds-block .each-box:nth-of-type( 7 ) img {
    height: 73px;
    margin: 24px auto 10px;
    width: 70px;
  }
  .kinds-block .each-box:nth-of-type( 8 ) img {
    height: 80px;
    margin: 17px auto 8px;
    width: 72px;
  }
    
  /* ご利用ステップ */
  .usage-block {
    padding-bottom: 80px;
  }
  .usage-block .each-box {
    float: left;
    padding: 20px;
  }
  .usage-block .each-box:first-of-type {
    margin-left: 0;
  }
  .usage-block .each-box .no {
    margin-top: 20px;
  }
    /* 動画 */
  .video-box h2 {
    text-align: initial;
  }
  .video-box h2::after {
    right: 295px;
  }
  .video-box > span::after {
    left: 0;
  }
      
}

/* ■■ (狭いブラウザとタブレット向け) ■■ */
@media (max-width: 1020px) and (min-width: 768px) {

  /* 見出し */
  h2 {
    padding-top: 80px;
  }

  /* eyeCatch */
  .eyecatch {
    height: 440px;
  }
  .eyecatch .device {
    bottom: 130px;
    height: 189px;
    right: 8%;
    width: 308px;
  }

  /* リード */
  .lead-box {
    padding: 40px 30px;
    width: 640px;
  }

  /* ご利用のメリット */
    /* 発信者 */
  .for-sender .each-box {
    height: 350px;
    margin: 40px auto 0 20px;
    width: 180px;
  }
  .for-sender .each-box:nth-of-type( 5 ) h3 {
    font-size: 1.1em;
  }
    /* 閲覧者 */
  .for-receiver .box-block {
    width: 660px;
  }
  .for-receiver .each-box {
    padding: 20px;
  }

  /* ほかのサービスとの違い */
  .feature-block .main-contents {
    width: 720px;
  }
  .feature-block .each-box {
    width: 200px;
  }

  /* コンテンツの種類 */
  .kinds-block {
    padding-bottom: 80px;
  }
  .kinds-block .main-contents {
    padding: 0;
    width: 660px;
  }
  .kinds-block .each-box {
    margin: 0 0 25px 20px;
  }
  
  /* ご利用ステップ */
  .usage-block .main-contents {
    padding: 0;
    width: 709px;
  }
  .usage-block .each-box {
    height: 225px;
    margin-left: 20px;
    width: 175px;
  }
    /* 動画 */
  .video-box {
    margin-top: 80px;
    width: 480px;
  }
  .video-box .video-contents {
    height: 270px;
    width: 480px;
  }
  .video-box .video-contents iframe {
    height: 270px;
    width: 480px;
  }

  /* Join */
 .join-block {
   margin-top: 20px;
 }

}


/* ■■ PC ■■ */
@media screen and (min-width: 1021px) {

  /* 見出し */
  h2 {
    padding-top: 100px;
  }

  /* eyeCatch */
  .eyecatch {
    height: 510px;
  }
  .eyecatch .device {
    bottom: 80px;
    height: 378px;
    right: 10%;
    width: 616px;
  }

  /* リード */
  .lead-box {
    padding: 50px 80px;
    width: 700px;
  }

  /* ご利用のメリット */
    /* 発信者 */
  .merit-block .main-contents {
    width: 875px;
  }
  .for-sender .each-box {
    height: 345px;
    margin: 60px auto 0 25px;
    width: 235px;
  }
    /* 閲覧者 */
  .for-receiver .box-block {
    width: 720px;
  }
  .for-receiver .each-box {
    padding: 30px;
  }

  /* ほかのサービスとの違い */
  .feature-block .main-contents {
    width: 780px;
  }
  .feature-block .each-box {
    width: 220px;
  }

  /* コンテンツの種類 */
  .kinds-block {
    padding-bottom: 100px;
  }
  .kinds-block .main-contents {
    width: 680px;
  }
  .kinds-block .each-box {
    margin: 0 0 25px 25px;
  }

  /* ご利用ステップ */
  .usage-block .main-contents {
    width: 794px;
  }
  .usage-block .each-box {
    height: 225px;
    margin-left: 25px;
    width: 200px;
  }
    /* 動画 */
  .video-box {
    margin-top: 20px;
    width: 640px;
  }
  .video-box .video-contents {
    height: 360px;
    width: 640px;
  }
  .video-box .video-contents iframe {
    height: 360px;
    width: 640px;
  }

  /* Join */
  .join-block {
    height: 300px;
    margin-top: 60px;
  }
  .join-block p {
    padding-top: 100px;
  }
  .signup-btn {
    margin: 50px auto;
  }
    
  .rule-contents {
    width: 900px;
  }
 .rule-contents dd {
    width: 880px;
  }
}

