@charset 'utf-8';

.key-visual {
  margin: 0 auto 20px;
  width: 70%;
}
@media screen and (max-width: 667px) {
.key-visual {
  margin: 0 auto 10px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.key-visual {
  margin: 0 auto 10px;
  width: 90%;
}
}

.headline-ribbon {
  box-sizing: border-box;
  display: block;
  height: 64px;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 90%;
}
@media screen and (max-width: 667px) {
.headline-ribbon {
  height: 44px;
  margin: 0 auto 10px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-ribbon {
  height: 54px;
  margin: 0 auto 10px;
  width: 80%;
}
}

.headline-ribbon:before,
.headline-ribbon:after {
  border-color: #f58f00;
  border-style: solid;
  bottom: -10px;
  content: '';
  position: absolute;
  width: 5.8%;
}

.headline-ribbon:before {
  border-left-color: transparent;
  border-width: 30px 20px 30px 20px;
  left: 10px;
}
@media screen and (max-width: 667px) {
.headline-ribbon:before {
  border-left-color: transparent;
  border-width: 15px 15px 15px 10px;
  left: 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-ribbon:before {
  border-left-color: transparent;
  border-width: 20px 25px 25px 15px;
}
}

.headline-ribbon:after {
  border-right-color: transparent;
  border-width: 30px 20px 30px 20px;
  right: 10px;
}
@media screen and (max-width: 667px) {
.headline-ribbon:after {
  border-right-color: transparent;
  border-width: 15px 10px 15px 15px;
  right: 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-ribbon:after {
  border-right-color: transparent;
  border-width: 20px 15px 20px 25px;
}
}

.headline-ribbon-inner {
  background: linear-gradient(#fa3, #ff9503);
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  position: relative;
  width: 90%;
  z-index: 2;
}
@media screen and (max-width: 667px) {
.headline-ribbon-inner {
  font-size: 15px;
  padding: 12px 20px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-ribbon-inner {
  font-size: 18px;
  padding: 12px 20px;
}
}

.headline-ribbon-inner:before,
.headline-ribbon-inner:after {
  border: none;
  border-bottom: solid 20px transparent;
  content: '';
  position: absolute;
  top: 100%;
}
@media screen and (max-width: 667px) {
.headline-ribbon-inner:before,
.headline-ribbon-inner:after { border-bottom: solid 10px transparent; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.headline-ribbon-inner:before {
  left: 0;
  border-right: solid 20px #b86b00;
}
@media screen and (max-width: 667px) {
.headline-ribbon-inner:before { border-right: solid 10px #b86b00; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.headline-ribbon-inner:after {
  right: 0;
  border-left: solid 20px #b86b00;
}
@media screen and (max-width: 667px) {
.headline-ribbon-inner:after { border-left: solid 10px #b86b00; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.member-merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 70%;
}
@media screen and (max-width: 667px) {
.member-merit { width: 90%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.member-merit { width: 90%; }
}

.member-merit-inner {
  border: 2px solid #ff9503;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #ccc;
  margin: 50px 0 0;
  padding: 20px;
  position: relative;
  width: 48%;
}
@media screen and (max-width: 667px) {
.member-merit-inner {
  margin: 30px 0 0;
  padding: 20px 10px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.member-merit-inner { width: 49%; }
}

.member-merit-inner:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65px 75px;
  content: '';
  display: block;
  height: 75px;
  left: -10px;
  position: absolute;
  top: -35px;
  width: 65px;
}
@media screen and (max-width: 667px) {
.member-merit-inner:before {
  background-size: 55px 65px;
  height: 65px;
  left: -5px;
  top: -20px;
  width: 55px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.member-merit-inner:nth-of-type(1):before { background-image: url(/html/user_data/assets/img/member_entry/icon_member_entry01.png); }
.member-merit-inner:nth-of-type(2):before { background-image: url(/html/user_data/assets/img/member_entry/icon_member_entry02.png); }
.member-merit-inner:nth-of-type(3):before { background-image: url(/html/user_data/assets/img/member_entry/icon_member_entry03.png); }
.member-merit-inner:nth-of-type(4):before { background-image: url(/html/user_data/assets/img/member_entry/icon_member_entry04.png); }
.member-merit-inner:nth-of-type(5):before { background-image: url(/html/user_data/assets/img/member_entry/icon_member_entry05.png); }
.member-merit-inner:nth-of-type(6):before { background-image: url(/html/user_data/assets/img/member_entry/icon_member_entry06.png); }
.member-merit-inner:nth-of-type(7):before { background-image: url(/html/user_data/assets/img/member_entry/icon_member_entry07.png); }
.member-merit-inner:nth-of-type(8):before { background-image: url(/html/user_data/assets/img/member_entry/icon_member_entry08.png); }

.member-merit-dt {
  color: #ffb400;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1em;
  padding: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 667px) {
.member-merit-dt {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.member-merit-dt {
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 0 0;
}
}

.member-merit-dd {
  align-items: center;
  color: #525263;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 667px) {
.member-merit-dd {
  font-size: 13px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.member-merit-dd {
  font-size: 13px;
  line-height: 1.5;
}
}

.member-merit-dd-figure {
  padding-right: 2%;
  width: 28%;
}

.member-merit-dd-text {
  margin: 0;
  padding: 0;
  width: 70%;
}

.more-merit {
  background-color: #ff9500;
  border: 1px solid #ff9500;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 2em;
  margin: 30px auto 0;
  padding: 15px 0;
  text-align: center;
  transition: .3s;
  width: 50%;
}
@media screen and (max-width: 667px) {
.more-merit {
  font-size: 15px;
  line-height: 1.2;
  margin: 20px auto 0;
  width: 90%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.more-merit {
  font-size: 20px;
  line-height: 1.2;
  margin: 20px auto 0;
  width: 80%;
}
}

.more-merit:hover {
  background-color: #fff;
  color: #ff9500;
  text-decoration: none;
}

.cta-comment {
  color: #525263;
  font-size: 18px;
  font-weight: 700;
  line-height: 3.5;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 667px) {
.cta-comment {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px auto 0;
  width: 90%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.cta-comment { font-size: 16px; }
}

.article-figure {
  margin: 0 auto;
  width: 40%;
}
@media screen and (max-width: 667px) {
.article-figure { width: 90%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-figure { width: 60%; }
}

.cta-supplement {
  color: #525263;
  font-size: 16px;
  line-height: 3;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 667px) {
.cta-supplement {
  font-size: 13px;
  line-height: 1.5;
  margin: 10px auto 0;
  width: 90%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.cta-supplement { font-size: 14px; }
}