@charset "UTF-8";
@media screen and (min-width: 769px) {
  #contents {
    padding-bottom: 60px;
    max-width: 100%;
  }

  .member_box {
    position: absolute;
    bottom: 10px;
    right: 233px;
    display: flex;
    justify-content: space-between;
  }
  .member_box div {
    box-sizing: border-box;
    color: #fff;
    padding: 4px 8px 3px;
    border-radius: 2px;
  }
  .member_box .free {
    background-color: #4D5DCA;
    border: 1px solid #4D5DCA;
  }
  .member_box .paid {
    margin-left: 10px;
    background-color: #FC019A;
    border: 1px solid #FC019A;
  }

  .wp_area p {
    margin-bottom: 20px;
    line-height: 1.8;
    word-wrap: break-word;
  }
  .wp_area img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wp_area ul li {
    position: relative;
    padding-left: 20px;
  }
  .wp_area ul li:before {
    position: absolute;
    display: block;
    top: 0.75em;
    left: 0;
    margin-top: -1px;
    content: "";
    width: 10px;
    height: 2px;
    margin-bottom: 10px;
    background: #6abc86;
  }
  .wp_area ol {
    list-style: none;
    counter-reset: ol_li;
  }
  .wp_area ol li {
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
  .wp_area ol li:before {
    margin-right: .25em;
    counter-increment: ol_li;
    content: counter(ol_li) ". ";
    color: #6abc86;
  }
  .wp_area ol li ol li:before {
    margin-right: .25em;
    counter-increment: ol_li;
    content: "(" counter(ol_li) ")" ". ";
    color: #6abc86;
  }
  .wp_area ol li ol li ol li {
    counter-increment: count-ex03;
  }
  .wp_area ol li ol li ol li:before {
    margin-right: .25em;
    list-style-type: lower-roman;
    content: "(" counter(count-ex03,lower-roman) ")" ". ";
    color: #6abc86;
  }

  .boxfloat {
    margin-bottom: 30px;
  }
  .boxfloat:after {
    content: "";
    display: block;
    clear: both;
  }
  .boxfloat .img_l {
    float: left;
    max-width: 48%;
    margin-right: 2%;
  }
  .boxfloat .img_r {
    float: right;
    max-width: 48%;
    margin-left: 2%;
  }

  .wp_flex_box {
    display: flex;
    justify-content: space-between;
  }
  .wp_flex_box .three_unit {
    width: 32%;
  }
  .wp_flex_box .three_unit img {
    max-width: 100%;
  }
  .wp_flex_box .img_lx {
    width: 48%;
  }
  .wp_flex_box .img_lx img {
    max-width: 100%;
  }

  .txt_ac {
    text-align: center;
  }

  #news {
    padding: 90px 0 60px;
    background: url(https://selasjapan.jp/material/img/top/bg_news.png) no-repeat center;
    background-size: cover;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #news .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #news .inner h2 {
    width: 290px;
    font-size: 26px;
  }
  #news .inner h2 span {
    font-size: 18px;
  }
  #news .inner dl {
    width: calc(100% - 290px);
  }
  #news .inner dl dt {
    position: relative;
    float: left;
    width: 154px;
    padding-left: 20px;
    color: #316583;
    font-weight: bold;
    font-family: Lato;
  }
  #news .inner dl dt:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -1px;
    content: "";
    width: 10px;
    height: 2px;
    margin-bottom: 10px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  #news .inner dl dd {
    margin-bottom: 19px;
    padding: 0 0 20px 154px;
    border-bottom: 1px solid #dedede;
    color: #505050;
  }

  #feature {
    width: 100%;
    padding-bottom: 98px;
    background: #6abc86;
    background: url(https://selasjapan.jp/material/img/top/bg_plus.png), -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: url(https://selasjapan.jp/material/img/top/bg_plus.png), -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: url(https://selasjapan.jp/material/img/top/bg_plus.png), -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: url(https://selasjapan.jp/material/img/top/bg_plus.png), linear-gradient(to right, #6abc86, #4d5dca);
    background-position: 90%;
  }
  #feature h2 {
    position: relative;
    padding-top: 60px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 1.4;
  }
  #feature h2 span {
    font-size: 18px;
  }
  #feature h2:before {
    position: absolute;
    top: -37px;
    left: 50%;
    display: block;
    content: "";
    width: 5px;
    height: 70px;
    margin: 0 auto;
    background: #f6ff00;
    transform: translateX(-50%);
  }
  #feature .box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #feature .box .unit {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 18px);
    max-width: 1000px;
    min-height: 200px;
    margin-left: 18px;
    background-color: #fff;
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.19);
  }
  #feature .box .unit + .unit {
    margin-top: 52px;
  }
  #feature .box .unit .img {
    width: 100%;
    max-width: 320px;
    max-height: 256px;
    margin-top: -20px;
    margin-left: -18px;
  }
  #feature .box .unit .img img {
    width: 100%;
  }
  #feature .box .unit .img.feature_tag {
    position: relative;
  }
  #feature .box .unit .img.feature_tag:before {
    position: absolute;
    top: -10px;
    left: 11px;
    display: block;
    content: "";
    width: 24px;
    height: 90px;
    background: url(https://selasjapan.jp/material/img/top/icn_feature.png) no-repeat center;
    background-size: 24px 90px;
  }
  #feature .box .unit .txt {
    position: relative;
    width: 100%;
    padding-bottom: 56px;
  }
  #feature .box .unit .txt h3 {
    margin-bottom: 10px;
    padding: 40px 38px 0 38px;
    color: #316583;
    border-left: none;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #feature .box .unit .txt p {
    padding: 0 38px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #feature .box .unit .txt .btn_link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #feature .box .unit .txt .btn_link:hover {
    top: auto;
    opacity: .6;
  }
　
}
/* SP */
@media screen and (max-width: 768px) {
  #contents{
    width: 100%;
  }
  .member_box {
    display: flex;
    justify-content: space-between;
    width: 158px;
    margin: 0 10px 10px;
  }
  .member_box div {
    box-sizing: border-box;
    color: #fff;
    padding: 4px 8px 3px;
    border-radius: 2px;
  }
  .member_box .free {
    background-color: #4D5DCA;
    border: 1px solid #4D5DCA;
  }
  .member_box .paid {
    background-color: #FC019A;
    border: 1px solid #FC019A;
  }

  .wp_area p {
    margin-bottom: 20px;
    line-height: 1.8;
    word-wrap: break-word;
  }
  .wp_area img {
    max-width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .wp_area ul li {
    position: relative;
    padding-left: 20px;
  }
  .wp_area ul li:before {
    position: absolute;
    display: block;
    top: 0.75em;
    left: 0;
    margin-top: -1px;
    content: "";
    width: 10px;
    height: 2px;
    margin-bottom: 10px;
    background: #6abc86;
  }
  .wp_area ol {
    list-style: none;
    counter-reset: ol_li;
  }
  .wp_area ol li {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
  .wp_area ol li:before {
    margin-right: .25em;
    counter-increment: ol_li;
    content: counter(ol_li) ". ";
    color: #6abc86;
  }
  .wp_area ol li ol li {
    margin-left: 2em;
    text-indent: -2em;
  }
  .wp_area ol li ol li:before {
    margin-right: .25em;
    counter-increment: ol_li;
    content: "(" counter(ol_li) ")" ". ";
    color: #6abc86;
  }
  .wp_area ol li ol li ol li {
    counter-increment: count-ex03;
  }
  .wp_area ol li ol li ol li:before {
    margin-right: .25em;
    list-style-type: lower-roman;
    content: "(" counter(count-ex03,lower-roman) ")" ". ";
    color: #6abc86;
  }

  .boxfloat {
    margin-bottom: 30px;
  }
  .boxfloat:after {
    content: "";
    display: block;
    clear: both;
  }
  .boxfloat .img_l {
    float: none;
    text-align: center;
  }
  .boxfloat .img_r {
    float: none;
    text-align: center;
  }

  .flex_box .three_unit {
    width: 100%;
  }
  .flex_box .three_unit img {
    max-width: 100%;
  }
  .flex_box .img_lx {
    width: 48%;
  }
  .flex_box .img_lx img {
    max-width: 100%;
  }

  .txt_ac {
    text-align: center;
  }

  #news {
    padding: 40px 0 0;
    background: url(https://selasjapan.jp/material/img/top/bg_news.png) no-repeat center;
    background-size: cover;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #news .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #news .inner h2 {
    font-size: 30px;
    text-align: center;
  }
  #news .inner h2 span {
    font-size: 11px;
  }
  #news .inner h2:before {
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    margin: 0 auto;
    background: #6abc86;
    background: -webkit-linear-gradient(to top, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to top, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to top, #6abc86, #4d5dca);
    background: linear-gradient(to top, #6abc86, #4d5dca);
    transform: translateX(-50%);
  }
  #news .inner dl {
    width: 92%;
    margin: 0 auto;
  }
  #news .inner dl dt {
    position: relative;
    width: 100%;
    padding-left: 20px;
    color: #316583;
    font-weight: bold;
    font-family: Lato;
    font-size: 14px;
  }
  #news .inner dl dt:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -1px;
    content: "";
    width: 10px;
    height: 2px;
    margin-bottom: 10px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  #news .inner dl dd {
    margin-bottom: 19px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dedede;
    color: #505050;
    font-size: 14px;
  }
  #news .inner dl > dd:last-child {
    border-bottom: none;
  }

  #feature {
    width: 100%;
    padding-bottom: 35px;
    background: #6abc86;
    background: url(https://selasjapan.jp/material/img/top/bg_plus.png), -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: url(https://selasjapan.jp/material/img/top/bg_plus.png), -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: url(https://selasjapan.jp/material/img/top/bg_plus.png), -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: url(https://selasjapan.jp/material/img/top/bg_plus.png), linear-gradient(to right, #6abc86, #4d5dca);
    background-position: 90%;
  }
  #feature h2 {
    position: relative;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
  }
  #feature h2 span {
    font-size: 11px;
  }
  #feature h2:before {
    position: absolute;
    top: -7px;
    left: 50%;
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    margin: 0 auto;
    background: #f6ff00;
    transform: translateX(-50%);
  }
  #feature .box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #feature .box .unit {
    width: 92%;
    max-width: 1000px;
    min-height: 200px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.19);
  }
  #feature .box .unit + .unit {
    margin-top: 26px;
  }
  #feature .box .unit .img {
    float: left;
    width: 50%;
    min-width: 150px;
    margin-top: -6px;
    margin-left: -6px;
  }
  #feature .box .unit .img img {
    width: 100%;
  }
  #feature .box .unit .img.feature_tag {
    position: relative;
  }
  #feature .box .unit .img.feature_tag:before {
    position: absolute;
    top: -6px;
    left: 6px;
    display: block;
    content: "";
    width: 24px;
    height: 90px;
    background: url(https://selasjapan.jp/material/img/top/icn_feature.png) no-repeat center;
    background-size: 24px 90px;
  }
  #feature .box .unit .txt {
    position: relative;
  }
  #feature .box .unit .txt h3 {
    display: flex;
    margin-bottom: 10px;
    padding: 15px;
    color: #316583;
    border-left: none;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    line-height: 1.6;
  }
  #feature .box .unit .txt p {
    display: inline-block;
    padding: 0 15px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #feature .box .unit .txt .btn_link {
    width: 100%;
  }
}