@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Kanit:400,500");
/* overwrite
--------------------------------------------- */
:root {
  font-size: 16px;
}

body,
body * {
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#main {
  width: auto;
  padding: 0;
  line-height: 1.75;
  font-size: .875rem;
}

.copyright {
  margin-bottom: 0 !important;
}

/* ------- パンくず--------*/
#topicpathArea {
    padding: 0;
}

#topicpathArea .topicpathArea__inner {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1130px;
    height: 48px;
    padding: 0 32px;
    margin: 0 auto;
}
#topicpathArea ul.topicpath {
    float: none;
    display: flex;
    width: auto;
    padding: 0;
    background-image: none;
    line-height: 1.75;
    color: #4d4d4d;
    font-size: 13px;
}
#topicpathArea ul.topicpath li {
    float: none;
}

/* common
------------------------------------------------------------------- */
p {
  font-size: .875rem;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

img {
  max-width: 100%;
  height: auto;
}

a, a img {
  transition: background-color 90ms ease, opacity 180ms ease;
}

.pcOnly {
  display: block !important;
}

.spOnly {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}

.iB {
  display: inline-block;
  vertical-align: middle;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

.center {
  margin: 0 auto;
}

.fz10 {
  font-size: 1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

.fwB {
  font-weight: bold;
}

.fwN {
  font-weight: normal;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.txt_over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* #wrapper
------------------------------------------------------------------- */
#wrapper {
  min-width: 850px;
}

/* toPageTop
------------------------------------------------------------------- */
#wrapper p.toPageTop {
  max-width: 850px;
  margin: 0 auto;
  padding: 1em 0;
  clear: both;
  text-align: right;
}

#wrapper p.toPageTop a {
  background: url(../../images/matchplus/icon12.gif) no-repeat right center;
  padding-right: 16px;
  font-size: .75rem;
}

.hero {
  background-color: #00aaeb;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../../images/matchplus/mv_bg01.png);
}

.hero__inner {
  position: relative;
  width: 850px;
  margin: 0 auto;
  height: 78px;
}

.hero__inner .mod__btn {
  position: absolute;
  bottom: 8px;
  right: 15px;
}

.hero__inner .mod__btn a:hover {
  opacity: 1 !important;
  background-color: #acd235;
}

.hero__inner .mod__btn a.current {
  background-color: #799b0d;
}

.hero__ttl {
  padding-top: 40px;
  text-align: center;
}

.hero__ttl img:nth-child(2) {
  margin-left: 20px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#wrapper.top .hero__inner {
  height: 170px;
}

#wrapper.top .hero__ttl img {
  display: block;
  /*margin: 0 auto;*/
}

#wrapper.top .hero__ttl img:nth-child(2) {
  margin-top: 15px;
  -webkit-transform: none;
  transform: none;
}
/*ログイン　start*/
.l-login {
  box-sizing: border-box;
  line-height: 1.625;
}

.l-login__inner {
  margin: 0 auto;
  background-color: #ffffff;
}

.l-login__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 15px;
  background-color: #00aaeb;
  color: #fff;
}

.l-login__ttl {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
}

.l-login__checkbox {
  margin-bottom: 15px;
}

.l-login__checkbox input[type='checkbox'] {
  display: none;
}

.l-login__checkbox .label-check {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  line-height: 1.75;
  font-size: 14px;
  cursor: pointer;
}

.l-login__checkbox .label-check::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: calc((1.75em - 20px)/2 + 2px);
  left: 6px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #4392da;
  border-bottom: 2px solid #4392da;
  opacity: 0;
  transform: rotate(45deg);
}

.l-login__checkbox .label-check::after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: '';
  top: calc((1.75em - 20px)/2);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d7dce2;
  border-radius: 3px;
  background: #f3f3f3;
}

.l-login__checkbox input:checked + .label-check::before {
  opacity: 1;
}

.l-login__cont {
  padding: 15px 15px 32px;
}

.l-login__lead {
  margin-bottom: 16px;
}

.l-login__lead p {
  font-size: 14px;
}

.l-login__lead p:not(:last-child) {
  margin-bottom: 1em;
}

.l-login__primary {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.l-login__list01 {
  margin: 0 0 15px;
}

.l-login__list01 li:not(:last-child) {
  margin: 0 0 10px;
}

.l-login__list01 input[type='text'],
.l-login__list01 input[type='password'] {
  box-sizing: border-box;
  width: 100%;
  height: 50px !important;
  margin: 0;
  padding: 0 15px !important;
  border: 1px solid #d7dce2 !important;
  border-radius: 3px;
  background: #f3f3f3;
  line-height: normal !important;
  font-size: 16px;
}

.l-login__list01 input[type='text']:focus,
.l-login__list01 input[type='password']:focus {
  background-color: #f3f3f3 !important;
  background-image: none !important;
}

.l-login__list01 input[type='text']::-webkit-input-placeholder, .l-login__list01 input[type='password']::-webkit-input-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']::-moz-placeholder, .l-login__list01 input[type='password']::-moz-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']:-ms-input-placeholder, .l-login__list01 input[type='password']:-ms-input-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']::-ms-input-placeholder, .l-login__list01 input[type='password']::-ms-input-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']::placeholder,
.l-login__list01 input[type='password']::placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__btn {
  text-align: center;
  margin: auto;
  width: 100%;
}

.l-login__btn .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 20px 0 8px !important;
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  transition: 200ms;
  cursor: pointer;
}

.l-login__btn .btn::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-login__btn .btn.btn-01 {
  color: #006bcd;
}

.l-login__btn .btn.btn-01::before {
  background-image: url(/conts/2026/images/icon_login_btn01.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn.btn-02 {
  background-color: #f57c31;
  color: #fff;
}

.l-login__btn .btn.btn-02::before {
  background-image: url(/conts/2026/images/icon_login_btn02.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn:hover.btn-01 {
  opacity: .8 !important;
}

.l-login__btn .btn:hover.btn-02 {
  opacity: .9 !important;
}

.l-login__secondary > :not(:last-child) {
  margin-bottom: 16px;
}

.l-login__list02 > li:not(:last-child) {
  margin-bottom: 10px;
}

.l-login__list02 > li a {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.l-login__list02 > li a::before, .l-login__list02 > li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 9px;
  height: 1px;
  background: #00aaeb;
}

.l-login__list02 > li a::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

.l-login__list02 > li a::after {
  top: calc(50% + 3px);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .l-content > .l-login,
  .l-layout__main > .l-login {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .l-content > .l-login:first-child,
  .l-layout__main > .l-login:first-child {
    margin-top: -16px;
  }
}

@media (min-width: 768px) {
  .l-login.l-login--side {
    margin-bottom: 32px;
    padding: 0;
  }
  .l-login.l-login--side .l-login__cont {
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .l-login:not(.l-login--side) {
    margin-bottom: 32px;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .l-login:not(.l-login--side) .l-login__head {
    padding: 0 80px;
  }
  .l-login:not(.l-login--side) .l-login__ttl::before {
    margin-right: 12px;
  }
  .l-login:not(.l-login--side) .l-login__cont {
    padding: 16px 80px 32px;
  }
  .l-login:not(.l-login--side) .l-login__primary {
    display: flex;
    align-items: flex-end;
  }
  .l-login:not(.l-login--side) .l-login__primary .l-login__btnWrap {
    width: 268px;
    margin-bottom: 1px;
  }
  .l-login:not(.l-login--side) .l-login__list01 {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .l-login:not(.l-login--side) .l-login__list01 li {
    flex: 0 0 340px;
  }
  .l-login:not(.l-login--side) .l-login__list01 li:not(:last-child) {
    margin: 0 8px 0 0;
  }
  .l-login:not(.l-login--side) .l-login__btn .btn {
    max-width: 268px;
  }
  .l-login:not(.l-login--side) .l-login__secondary > :not(:last-child) {
    margin-bottom: 24px;
  }
  .l-login:not(.l-login--side) .l-login__list02 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-login:not(.l-login--side) .l-login__list02 > li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .l-content > .l-login:not(.l-login--side) {
    margin-left: -32px;
    margin-right: -32px;
  }
  .l-content > .l-login:not(.l-login--side):first-child {
    margin-top: -32px;
  }
  .l-login.l-login--main {
    margin-bottom: 32px;
    padding: 0;
  }
  .l-login.l-login--main .l-login__head {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-login.l-login--main .l-login__cont {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .l-login.l-login--main .l-login__primary .l-login__btnWrap {
    width: 186px;
  }
  .l-login.l-login--main .l-login__list01 li {
    flex: 0 0 250px;
  }
}

/*ログイン　end*/


.mod__hd02 {
  margin-bottom: 36px;
  color: #28816f;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

.mod__hd02::before, .mod__hd02::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 141px;
  height: 66px;
  background-repeat: no-repeat;
}

.mod__hd02::before {
  background-image: url(../../images/matchplus/ico_hd02_01.png);
}

.mod__hd02::after {
  background-image: url(../../images/matchplus/ico_hd02_02.png);
}

.mod__hd02 > span {
  display: inline-block;
  vertical-align: middle;
  min-width: 280px;
  padding: 0 20px;
  line-height: 1.5;
}

.mod__hd02 .sub {
  color: #7a7f6c;
  font-size: 1rem;
}

.mod__hd03 {
  margin-bottom: 28px;
  padding: .4375em 56px;
  background-image: url(../../images/matchplus/ico_hd03.png);
  background-repeat: no-repeat;
  background-position: left top;
  color: #28816f;
  font-size: 1.125rem;
}

.mod__hd04 {
  position: relative;
  margin-bottom: 20px;
  background-color: #f3f5e9;
  padding: .375em 30px;
  color: #65a033;
  font-size: 1rem;
}

.mod__hd04::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 0 12px 12px 0;
  border-bottom-color: #7ecd58;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.mod__hd04::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 12px 12px 0px 0;
  border-top-color: #96d562;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.mod__hd05 {
  margin-bottom: .5em;
  color: #28816f;
  font-size: 1.125rem;
}

/* navDetail
------------------------------------------------------------------- */
.navDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 850px;
  margin: 0 auto 50px;
  font-weight: bold;
}

.navDetail__tab {
  display: block;
}

.navDetail__tab dd {
  display: inline-block;
  display: block;
  display: table-cell;
}

.navDetail__tabTtl {
  margin-bottom: 10px;
  padding: 3px 0 1px;
  border-radius: 0 0 5px 5px;
  background-color: #999;
  color: #fff;
  font-size: .75rem;
  text-align: center;
}

.navDetail__tabList {
  display: table;
}

.navDetail__tabItem {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #e1e5c6;
}

.navDetail__tabItem:last-child {
  border-right: 1px solid #e1e5c6;
}

.navDetail__tabItem a {
  position: relative;
  display: block;
  padding: 0 5px 6px;
  line-height: 1.375;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.navDetail__tabItem a::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 7px 6px 0 6px;
  border-top-color: #666;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
}

.navDetail__tabItem a.current {
  color: #fff !important;
}

.navDetail__tabItem a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding: 2px 15px;
  border-radius: 3px;
  transition: 0.2s;
}

.navDetail__tab:nth-child(1) .navDetail__tabTtl {
  background-color: #59b3b6;
}

.navDetail__tab:nth-child(1) .navDetail__tabItem a {
  color: #16989d;
}

.navDetail__tab:nth-child(1) .navDetail__tabItem a::after {
  border-top-color: #16989d;
}

.navDetail__tab:nth-child(1) .navDetail__tabItem a:not(.current):hover::after {
  border-top-color: #d0eaeb;
}

.navDetail__tab:nth-child(1) .navDetail__tabItem a:not(.current):hover span {
  background-color: #d0eaeb;
}

.navDetail__tab:nth-child(1) .navDetail__tabItem a.current span {
  background-color: #16989d;
}

.navDetail__tab:nth-child(2) .navDetail__tabTtl {
  background-color: #88cc68;
}

.navDetail__tab:nth-child(2) .navDetail__tabItem a {
  color: #62b33c;
}

.navDetail__tab:nth-child(2) .navDetail__tabItem a span {
  padding-left: 20px;
  padding-right: 20px;
}

.navDetail__tab:nth-child(2) .navDetail__tabItem a::after {
  border-top-color: #62b33c;
}

.navDetail__tab:nth-child(2) .navDetail__tabItem a:not(.current):hover::after {
  border-top-color: #e5f5de;
}

.navDetail__tab:nth-child(2) .navDetail__tabItem a:not(.current):hover span {
  background-color: #e5f5de;
}

.navDetail__tab:nth-child(2) .navDetail__tabItem a.current span {
  background-color: #62b33c;
}

.navDetail__tab:nth-child(3) .navDetail__tabTtl {
  background-color: #55b3a0;
}

.navDetail__tab:nth-child(3) .navDetail__tabItem a {
  color: #28816f;
}

.navDetail__tab:nth-child(3) .navDetail__tabItem a span {
  padding-left: 10px;
  padding-right: 10px;
}

.navDetail__tab:nth-child(3) .navDetail__tabItem a::after {
  border-top-color: #28816f;
}

.navDetail__tab:nth-child(3) .navDetail__tabItem a:not(.current):hover::after {
  border-top-color: #d4e6e2;
}

.navDetail__tab:nth-child(3) .navDetail__tabItem a:not(.current):hover span {
  background-color: #d4e6e2;
}

.navDetail__tab:nth-child(3) .navDetail__tabItem a.current span {
  background-color: #28816f;
}

/* compareTab
------------------------------------------------------------------- */
.compareTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.compareTab__item {
  border-left: 1px solid #e1e5c6;
}

.compareTab__item:last-child {
  border-right: 1px solid #e1e5c6;
}

.compareTab__item a {
  position: relative;
  display: block;
  padding: 0 5px 6px;
  line-height: 1.375;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.compareTab__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 7px 6px 0 6px;
  border-top-color: #9abf25;
  left: 0;
  right: 0;
  bottom: 0;
}

.compareTab__item a.current {
  color: #fff !important;
}

.compareTab__item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 174px;
  height: 50px;
  padding: 2px 15px;
  border-radius: 3px;
}

.compareTab__item:nth-child(1) a:not(.current):hover::after {
  border-top-color: rgba(126, 178, 231, 0.4);
}

.compareTab__item:nth-child(1) a:not(.current):hover span {
  background-color: rgba(126, 178, 231, 0.4);
}

.compareTab__item:nth-child(1) a.current::after {
  border-top-color: #7eb2e7;
}

.compareTab__item:nth-child(1) a.current span {
  background-color: #7eb2e7;
}

.compareTab__item:nth-child(2) a:not(.current):hover::after {
  border-top-color: rgba(189, 139, 213, 0.4);
}

.compareTab__item:nth-child(2) a:not(.current):hover span {
  background-color: rgba(189, 139, 213, 0.4);
}

.compareTab__item:nth-child(2) a.current::after {
  border-top-color: #bd8bd5;
}

.compareTab__item:nth-child(2) a.current span {
  background-color: #bd8bd5;
}

.compareTab__item:nth-child(3) a:not(.current):hover::after {
  border-top-color: rgba(127, 212, 203, 0.4);
}

.compareTab__item:nth-child(3) a:not(.current):hover span {
  background-color: rgba(127, 212, 203, 0.4);
}

.compareTab__item:nth-child(3) a.current::after {
  border-top-color: #7fd4cb;
}

.compareTab__item:nth-child(3) a.current span {
  background-color: #7fd4cb;
}

/* mod__localNav
------------------------------------------------------------------- */
.mod__localNav {
  margin-bottom: 15px;
}

.mod__localNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 640px;
  margin: 0 auto;
}

.mod__localNav ul > li {
  margin-bottom: 15px;
  margin-left: -1px;
  border-left: 1px solid #e1e5c6;
  border-right: 1px solid #e1e5c6;
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}

.mod__localNav ul > li a {
  display: block;
  position: relative;
  font-weight: bold;
  padding: .0625em 15px;
}

.mod__localNav ul > li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 7px 6px 0 6px;
  position: relative;
  top: -2px;
  margin-left: 10px;
  border-top-color: #9abf25;
}

/* featureTable
------------------------------------------------------------------- */
.featureTable {
  margin-bottom: 50px;
}

.featureTable__main {
  width: 100%;
  font-size: .75rem;
  border-collapse: collapse;
  line-height: 1.4;
}

.featureTable__main caption {
  padding-bottom: 20px;
  text-align: center;
}

.featureTable__main caption span {
  display: inline-block;
  vertical-align: middle;
}

.featureTable__main caption i {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 6px;
  margin: 0 15px;
}

.featureTable__main caption i:nth-of-type(1) {
  background-image: linear-gradient(to right, #aec534 0%, #aec534 10%, #fff 100%);
}

.featureTable__main caption i:nth-of-type(1)::before, .featureTable__main caption i:nth-of-type(1)::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 7px;
  left: 0;
  background-color: #aec534;
}

.featureTable__main caption i:nth-of-type(1)::before {
  top: -4px;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}

.featureTable__main caption i:nth-of-type(1)::after {
  bottom: -4px;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.featureTable__main caption i:nth-of-type(2) {
  background-image: linear-gradient(to left, #f0da39 0%, #f0da39 10%, #fff 100%);
}

.featureTable__main caption i:nth-of-type(2)::before, .featureTable__main caption i:nth-of-type(2)::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 7px;
  right: 0;
  background-color: #f0da39;
}

.featureTable__main caption i:nth-of-type(2)::before {
  top: -4px;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.featureTable__main caption i:nth-of-type(2)::after {
  bottom: -4px;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}

.featureTable__main th, .featureTable__main td {
  vertical-align: middle;
  height: 50px;
  border: 1px solid #fff !important;
  color: #fff;
}

.featureTable__main th {
  padding: 0 10px;
}

.featureTable__main th b {
  font-size: 1rem;
  font-weight: bold;
}

.featureTable__main td i {
  display: block;
  position: relative;
  width: 46px;
  height: 100%;
  font-style: normal;
}

.featureTable__main .i-feature01 i::before,
.featureTable__main .i-feature02 i::after,
.featureTable__main .i-feature03 i::after,
.featureTable__main .i-feature04 i::after {
  content: '★';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 27px;
  height: 27px;
  margin: auto;
  line-height: 1;
  color: #e66275;
  font-size: 27px;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  transition: 0.5s;
  -webkit-animation: feature01 .5s;
          animation: feature01 .5s;
}

.featureTable__main .i-feature01 i::before {
  color: #e66275;
  z-index: 1;
}

.featureTable__main .i-feature02 i::after {
  color: #7eb2e7;
}

.featureTable__main .i-feature03 i::after {
  color: #bd8bd5;
}

.featureTable__main .i-feature04 i::after {
  color: #7fd4cb;
}

.featureTable__main .i-feature01.i-feature02 i::before,
.featureTable__main .i-feature01.i-feature03 i::before,
.featureTable__main .i-feature01.i-feature04 i::before {
  left: -5px;
}

.featureTable__main .i-feature01.i-feature02 i::after,
.featureTable__main .i-feature01.i-feature03 i::after,
.featureTable__main .i-feature01.i-feature04 i::after {
  right: -5px;
}

.featureTable__main th:nth-child(1) {
  text-align: right;
}

.featureTable__main th:nth-child(12) {
  text-align: left;
}

.featureTable__main th:nth-child(1) {
  background-color: #a5c20b;
}

.featureTable__main td:nth-child(2) {
  background-color: #d9e691;
}

.featureTable__main td:nth-child(3) {
  background-color: #e5ecbd;
}

.featureTable__main td:nth-child(4) {
  background-color: #eff3d6;
}

.featureTable__main td:nth-child(5) {
  background-color: #f6f9e9;
}

.featureTable__main td:nth-child(6) {
  background-color: #fbfcf5;
}

.featureTable__main td:nth-child(7) {
  background-color: #fefdf3;
}

.featureTable__main td:nth-child(8) {
  background-color: #fdfae5;
}

.featureTable__main td:nth-child(9) {
  background-color: #fcf7d2;
}

.featureTable__main td:nth-child(10) {
  background-color: #f9f0b2;
}

.featureTable__main td:nth-child(11) {
  background-color: #f7ea91;
}

.featureTable__main th:nth-child(12) {
  background-color: #d8bf13;
}

@-webkit-keyframes feature01 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes feature01 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.featureTable__label {
  padding: 14px 0 12px;
  background-color: #f7f7ef;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.featureTable__label .last {
  color: #e66275;
}

.featureTable__label .past {
  margin-left: 36px;
}

.featureTable__label .past.c02 {
  color: #7eb2e7;
}

.featureTable__label .past.c03 {
  color: #bd8bd5;
}

.featureTable__label .past.c04 {
  color: #7fd4cb;
}

.featureTable__label i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-style: normal;
  font-size: 24px;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

/* starTable
------------------------------------------------------------------- */
.starTable table {
  border-collapse: collapse;
  font-size: .75rem;
}

.starTable table colgroup col:nth-child(1), .starTable table colgroup col:nth-child(2) {
  width: 150px;
}

.starTable table thead th {
  padding: .375em 0;
  background-image: url(../../images/matchplus/bg_pattern_dot01.png);
  color: #28816f;
  font-weight: bold;
}

.starTable table thead th:not(:first-child) {
  border-left: 5px solid #fff;
}

.starTable table tbody th, .starTable table tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dadad4;
}

.starTable table tbody th {
  padding: 15px 5px;
  text-align: left;
}

.starTable table tbody th b {
  line-height: 1.5;
  font-size: 1rem;
}

.starTable table tbody td {
  padding: 15px;
}

.starTable table tbody .star {
  display: block;
  text-align: center;
}

.starTable table tbody .star i {
  display: inline-block;
  line-height: 1.25;
  color: #cfcfcf;
  font-style: normal;
  font-size: 20px;
}

.starTable table tbody .star i:not(:first-child) {
  margin-left: 3px;
}

.starTable table tbody .star.v01 i:nth-child(1),
.starTable table tbody .star.v02 i:nth-child(-n+2),
.starTable table tbody .star.v03 i:nth-child(-n+3),
.starTable table tbody .star.v04 i:nth-child(-n+4),
.starTable table tbody .star.v05 i:nth-child(-n+5) {
  color: #ee7183;
}

/* rankTable
------------------------------------------------------------------- */
.rankTable table {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.5;
  font-size: .875rem;
}

.rankTable table thead th {
  padding: .375em 0;
  background-image: url(../../images/matchplus/bg_pattern_dot01.png);
  color: #28816f;
  font-size: .75rem;
  font-weight: bold;
}

.rankTable table thead th:not(:first-child) {
  border-left: 5px solid #fff;
}

.rankTable table thead th b {
  display: inline-block;
  background-color: #666;
  color: #fff;
}

.rankTable table thead th b.low {
  width: 41px;
  background-color: #c0bebe;
  color: #333;
}

.rankTable table thead th b.mid {
  width: 140px;
  margin-left: 3px;
  background-color: #ef9aa6;
}

.rankTable table thead th b.hig {
  width: 41px;
  margin-left: 3px;
  background-color: #dc3049;
}

.rankTable table thead th .balloon {
  display: inline-block;
  position: relative;
  width: 55px;
  margin-left: 11px;
  border-radius: 4px;
  background-color: #28816f;
  color: #fff;
}

.rankTable table thead th .balloon::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 3px 9px 3px 0;
  top: 0;
  bottom: 0;
  left: -8px;
  border-right-color: #28816f;
}

.rankTable table tbody td {
  vertical-align: middle;
  padding: 8px;
  border-bottom: 1px solid #dadad4;
  text-align: center;
}

.rankTable table tbody .num b {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background-color: #a7d1b9;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1.25;
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: 1.25rem;
}

.rankTable table tbody .num b.v01 {
  width: 45px;
  height: 41px;
  padding-top: 12px;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../../images/matchplus/bg_rankIco01.png);
  font-size: 1.5625rem;
}

.rankTable table tbody .num b.v02 {
  width: 45px;
  height: 41px;
  padding-top: 16px;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../../images/matchplus/bg_rankIco02.png);
}

.rankTable table tbody .num b.v03 {
  width: 45px;
  height: 41px;
  padding-top: 16px;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../../images/matchplus/bg_rankIco03.png);
}

.rankTable table tbody .name {
  text-align: left;
}

.rankTable table tbody .name a {
  display: inline-block;
}

.rankTable table tbody .percent {
  font-size: 1rem;
  font-weight: bold;
}

.rankTable table tbody .gauge {
  text-align: left;
}

.rankTable table tbody .gauge i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 20px;
  border-radius: 2px;
  background-color: #ef9aa6;
}

.rankTable table tbody .gauge i:not(:first-child) {
  margin-left: 3px;
}

.rankTable table tbody .gauge i:nth-child(-n+4) {
  background-color: #c0bebe;
}

.rankTable table tbody .gauge i:nth-child(n+18) {
  background-color: #dc3049;
}

.rankTable table tbody .mod__btn a {
  box-shadow: none;
}

.mod__linkList > li a {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  font-weight: bold;
  text-decoration: none;
}

.mod__linkList > li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 6px 0 6px 6px;
  top: 0;
  bottom: 0;
  left: 0;
  border-left-color: #9abf25;
}

.mod__linkList.reverse > li a::before {
  border-width: 6px 6px 6px 0;
  border-right-color: #9abf25;
}

.mod__discList:not(:last-child) {
  margin-bottom: 1.5em;
}

.mod__discList > li {
  position: relative;
  padding-left: 1em;
}

.mod__discList > li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: .5em;
  left: 0;
  width: .75em;
  height: .75em;
  border-radius: 50%;
  background-color: #333;
  line-height: 1;
}

.mod__ulList:not(:last-child) {
  margin-bottom: 1.5em;
}

.mod__ulList > li {
  position: relative;
  padding-left: 1em;
}

.mod__ulList > li::before {
  content: '・';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
}

.graph-radar {
  position: relative;
  background-image: url(../../images/matchplus/bg_graph01.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
}

.graph-radar canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#graph-radar01 {
  width: 900px;
  height: 450px;
}

#graph-radar02 {
  width: 1000px;
  height: 500px;
}

.mod__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mod__column.col02 .mod__columnCol {
  width: calc((100% - 40px) / 2);
}

.mod__column.col02 .mod__columnCol:nth-child(even) {
  margin-left: 40px;
}

.mod__column.col02 .mod__columnCol:nth-child(n+3) {
  margin-top: 30px;
}

.mod__btnWrap.block .mod__btn:not(:first-child) {
  margin-top: 14px;
}

.mod__btnWrap.alter .mod__btn:not(:first-child) {
  margin-top: 14px;
}

.mod__btnWrap.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod__btnWrap.inline .mod__btn {
  margin: 0;
}

.mod__btnWrap.inline .mod__btn:not(:first-child) {
  margin-left: 25px;
}

button.mod__btn,
div.mod__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  transition: opacity 0.2s;
}

button.mod__btn.alC,
div.mod__btn.alC {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

button.mod__btn > span,
button.mod__btn > a,
div.mod__btn > span,
div.mod__btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  border-radius: 3px;
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: .02em;
}

button.mod__btn.s01 > span,
button.mod__btn.s01 > a,
div.mod__btn.s01 > span,
div.mod__btn.s01 > a {
  min-width: 320px;
  min-height: 56px;
  padding: .3125em 1.4375em;
}

button.mod__btn.s02 > span,
button.mod__btn.s02 > a,
div.mod__btn.s02 > span,
div.mod__btn.s02 > a {
  min-width: 180px;
  min-height: 36px;
  border-radius: 4px;
  padding: .3125em 1.4375em;
  font-size: .875rem;
}

button.mod__btn.s03 > span,
button.mod__btn.s03 > a,
div.mod__btn.s03 > span,
div.mod__btn.s03 > a {
  min-width: 80px;
  min-height: 22px;
  border-radius: 4px;
  padding: .3125em 1.375em;
  font-size: .75rem;
}

button.mod__btn.c01 > span,
button.mod__btn.c01 > a,
div.mod__btn.c01 > span,
div.mod__btn.c01 > a {
  background-color: #ff7b22;
  box-shadow: inset 0 -2px 0 0 #ca5f17;
}

button.mod__btn.c02 > span,
button.mod__btn.c02 > a,
div.mod__btn.c02 > span,
div.mod__btn.c02 > a {
  background-color: #f5f5e9;
  color: #ff7b22;
  box-shadow: inset 0 -2px 0 0 #c4c4ae;
}

button.mod__btn.c02 > span:hover,
button.mod__btn.c02 > a:hover,
div.mod__btn.c02 > span:hover,
div.mod__btn.c02 > a:hover {
  background-color: #fce6d7;
}

button.mod__btn.c03 > span,
button.mod__btn.c03 > a,
div.mod__btn.c03 > span,
div.mod__btn.c03 > a {
  background-color: #9abf25;
  box-shadow: 0 2px 0 0 rgba(78, 88, 88, 0.35);
}

button.mod__btn.i01 i,
div.mod__btn.i01 i {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 4px 0 4px 5px;
  top: 0;
  bottom: 0;
  right: 5%;
  border-left-color: #fff;
}

button.mod__btn.s04.i01 i,
div.mod__btn.s04.i01 i {
  border-width: 6px 0 6px 6px;
}

button.mod__btn.i01.reverse i,
div.mod__btn.i01.reverse i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: 5%;
}

@media screen and (min-width: 768px) {
  button.mod__btn:not(.disabled):hover,
  div.mod__btn:not(.disabled) > a:hover {
    cursor: pointer;
    opacity: .8;
  }
}

@media screen and (min-width: 768px) {
  button.mod__btn.disabled:hover,
  div.mod__btn.disabled:hover {
    cursor: default !important;
  }
}

button.mod__btn.disabled > span,
button.mod__btn.disabled > a,
div.mod__btn.disabled > span,
div.mod__btn.disabled > a {
  box-shadow: inset 0 -2px 0 0 #bdbdba !important;
  background: #bdbdba !important;
  color: #707070 !important;
}

@media screen and (min-width: 768px) {
  button.mod__btn.disabled > span,
  button.mod__btn.disabled > a,
  div.mod__btn.disabled > span,
  div.mod__btn.disabled > a {
    cursor: default !important;
  }
}

/* mod__container
------------------------------------------------------------------- */
.mod__container.bg01 {
  background-image: url(../../images/matchplus/bg_pattern01.png);
}

.mod__containerInner {
  width: 850px;
  margin: 0 auto;
  padding: 40px 0 50px;
}

.navDetail + .mod__container .mod__containerInner {
  padding-top: 0;
}

/* mod__lede
------------------------------------------------------------------- */
.mod__lede {
  text-align: center;
}

.mod__lede:not(:last-child) {
  margin-bottom: 30px;
}

/* pdfBtn
------------------------------------------------------------------- */
.pdfBtn {
  position: relative;
}

.pdfBtn a:hover img {
  opacity: .8;
}

.pdfBtn a img {
  position: absolute;
  top: -32px;
  right: 0;
}

/* mod__section
------------------------------------------------------------------- */
.mod__section {
  margin-bottom: 40px;
}

.mod__section:last-child {
  margin-bottom: 0;
}

.mod__sectionInner {
  margin: 0 30px;
}

/* mod__lowerArea
------------------------------------------------------------------- */
.mod__lowerArea .mod__linkList {
  margin-top: 30px;
}

/* valueNumber
------------------------------------------------------------------- */
.valueNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 0;
  border-bottom: 1px solid #dadad4;
}

.valueNumber__num {
  width: 44px;
  line-height: 1.125;
  color: #a8a896;
  font-family: "Kanit", sans-serif;
  font-size: 1.625rem;
}

.valueNumber__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.valueNumber__ttl {
  font-weight: bold;
}

.valueNumber__ttl:not(:last-child) {
  margin-bottom: .5em !important;
}

.valueNumber__ttl .valueTag {
  margin-right: 10px;
}

/* valueTag
------------------------------------------------------------------- */
.valueTag {
  display: inline-block;
  vertical-align: baseline;
  padding: .3125em 20px;
  line-height: 1.2;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.valueTag.c01 {
  background-color: #16989d;
}

.valueTag.c02 {
  background-color: #62b33c;
}

.valueTag.c03 {
  background-color: #28816f;
}

/* valueList
------------------------------------------------------------------- */
.valueList > li:not(:first-child) {
  margin-top: 10px;
}

.valueList > li:nth-child(4), .valueList > li:nth-child(7) {
  margin-top: 20px;
}

.valueList > li .valueTag {
  vertical-align: middle;
  width: 110px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
}

.mod__cBlock .valueList {
  margin-right: -30px;
}

/* mod__cBlock
------------------------------------------------------------------- */
.mod__cBlock {
  margin: 30px 0;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.mod__cBlock:last-child {
  margin-bottom: 0;
}

.mod__cBlock.c01 {
  background-color: #f3f5e9;
}

.mod__cBlock .mod__cBlockTtl {
  margin: -30px -30px 1.125em;
  padding: .375em 0;
  background-color: #28816f;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}

/* wordData
------------------------------------------------------------------- */
.wordData__item {
  padding: 30px;
  border-bottom: 1px solid #dadad4;
}

.wordData__item:first-child {
  padding-top: 10px;
}

.wordData__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wordData__block > :nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wordData__term {
  margin-right: 30px;
  font-weight: bold;
}

.wordData__tag {
  display: inline-block;
  position: relative;
  min-width: 168px;
  padding: 28px 0 6px;
  border: 1px solid #777;
  text-align: center;
}

.wordData__tag:not(:first-child) {
  margin-left: 50px;
}

.wordData__tag:not(:first-child)::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 26px;
  left: -40px;
  width: 27px;
  height: 13px;
  background-image: url(../../images/matchplus/ico_arrow01.png);
  background-repeat: no-repeat;
}

.wordData__tag .tag {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 6px;
  background-color: #777;
  color: #fff;
}

.wordData__tag.c01 {
  border-color: #16989d;
}

.wordData__tag.c01 .tag {
  background-color: #16989d;
}

.wordData__tag.c02 {
  border-color: #62b33c;
}

.wordData__tag.c02 .tag {
  background-color: #62b33c;
}

.wordData__tag.c03 {
  border-color: #28816f;
}

.wordData__tag.c03 .tag {
  background-color: #28816f;
}

.wordData__tag.up {
  border-color: #ff7b22;
}

.wordData__tag.up .tag {
  background-color: #ff7b22;
}

.wordData__tag.up .tag::before {
  content: '';
  display: inline-block;
  position: relative;
  bottom: -2px;
  width: 13px;
  height: 17px;
  margin-right: 4px;
  background-image: url(../../images/matchplus/ico_arrow02.png);
  background-repeat: no-repeat;
}

.wordData__tag.down {
  border-color: #2c6e9c;
}

.wordData__tag.down .tag {
  background-color: #2c6e9c;
}

.wordData__tag.down .tag::before {
  content: '';
  display: inline-block;
  position: relative;
  bottom: -2px;
  width: 13px;
  height: 17px;
  margin-right: 4px;
  background-image: url(../../images/matchplus/ico_arrow02.png);
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* personalTest
------------------------------------------------------------------- */
.personalTest__item {
  padding: 10px 0;
  border-bottom: 1px solid #dadad4;
}

.personalTest__item:first-child {
  border-top: 1px solid #dadad4;
}

.personalTest__ttl {
  margin-bottom: .75em;
  font-size: 1rem;
  font-weight: bold;
}

.personalTest__ttl .num {
  display: inline-block;
  position: relative;
  bottom: -.125em;
  min-width: 2.5em;
  margin-right: 15px;
  line-height: 1;
  color: #8fc5ba;
  font-family: "Kanit", sans-serif;
  font-size: 1.5rem;
  text-align: right;
  text-align: center;
}

.personalTest__ttl .num b {
  margin-left: .0625em;
  font-family: "Kanit", sans-serif;
  font-size: 1.75rem;
}

.personalTest__cont {
  padding-left: 75px;
  font-size: 0;
}

.personalTest__cont label {
  cursor: pointer;
  transition: 0.2s;
}

.personalTest__cont label:not(:first-child) {
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .personalTest__cont label:hover {
    opacity: .8;
  }
}

.personalTest__cont label input[type="radio"] {
  display: none;
}

.personalTest__cont label input[type="radio"] + span {
  display: inline-block;
  width: 151px;
  padding: .5em 0;
  border-radius: 4px;
  background-color: #f6fdf9;
  background-size: 4px 4px;
  font-size: .875rem;
  text-align: center;
}

.personalTest__cont label input[type="radio"]:checked + span {
  background-color: #ff7b22;
  background-image: none !important;
  color: #fff;
}

.personalTest__cont label:nth-child(1) input[type="radio"] + span {
  background-image: repeating-linear-gradient(135deg, #b9eed0, #b9eed0 25%, transparent 25%, transparent 50%, #b9eed0 50%, #b9eed0 75%, transparent 75%, transparent 100%);
}

.personalTest__cont label:nth-child(2) input[type="radio"] + span {
  background-image: repeating-linear-gradient(135deg, #d1f5e1, #d1f5e1 25%, transparent 25%, transparent 50%, #d1f5e1 50%, #d1f5e1 75%, transparent 75%, transparent 100%);
}

.personalTest__cont label:nth-child(3) input[type="radio"] + span {
  background-image: repeating-linear-gradient(135deg, #ddf5e7, #ddf5e7 25%, transparent 25%, transparent 50%, #ddf5e7 50%, #ddf5e7 75%, transparent 75%, transparent 100%);
}

.personalTest__cont label:nth-child(4) input[type="radio"] + span {
  background-image: repeating-linear-gradient(135deg, #e3f4ea, #e3f4ea 25%, transparent 25%, transparent 50%, #e3f4ea 50%, #e3f4ea 75%, transparent 75%, transparent 100%);
}

.personalTest__cont label:nth-child(5) input[type="radio"] + span {
  background-image: repeating-linear-gradient(135deg, #ecfaf2, #ecfaf2 25%, transparent 25%, transparent 50%, #ecfaf2 50%, #ecfaf2 75%, transparent 75%, transparent 100%);
}

/* progress
------------------------------------------------------------------- */
.progress {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  background-image: url(../../images/matchplus/bg_pattern_dot02.png);
  line-height: 1;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.progress progress {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 700px;
  height: 25px;
  margin: 0 8px;
  vertical-align: middle;
}

.progress progress::-webkit-progress-bar {
  background-color: #fff;
}

.progress progress::-webkit-progress-value {
  background-color: #9abf25;
}

.progress .output {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 72px;
  padding: .25em 0;
  border-radius: 4px;
  background-color: #9abf25;
  font-size: 1.125rem;
  text-align: center;
}

.progress .output::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 4px 9px 4px 0;
  top: 0;
  bottom: 0;
  left: -8px;
  border-right-color: #9abf25;
}

.progress__inner {
  width: 850px;
  margin: 0 auto;
}

/* faqUnit
------------------------------------------------------------------- */
.faqUnit__item {
  padding: 20px 30px;
  border-bottom: 2px dotted #e5e5e1;
}

.faqUnit__item:first-child {
  padding-top: 0;
}

.faqUnit__q {
  margin-bottom: 1em;
  font-weight: bold;
}

.faqUnit__q i {
  display: inline-block;
  width: 40px;
  line-height: 1;
  color: #9abf25;
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-size: 2.25rem;
}

.faqUnit__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff5ef;
  margin-left: 40px;
}

.faqUnit__a::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 0 7px 16px 7px;
  top: -15px;
  left: 35px;
  border-bottom-color: #fff5ef;
}

.faqUnit__a > i {
  display: inline-block;
  width: 40px;
  height: .75em;
  line-height: .75;
  color: #ff7b22;
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-size: 2.25rem;
  -webkit-transform: translateY(-0.125em);
  transform: translateY(-0.125em);
}

.faqUnit__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* mod__notes
------------------------------------------------------------------- */
ul.mod__notes {
  display: table;
}

ul.mod__notes > li {
  display: table-row;
}

ul.mod__notes > li i {
  font-style: normal;
}

/* arwList
------------------------------------------------------------------- */
.arwList:not(:last-child) {
  margin-bottom: 1.5em;
}

.arwList > li:not(:first-child) {
  position: relative;
  padding-top: 1.25em;
}

.arwList > li:not(:first-child)::before {
  content: '↓';
  position: absolute;
  top: 0;
  left: 5em;
  line-height: 1.25;
}

#wrapper.top {
  /* ttl02
  ------------------------------------------------------------------- */
  /* obliqueness
  ------------------------------------------------------------------- */
  /* numCard
  ------------------------------------------------------------------- */
  /* numColumn
  ------------------------------------------------------------------- */
  /* aboutbox
  ------------------------------------------------------------------- */
}

#wrapper.top .ttl02 {
  margin-bottom: .5em;
  color: #28816f;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

#wrapper.top .obliqueness {
  position: relative;
  overflow: hidden;
}

#wrapper.top .obliqueness::before, #wrapper.top .obliqueness::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  margin: auto;
  background-image: linear-gradient(to right, #b9efd0 0%, #b9efd0 50%, #d6f6e4 50%, #d6f6e4 100%);
}

#wrapper.top .obliqueness::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

#wrapper.top .obliqueness__inner {
  width: 850px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

#wrapper.top .obliqueness__inner span.privacy {
  margin-left: 111px;
}

#wrapper.top .obliqueness__btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper.top .obliqueness__btnwrap .mod__btn:not(:first-child) {
  margin-left: 111px;
}

#wrapper.top .numCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#wrapper.top .numCard__item {
  width: 415px;
  padding: 20px 30px;
  background-color: #f7f7ef;
}

#wrapper.top .numCard__item:nth-child(n+3) {
  margin-top: 15px;
}

#wrapper.top .numCard__item:nth-child(even) {
  margin-left: 20px;
}

#wrapper.top .numCard__ttl {
  position: relative;
  margin-bottom: 15px;
  padding-left: 52px;
  color: #28816f;
  font-size: 1rem;
  font-weight: bold;
}

#wrapper.top .numCard__ttl b {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 15px;
  line-height: 1;
  color: #8fc5ba;
  font-family: "Kanit", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#wrapper.top .numCard__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper.top .numCard__pic {
  margin-right: 20px;
}

#wrapper.top .numCard__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#wrapper.top .numColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper.top .numColumn__item {
  width: calc(1/3 * 100%);
  padding: 20px 25px;
  border-right: 1px solid #8fc5ba;
}

#wrapper.top .numColumn__item:first-child {
  border-left: 1px solid #8fc5ba;
}

#wrapper.top .numColumn__ttl {
  position: relative;
  margin-bottom: 15px;
  color: #28816f;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

#wrapper.top .numColumn__ttl b {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #8fc5ba;
  font-family: "Kanit", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#wrapper.top .numColumn__ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.25em;
}

#wrapper.top .aboutbox {
  margin-bottom: 40px;
  border: 1px solid #e0e0db;
}

#wrapper.top .aboutbox__tag {
  display: inline-block;
  margin-bottom: 0;
  padding: .25em 16px;
  background-color: #28816f;
  color: #fff;
  font-weight: bold;
}

#wrapper.top .aboutbox__inner {
  padding: 15px 25px;
}

/*------　otherbox追加 -------*/

#wrapper.top .otherbox {
  margin-bottom: 40px;
}

#wrapper.top .otherbox__tag {
  margin-bottom: 0;
  padding: 20px 16px;
  color: #28816f;
  font-weight: bold;
  font-size: 18px;
	text-align: center;
}

#wrapper.top .otherbox__inner {
  padding: .25em 25px;
}
#wrapper .otherbox__contents {
	float: left;
	width: 50%;
	padding: 10px 20px;
}
#wrapper .otherbox__contents:first-child{
	border-right: 1px dotted  #e0e0db;
}
#wrapper .otherbox__contents img{
	margin: 0 60px;
	padding: 10px 20px;
}