@charset "UTF-8";


/* ! CSSの構成 会員プラン・特典 ================================================== 

プラン表
  
-------------------------------------------------- */
main > .container {
  max-width: 1080px;
}
main > .container section + section {
  margin: 40px 0 0;
}


/* ! プラン表 ================================================== */
.list_plan {
  color: #fff;
  justify-content: center;
}
@media screen and (max-width: 768px){
  .list_plan {
    -webkit-flex-direction: column-reverse; flex-direction: column-reverse;
  }
}
.list_plan > li {
  display: -webkit-flex; display: flex;
}
.list_plan article {
  border-radius: 16px;
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: column; flex-direction: column;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,.1);
  box-shadow: 0px 2px 2px 1px rgba(0,0,0,.1);
}
.list_plan h2 {
  text-align: center;
  padding: 24px 0;
}
.list_plan .copy {
  font: 600 16px/1.2em 'Hiragino Sans', sans-serif;
  text-align: center;
  padding: 16px;
}

/* 金額 */
.price {
  padding: 0 40px;
  height: 240px;
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: column; flex-direction: column;
  -webkit-justify-content: center; justify-content: center;
}
.price .ttl {
  font: 400 14px/1em 'Hiragino Sans', sans-serif;
  margin: 0 0 16px;
}
.price .ttl span {
  font-size: 12px;
  margin: 0 0 0 4px;
}
.price .number {
  font: 800 25px/1em 'Hiragino Sans', sans-serif;
}
@media screen and (max-width: 768px){
  .price {
    height: auto;
    padding: 40px;
  }
}
@media screen and (max-width: 560px){
  .price {
    padding: 40px 0;
  }
  .price .ttl {
    text-align: center;
  }
  .price .number {
    text-align: center;
  }
}

/* 詳細情報 */
.main  {
  padding: 40px;
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: column; flex-direction: column;
}
.list_info .ttl {
  font: 800 16px/1.3em 'Hiragino Sans', sans-serif;
  margin: 0 0 12px;
}
.list_info p {
  font: 400 14px/1.4em 'Hiragino Sans', sans-serif;
}
@media screen and (max-width: 560px){
  .main {
    padding: 40px 30px;
  }
}

/* ボタンエリア */
.main [class*="btnarea"] {
  margin-top: auto;
  padding: 40px 0;
}
.main [class*="btn_"] {
  color: #fff;
  border-radius: 8px;
}
.main [class*="btn_"]:hover {
  border-color: #fff;
}
.free [class*="btn_"] {
  background: #47AF1E;
}
.prime [class*="btn_"] {
  background: #E12C60;
}

.free [class*="btn_"][class*="read"] {
  pointer-events: none;
  user-select: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #666;
}



/* ! フリー ================================================== */
.free article {
  background: #80D328;
}
.free h2,
.free .price {
  background: #47AF1E;
}




/* ! プライム ================================================== */
.prime {
  position: relative;
}
.prime:before {
  content: "";
  width: 180px;
  height: 180px;
  display: block;
  background: url(../img/img_comment_plan.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 10px;
  right: 30px;
  -webkit-transform: translate(50% , -50%);
  -ms-transform: translate(50% , -50%);
  transform: translate(50% , -50%);
  filter: drop-shadow(0px 2px 2px rgba(0,0,0,.3));
}
@media screen and (max-width: 1080px){
  .prime:before {
    width: 120px;
    height: 120px;
    top: 30px;
    right: 60px;
  }
}

.prime article {
  background: #FD6C78;
}
.prime h2,
.prime .price {
  background: #E12C60;
}
.prime .price .ttl span {
  color: #E12C60;
  font-weight: 600;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  margin: 0 0 0 8px;
  background: #fff;
  position: relative;
}
/*
.prime .price .ttl span:before {
  content: "";
  display: block;
  width: 105%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  transform: translate(-50% , -50%);
}
.prime .price .ttl span:after {
  content: "キャンペーン実施中";
  color: #fff;
  font: 900 14px/1em 'noto sans japanese';
  text-align: center;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
*/

.number_wrap {
  margin: 8px 0;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.number_wrap .number {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
}
.number_wrap .number span {
  font: 400 12px/1.2em 'Hiragino Sans', sans-serif;
  display: inline-block;
  margin: 0 0 0 4px;
}
.number_wrap .number + .number {
  margin: 0 0 0 40px;
  position: relative;
}
.number_wrap .number + .number:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-200% , -50%);
  -ms-transform: translate(-200% , -50%);
  transform: translate(-200% , -50%);
}

/* range */
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .number_wrap {
     display: -webkit-flex; display: flex;
     -webkit-flex-direction: column; flex-direction: column;
     padding-left: 40px;
  }
  .number_wrap .number + .number {
    margin: 10px 0 0;
  }
}
/*
.number_wrap .number + .number:before {
  content: "9月末まで";
  color: #E12C60;
  font: 600 13px/1.2em 'Hiragino Sans', sans-serif;
  text-align: center;
  width: 44px;
  height: 44px;
  padding: 6px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  background: #fff;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
}
*/
@media screen and (max-width: 560px){
  .number_wrap {
     display: -webkit-flex; display: flex;
     -webkit-flex-direction: column; flex-direction: column;
     -webkit-align-items: center; align-items: center; 
  }
  .number_wrap .number + .number {
    margin: 10px 0 0;
  }
}
.price small {
  font: 600 13px/1.2em 'Hiragino Sans', sans-serif; 
}
.price small + small {
  margin: 8px 0 0;
}

/* ! リテック ================================================== */
.top_new_tech{
  background: #ECF1F4;
  margin: 70px 0 -100px;
  padding: 30px 0 50px;
}
.top_new_tech .h2_ttl{
  margin: 0 0 30px;
}


