/************************************************************
seimei.html
************************************************************/
/*device
************************************************************/
.only-pc {
  display: block;
}
.only-sp {
  display: none;
}
.only-sp-inline {
  display: none;
}
/*page-title
************************************************************/
.page-title {
  padding: 4rem 0 0 ;
  border: none;
}
.page-title h1 {
  font-size: 3rem;
}
/*style
************************************************************/
.pbBlock p.mod-media-image {
  margin-top: 4rem;
}
.seimei-attention-box {
  margin-top: 1.8rem;
}
.seimei-attention-box p {
  font-size: 1.5rem;
}
a.seimei-attention-link {
  color: #008f44;
  text-decoration: underline;
}
a.seimei-attention-link:hover {
  opacity: .7;
}
.seimei-attention {
  background: #ebebeb;
  border-radius: 12px;
  display: inline-block;
  font-weight: bold;
  padding: .2rem 1.5rem 0;
}
.seimei-test-box .seimei-test-text {
  font-size: 1.8rem;
}
.seimei-test-box .seimei-test-btn {
  margin: 6rem 0 10rem;
  text-align: center;
}
.seimei-test-box .seimei-test-btn a {
  background: #00a73c;
  border-radius: 3px;
  border-bottom: solid 4px #0f803d;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 6rem;
  letter-spacing: .4rem;
  margin: auto;
  position: relative;
  width: 41rem;
}
.seimei-test-box .seimei-test-btn a:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
}
.seimei-test-box .seimei-test-btn a:after {
  border-top: 2px solid #094;
  border-right: 2px solid #094;
  content: "";
  display: block;
  height: .4rem;
  position: absolute;
  top: 45%;
  right: 2.2rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: .4rem;
}
.seimei-underlayer-img-wrap-title {
  margin: 4.5rem 0 2rem;
}
.seimei-underlayer-img-wrap-title .type01 {
  width: 29rem;
  margin: auto;
}
.seimei-underlayer-img-wrap-title img {
  width: 100%;
}
.content-description-wrap {
  background: #fef2e0;
  padding: 1.3rem 0 3.5rem;
}
.content-description-wrap .content-description-title {
  background: #fe8013;
  border-radius: 8px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin: auto;
  padding: 1rem 0 .5rem;
  text-align: center;
  width: 65rem;
}
.content-description-wrap .is-collapsed .accordion_handle:after {
  background: url("/library/kyousai/seimei/img_renew/accordion_bg_plus.png");
}
.content-description-wrap .is-expanded .accordion_handle:after {
  background: url("/library/kyousai/seimei/img_renew/accordion_bg_minus.png");
}
.content-description-wrap .accordion {
  background: #ff4d00;
  border-radius: 8px;
  margin: 4rem auto 0;
  width: 59rem;
}
.content-description-wrap .accordion .accordion_handle {
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  padding: .8rem 0 .5rem;
  position: relative;
}
.content-description-wrap .accordion .accordion_handle:after {
  background-size: 100%;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
}
.content-description-wrap .accordion .accordion_handle:hover {
  cursor: pointer;
}
.content-description-wrap .accordion .accordion_content {
  background: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 1.3rem 0 2.5rem;
}
.content-description-wrap .accordion .accordion_content .accordion-list-wrap {
  margin: auto;
  width: 54rem;
}
.content-description-wrap .accordion .accordion_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-description-wrap .accordion .accordion_content dl dt {
  border-bottom: solid 4px #ebebeb;
  font-size: 1.8rem;
  margin-top: 2rem;
  padding-bottom: 1.2rem;
  width: 70%;
}
.content-description-wrap .accordion .accordion_content dl dd {
  border-bottom: solid 4px #ebebeb;
  font-size: 2.2rem;
  margin-top: 1.5rem;
  text-align: right;
  width: 30%;
}
.content-description-wrap .accordion .accordion_content .accordion_content-price {
  border-top: solid 1px #ff4d00;
  line-height: 1.4;
  margin-top: 1.5rem;
  padding-top: 2.5rem;
  position: relative;
  text-align: center;
}
.content-description-wrap .accordion .accordion_content .accordion_content-price:before {
  background: #fff;
  border-top: 1px solid #ff4d00;
  border-right: 1px solid #ff4d00;
  content: "";
  display: block;
  height: 1.8rem;
  position: absolute;
  top: -0.3rem;
  right: 50%;
  -webkit-transform: rotate(135deg) translateX(-50%);
      -ms-transform: rotate(135deg) translateX(-50%);
          transform: rotate(135deg) translateX(-50%);
  width: 1.8rem;
}
.content-description-wrap .accordion .accordion_content .accordion_content-price span {
  color: #e26059;
  font-size: 2.2rem;
  font-weight: bold;
}
.content-description-wrap .accordion .accordion_content .accordion_content-price span em {
  font-size: 3.2rem;
}
.content-description-wrap .accordion .accordion_content-title {
  color: #fe8013;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.content-description-wrap .accordion sup {
  color: #000;
  font-size: 1.2rem;
}
.content-description-wrap .accordion .accordion-figure-image {
  margin-top: 2rem;
}
.content-description-wrap .accordion .accordion-figure-image img {
  width: 100%;
}
.content-description-wrap .opt-pink {
  background: #f96877;
}
.content-description-wrap .opt-pink .accordion_content-title {
  color: #f96877;
}
.content-description-wrap .mod-ol-notes {
  margin: 2.5rem auto 0;
  width: 59rem;
}
ul.js-tab-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
ul.js-tab-handle li {
  width: 24rem;
}
ul.js-tab-handle li:first-child {
  margin-right: 1rem;
}
ul.js-tab-handle li a {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-width: 3.5px;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 10rem;
  letter-spacing: 2rem;
  text-align: center;
}
ul.js-tab-handle li a:hover {
  color: #333;
  text-decoration: none;
  opacity: .7;
}
ul.js-tab-handle li a span {
  letter-spacing: normal;
}
ul.js-tab-handle li .is-current {
  color: #fff;
  pointer-events: none;
}
ul.js-tab-handle li .is-current.tab-left {
  background: #159a77;
  border: solid #159a77;
  border-bottom: none;
}
ul.js-tab-handle li .is-current.tab-right {
  background: #757bb8;
  border: solid #757bb8;
  border-bottom: none;
}
ul.js-tab-handle li .tab-left {
  border: solid #159a77;
  border-bottom: none;
}
ul.js-tab-handle li .tab-right {
  border: solid #757bb8;
  border-bottom: none;
}
#tab-content01 {
  border-top: solid 6px #159a77;
}
#tab-content01 .tab-content-image-bg {
  background: #ccebd5;
  margin-top: 5rem;
  padding: 5rem 6rem;
}
#tab-content01 .tab-content-image-wrap {
  border-radius: 8px;
  background: #fff;
  padding: 3rem 2rem;
}
#tab-content01 .tab-content-image-wrap .section-title {
  margin-top: 0;
}
#tab-content01 .tab-content-image-wrap .section-title h3 {
  font-size: 2rem;
}
#tab-content01 .tab-content-image-wrap p {
  font-size: 1.8rem;
}
#tab-content01 .tab-content-image-wrap .title-icon {
  color: #159a77;
}
#tab-content02 {
  border-top: solid 6px #757bb8;
}
#tab-content02 .tab-content-image-wrap {
  margin-top: 3.5rem;
}
.js-tab-content p.tab-content-banner {
  margin: 6rem auto 0;
  width: 40rem;
}
.js-tab-content .tab-content-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 3.5rem;
}
.js-tab-content .tab-content-text {
  font-size: 1.8rem;
}
.js-tab-content .tab-content-text .opt-red {
  color: #e26059;
  font-weight: bold;
}
.js-tab-content .tab-content-text .opt-purple {
  color: #757bb8;
  font-weight: bold;
}
.js-tab-content .tab-content-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3.5rem 0 .5rem;
}
.js-tab-content .tab-content-banner-wrap p {
  font-size: 2.2rem;
  font-weight: bold;
}
.js-tab-content .banner-btn a {
  border-radius: 4px;
  border: solid 2px;
  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: 9.5rem;
  width: 35.7rem;
}
.js-tab-content .banner-btn a:hover {
  opacity: .7;
}
.js-tab-content .banner-btn img {
  width: 28.1rem;
}
.js-tab-content .banner-btn span {
  border-radius: 50%;
  display: inline-block;
  height: 1.6rem;
  margin-left: 1.5rem;
  overflow: hidden;
  position: relative;
  text-indent: 110%;
  width: 1.6rem;
  white-space: nowrap;
  vertical-align: text-bottom;
}
.js-tab-content .banner-btn span:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 36.55%;
  right: 40%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
}
.js-tab-content .opt-kihon a {
  border-color: #fe8013;
  -webkit-box-shadow: 0 0.3rem #a0470a;
          box-shadow: 0 0.3rem #a0470a;
}
.js-tab-content .opt-kihon span {
  border: solid 1px #fe8013;
}
.js-tab-content .opt-kihon span:after {
  border-top: 1px solid #fe8013;
  border-right: 1px solid #fe8013;
}
.js-tab-content .opt-kaigo {
  position: relative;
}
.js-tab-content .opt-kaigo:after {
  background: url(/library/kyousai/seimei/img_renew/seimei-img10.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 2.6rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 5.9rem;
}
.js-tab-content .opt-kaigo a {
  border-color: #f96877;
  -webkit-box-shadow: 0 0.3rem #b50d45;
          box-shadow: 0 0.3rem #b50d45;
}
.js-tab-content .opt-kaigo span {
  border: solid 1px #f96877;
}
.js-tab-content .opt-kaigo span:after {
  border-top: 1px solid #f96877;
  border-right: 1px solid #f96877;
}
.js-tab-content .opt-purple a {
  border-color: #757bb8;
  -webkit-box-shadow: 0 0.3rem #3c449a;
          box-shadow: 0 0.3rem #3c449a;
}
.js-tab-content .opt-purple span {
  border: solid 1px #757bb8;
}
.js-tab-content .opt-purple span:after {
  border-top: 1px solid #757bb8;
  border-right: 1px solid #757bb8;
}
/*top
************************************************************/
.seimei .mod-image-point_content_left {
  color: #fe8013;
}
.seimei .color-strong {
  color: #fe8013 !important;
}
/*underlayer
************************************************************/
.pbBlock .seimei-underlayer-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 4rem;
}
.pbBlock p.seimei-underlayer-main {
  width: 40rem;
}
ul.seimei-page-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
ul.seimei-page-tab li {
  width: 24rem;
}
ul.seimei-page-tab li a {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.2rem;
  font-weight: bold;
  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: 10rem;
  line-height: 1.2;
  padding: 1rem;
  text-align: center;
}
ul.seimei-page-tab li a:hover {
  color: #000;
  text-decoration: none;
  opacity: .7;
}
ul.seimei-page-tab li .on-page {
  color: #fff;
  pointer-events: none;
}
ul.seimei-page-tab li:first-child {
  margin-right: 1rem;
}
.appeal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.appeal-wrap .mod-box-appeal {
  width: 33.7rem;
}
.appeal-wrap .mod-box-appeal_detail {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-calc(100% - 2rem);
  height: calc(100% - 2rem);
}
.appeal-wrap .mod-box-appeal_detail_strong {
  font-size: 1.8rem;
}
.appeal-wrap .mod-box-appeal_detail_strong span {
  font-size: 1.2rem;
}
.appeal_detail_text {
  border-radius: 4px;
  border: solid 2px #ccc;
  margin-top: 2.7rem;
  padding: 0 3rem 1.5rem;
}
.appeal_detail_text p {
  font-size: 1.8rem;
  text-align: center;
}
.appeal_detail_text p span {
  font-size: 1.2rem;
}
.seimei-underlayer-table {
  font-weight: bold;
  margin: 3rem 0 1rem;
  width: -webkit-calc(100% - 1px);
  width: calc(100% - 1px);
}
.seimei-underlayer-table tr {
  border-bottom: solid 1px #ccc;
}
.seimei-underlayer-table .seimei-underlayer-table-head th {
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.seimei-underlayer-table th {
  line-height: 1.3;
  vertical-align: middle;
}
.seimei-underlayer-table .seimei-underlayer-th01 {
  position: relative;
}
.seimei-underlayer-table .seimei-underlayer-th01 span {
  background: #f2f2f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.seimei-underlayer-table .seimei-underlayer-th_off a {
  display: block;
  padding: 1.5rem 0;
  font-size: 1.8rem;
}
.seimei-underlayer-table .seimei-underlayer-th_off a:hover {
  color: #000;
  opacity: .7;
  text-decoration: none;
  cursor: pointer;
}
.seimei-underlayer-table .seimei-underlayer-th_off a span {
  font-size: 1.2rem;
}
.seimei-underlayer-table .seimei-underlayer-th_off .no-link {
  pointer-events: none;
}
.seimei-underlayer-table .seimei-underlayer-th02 {
  background: #f2f2f2;
  font-size: 2.2rem;
  padding: 1.5rem 3rem;
}
.seimei-underlayer-table .seimei-underlayer-th02 .seimei-underlayer-tag {
  background: #39b54a;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  margin: 0 0 1rem;
  padding: .5rem 3rem;
}
.seimei-underlayer-table .seimei-underlayer-th02 span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: .5em;
}
.seimei-underlayer-table .seimei-underlayer-th02 .seimei-special-contract {
  border-radius: 4px;
  background: #e26059;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  padding: .5rem 1.5rem 0;
}
.seimei-underlayer-table .seimei-underlayer-th02 .seimei-underlayer-attention-text {
  color: #e26059;
  margin-top: 0;
}
.seimei-underlayer-table .opt-yellow {
  background: #fff5d6;
}
.seimei-underlayer-table td {
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 2rem 0;
  text-align: center;
  vertical-align: middle;
}
.seimei-underlayer-table td span {
  font-size: 1.8rem;
}
.seimei-underlayer-table td em {
  font-size: 3.2rem;
}
.tab01,
.tab02 {
  display: none;
}
.tab_open {
  display: table-cell;
}
.seimei-underlayer-attention-box {
  background: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
  padding: .5rem 3rem;
}
.seimei-balloon {
  border-radius: 8px;
  color: #fff;
  float: right;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 2.7rem !important;
  padding: 1.5rem 2rem;
  position: relative;
}
.seimei-balloon:before {
  border-style: solid;
  border-width: 0 11px 28px 11px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: -2.7rem;
  right: 8rem;
  width: 0;
}
.seimei-balloon span {
  font-weight: bold;
}
.seimei-special-rule-wrap {
  margin: 3rem 0 1.5rem;
}
.seimei-special-rule-wrap .seimei-special-rule-title {
  background: #5d5857;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 3rem .5rem 1rem;
}
.seimei-special-rule-wrap .seimei-special-rule-text {
  border: solid 1px #5d5857;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 0;
  padding: 1.5rem 1rem;
}
.type-btn-wrap {
  margin: 6rem 0 1rem;
}
.type-btn-wrap .type-btn-pdf {
  margin: auto;
  width: 38rem;
}
.type-btn-wrap .type-btn-pdf a {
  border-radius: 3px;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding: 1.3rem 0 .7rem;
  text-align: center;
}
.type-btn-wrap .type-btn-pdf a .mod-icon-pdf {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: baseline;
}
/*nursing
************************************************************/
.nursing ul.seimei-page-tab {
  border-bottom: solid 6px #f2972c;
}
.nursing ul.seimei-page-tab li .on-page {
  background: #ee8487;
  border: solid 4px #ee8487;
  border-bottom: none;
}
.nursing ul.seimei-page-tab li .off-page {
  border: solid 4px #f2972c;
  border-bottom: none;
}
.nursing .mod-image-point_content_left {
  color: #ee8487;
}
.nursing .color-strong {
  color: #ee8487 !important;
}
.nursing .mod-box-appeal .subhead {
  border-color: #ee8487;
  color: #ee8487;
}
.nursing .seimei-underlayer-table tr:last-child td {
  border-bottom: solid 2px #ee8487;
}
.nursing .seimei-underlayer-table .seimei-underlayer-th_off {
  background: #fdf2f3;
  border-bottom: solid 2px #ee8487;
}
.nursing .seimei-underlayer-table .table_on {
  background: #ee8487;
  border-bottom: solid 2px #ee8487;
}
.nursing .seimei-underlayer-table .table_on a {
  color: #fff;
}
.nursing .seimei-underlayer-table td {
  border-right: solid 2px #ee8487;
  border-left: solid 2px #ee8487;
}
.nursing .seimei-underlayer-table td span {
  color: #ee8487;
}
.nursing .seimei-underlayer-table .opt-color {
  background: #fdf2f3;
}
.nursing .seimei-balloon {
  background: #ee8487;
}
.nursing .seimei-balloon:before {
  border-color: transparent transparent #ee8487 transparent;
}
.nursing .type-btn-pdf a {
  border: solid 2px #ee8487;
  -webkit-box-shadow: 0 0.4rem #d56b6e;
          box-shadow: 0 0.4rem #d56b6e;
  color: #ee8487;
}
/*nursing
************************************************************/
.nursing ul.seimei-page-tab {
  border-bottom: solid 6px #f2972c;
}
.nursing ul.seimei-page-tab li .on-page {
  background: #ee8487;
  border: solid 4px #ee8487;
  border-bottom: none;
}
.nursing ul.seimei-page-tab li .off-page {
  border: solid 4px #f2972c;
  border-bottom: none;
}
.nursing .mod-image-point_content_left {
  color: #ee8487;
}
.nursing .color-strong {
  color: #ee8487 !important;
}
.nursing .mod-box-appeal .subhead {
  border-color: #ee8487;
  color: #ee8487;
}
.nursing .seimei-underlayer-table tr:last-child td {
  border-bottom: solid 2px #ee8487;
}
.nursing .seimei-underlayer-table .seimei-underlayer-th_off {
  background: #fdf2f3;
  border-bottom: solid 2px #ee8487;
}
.nursing .seimei-underlayer-table .table_on {
  background: #ee8487;
  border-bottom: solid 2px #ee8487;
}
.nursing .seimei-underlayer-table .table_on a {
  color: #fff;
}
.nursing .seimei-underlayer-table td {
  border-right: solid 2px #ee8487;
  border-left: solid 2px #ee8487;
}
.nursing .seimei-underlayer-table td span {
  color: #ee8487;
}
.nursing .seimei-underlayer-table .opt-color {
  background: #fdf2f3;
}
.nursing .seimei-balloon {
  background: #ee8487;
}
.nursing .seimei-balloon:before {
  border-color: transparent transparent #ee8487 transparent;
}
.nursing .type-btn-pdf a {
  border: solid 2px #ee8487;
  -webkit-box-shadow: 0 0.4rem #d56b6e;
          box-shadow: 0 0.4rem #d56b6e;
  color: #ee8487;
}
/*kihon
************************************************************/
.kihon ul.seimei-page-tab {
  border-bottom: solid 6px #f2972c;
}
.kihon ul.seimei-page-tab li .on-page {
  background: #f2972c;
  border: solid 4px #f2972c;
  border-bottom: none;
}
.kihon ul.seimei-page-tab li .off-page {
  border: solid 4px #ee8487;
  border-bottom: none;
}
.kihon .mod-image-point_content_left {
  color: #f2972c;
}
.kihon .color-strong {
  color: #f2972c !important;
}
.kihon .mod-box-appeal .subhead {
  border-color: #f2972c;
  color: #f2972c;
}
.kihon .seimei-underlayer-table tr:last-child td {
  border-bottom: solid 2px #f2972c;
}
.kihon .seimei-underlayer-table .seimei-underlayer-th_off {
  background: #f2972c;
  border-bottom: solid 2px #f2972c;
}
.kihon .seimei-underlayer-table .table_on {
  background: #f2972c;
  border-bottom: solid 2px #f2972c;
}
.kihon .seimei-underlayer-table .table_on a {
  color: #fff;
}
.kihon .seimei-underlayer-table td {
  border-right: solid 2px #f2972c;
  border-left: solid 2px #f2972c;
}
.kihon .seimei-underlayer-table td span {
  color: #f2972c;
}
.kihon .seimei-underlayer-table .opt-color {
  background: #f2972c;
}
.kihon .seimei-balloon {
  background: #f2972c;
}
.kihon .seimei-balloon:before {
  border-color: transparent transparent #f2972c transparent;
}
.kihon .type-btn-pdf a {
  border: solid 2px #f2972c;
  -webkit-box-shadow: 0 0.4rem #d97e13;
          box-shadow: 0 0.4rem #d97e13;
  color: #f2972c;
}
/*teiki
************************************************************/
.teiki ul.seimei-page-tab {
  border-bottom: solid 6px #697dbf;
}
.teiki ul.seimei-page-tab li .on-page {
  background: #697dbf;
  border: solid 4px #697dbf;
  border-bottom: none;
}
.teiki ul.seimei-page-tab li .off-page {
  border: solid 4px #697dbf;
  border-bottom: none;
}
.teiki .mod-image-point_content_left {
  color: #697dbf;
}
.teiki .color-strong {
  color: #697dbf !important;
}
.teiki .mod-box-appeal .subhead {
  border-color: #697dbf;
  color: #697dbf;
}
.teiki .seimei-underlayer-table tr:last-child td {
  border-bottom: solid 2px #697dbf;
}
.teiki .seimei-underlayer-table .seimei-underlayer-th_off {
  background: #7f90c8;
  border-bottom: solid 2px #697dbf;
}
.teiki .seimei-underlayer-table .table_on {
  background: #697dbf;
  border-bottom: solid 2px #697dbf;
}
.teiki .seimei-underlayer-table .table_on a {
  color: #fff;
}
.teiki .seimei-underlayer-table td {
  border-right: solid 2px #697dbf;
  border-left: solid 2px #697dbf;
}
.teiki .seimei-underlayer-table td span {
  color: #697dbf;
}
.teiki .seimei-underlayer-table .opt-color {
  background: #7f90c8;
}
.teiki .seimei-balloon {
  background: #697dbf;
}
.teiki .seimei-balloon:before {
  border-color: transparent transparent #697dbf transparent;
}
.teiki .type-btn-pdf a {
  border: solid 2px #697dbf;
  -webkit-box-shadow: 0 0.4rem #6677af;
          box-shadow: 0 0.4rem #6677af;
  color: #697dbf;
}
.kokumin-test-box {
  margin-top: 4.8rem;
}
.kokumin-test-box p {
  text-align: center;
}
.kokumin-test-box .kokumin-test-text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00a73c;
  margin-top: 4.8rem;
}
.kokumin-test-box .kokumin-test-btn a {
  background: #00a73c;
  border-radius: 3px;
  border-bottom: solid 4px #0f803d;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 6rem;
  letter-spacing: .4rem;
  margin: auto;
  position: relative;
  width: 41rem;
}
.kokumin-test-box .kokumin-test-btn a:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
}
.kokumin-test-box .kokumin-test-btn a:after {
  border-top: 2px solid #094;
  border-right: 2px solid #094;
  content: "";
  display: block;
  height: .4rem;
  position: absolute;
  top: 45%;
  right: 2.2rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: .4rem;
}
.kokumin-test-box .kokumin-test-btn .opt-pdf-btn:before {
  display: none;
}
.kokumin-test-box .kokumin-test-btn .opt-pdf-btn:after {
  background: url(/library/default/img/parts/icon_pdf_bg01.png) no-repeat left top;
  border: none;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 1.6rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
}
