@charset "UTF-8";
@import url(./_scheduleCalendar.css);
@import url(./expansion2025.css?v=250610);
/*---------------------------------------------
CSS変数
---------------------------------------------*/ :root {
  --color-scheduleA: #b9dbef;
  --color-scheduleA-strong: #1888ca;
  --color-scheduleB: #b8e1d8;
  --color-scheduleB-strong: #149b7e;
  --color-thead-bg: #D6E6FE;
}
/*---------------------------------------------
リセットの回避
---------------------------------------------*/
sup {
  font-size: 70%;
  vertical-align: super
}
/*---------------------------------------------
共通ヘッダートップ注意書き追加
---------------------------------------------*/
.topNotice {
  background-color: #f7c0bd
}
.topNotice p {
  text-align: center;
  padding: 7px;
  font-size: 1.4rem
}
@media only screen and (max-width:800px) {
  .topNotice p {
    text-align: left
  }
}
/*---------------------------------------------
ターゲット別ページ検定料注意書きのためのデザイン変更
---------------------------------------------*/
.mainContents .lpContents04 .contentsInner .innerMain .box .metaWrap .left table td {
  font-size: 1.4rem;
  line-height: 2.0rem
}
.mainContents .lpContents04 .contentsInner .innerMain .box .metaWrap .left table td.t02 {
  height: 134px !important
}
.mainContents .lpContents04 .contentsInner .innerMain .box .metaWrap .left table td.t03 {
  height: 137px !important
}
.mainContents .lpContents04 .contentsInner .innerMain .box .metaWrap .left table td.t03 p.link {
  padding-top: 0;
  padding-bottom: 5px
}
.mainContents .generalPage .recommendWrap .metaWrap .left table td {
  font-size: 1.4rem;
  line-height: 2.0rem
}
.mainContents .generalPage .recommendWrap .metaWrap .left table td.t02 {
  height: 134px !important
}
.mainContents .generalPage .recommendWrap .metaWrap .left table td.t03 {
  height: 137px !important
}
.mainContents .generalPage .recommendWrap .metaWrap .left table td.t03 p.link {
  padding-top: 0;
  padding-bottom: 5px
}
/*---------------------------------------------
共通デザインの修正
---------------------------------------------*/
body {
  word-break: normal
}
.fixWrap .header .metaLink .metaLinkTop ul li i.icon-globe {
  font-size: 1.2rem;
  position: relative;
  top: -4px;
  padding-left: 2px;
  vertical-align: bottom
}
@media only screen and (max-width:800px) {
  .topNav .box.navOther li i {
    margin-left: 2px
  }
  /*英語版一時非表示のためのコメントアウト*/
  .topNav .box.navOther li:first-child {
    width: 100%
  }
  .topNav .box.navOther li:first-child a {
    padding: 11px 4%
  }
  .topNav .box.navOther li:first-child a:before {
    right: 2%
  }
  .footer .sitemapWrap .topNav .box.navOther li:first-child {
    display: none;
    width: 100%
  }
  .footer .sitemapWrap .topNav .box.navOther li:first-child a {
    padding: 11px 4%
  }
  .footer .sitemapWrap .topNav .box.navOther li:first-child a:before {
    right: 2%
  }
  .mainContents .noContents dl dd { /*ナンバリングのマージン調整*/
    line-height: 1.8;
    padding: 10px 3%
  }
}
/*---------------------------------------------
共通ヘッダーの修正
---------------------------------------------*/
.fixWrap .header {
  padding: 11px 0 0
}
.fixWrap .header .logo {
  padding-top: 10px
}
.fixWrap .header .metaLink .metaLinkBottom ul {
  margin-top: 8px
}
.fixWrap .header .metaLink .metaLinkBottom {
  padding-bottom: 8px
}
@media only screen and (max-width:800px) {
  .fixWrap .header {
    padding: 0
  }
  .fixWrap .header .logo {
    padding-top: 0
  }
}
/*---------------------------------------------
トップページ
---------------------------------------------*/
.mainContents .support .todayTraining .training .img, .mainContents .support .todayTraining .answer .img {
  width: 460px /*指定デザインとサイズが違っていたのを修正*/
}
.mainContents .support .todayTraining .training:before, .mainContents .support .todayTraining .answer:before {
  height: 62px /*上の画像のサイズに合わせて修正*/
}
.mainContents .support .todayTraining .answer {
  margin-top: 32px /*開閉ボタンを答えの上に移動したのでそのマージンを答えの上に余白追加*/
}
.mainContents .support .exerciseBooksSlide .addMargin {
  display: inline-block; /*画像の方で透明ピクセルで高さを合わせると関連書籍一覧SPで縦に並んだ時におかしな余白がでてしまうため書籍タイトルにマージンを設定*/
  margin-top: 34px /*トップページでブロックの高さが合わないのを調整*/
}
.mainContents .support .exerciseBooksSlide li a img {
  max-height: 500px; /*どこかでmax-heightがかかっているので解除*/
  width: 80%; /*画像の横幅で統一*/
}
.mainContents .support .exerciseBooksSlide li a h3 {
  margin: 12px 0 0; /*マージン変更*/
  font-size: 1.6rem /*文字サイズ変更*/
}
.mainContents .relatedContent .relatedContentWrap .box:nth-child(1) {
  background: #d5d5d5
}
.mainContents .relatedContent .relatedContentWrap .box:nth-child(1) a .txt {
  color: #362205
}
.mainContents .relatedContent .relatedContentWrap .box:nth-child(2) {
  background: #ffd200
}
.mainContents .relatedContent .relatedContentWrap .box:nth-child(2) a .txt {
  color: #23467e
}
@media only screen and (max-width:800px) {
  .mainContents .support .todayTraining .training .img, .mainContents .support .todayTraining .answer .img {
    width: 100% /**/
  }
  .mainContents .support .todayTraining .answer {
    margin-top: 22px /*開閉ボタンを答えの上に移動したのでそのマージンを追加*/
  }
  .mainContents .support .exerciseBooksSlide .addMargin {
    display: inline-block;
    margin-top: 8vw /*SPだと可変のためウィンドウ幅に対してマージンを指定*/
  }
  .mainContents .support .exerciseBooksSlide li a img {
    width: 100%
  }
  .mainContents .support .exerciseBooksSlide li a h3 {
    font-size: 1.4rem /*文字サイズ変更*/
  }
}
/*---------------------------------------------
トップページスライダーシステム化
---------------------------------------------*/
.mainContents .topSlider.topPage li.schedule {
  background: none
}
.mainContents .topSlider.topPage li.schedule img {
  position: absolute;
  top: 0;
  z-index: -1
}
.mainContents .topSlider.topPage li.schedule table {
  position: relative
}
.mainContents .topSlider.topPage li.schedule table tr {
  position: absolute;
  width: 225px;
  height: 218px;
  border: 1px solid #1c1c1e;
  background: #cceffc;
  padding: 5px
}
.mainContents .topSlider.topPage li.schedule table tr.active {
  background: #fdffb3
}
.mainContents .topSlider.topPage li.schedule table tr:nth-child(1) {
  top: 70px;
  left: 50px
}
.mainContents .topSlider.topPage li.schedule table tr:nth-child(2) {
  top: 70px;
  left: 280px
}
.mainContents .topSlider.topPage li.schedule table tr:nth-child(3) {
  top: 70px;
  left: 510px
}
.mainContents .topSlider.topPage li.schedule table td {
  display: block;
}
.mainContents .topSlider.topPage li.schedule table td.status p {
  font-weight: normal;
  color: #fff;
  padding: 2px;
  background: #00b1ef
}
.mainContents .topSlider.topPage li.schedule table tr.active td.status p {
  background: #ff4aad
}
.mainContents .topSlider.topPage li.schedule table td .title {
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  font-size: 2.0rem;
  margin: 5px auto -5px
}
.mainContents .topSlider.topPage li.schedule table td .date {
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 5px
}
.mainContents .topSlider.topPage li.schedule table td .date span {
  font-weight: bold;
  font-size: 5.0rem
}
.mainContents .topSlider.topPage li.schedule table td .date span.week {
  font-size: 2.0rem;
  margin-left: 2px
}
.mainContents .topSlider.topPage li.schedule table td.period {
  border-top: 2px dotted #1c1c1e;
  font-weight: normal;
  font-size: 1.4rem;
  padding-top: 5px
}
.mainContents .topSlider.topPage li.schedule table td.period .caption {
  margin-bottom: -3px
}
.mainContents .topSlider.topPage li.schedule table td.period span {
  font-weight: bold;
  font-size: 2.2rem
}
.mainContents .topSlider.topPage li.schedule table td.period span.week {
  font-size: 1.6rem;
  margin-left: 2px
}
.mainContents .topSlider.topPage li.schedule table td span.week {
  border: 1px solid #2f3032;
  background: #fff;
  border-radius: 3px;
  padding: 0 2px;
  position: relative;
  top: -2px
}
.mainContents .topSlider.topPage li.schedule table td span.week.week6 {
  color: #4b87dd;
  border: 1px solid #4b87dd
}
.mainContents .topSlider.topPage li.schedule table td span.week.week0 {
  color: #e32d26;
  border: 1px solid #e32d26
}
@media only screen and (max-width:800px) {
  .mainContents .topSlider.topPage li.schedule {
    width: 100vw;
    height: 112vw
  }
  .mainContents .topSlider.topPage li.schedule img {
    width: 100vw
  }
  .mainContents .topSlider.topPage li.schedule table tr {
    width: 30vw;
    height: 28vw;
    padding: 3px
  }
  .mainContents .topSlider.topPage li.schedule table tr:nth-child(1) {
    top: 51vw;
    left: 4vw
  }
  .mainContents .topSlider.topPage li.schedule table tr:nth-child(2) {
    top: 51vw;
    left: 35vw
  }
  .mainContents .topSlider.topPage li.schedule table tr:nth-child(3) {
    top: 51vw;
    left: 66vw
  }
  .mainContents .topSlider.topPage li.schedule table td.status p {
    font-size: 3vw;
    padding: 1px;
  }
  .mainContents .topSlider.topPage li.schedule table td .title {
    display: none
  }
  .mainContents .topSlider.topPage li.schedule table td .date {
    font-size: 4vw;
    margin-top: 5px;
    margin-bottom: 0
  }
  .mainContents .topSlider.topPage li.schedule table td .date span {
    font-size: 6vw
  }
  .mainContents .topSlider.topPage li.schedule table td .date span.week {
    font-size: 3vw
  }
  .mainContents .topSlider.topPage li.schedule table td.period {
    font-size: 2vw
  }
  .mainContents .topSlider.topPage li.schedule table td.period .caption {
    margin: -3px 0
  }
  .mainContents .topSlider.topPage li.schedule table td.period span {
    font-size: 4vw
  }
  .mainContents .topSlider.topPage li.schedule table td.period span.week {
    display: none
  }
}
/*---------------------------------------------
トップページ検定情報
---------------------------------------------*/
.mainContents .schedule .examinationWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 0 auto 40px
}
.mainContents .schedule .examinationWrap .examinationBox {
  width: 48%
}
.mainContents .schedule .examinationWrap .examinationBox h3 {
  width: 100%;
  text-align: center;
  margin: 0 auto 10px;
  color: #4b87dd;
}
.mainContents .schedule .examinationWrap .examinationBox h3 i {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 32px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  position: relative;
  background: #4b87dd;
  color: #c9dbf5;
  margin: 0 10px -10px 0
}
.mainContents .schedule .examinationWrap .tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.mainContents .schedule .examinationWrap .tabMenu li {
  width: 50%;
  text-align: center;
  border: 1px solid #ccc;
  position: relative;
  padding: 17px 0 18px
}
.mainContents .schedule .examinationWrap .tabMenu.single li {
  width: 100%
}
.mainContents .schedule .examinationWrap .tabMenu.single li:last-child {
  border-left: 1px solid #ccc
}
.mainContents .schedule .examinationWrap .tabMenu li h4 {
  margin: 0;
  font-size: 2.3rem;
  color: #999
}
.mainContents .schedule .examinationWrap .tabMenu li h4 i {
  display: inline-block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  top: 4px;
  color: #999;
  margin: 0 5px 0 -15px
}
.mainContents .schedule .examinationWrap .tabMenu li h4 i:before {
  vertical-align: top
}
.mainContents .schedule .examinationWrap .tabMenu li.select {
  background: #fff;
  border-bottom: none
}
.mainContents .schedule .examinationWrap .tabMenu li.select h4 {
  color: #4b87dd
}
.mainContents .schedule .examinationWrap .tabMenu li.select h4 i {
  color: #4b87dd
}
.mainContents .schedule .examinationWrap .tabMenu li.select:before {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  background: #4b87dd;
  top: 0;
  left: 0
}
.mainContents .schedule .examinationWrap .tabMenu li:nth-child(2) {
  border-left: none
}
.mainContents .schedule .examinationWrap .examination {
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none
}
.mainContents .schedule .examinationWrap .examinationJS.partner {
  display: none
}
.mainContents .schedule .examinationWrap .examination ul li:nth-child(n+4) {
  display: none
}
.mainContents .schedule .examinationWrap .examination .examinationDay {
  padding: 13px 25px 0
}
.mainContents .schedule .examinationWrap .examination .examinationDay .meta span.day {
  font-size: 2.2rem;
  padding: 5px 7px 0 0
}
.mainContents .schedule .examinationWrap .examination .examinationDay .main {
  font-size: 3.8rem;
  padding-left: 0;
  text-align: center
}
mainContents .schedule .examinationWrap .examination .reception {
  border-top: none
}
.mainContents .schedule .examinationWrap .examination .reception p {
  margin: 0 auto;
  font-weight: bold;
  font-size: 2.0rem
}
.mainContents .schedule .examinationWrap .examination .reception p.t01 {
  font-size: 2.0rem;
  margin: 0;
  width: inherit
}
.mainContents .schedule .examinationWrap .examination .reception p.t02 {
  font-size: 2.2rem;
  margin: 0
}
.mainContents .schedule .examinationWrap .examination .reception.reception01 {
  justify-content: space-between;
  margin: 0;
  padding: 10px 30px;
  border-bottom: none
}
.mainContents .schedule .examinationWrap .examination .reception.reception01 p.t02 span {
  font-size: 3.4rem
}
.mainContents .schedule .examinationWrap .examination .reception.reception01 p.t02 span.week {
  font-size: 1.8rem
}
.mainContents .schedule .examinationWrap .examination .reception.reception02 {
  justify-content: center;
  background-color: #c9dbf5;
  padding: 14px auto;
  margin: 0;
  border-top: 1px solid #ccc;
  border-bottom: none
}
.mainContents .schedule .examinationWrap .examination .reception.reception02 p {
  font-size: 2.0rem
}
.mainContents .schedule .examinationWrap .examination .reception.reception02 p.t01:after {
  content: "："
}
.mainContents .schedule .examinationWrap .examination .reception.reception02 p .txtS {
  font-size: 1.6rem
}
.mainContents .schedule .examinationWrap .examination .dayCaution {
  border-top: 1px solid #ccc;
  padding-bottom: 6px
}
.mainContents .schedule .examinationWrap .examination .application {
  background-color: rgba(239, 233, 37, 0.2);
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: none
}
.mainContents .schedule .examinationWrap .examination .application a {
  margin: 0 auto
}
.mainContents .schedule .examinationWrap .examination.group .application a {
  margin: 0 auto
}
.mainContents .schedule .examinationWrap .examination.group.partner .application a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto
}
.mainContents .schedule .examinationWrap .examination.group ul li:first-child {
  padding-top: 10px
}
.mainContents .schedule .examinationWrap .examination ul li:nth-child(3) {
  border-bottom: none
}
@media all and (-ms-high-contrast: none) {
  .mainContents .schedule .examinationWrap .examination.group ul li:first-child {
    padding-top: 8px
  }
}
@media only screen and (max-width:800px) {
  .mainContents .schedule .examinationWrap {
    display: block;
    width: 94%;
    margin: 0 auto 24px
  }
  .mainContents .schedule .examinationWrap .examinationBox {
    width: 100%
  }
  .mainContents .schedule .examinationWrap .examination.group {
    display: block
  }
  .mainContents .schedule .examinationWrap .examination.group.partner {
    display: none
  }
  .mainContents .schedule .examinationWrap .examinationBox h3 {
    font-size: 1.8rem
  }
  .mainContents .schedule .examinationWrap .examinationBox:nth-child(2) {
    margin-top: 20px
  }
  .mainContents .schedule .examinationWrap .examinationBox h3 i {
    display: inline-block;
    font-size: 2.2rem;
    line-height: 24px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    background: #4b87dd;
    color: #c9dbf5;
    margin: 0 10px -10px 0
  }
  .mainContents .schedule .examinationWrap .tabMenu li h4 {
    font-size: 1.8rem
  }
  .mainContents .schedule .examinationWrap .tabMenu li h4 i {
    display: inline-block;
    line-height: 24px;
    width: 24px;
    height: 24px;
    top: 4px;
    color: #999;
    margin: 0 5px 0 -15px
  }
  .mainContents .schedule .examinationWrap .examination .examinationDay {
    padding: 12px 12px 0
  }
  .mainContents .schedule .examinationWrap .examination .examinationDay .meta span.day {
    font-size: 2.0rem
  }
  .mainContents .schedule .examinationWrap .examination .examinationDay .main {
    font-size: 2.2rem
  }
  .mainContents .schedule .examinationWrap .examination .reception p.t01 {
    font-size: 1.4rem
  }
  .mainContents .schedule .examinationWrap .examination .reception p.t02 {
    font-size: 1.8rem;
    text-align: center
  }
  .mainContents .schedule .examinationWrap .examination .reception.reception01 p.t02 span {
    font-size: 3.0rem
  }
  .mainContents .schedule .examinationWrap .examination .reception.reception01 p.t02 span.week {
    font-size: 1.4rem
  }
  .mainContents .schedule .examinationWrap .examination .reception.reception02 p .txtS {
    font-size: 1.4rem
  }
  .mainContents .schedule .examinationWrap .examination .reception.reception01 {
    padding: 12px 10px 0
  }
  .mainContents .schedule .examinationWrap .examination .reception.reception02 {
    padding: 12px 10px 7px
  }
  .mainContents .schedule .examinationWrap .examination.group .reception.reception02 {
    padding: 10px 3%
  }
  .mainContents .schedule .examinationWrap .examination .reception.reception02 p.t01:after {
    content: ""
  }
  .mainContents .schedule .examinationWrap .examination.group ul li {
    margin: 0
  }
  .mainContents .schedule .examinationWrap .examination ul li .mainDay .meta span.status {
    left: 0
  }
  .mainContents .schedule .examinationWrap .examination.group ul li:first-child {
    border-top: 1px solid #ccc;
    padding-top: 25px
  }
  .mainContents .schedule .examinationWrap .examination.group.partner ul li:first-child {
    border-top: none
  }
  .mainContents .schedule .examinationWrap .examination ul li .mainDay .meta span.day {
    width: 29vw
  }
  .mainContents .schedule .examinationWrap .examination ul li .receptionBlock .t01 {
    width: 29vw
  }
  .mainContents .schedule .examinationWrap .examination .examinationDay .meta span.status {
    left: 20px
  }
}
/*---------------------------------------------
フッター
---------------------------------------------*/
.footer .bottomNav.policy { /*２行になったのでマージン調整*/
  margin: 0 auto 0;
}
.footer .bottomSpNav li a:after { /*マーク協会サイトに合わせ*/
  content: "\e908";
  font-family: 'iconset';
  position: absolute;
  right: 4%;
  color: #2f3032;
  text-decoration: none
}
@media only screen and (max-width:800px) {
  .footer .bottomSpNav li:last-child { /*リスト数増加のための打ち消し*/
    width: 50%
  }
  .footer .bottomSpNav li:last-child a { /*リスト数増加のための打ち消し*/
    padding: 14px 7%;
  }
  .footer .bottomSpNav li:last-child a:after { /*リスト数増加のための打ち消し*/
    right: 4%;
  }
  .footer .bottomSpNav li a .longTxt { /*長い文字を長体に*/
    display: inline-block;
    transform-origin: top left;
    transform: scale(0.9, 1);
  }
}
/*---------------------------------------------
緊急のお知らせIEバグ修正
---------------------------------------------*/
.mainContents .noteice .emergency .category {
  width: 180px;
  font-size: 1.4rem;
}
.mainContents .noteice .emergency .notes {
  font-size: 1.6rem;
  color: #e32d26
}
@media only screen and (max-width:800px) {
  .mainContents .noteice .emergency .category {
    display: block;
    padding: 4px 0;
    width: 100%;
    text-align: center
  }
  .mainContents .noteice .emergency .notes {
    font-size: 1.5rem;
  }
  .mainContents .noteice .emergency .notes.noLink {
    padding: 10px 15px
  }
}
/*---------------------------------------------
お知らせ　トップページページリンク追加
---------------------------------------------*/
.mainContents .noteice .textPagelink a {
  width: 100%;
  text-align: right
}
.mainContents .noteice .textPagelink a {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5.5px 0 5.5px;
  border-color: #2f3032 transparent transparent transparent;
  display: inline-block;
  margin-left: 5px
}
/*---------------------------------------------
お知らせ
---------------------------------------------*/
.mainContents .information ul li .title {
  display: block;
  padding: 10px 5% 7px 0
}
.mainContents .information ul li .title a {
  padding: 0
}
.mainContents .information.infoSingle ul {
  width: auto;
  margin: auto;
  border-top: none
}
.mainContents .information.infoSingle ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  position: relative;
  border-bottom: none
}
.mainContents .information.infoSingle ul li:after {
  content: "";
}
.mainContents .noteice ul li .day { /*IEでトップページ日付のマージんがつかないのを修正*/
  padding: 11px 22px;
  display: inline-block
}
.mainContents .noteice ul li .notes a {
  padding: 10px 5% 7px 0
}
@media only screen and (max-width:800px) {
  .mainContents .information ul li .title {
    padding: 0 9% 7px 0
  }
  .mainContents .information ul li .title a {
    padding: 0
  }
  .mainContents .information.infoSingle ul li {
    padding: 0;
  }
  .mainContents .information.infoSingle ul li.indent-3 {
    display: inline-block;
    padding-left: 2.7em;
    text-indent: -2.7em;
  }
  .mainContents .noteice ul li .day { /*IEでトップページ日付のマージんがつかないのを修正*/
    padding: 0 3%;
    font-size: 1.4rem
  }
  .mainContents .noteice ul li .notes a {
    padding: 0 9% 7px 0
  }
}
/*---------------------------------------------
お知らせ　カテゴリの色変え
---------------------------------------------*/
.infolist .cat1 {
  background: #0071bc
}
.infolist .cat2 {
  background: #39B5AD
}
.infolist .cat3 {
  background: #fbb03b
}
.infolist .cat4 {
  background: #e9528e
}
.infolist .cat5 {
  background: #e5C600
}
.infolist .cat6 {
  background: #e32d26
}
.infolist .cat7 {
  background: #29abe2
}
.infolist .cat8 {
  background: #990099
}
.infolist .cat9 {
  background: #2e3192
}
.infolist .cat10 {
  background: #009245
}
.information .cat1 {
  background: #0071bc
}
.information .cat2 {
  background: #39B5AD
}
.information .cat3 {
  background: #fbb03b
}
.information .cat4 {
  background: #e9528e
}
.information .cat5 {
  background: #e5C600
}
.information .cat6 {
  background: #e32d26
}
.information .cat7 {
  background: #29abe2
}
.information .cat8 {
  background: #990099
}
.information .cat9 {
  background: #2e3192
}
.information .cat10 {
  background: #009245
}
/*---------------------------------------------
IEでの右はじ矢印デザインのずれを修正
---------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  .mainContents .noteice ul li .notes:after {
    content: "\e908";
    font-family: 'iconset';
    position: absolute;
    right: 12px;
    top: 12px;
    color: #ccc
  }
  .mainContents .question .questionWrap .box ul li:after {
    content: "\e908";
    font-family: 'iconset';
    position: absolute;
    right: 6px;
    top: 12px;
    color: #ccc
  }
  .mainContents .information ul li:after {
    content: "\e908";
    font-family: 'iconset';
    position: absolute;
    right: 12px;
    top: 12px;
    color: #ccc
  }
}
/*---------------------------------------------
検定概要
---------------------------------------------*/
.mainContents .examination .examinationFront .f14 {
  font-size: 1.4rem
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .small {
  font-size: 1.2rem
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap {
  margin-top: 20px
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .fixed {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll {
  border-top: 1px solid #ccc
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .fixed table {
  min-width: 161px
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .fixed table thead th {
  background: #eae6e5
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .fixed table td, .mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .fixed table th {
  height: 50px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #f7f6f4
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .fixed table th {
  width: 100px
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .fixed table {
  min-width: 210px
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .fixed table th {
  background: #eae6e5;
  height: 90px
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .fixed table td {
  height: 60px
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll table {
  width: 889px
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll table td, .mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll table th {
  height: 50px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
  width: 127px;
  position: static;
  line-height: 1.4
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll table th {
  font-weight: bold;
  font-size: 1.6rem
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll table {
  width: 840px
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll table thead .sugaku {
  background: #e1f1fc
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll table thead .sansu {
  background: #d9ede7
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .bgred {
  background: #fbd6d8
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll table th {
  height: 45px;
  width: 210px;
  background: #f7f6f4
}
.mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll table td {
  height: 60px;
  width: 210px
}
@media only screen and (max-width:800px) {
  .mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .fixed table {
    min-width: 130px
  }
  .mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .fixed table td {
    height: 60px;
    font-size: 1.4rem;
    width: 120px;
    line-height: 1.2
  }
  .mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .fixed table th {
    height: 70px;
    font-size: 1.4rem
  }
  .mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll table th {
    height: 70px;
    font-size: 1.4rem
  }
  .mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll table td {
    height: 60px;
    font-size: 1.4rem;
    width: 120px;
    line-height: 1.2
  }
  .mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
  }
  .mainContents .examination .examinationFront #aboutConcurrent.block .tableWrap .tableScroll .scroll table {
    width: 519px
  }
}
/*---------------------------------------------
当日の持ち物
---------------------------------------------*/
.mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .fixed table {
  min-width: 240px
}
.mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .fixed table th {
  background: #eae6e5;
  height: 110px
}
.mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .fixed table td {
  height: 45px
}
.mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .fixed table .h65 td {
  height: 65px
}
.mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table {
  width: 810px
}
.mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table thead .sugaku {
  background: #e1f1fc
}
.mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table thead .sansu {
  background: #d9ede7
}
.mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table thead th {
  min-width: 170px;
  height: 70px
}
.mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table thead th.w150 {
  min-width: 150px;
  height: 40px
}
.mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table th {
  height: 45px;
  width: 210px;
  background: #f7f6f4
}
.mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table td {
  height: 45px;
  width: 210px
}
.mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table .h65 td {
  height: 65px
}
.mainContents .examination.examinationPage .block .flexBox.picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px
}
.mainContents .examination.examinationPage .block .flexBox.picture .box {
  width: 49%;
  margin: 0 2% 0 0;
  padding: 20px 22px 16px;
  border: 1px solid #ccc;
  background: #f4f0ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.mainContents .examination.examinationPage .block .flexBox.picture .box figure {
  width: 135px;
  min-width: 135px
}
.mainContents .examination.examinationPage .block .flexBox.picture .box figure figcaption {
  font-size: 1.8rem;
  font-weight: bold
}
.mainContents .examination.examinationPage .block .flexBox.picture .box ul {
  margin-left: 17px
}
.mainContents .examination.examinationPage .block .flexBox.picture .box ul li {
  text-indent: -1em;
  padding: 0 0 3px 1em
}
.mainContents .examination.examinationPage .block .flexBox.picture .box ul li:last-child {
  padding-bottom: 0
}
.mainContents .examination.examinationPage .block .flexBox.picture .box:last-of-type {
  margin: 0
}
@media only screen and (max-width:800px) {
  .mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .fixed table {
    min-width: 180px
  }
  .mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .fixed table th span {
    font-weight: bold
  }
  .mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .fixed table td {
    height: 40px
  }
  .mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .fixed table .h65 td {
    height: 60px
  }
  .mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table {
    width: 480px
  }
  .mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table thead th {
    min-width: 120px
  }
  .mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table thead th.w150 {
    min-width: 60px
  }
  .mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table th {
    height: 60px;
    width: 170px
  }
  .mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table th span {
    font-weight: bold
  }
  .mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table td {
    height: 40px;
    width: 170px
  }
  .mainContents .examination.examinationPage .block .tableWrap .tableScroll.belonging .scroll table .h65 td {
    height: 60px
  }
  .mainContents .examination.examinationPage .block .flexBox.picture {
    display: block
  }
  .mainContents .examination.examinationPage .block .flexBox.picture .box {
    width: 100%;
    margin: 0 0 10px;
    padding: 20px 5% 16px;
    display: block
  }
  .mainContents .examination.examinationPage .block .flexBox.picture .box figure {
    text-align: center;
    width: 70%;
    min-width: 70%;
    margin: 0 auto 16px
  }
  .mainContents .examination.examinationPage .block .flexBox.picture .box figure figcaption {
    font-size: 1.6rem
  }
  .mainContents .examination.examinationPage .block .flexBox.picture .box ul {
    margin-left: 0
  }
  .mainContents .examination.examinationPage .block .flexBox.picture .box:last-of-type {
    margin: 0
  }
}
/*---------------------------------------------
検定データ　表修正
---------------------------------------------*/
.mainContents .examination.examinationPage .examinationData .block .flexBox .box:nth-of-type(2) { /*検定データの表の位置修正*/
  width: 525px;
  margin: 0;
  text-align: right
}
.mainContents .examination.examinationPage .examinationData .tableWrap .tableScroll .fixed table {
  width: 79px;
  min-width: 79px
}
.mainContents .examination.examinationPage .examinationData .tableWrap .tableScroll .fixed table th {
  height: 60px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #eae6e5;
  font-size: 1.4rem
}
.mainContents .examination.examinationPage .examinationData .tableWrap .tableScroll .scroll table {
  width: 970px;
}
.mainContents .examination.examinationPage .examinationData .tableWrap .tableScroll .scroll table td {
  min-width: 58px;
  height: 60px;
  box-sizing: border-box;
  font-size: 1.5rem;
  padding: 7px
}
.mainContents .examination.examinationPage .examinationData .tableWrap .tableScroll .scroll table tr:first-of-type td {
  font-weight: bold;
  background: #f7f6f4;
}
.mainContents .examination.examinationPage .examinationData .tableWrap .tableScroll .scroll table tr td:last-of-type {
  border-left: 3px solid #ccc;
}
.mainContents .examination.examinationPage .examinationData .tblcaution {
  font-size: 1.4rem;
  margin-top: 5px;
  display: inline-block;
}
@media only screen and (max-width:800px) {
  .mainContents .examination.examinationPage .examinationData .block .flexBox .box:nth-of-type(2) { /*検定データの表の位置修正*/
    width: 100%;
    font-size: 10px
  }
  .mainContents .examination.examinationPage .examinationData .tableWrap .tableScroll .fixed table th {
    height: 40px;
    font-size: 1.4rem
  }
}
/*---------------------------------------------
検定料改定のお知らせ関連
---------------------------------------------*/
.mainContents .examination .caution.type03 {
  border: 1px solid #e32d26;
  background: #fceae9;
  font-size: 1.7rem;
  padding: 14px 22px 12px;
  margin-top: 10px
}
.mainContents .examination .caution.type03 .title {
  font-weight: bold;
  font-size: 1.7rem;
  padding-bottom: 13px;
  color: #e32d26
}
.mainContents .examination .caution.type03 .title i {
  font-size: 2.4rem;
  vertical-align: top
}
.mainContents .caution.type04 {
  border: 1px solid #e3a726;
  background: #fcf6e9;
  font-size: 1.7rem;
  padding: 12px 18px 10px;
  margin-top: 10px
}
.mainContents .examination .examinationFee .noteLink a {
  color: #e32d26;
  text-decoration: underline
}
/*---------------------------------------------
検定日一覧
---------------------------------------------*/
.mainContents .schedule.schedulePage .scheduleWrap .childblock {
  margin: -50px 0 0;
  padding-top: 50px
}
.mainContents .schedule.schedulePage .scheduleWrap h4 {
  margin: 0 auto 7px
}
.mainContents .schedule.schedulePage .scheduleWrap .box table {
  margin-bottom: 30px
}
.categoryLink.double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0px
}
.categoryLink.double ul {
  border-bottom: 1px solid #4b87dd;
  padding: 0
}
.categoryLink.double ul li {
  display: block;
  border-top: 1px solid #4b87dd;
  padding: 18px
}
.categoryLink.double .categorybox {
  width: 48%;
  margin-right: 4%
}
.categoryLink.double .categorybox:last-of-type {
  margin: 0
}
.mainContents .schedule.schedulePage .scheduleWrap .tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
  position: relative
}
.mainContents .schedule.schedulePage .scheduleWrap .tabList:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #4b87dd;
  position: absolute;
  bottom: 1px;
  left: 0
}
.mainContents .schedule.schedulePage .scheduleWrap .tabList li {
  width: 490px;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 2rem;
  padding: 18px 0;
  font-weight: bold;
  color: #999;
  background-color: rgba(75, 135, 221, 0.2);
  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;
  z-index: 2
}
.mainContents .schedule.schedulePage .scheduleWrap .tabList li .sp_txtS {
  font-weight: bold
}
.mainContents .schedule.schedulePage .scheduleWrap .tabList li i {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  margin-right: 20px;
  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;
  font-size: 3rem
}
.mainContents .schedule.schedulePage .scheduleWrap .tabList li i {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  margin-right: 20px;
  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;
  font-size: 3rem
}
.mainContents .schedule.schedulePage .scheduleWrap .tabList li:hover {
  cursor: pointer
}
.mainContents .schedule.schedulePage .scheduleWrap .tabList li.select {
  border: 1px solid #4b87dd;
  border-top: 8px solid #4b87dd;
  border-bottom: none;
  background: #fff;
  color: #2f3032
}
.mainContents .schedule.schedulePage .scheduleWrap .tabList li.select i {
  color: #4b87dd;
  background-color: rgba(75, 135, 221, 0.2)
}
.mainContents .schedule.schedulePage .scheduleWrap .tabList li.select:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 0
}
.mainContents .schedule.schedulePage .categoryLink {
  margin: 10px auto 0
}
.mainContents .schedule.schedulePage .scheduleWrap .tabContents .block {
  display: none
}
.mainContents .schedule.schedulePage .scheduleWrap .tabContents .block.personal {
  display: block
}
.mainContents .schedule.schedulePage .scheduleWrap #personal_table.box table thead th {
  background: #fdd79d
}
.mainContents .schedule.schedulePage .scheduleWrap #personal_table.box table thead td {
  background: #fdd79d
}
.mainContents .schedule.schedulePage .scheduleWrap #personal_table.box table tbody th {
  background: #feebce
}
.mainContents .schedule.schedulePage .scheduleWrap #partner_table.box table thead th {
  background: #b2dec7
}
.mainContents .schedule.schedulePage .scheduleWrap #partner_table.box table thead td {
  background: #b2dec7
}
.mainContents .schedule.schedulePage .scheduleWrap #partner_table.box table tbody th {
  background: #d9efe3
}
.mainContents .schedule.schedulePage .scheduleWrap #group_table.box table thead th {
  background: #b2d4eb
}
.mainContents .schedule.schedulePage .scheduleWrap #group_table.box table thead td {
  background: #b2d4eb
}
.mainContents .schedule.schedulePage .scheduleWrap #group_table.box table tbody th {
  background: #e5f1f8
}
.mainContents .schedule.schedulePage .scheduleWrap #partner_group_table.box table thead th {
  background: #b2dec7
}
.mainContents .schedule.schedulePage .scheduleWrap #partner_group_table.box table thead td {
  background: #b2dec7
}
.mainContents .schedule.schedulePage .scheduleWrap #partner_group_table.box table tbody th {
  background: #d9efe3
}
@media only screen and (max-width:800px) {
  .mainContents .schedule.schedulePage .scheduleWrap .childblock {
    margin: -1px 0 0;
    padding-top: 1px
  }
  .mainContents .schedule.schedulePage .scheduleWrap .tabList {
    width: 111%;
    margin-left: -6%;
    padding: 0 6% 1px
  }
  .mainContents .schedule.schedulePage .scheduleWrap .tabList li {
    width: 50%;
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 5px 0;
    display: block
  }
  .mainContents .schedule.schedulePage .scheduleWrap .tabList li .sp_txtS {
    font-size: 1.4rem;
    font-weight: normal
  }
  .mainContents .schedule.schedulePage .scheduleWrap .tabList li i {
    width: 36px;
    height: 36px;
    margin: 7px auto 5px;
    font-size: 2.4rem
  }
  .mainContents .schedule.schedulePage .scheduleWrap .tabList li.select {
    border-top: 5px solid #4b87dd
  }
  .mainContents .schedule.schedulePage .categoryLink {
    margin: 10px 0 0;
    width: 100%
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table {
    width: 100%;
    border-top: 0;
    border-left: 0;
    margin-bottom: 22px
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table tr {
    display: block;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table thead {
    display: none
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table tbody th {
    background: #eae6e5;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    width: 100%;
    display: block;
    text-align: left;
    padding: 11px 8px;
    font-size: 1.8rem;
    font-weight: bold
  }
  .mainContents .schedule.schedulePage .scheduleWrap #personal_table.box table tbody th:after {
    content: "個人受検";
    display: inline-block;
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px 10px;
    background: #fff
  }
  .mainContents .schedule.schedulePage .scheduleWrap #group_table.box table tbody th:after {
    content: "団体受検実施";
    display: inline-block;
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px 10px;
    background: #fff
  }
  .mainContents .schedule.schedulePage .scheduleWrap #partner_table.box table tbody th:after {
    content: "個人受検B日程";
    display: inline-block;
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px 10px;
    background: #fff
  }
  .mainContents .schedule.schedulePage .scheduleWrap #partner_group_table.box table tbody th:after {
    content: "個人受検B日程実施";
    display: inline-block;
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px 10px;
    background: #fff
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table tbody td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 0;
    display: block;
    text-align: left;
    position: relative
  }
  .mainContents .schedule.schedulePage .scheduleWrap #personal_table.box table tbody th {
    background: #fdd79d
  }
  .mainContents .schedule.schedulePage .scheduleWrap #partner_table.box table tbody th {
    background: #b2dec7
  }
  .mainContents .schedule.schedulePage .scheduleWrap #group_table.box table tbody th {
    background: #b2d4eb
  }
  .mainContents .schedule.schedulePage .scheduleWrap #partner_group_table.box table tbody th {
    background: #b2dec7
  }
  .mainContents .schedule.schedulePage .scheduleWrap #partner_group_table.box table tbody td:nth-child(n + 3):not(:nth-child(n + 6)) {
    height: 70px
  }
  .mainContents .schedule.schedulePage .scheduleWrap #partner_group_table.box table tbody td:nth-child(n + 3):not(:nth-child(n + 6)) p {
    margin-top: 12px
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table tbody td:before {
    content: "";
    display: inline-block;
    width: 130px;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    background: #f7f6f4;
    padding: 10px 8px;
    font-size: 1.5rem;
    position: absolute;
    height: 100%
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table tbody td:nth-of-type(1) p {
    font-size: 1.7rem;
    font-weight: bold
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table tbody td:nth-of-type(1):before {
    content: "検定日";
    font-size: 1.6rem;
    font-weight: bold
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table tbody td:nth-of-type(2):before {
    content: "開始時刻"
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table tbody td:nth-of-type(3):before {
    content: "受付開始日"
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table tbody td:nth-of-type(4):before {
    content: "申込締切日"
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table tbody td:nth-of-type(5):before {
    content: "WEB合否確認日"
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table tbody td:nth-of-type(6):before {
    content: "実施階級"
  }
  .mainContents .schedule.schedulePage .scheduleWrap #partner_group_table.box table tbody td:nth-of-type(2):before {
    content: "提携会場登録\A申請締切日";
    white-space: pre
  }
  .mainContents .schedule.schedulePage .scheduleWrap #partner_group_table.box table tbody td:nth-of-type(3):before {
    content: "志願者\A受付開始日";
    white-space: pre
  }
  .mainContents .schedule.schedulePage .scheduleWrap #partner_group_table.box table tbody td:nth-of-type(4):before {
    content: "志願者\A申込締切日";
    white-space: pre
  }
  .mainContents .schedule.schedulePage .scheduleWrap #partner_group_table.box table tbody td:nth-of-type(5):before {
    content: "実施階級"
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table tbody td p {
    display: inline-block;
    position: inherit;
    padding: 10px;
    margin-left: 130px
  }
}
/*---------------------------------------------
お申し込み
---------------------------------------------*/
.mainContents .application .pageLinkBlock #personal.block {
  margin: -150px 0 0;
  padding-top: 150px
}
.mainContents .application .pageLinkBlock #group.block {
  margin: -80px 0 0;
  padding-top: 80px
}
.mainContents .application .pageLinkBlock #disclaimer.block {
  margin: -50px 0 0;
  padding-top: 50px
}
.mainContents .application .pageLinkBlock .block .detailBox .grade { /*階級スタイル追加*/
  text-align: center;
  background-color: #fcfbd3;
  margin-bottom: 10px
}
.mainContents .application .pageLinkBlock .block .detailBox .box .btn { /*ボタン上のマージン調整*/
  margin-top: 20px
}
.mainContents .application .pageLinkBlock .block#group .detailBox .box:nth-of-type(2) ul {
  margin-bottom: 24px /*他と同じに*/
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.careertasu .payment { /*画像下のマージン調整*/
  padding: 32px 0 14px
}
.mainContents .application .howtoDetails .block.testSchedule .topCaution { /*個人受検日程注意書き追加*/
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 7px
}
/*各ページ受検規約*/
/*.mainContents .application .howtoDetails .block .cautionDl dt {
  background: #fceae9;
  color: #e32d26;
  font-size: 1.7rem;
  padding: 14px 22px 12px;
  
  font-weight: bold
}*/
.mainContents .application .howtoDetails .block .cautionDl dt p {
  padding-bottom: 0
}
.mainContents .application .howtoDetails .block .cautionDl dt p.link:before {
  content: '';
  background: url(../images/arrow_red.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 8px
}
.mainContents .application .howtoDetails .block .cautionDl dt p.link a[target=_blank]:after {
  content: "\e909";
  font-family: 'iconset';
  display: inline-block;
  position: relative;
  margin-left: 8px;
  font-size: 1.6rem;
  text-indent: 0;
  color: #E9333D;
  top: 1px;
  text-decoration: none
}
.mainContents .headLinkBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1050px;
}
.mainContents .headLinkBlock .box {
  width: 48%;
  position: relative;
  margin: 0 4% 25px 0;
}
.mainContents .headLinkBlock .box:last-of-type {
  margin-right: 0
}
.mainContents .headLinkBlock .box:before {
  content: "\e908";
  font-family: 'iconset';
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 4px;
  z-index: 3;
}
.mainContents .headLinkBlock .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  background: rgba(75, 135, 221, 0.2);
  padding: 25px 40px;
}
.mainContents .headLinkBlock .box a:hover {
  text-decoration: none
}
.mainContents .headLinkBlock .box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #4b87dd transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.mainContents .headLinkBlock .box a figure {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 22px;
}
.nanameMidasi {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  color: #4b87dd;
  margin-bottom: 10px
}
.nanameMidasi span {
  padding-bottom: 7px;
  font-weight: bold
}
.nanameMidasi::before, .nanameMidasi::after {
  width: 2px;
  height: 28px;
  content: "";
  background-color: #4b87dd;
}
.nanameMidasi::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}
.nanameMidasi::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}
@media only screen and (max-width:800px) {
  .mainContents .application .pageLinkBlock #personal.block {
    margin: -80px 0 0;
    padding-top: 80px
  }
  .mainContents .application .pageLinkBlock #group.block {
    margin: -30px 0 0;
    padding-top: 30px
  }
  .mainContents .application .pageLinkBlock #disclaimer.block {
    margin: -1px 0 0;
    padding-top: 1px
  }
  .mainContents .application .pageLinkBlock .block .detailBox .box .btn { /*ボタン上のマージン調整*/
    margin-top: 10px
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.careertasu .payment { /*画像下のマージン調整*/
    padding: 22px 0 6px
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox.onlyPartner .box.cbts .linkBox { /*提携会場受検のリンクのSP時文字*/
    text-align: center
  }
  .mainContents .application .howtoDetails .block.testSchedule .topCaution { /*個人受検日程注意書き追加*/
    font-size: 1.4rem
  }
  .mainContents .headLinkBlock {
    display: block;
    width: 100%;
  }
  .mainContents .headLinkBlock .box {
    width: 100%;
  }
  .mainContents .headLinkBlock .box a {
    font-size: 2.0rem;
    padding: 15px 20px;
  }
  .mainContents .headLinkBlock .box a figure {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .nanameMidasi {
    margin-bottom: 5px
  }
  .nanameMidasi span {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
  .nanameMidasi::before, .nanameMidasi::after {
    width: 2px;
    height: 20px;
    content: "";
    background-color: #4b87dd;
  }
  /*.mainContents .application .comparisonBlock {
        width: 100%;
    }謎のデザインくずれ*/
}
/*---------------------------------------------
新規受検規約
---------------------------------------------*/
.mainContents .application .disclaimerBlock {
  width: 1050px;
  margin: 0 auto 140px
}
.mainContents .application .disclaimerBlock .block {
  margin: -50px 0 0;
  padding-top: 50px
}
.mainContents .application .disclaimerBlock .block a {
  color: #4b87dd
}
.mainContents .application .disclaimerBlock .block h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2.2rem;
  border-left: 0px;
  padding: 0;
  margin: 50px 0 0
}
.mainContents .application .disclaimerBlock .block h3 {
  font-weight: normal;
  font-size: 1.6rem;
  border-left: 0px;
  margin: 25px 0 2px
}
.mainContents .application .disclaimerBlock .block .read {
  padding-left: 8px
}
.mainContents .application .disclaimerBlock .block ul.indentList li {
  padding-left: 1em;
  text-indent: -1em
}
.mainContents .application .disclaimerBlock .block dl.parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.mainContents .application .disclaimerBlock .block dl.parent dt {
  width: 64px;
  text-align: right
}
.mainContents .application .disclaimerBlock .block dl.parent dd {
  width: calc(100% - 64px);
  padding-left: 24px
}
.mainContents .application .disclaimerBlock .block dl.child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.mainContents .application .disclaimerBlock .block dl.child dt {
  width: 37px;
  text-align: right
}
.mainContents .application .disclaimerBlock .block dl.child dd {
  width: calc(100% - 37px);
  padding-left: 3px
}
.mainContents .application .disclaimerBlock .block dl.child-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.mainContents .application .disclaimerBlock .block dl.child-2 dt {
  width: 20px
}
.mainContents .application .disclaimerBlock .block dl.child-2 dd {
  width: calc(100% - 20px);
  padding-left: 5px
}
.mainContents .application .disclaimerBlock .block .txtR {
  display: block;
  text-align: right
}
@media only screen and (max-width:800px) {
  .mainContents .application .disclaimerBlock {
    width: 92%
  }
  .mainContents .application .disclaimerBlock .block {
    margin: -1px 0 0;
    padding-top: 1px
  }
  .mainContents .application .disclaimerBlock .block h2 {
    font-size: 2.0rem;
    padding-left: 0
  }
  .mainContents .application .disclaimerBlock .block .read {
    padding-left: 0
  }
  .mainContents .application .disclaimerBlock .block dl.parent {
    display: block
  }
  .mainContents .application .disclaimerBlock .block dl.parent dt {
    width: 100%;
    text-align: left
  }
  .mainContents .application .disclaimerBlock .block dl.parent dd {
    width: 100%;
    padding-left: 0
  }
  .mainContents .application .disclaimerBlock .block dl.child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .mainContents .application .disclaimerBlock .block dl.child dt {
    width: 30px;
    text-align: right
  }
  .mainContents .application .disclaimerBlock .block dl.child dd {
    width: calc(100% - 30px);
    padding-left: 2px
  }
  .mainContents .application .disclaimerBlock .block dl.child-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .mainContents .application .disclaimerBlock .block dl.child-2 dt {
    width: 20px
  }
  .mainContents .application .disclaimerBlock .block dl.child-2 dd {
    width: calc(100% - 20px);
    padding-left: 5px
  }
}
/*---------------------------------------------
新規個人受検・注意事項
---------------------------------------------*/
.mainContents .application .caveatBlock {
  width: 1050px;
  margin: 0 auto 140px
}
.mainContents .application .caveatBlock .block {
  margin: -50px 0 0;
  padding-top: 50px
}
.mainContents .application .caveatBlock h3 {
  padding-bottom: 3px;
  border-bottom: 3px solid #dee6f5
}
.mainContents .application .caveatBlock ul li::before {
  content: "・"
}
.mainContents .application .caveatBlock ul li {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width:800px) {
  .mainContents .application .caveatBlock {
    width: 90%
  }
}
/*---------------------------------------------
提携会場受検の申し込み
---------------------------------------------*/
.mainContents .application .howtoDetails .block .tabList.onlyPartner {
  padding-left: 25px
}
.mainContents .application .howtoDetails .block .tabList.onlyPartner li {
  width: 330px
}
@media only screen and (max-width:800px) {
  .mainContents .application .howtoDetails .block .tabList.onlyPartner {
    padding-left: 5%
  }
  .mainContents .application .howtoDetails .block .tabList.onlyPartner li {
    width: 50%
  }
  .mainContents .application .howtoDetails .block .tabList.onlyPartner li.tabCaution {
    width: 50%;
    padding: 10px 0 7px 2em;
  }
}
/*---------------------------------------------
個人受検・提携会場受検ネット申込デザイン変更
---------------------------------------------*/
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border: none
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box {
  width: 510px;
  border: 6px solid #DBE7F8;
  padding: 0
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box dt {
  background-color: #DBE7F8;
  width: 100%;
  padding: 10px;
  text-align: center
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: 2px solid #DBE7F8;
  height: 65px;
  padding: 10px !important
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .payment p {
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.25
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.cbts .payment p {
  font-size: 1.5rem
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .read {
  padding: 20px 15px
}
.mainContents .application .howtoDetails .block .tabContents .block .detailBox.onlyPartner .box .read {
  width: 550px;
  float: left
}
.mainContents .application .howtoDetails .block .tabContents .block .detailBox .box .linkArea {
  background-color: #FCFBD3
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.cbts .linkArea {
  text-align: center;
  padding: 30px 0 10px
}
.mainContents .application .howtoDetails .block .tabContents .block .detailBox.onlyPartner .box.cbts .linkArea {
  width: 480px;
  float: right;
  padding: 25px 0 5px
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.careertasu .linkArea {
  text-align: center;
  padding: 25px 0 20px
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea p {
  font-weight: bold;
  font-size: 1.8rem
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.cbts .linkArea p {
  margin: 10px 0 10px
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.careertasu .linkArea p {
  margin: 0 0 6px
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.careertasu .linkArea p img {
  margin-top: -8px
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.careertasu .linkArea:last-of-type p {
  font-size: 1.6rem
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.cbts .linkArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea img.sugaku {
  width: 115px
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea img.sansu {
  width: 108px
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea img.kazukatachi {
  width: 170px
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea img {
  margin-right: 10px
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.cbts .linkArea ul li:last-child img {
  margin-right: 0
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 430px;
  height: 80px;
  font-weight: normal;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border: 5px solid #fff;
  line-height: 1.25;
  position: relative;
  border-radius: 40px;
  background: #F15A24;
  -webkit-box-shadow: 1px 1px 1px 1px #cccccc;
  box-shadow: 1px 1px 1px 1px #cccccc;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.cbts .linkArea .btn a {
  height: 90px;
  border-radius: 45px
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.cbts .linkArea .btnCaution {
  font-weight: normal;
  font-size: 1.4rem;
  padding: 10px 20px 0;
  text-align: left
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea .btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fbed21;
  display: block;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea .btn a:hover {
  text-decoration: none;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea .btn a .txtS {
  display: inline-flex;
  font-size: 90%
}
@media only screen and (max-width:800px) {
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox {
    display: block
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box {
    width: 100%;
    border: 5px solid #DBE7F8
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.cbts {
    margin-bottom: 15px
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box dt {
    padding: 15px 0
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box dt img {
    height: 35px
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .payment {
    height: auto
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .payment p {
    font-size: 1.5rem
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .read {
    padding: 10px
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.cbts .linkArea {
    text-align: center;
    padding: 20px 0 5px
  }
  .mainContents .application .howtoDetails .block .tabContents .block .detailBox.onlyPartner .box .read {
    width: 100%;
    float: none
  }
  .mainContents .application .howtoDetails .block .tabContents .block .detailBox.onlyPartner .box.cbts .linkArea {
    width: 100%;
    float: none;
    padding: 20px 0 5px
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.cbts .linkArea ul {
    width: 90%;
    margin: 0 auto
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea p {
    font-size: 1.7rem
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.cbts .linkArea p {
    margin: 5px 0 10px
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.careertasu .linkArea:last-of-type p {
    font-size: 1.5rem
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea img.sugaku {
    width: 103px
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea img.sansu {
    width: 97px
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea img.kazukatachi {
    width: 153px
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea .btn a {
    width: 92%;
    font-size: 1.5rem;
    line-height: 1.5
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box.cbts .linkArea .btnCaution {
    width: 100%
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea .btn a .txtS {
    font-size: 80%
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox.onlyPartner .box .linkArea .btn a .txtS {
    font-size: 90%
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea .btn a::after {
    right: 5%;
  }
  @media only screen and (max-width: 320px) {
    .mainContents .application .howtoDetails .block .tabContents .block.internet .detailBox .box .linkArea .btn a::after {
      right: 5%;
    }
  }
}
/*---------------------------------------------
個人受検LINE申込追加
---------------------------------------------*/
/*.mainContents .application .howtoDetails .block .tabList {左右のはみ出し管理
	padding-left: 25px
}*/
.mainContents .application .howtoDetails .block .tabList li {
  width: 250px
}
.mainContents .application .howtoDetails .block .tabList li:nth-child(2) i { /*打ち消し*/
  font-size: 3rem
}
.mainContents .application .howtoDetails .block .tabList li:nth-child(3) i {
  font-size: 2.2rem
}
.mainContents .application .howtoDetails .block .tabContents .block.line .box.line {
  width: 500px;
  margin: 0 auto;
  padding: 48px 0 0;
}
.mainContents .application .howtoDetails .block .tabContents .block.line p.notes, .mainContents .application .howtoDetails .block .tabContents .block.internet p.notes {
  margin-bottom: 60px;
}
.mainContents .application .howtoDetails .block .tabContents .block.line .payment {
  font-weight: bold;
  font-size: 2rem;
  padding: 32px 0 14px
}
.mainContents .application .howtoDetails .block .tabContents .block.line .payment i {
  color: #4b87dd;
  font-size: 3rem;
  vertical-align: top;
  margin-right: 12px
}
@media only screen and (max-width:800px) {
  .mainContents .application .howtoDetails .block .tabList li {
    width: 25%;
    font-size: 1.5rem;
    padding: 10px 5px;
    line-height: 1.75rem;
    display: block
  }
  .mainContents .application .howtoDetails .block .tabList li i {
    width: 36px;
    height: 36px;
    margin: 0 auto 5px;
    font-size: 2.4rem
  }
  .mainContents .application .howtoDetails .block .tabList li:nth-child(2) {
    width: 25%
  }
  .mainContents .application .howtoDetails .block .tabList li:nth-child(2) i {
    font-size: 2.4rem
  }
  .mainContents .application .howtoDetails .block .tabList li:nth-child(3) i {
    font-size: 1.8rem
  }
  .mainContents .application .howtoDetails .block .tabList li:nth-child(3) {
    width: 25%
  }
  .mainContents .application .howtoDetails .block .tabList li:nth-child(4) {
    width: 25%
  }
  .mainContents .application .howtoDetails .block .tabContents .block.line .box.line {
    width: 100%
  }
}
/*---------------------------------------------
提携会場実施のお申し込み
---------------------------------------------*/
.mainContents .application .howtoDetails.groupHowto.partner.group .jump {
  margin: -200px 0 0;
  padding-top: 200px
}
@media only screen and (max-width:800px) {
  .mainContents .application .howtoDetails.groupHowto.partner.group .jump {
    margin: -150px 0 0;
    padding-top: 150px
  }
}
/*---------------------------------------------
提携会場、団体受検実施、提携会場受検実施の申し込み_日程の表
---------------------------------------------*/
.mainContents .application .howtoDetails.groupHowto .block.testSchedule h4 {
  margin: 0 auto 7px
}
.mainContents .application .howtoDetails.groupHowto .block .caution {
  margin-bottom: 15px
}
.mainContents .application .howtoDetails.groupHowto .block table {
  margin-bottom: 5px
}
.mainContents .application .howtoDetails.groupHowto .block.testSchedule .notes {
  font-size: 1.5rem
}
@media only screen and (max-width:800px) {
  .mainContents .application .howtoDetails.groupHowto .block table {
    width: 100%
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table {
    width: 100%;
    border-top: 0;
    border-left: 0
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tr {
    display: block;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tr:nth-child(n+4) {
    display: none
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tr:nth-child(3) {
    margin-bottom: 0
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table thead {
    display: none
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tbody th {
    background: #eae6e5;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    width: 100%;
    display: block;
    text-align: left;
    padding: 11px 8px;
    font-size: 1.8rem;
    font-weight: bold
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tbody th:after {
    content: "団体受検実施";
    display: inline-block;
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px 10px;
    background: #fff
  }
  .mainContents .application .howtoDetails.groupHowto.partner .block.testSchedule table tbody th:after {
    content: "提携会場受検";
    display: inline-block;
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px 10px;
    background: #fff
  }
  .mainContents .application .howtoDetails.groupHowto.partner.group .block.testSchedule table tbody th:after {
    content: "提携会場受検実施";
    display: inline-block;
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px 10px;
    background: #fff
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tbody td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 0;
    display: block;
    text-align: left;
    position: relative
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tbody td:before {
    content: "";
    display: inline-block;
    width: 130px;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    background: #f7f6f4;
    padding: 10px 8px;
    font-size: 1.5rem;
    position: absolute;
    height: 100%
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tbody td:nth-of-type(1) p {
    font-size: 1.7rem;
    font-weight: bold
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tbody td:nth-of-type(1):before {
    content: "検定日";
    font-size: 1.6rem;
    font-weight: bold
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tbody td:nth-of-type(2):before {
    content: "受付開始日"
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tbody td:nth-of-type(3):before {
    content: "申込締切日"
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tbody td:nth-of-type(4):before {
    content: "WEB合否確認日"
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tbody td:nth-of-type(5):before {
    content: "実施階級"
  }
  .mainContents .application .howtoDetails.groupHowto.partner.group .block.testSchedule table tbody td:nth-of-type(2):before {
    content: "提携会場登録\A申請締切日";
    white-space: pre
  }
  .mainContents .application .howtoDetails.groupHowto.partner.group .block.testSchedule table tbody td:nth-of-type(3):before {
    content: "志願者\A受付開始日";
    white-space: pre
  }
  .mainContents .application .howtoDetails.groupHowto.partner.group .block.testSchedule table tbody td:nth-of-type(4):before {
    content: "志願者\A申込締切日";
    white-space: pre
  }
  .mainContents .application .howtoDetails.groupHowto.partner.group .block.testSchedule table tbody td:nth-child(n + 3):not(:nth-child(n + 6)) {
    height: 70px
  }
  .mainContents .application .howtoDetails.groupHowto.partner.group .block.testSchedule table tbody td:nth-child(n + 3):not(:nth-child(n + 6)) p {
    margin-top: 12px
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tbody td p {
    display: inline-block;
    position: inherit;
    padding: 10px;
    margin-left: 130px
  }
  .mainContents .application .howtoDetails.groupHowto .block.testSchedule table tbody td .status {
    display: block;
    margin: 5px 0 0
  }
}
/*---------------------------------------------
個人受検・提携会場受検　注意事項
---------------------------------------------*/
.mainContents .application .howtoDetails .caveat div ul li {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
/*---------------------------------------------
特別団体受検
---------------------------------------------*/
.mainContents .application.exclusivePage .jump {
  margin: -50px 0 0;
  padding-top: 50px
}
.mainContents .application.exclusivePage #access.jump {
  margin: -50px 0 0;
  padding-top: 0px
}
.mainContents .application.exclusivePage .pageLinkBlock .block .detailBox {
  border-right: none
}
.mainContents .application.exclusivePage .pageLinkBlock .block .detailBox .box {
  border-left: none
}
.mainContents .application.exclusivePage .pageLinkBlock .block .detailBox.btn4 .box {
  padding: 20px 1% 28px
}
.mainContents .application.exclusivePage .pageLinkBlock .block .detailBox.btn4 .box .btn a {
  width: 240px
}
/*dead時*/
.mainContents .application.exclusivePage .pageLinkBlock .block .detailBox.btn4 .box .btn.deadtime a {
  pointer-events: none;
  background: #bbb
}
.mainContents .application.exclusivePage #partner.box .partnerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.mainContents .application.exclusivePage #partner.box .partnerWrap .partnerbox {
  width: 48%;
  margin-right: 4%
}
.mainContents .application.exclusivePage #partner.box .partnerWrap .partnerbox:last-of-type {
  margin: 0
}
@media only screen and (max-width:800px) {
  .mainContents .application.exclusivePage .jump {
    margin: -1px 0 0;
    padding-top: 1px
  }
  .mainContents .application.exclusivePage #access.jump {
    margin: -1px 0 0;
    padding-top: 1px
  }
  .mainContents .application.exclusivePage .pageLinkBlock .block h4 {
    text-align: left
  }
  .mainContents .application.exclusivePage .pageLinkBlock .block .attention {
    text-align: left
  }
  .mainContents .application.exclusivePage .pageLinkBlock .block .detailBox {
    border-top: 1px solid #4b87dd;
    border-right: none;
    display: block;
    margin: 15px 0
  }
  .mainContents .application.exclusivePage .pageLinkBlock .block .detailBox .box {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #4b87dd;
    padding: 10px 0 20px
  }
  .mainContents .application.exclusivePage .pageLinkBlock .block .detailBox.btn4 .box .btn a {
    width: 80%
  }
  .mainContents .application.exclusivePage #partner.box .partnerWrap {
    display: block
  }
  .mainContents .application.exclusivePage #partner.box .partnerWrap .partnerbox {
    width: 100%;
    margin: 0 0 80px
  }
}
/*---------------------------------------------
団体資料ダウンロード
---------------------------------------------*/
.mainContents .application .howtoDetails.documentDownload .documentWrap .box {
  padding-bottom: 25px;
}
.mainContents .application .howtoDetails.documentDownload .documentWrap .box:nth-last-child(n+4) {
  margin-bottom: 0;
}
.mainContents .application .howtoDetails.documentDownload .documentWrap .box a {
  width: 100%;
  height: 100%;
}
.mainContents .application .howtoDetails.documentDownload .documentWrap .box a .icon.pdf::before {
  content: "PDF"
}
.mainContents .application .howtoDetails.documentDownload .documentWrap .box a .icon.word::before {
  content: "Word®"
}
.mainContents .application .howtoDetails.documentDownload .documentWrap .box a .icon.excel::before {
  content: "Excel®"
}
@media only screen and (max-width:800px) {
  .mainContents .application .howtoDetails.documentDownload .documentWrap .box {
    margin-bottom: 0;
  }
}
/*---------------------------------------------
実施校登録
---------------------------------------------*/
.mainContents .formBlock .formWrap .mw_wp_form dl dd.size120.number2 input {
  margin: 0 0 0 15px;
  width: 619px
}
@media only screen and (max-width:800px) {
  .mainContents .formBlock .formWrap .mw_wp_form dl dd select {
    border: 1px solid #ccc;
    background: #fff
  }
  .mainContents .formBlock .formWrap .mw_wp_form dl dd.size120.number2 input {
    margin: 0;
    width: 100%
  }
  .mainContents .formBlock .formWrap .mw_wp_form dl dd.size120.number2.lines2 select {
    margin: 0 10px 10px 0
  }
  .mainContents .formBlock .formWrap .mw_wp_form dl dd.size120.number2.lines2 div {
    padding: 0 3% 20px
  }
}
/*---------------------------------------------
関連書籍一覧
---------------------------------------------*/
.mainContents .support.supportPage .supportBook .bookDetails .block.kyokai .bookLeftbox {
  float: left
}
.mainContents .support.supportPage .supportBook .bookDetails .block.kyokai .bookLeftbox .sampleBook {
  display: block
}
.mainContents .support.supportPage .supportBook .bookDetails .block.kyokai .bookLeftbox .sampleBook .btn {
  margin: 0 0 0 auto;
  padding-top: 9px
}
.mainContents .support.supportPage .supportBook .bookDetails .block.kyokai .bookLeftbox .sampleBook .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;
  background: #fdedf4;
  border: 1px solid #e84f90;
  color: #e84f90;
  font-weight: bold;
  width: 300px;
  padding: 12px 0;
  margin: 0 auto;
  position: relative;
  border-radius: 10px
}
.mainContents .support.supportPage .supportBook .bookDetails .block.kyokai .bookLeftbox .sampleBook .btn a img {
  width: 32px;
  margin-right: 8px;
  position: relative;
  top: -2px
}
.mainContents .support.supportPage .supportBook .bookDetails .block.kyokai .bookLeftbox .sampleBook .btn a:hover {
  text-decoration: none
}
@media only screen and (max-width:800px) {
  .mainContents .support.supportPage .supportBook .bookDetails .block.kyokai .bookLeftbox {
    float: none
  }
  .mainContents .support.supportPage .supportBook .bookDetails .block.kyokai .bookLeftbox .sampleBook .btn {
    padding-bottom: 15px
  }
  .mainContents .support.supportPage .supportBook .bookDetails .block.kyokai .bookLeftbox .sampleBook .btn a {
    width: 90%
  }
}
/*---------------------------------------------
関連書籍詳細
---------------------------------------------*/
.mainContents .support.supportPage .supportBook .bookDetails .corresponding ul {
  max-width: 670px /*IEで階級アイコンが横に突き抜けるのを対処*/
}
.mainContents .support.supportPage .supportBook.bookSingle .bookIntro p.link {
  padding-top: 0
}
.mainContents .support.supportPage .supportBook.bookSingle .singleDetails .flexBox.center {
  justify-content: center
}
.mainContents .support.supportPage .supportBook.bookSingle .bookIntro .txt .features {
  margin-top: 30px;
  background: #fcfbd3;
  padding: 12px
}
.mainContents .support.supportPage .supportBook.bookSingle .bookIntro .txt .features .featuresTxt {
  font-size: 1.8rem;
}
.mainContents .support.supportPage .supportBook.bookSingle .bookIntro .txt .features ul li {
  font-size: 1.6rem;
}
.mainContents .support.supportPage .supportBook.bookSingle .bookIntro .txt .features ul {
  padding-left: 1.2em;
}
.mainContents .support.supportPage .supportBook.bookSingle .bookIntro .txt .features ul li {
  text-indent: -0.6em;
}
.mainContents .relationList.relationBook .relationListWrap .box a {
  font-size: 1.6rem /*トップページスライダーと同じサイズに*/
}
.mainContents .relationList.relationBook .relationListWrap .box a .addMargin {
  display: inline-block; /*画像の方で透明ピクセルで高さを合わせると関連書籍一覧SPで縦に並んだ時におかしな余白がでてしまうため書籍タイトルにマージンを設定*/
  margin-top: 28px /*関連コンテンツでブロックの高さが合わないのを調整*/
}
@media only screen and (max-width:800px) {
  .mainContents .support.supportPage .supportBook.bookSingle .singleDetails .flexBox.center div {
    margin-right: 0 !important
  }
  .mainContents .support.supportPage .supportBook.bookSingle .singleDetails img.tatenaga {
    width: 80%
  }
  .mainContents .relationList.relationBook .relationListWrap .box a .addMargin {
    margin-top: 0 /*関連コンテンツでブロックの高さが合わないのを調整→SPでは必要ないので削除*/
  }
}
/*---------------------------------------------
関連書籍_過去問題解答用紙追加
---------------------------------------------*/
.mainContents .support.supportPage .supportBook.bookSingle .block {
  padding-top: 80px;
  margin: -80px auto 0
}
.mainContents .support.supportPage .supportBook .bookOption .corresponding ul {
  margin-top: 0px
}
.mainContents .support.supportPage .supportBook .bookOption .corresponding ul li a {
  background: #e4edfa !important;
  border: 1px solid #4b87dd !important;
  color: #4b87dd !important
}
.mainContents .support.supportPage .supportBook .bookOption .corresponding ul li a:before {
  content: "";
  background: url(../images/pdf.svg) no-repeat;
  width: 19px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 3px;
  text-indent: 0;
  text-decoration: none
}
.mainContents .support.supportPage .supportBook .bookOption .corresponding ul li a:after {
  content: ""
}
@media only screen and (max-width:800px) {
  .mainContents .support.supportPage .supportBook.bookSingle .block {
    margin: -10px auto 0;
    padding-top: 10px
  }
}
/*---------------------------------------------
関連書籍_書店リンクモーダル化
---------------------------------------------*/
.modalWrap {
  display: none
}
.modalWrap .modalContent.book {
  font-size: 1.4rem;
  background: #fff;
  padding: 40px;
  margin: 0 auto;
}
.modalWrap .modalContent.book dl {}
.modalWrap .modalContent.book dl dt {
  width: 100%;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px
}
.modalWrap .modalContent.book dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center
}
.modalWrap .modalContent.book dl dd .bookimg {
  background: #ddd;
  text-align: center;
  padding: 50px;
  width: 300px;
  margin-right: 30px
}
.modalWrap .modalContent.book dl dd .storeList li {
  padding: 0
}
.modalWrap .modalContent.book dl dd .storeList li a {
  display: block;
  font-size: 1.5rem;
  background: #4b87dd;
  color: #fff;
  padding: 12px 0px 12px 20px;
  width: 300px;
  border-radius: 10px;
  margin-top: 10px;
  text-align: center;
  box-sizing: border-box
}
.modalWrap .modalContent.book dl dd .storeList li a::after {
  content: "\e909";
  font-family: 'iconset';
  display: inline-block;
  position: relative;
  margin-left: 20px;
  font-size: 1.4rem
}
.modalWrap .modalContent.book dl dd .storeList li a:hover {
  text-decoration: none;
  opacity: .7
}
.modalWrap .modalContent.book dl dd .storeList li:nth-of-type(3) a {
  background: #f6b96a;
  color: #000
}
.modalWrap .modalContent.book dl dd .storeList li:nth-of-type(2) a {
  background: #b31e23
}
.modalWrap .modalContent.book dl dd .storeList li:nth-of-type(4) a {
  background: #e61d37
}
.modalWrap .modalContent.book dl dd .storeList li:nth-of-type(5) a {
  background: #ee782d
}
.modalWrap .modalContent.book dl dd .storeList li:nth-of-type(1) a {
  background: #0e7dbf
}
.supportRod {
  font-size: 5px;
  word-break: break-all;
  visibility: hidden;
  height: 10px
}
@media only screen and (max-width:800px) {
  .modalWrap .modalContent.book {
    padding: 20px 5%
  }
  .modalWrap .modalContent.book dl dt {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 10px
  }
  .modalWrap .modalContent.book dl dd {
    display: block
  }
  .modalWrap .modalContent.book dl dd .bookimg {
    padding: 20px;
    width: 100%;
    margin-right: 0
  }
  .modalWrap .modalContent.book dl dd .storeList li a {
    width: 100%;
  }
}
/*---------------------------------------------
文章題練習帳　解説動画
---------------------------------------------*/
.mainContents .support.supportPage .supportBook.movie .block {
  margin: -50px 0 0;
  padding-top: 50px
}
.mainContents ul.btnWrap.movieList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.mainContents ul.btnWrap.movieList li 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;
  background-color: rgba(75, 135, 221, 0.2);
  border: 1px solid rgba(75, 135, 221, 1);
  color: rgba(75, 135, 221, 1);
  width: 340px;
  padding: 15px 0;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  text-decoration: none;
}
.mainContents ul.btnWrap.movieList li a:hover {
  cursor: pointer;
}
.mainContents ul.btnWrap.movieList li a:after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(75, 135, 221, 1);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.mainContents ul.btnWrap.movieList.q3 li a {
  border: 1px solid rgba(247, 172, 0, 1);
  background-color: rgba(247, 172, 0, 0.4);
  color: #2f3032;
}
.mainContents ul.btnWrap.movieList.q3 li a:after {
  border-left: 8px solid rgba(247, 172, 0, 1);
}
.mainContents ul.btnWrap.movieList.q4 li a {
  border: 1px solid rgba(147, 191, 0, 1);
  background-color: rgba(147, 191, 0, 0.4);
  color: #2f3032;
}
.mainContents ul.btnWrap.movieList.q4 li a:after {
  border-left: 8px solid rgba(147, 191, 0, 1);
}
.mainContents ul.btnWrap.movieList.q5 li a {
  border: 1px solid rgba(95, 180, 27, 1);
  background-color: rgba(95, 180, 27, 0.4);
  color: #2f3032;
}
.mainContents ul.btnWrap.movieList.q5 li a:after {
  border-left: 8px solid rgba(95, 180, 27, 1);
}
@media only screen and (max-width:800px) {
	.mainContents .support.supportPage .supportBook.movie .block {
    margin: -1px 0 0;
    padding-top: 1px
  }
 .mainContents ul.btnWrap.movieList li a {
    width:90vw;
  }
}
/*---------------------------------------------
検定過去問題_レイアウト変更_各ページ共通
---------------------------------------------*/
.mainContents .btnWrap.pastQuestionColor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}
.mainContents .btnWrap.pastQuestionColor.kazukatachi {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start
}
.mainContents .btnWrap.pastQuestionColor.kazukatachi ul {
  margin-right: 15px
}
.mainContents .btnWrap.pastQuestionColor ul li {
  margin-bottom: 10px
}
.mainContents .btnWrap.pastQuestionColor ul li 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;
  background-color: rgba(75, 135, 221, 0.2);
  border: 1px solid rgba(75, 135, 221, 1);
  color: rgba(75, 135, 221, 1);
  width: 340px;
  padding: 12px 0;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
}
.mainContents .btnWrap.pastQuestionColor ul li a:before {
  content: "\e922";
  font-family: 'iconset';
  display: inline-block;
  position: relative;
  margin-right: 5px;
  font-size: 2.2rem
}
.mainContents .btnWrap.pastQuestionColor ul li a:after {
  content: "\e909";
  font-family: 'iconset';
  display: inline-block;
  font-size: 1.5rem;
  position: absolute;
  right: 15px
}
.mainContents .btnWrap.pastQuestionColor ul li a:hover {
  text-decoration: none
}
.mainContents .btnWrap.pastQuestionColor ul.question li a {
  color: #fff
}
.mainContents .btnWrap.pastQuestionColor ul.sheet li a {
  color: #2f3032
}
.mainContents .btnWrap.pastQuestionColor ul.answer li a {
  color: #2f3032
}
.mainContents .btnWrap.pastQuestionColor ul.question li a:before {
  color: #fff
}
/*1級*/
.mainContents .btnWrap.pastQuestionColor.q1 ul li a {
  border: 1px solid rgba(233, 93, 120, 1)
}
.mainContents .btnWrap.pastQuestionColor.q1 ul.question li a {
  background-color: rgba(233, 93, 120, 1)
}
.mainContents .btnWrap.pastQuestionColor.q1 ul.sheet li a {
  background-color: rgba(233, 93, 120, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.q1 ul.answer li a {
  background-color: rgba(233, 93, 120, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.q1 ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.q1 ul.answer li a:after {
  color: rgba(233, 93, 120, 1)
}
/*準1級*/
.mainContents .btnWrap.pastQuestionColor.j1q ul li a {
  border: 1px solid rgba(230, 60, 77, 1)
}
.mainContents .btnWrap.pastQuestionColor.j1q ul.question li a {
  background-color: rgba(230, 60, 77, 1)
}
.mainContents .btnWrap.pastQuestionColor.j1q ul.sheet li a {
  background-color: rgba(230, 60, 77, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.j1q ul.answer li a {
  background-color: rgba(230, 60, 77, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.j1q ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.j1q ul.answer li a:after {
  color: rgba(230, 60, 77, 1)
}
/*2級*/
.mainContents .btnWrap.pastQuestionColor.q2 ul li a {
  border: 1px solid rgba(246, 98, 58, 1)
}
.mainContents .btnWrap.pastQuestionColor.q2 ul.question li a {
  background-color: rgba(246, 98, 58, 1)
}
.mainContents .btnWrap.pastQuestionColor.q2 ul.sheet li a {
  background-color: rgba(246, 98, 58, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.q2 ul.answer li a {
  background-color: rgba(246, 98, 58, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.q2 ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.q2 ul.answer li a:after {
  color: rgba(246, 98, 58, 1)
}
/*準2級*/
.mainContents .btnWrap.pastQuestionColor.j2q ul li a {
  border: 1px solid rgba(255, 130, 39, 1)
}
.mainContents .btnWrap.pastQuestionColor.j2q ul.question li a {
  background-color: rgba(255, 130, 39, 1)
}
.mainContents .btnWrap.pastQuestionColor.j2q ul.sheet li a {
  background-color: rgba(255, 130, 39, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.j2q ul.answer li a {
  background-color: rgba(255, 130, 39, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.j2q ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.j2q ul.answer li a:after {
  color: rgba(255, 130, 39, 1)
}
/*3級*/
.mainContents .btnWrap.pastQuestionColor.q3 ul li a {
  border: 1px solid rgba(247, 172, 0, 1)
}
.mainContents .btnWrap.pastQuestionColor.q3 ul.question li a {
  background-color: rgba(247, 172, 0, 1)
}
.mainContents .btnWrap.pastQuestionColor.q3 ul.sheet li a {
  background-color: rgba(247, 172, 0, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.q3 ul.answer li a {
  background-color: rgba(247, 172, 0, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.q3 ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.q3 ul.answer li a:after {
  color: rgba(247, 172, 0, 1)
}
/*4級*/
.mainContents .btnWrap.pastQuestionColor.q4 ul li a {
  border: 1px solid rgba(147, 191, 0, 1)
}
.mainContents .btnWrap.pastQuestionColor.q4 ul.question li a {
  background-color: rgba(147, 191, 0, 1)
}
.mainContents .btnWrap.pastQuestionColor.q4 ul.sheet li a {
  background-color: rgba(147, 191, 0, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.q4 ul.answer li a {
  background-color: rgba(147, 191, 0, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.q4 ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.q4 ul.answer li a:after {
  color: rgba(147, 191, 0, 1)
}
/*5級*/
.mainContents .btnWrap.pastQuestionColor.q5 ul li a {
  border: 1px solid rgba(95, 180, 27, 1)
}
.mainContents .btnWrap.pastQuestionColor.q5 ul.question li a {
  background-color: rgba(95, 180, 27, 1)
}
.mainContents .btnWrap.pastQuestionColor.q5 ul.sheet li a {
  background-color: rgba(95, 180, 27, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.q5 ul.answer li a {
  background-color: rgba(95, 180, 27, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.q5 ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.q5 ul.answer li a:after {
  color: rgba(95, 180, 27, 1)
}
/*6級*/
.mainContents .btnWrap.pastQuestionColor.q6 ul li a {
  border: 1px solid rgba(60, 162, 90, 1)
}
.mainContents .btnWrap.pastQuestionColor.q6 ul.question li a {
  background-color: rgba(60, 162, 90, 1)
}
.mainContents .btnWrap.pastQuestionColor.q6 ul.sheet li a {
  background-color: rgba(60, 162, 90, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.q6 ul.answer li a {
  background-color: rgba(60, 162, 90, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.q6 ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.q6 ul.answer li a:after {
  color: rgba(60, 162, 90, 1)
}
/*7級*/
.mainContents .btnWrap.pastQuestionColor.q7 ul li a {
  border: 1px solid rgba(17, 144, 127, 1)
}
.mainContents .btnWrap.pastQuestionColor.q7 ul.question li a {
  background-color: rgba(17, 144, 127, 1)
}
.mainContents .btnWrap.pastQuestionColor.q7 ul.sheet li a {
  background-color: rgba(17, 144, 127, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.q7 ul.answer li a {
  background-color: rgba(17, 144, 127, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.q7 ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.q7 ul.answer li a:after {
  color: rgba(17, 144, 127, 1)
}
/*8級*/
.mainContents .btnWrap.pastQuestionColor.q8 ul li a {
  border: 1px solid rgba(51, 155, 172, 1)
}
.mainContents .btnWrap.pastQuestionColor.q8 ul.question li a {
  background-color: rgba(51, 155, 172, 1)
}
.mainContents .btnWrap.pastQuestionColor.q8 ul.sheet li a {
  background-color: rgba(51, 155, 172, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.q8 ul.answer li a {
  background-color: rgba(51, 155, 172, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.q8 ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.q8 ul.answer li a:after {
  color: rgba(51, 155, 172, 1)
}
/*9級*/
.mainContents .btnWrap.pastQuestionColor.q9 ul li a {
  border: 1px solid rgba(67, 110, 205, 1)
}
.mainContents .btnWrap.pastQuestionColor.q9 ul.question li a {
  background-color: rgba(67, 110, 205, 1)
}
.mainContents .btnWrap.pastQuestionColor.q9 ul.sheet li a {
  background-color: rgba(67, 110, 205, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.q9 ul.answer li a {
  background-color: rgba(67, 110, 205, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.q9 ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.q9 ul.answer li a:after {
  color: rgba(67, 110, 205, 1)
}
/*10級*/
.mainContents .btnWrap.pastQuestionColor.q10 ul li a {
  border: 1px solid rgba(116, 102, 187, 1)
}
.mainContents .btnWrap.pastQuestionColor.q10 ul.question li a {
  background-color: rgba(116, 102, 187, 1)
}
.mainContents .btnWrap.pastQuestionColor.q10 ul.sheet li a {
  background-color: rgba(116, 102, 187, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.q10 ul.answer li a {
  background-color: rgba(116, 102, 187, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.q10 ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.q10 ul.answer li a:after {
  color: rgba(116, 102, 187, 1)
}
/*11級*/
.mainContents .btnWrap.pastQuestionColor.q11 ul li a {
  border: 1px solid rgba(141, 105, 167, 1)
}
.mainContents .btnWrap.pastQuestionColor.q11 ul.question li a {
  background-color: rgba(141, 105, 167, 1)
}
.mainContents .btnWrap.pastQuestionColor.q11 ul.sheet li a {
  background-color: rgba(141, 105, 167, 0.2)
}
.mainContents .btnWrap.pastQuestionColor.q11 ul.answer li a {
  background-color: rgba(141, 105, 167, 0.5)
}
.mainContents .btnWrap.pastQuestionColor.q11 ul.sheet li a:after, .mainContents .btnWrap.pastQuestionColor.q11 ul.answer li a:after {
  color: rgba(141, 105, 167, 1)
}
/*かずかたち*/
.mainContents .btnWrap.pastQuestionColor.kazukatachi ul.goldstar li a {
  border: 1px solid rgba(188, 155, 0, 1);
  background-color: rgba(188, 155, 0, 1);
  color: #fff
}
.mainContents .btnWrap.pastQuestionColor.kazukatachi ul.silverstar li a {
  border: 1px solid rgba(113, 112, 113, 1);
  background-color: rgba(113, 112, 113, 1);
  color: #fff
}
@media only screen and (max-width:800px) {
  .mainContents .support.supportPage .pastQuestions .box h4 {
    margin-bottom: 0
  }
  .mainContents .btnWrap.pastQuestionColor {
    display: block
  }
  .mainContents .btnWrap.pastQuestionColor.kazukatachi {
    display: block
  }
  .mainContents .btnWrap.pastQuestionColor.kazukatachi ul {
    margin-right: 0
  }
  .mainContents .btnWrap.pastQuestionColor ul li a {
    width: 100%;
    font-size: 1.6rem
  }
  .mainContents .btnWrap.pastQuestionColor ul li a:before {
    content: ""
  }
  .mainContents .btnWrap.pastQuestionColor ul li a:hover {
    opacity: 1
  }
}
/*---------------------------------------------
検定過去問題_SP用テーブル削除
---------------------------------------------*/
/*.mainContents .support.supportPage .pastQuestions .box table {
  display: table;
  width: 1050px
}
.mainContents .support.supportPage .pastQuestions .box table tr {
  display: table-cell;
  width: 350px
}
.mainContents .support.supportPage .pastQuestions .box table th {
  display: block;
  width: 100%;
  padding: 8px 0
}
.mainContents .support.supportPage .pastQuestions .box table td {
  display: block;
  width: 100%;
  padding: 12px 0
}
@media only screen and (min-width:801px) {
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table.sansu {
    border: 0;
    letter-spacing: -0.5em;
  }
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table.sansu tr {
    display: inline-block;
    width: 348px;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table.sansu.kazukatachi tr {
    width: 525px
  }
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table.sansu tr:last-child {
    border-right: 1px solid #ccc;
  }
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table.sansu th {
    display: block;
    width: 100%;
    letter-spacing: 0em;
    border: 0;
    border-bottom: 1px solid #ccc;
    height: 50px;
    padding: 13px
  }
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table.sansu td {
    padding: 15px 0px;
    border: 0;
    text-align: center
  }
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table.sansu.kazukatachi td {
    width: 525px
  }
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table.sansu td ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto
  }
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table.sansu td ul li.digitalbook {
    margin-right: 10px
  }
}
@media only screen and (max-width:800px) {
  .mainContents .support.supportPage .pastQuestions .box table tr {
    border-bottom: 1px solid #ccc
  }
  .mainContents .support.supportPage .pastQuestions .box table th {
    border-bottom: 0
  }
  .mainContents .support.supportPage .pastQuestions .box table td {
    display: block;
    padding: 13px 10px
  }
  .mainContents .support.supportPage .pastQuestions .box table td:last-child {
    border-bottom: 0
  }
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table tr {
    border-bottom: 1px solid #ccc;
  }
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table th {
    border-bottom: 0
  }
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table td {
    display: block;
    padding: 13px 10px
  }
  .mainContents .examination.examinationPage .summaryDetails .pastQuestions table td:last-child {
    border-bottom: 0
  }
}
*/ /*---------------------------------------------
オンライン学習教材
---------------------------------------------*/
.mainContents .support.supportPage .elearning .block figure {
  text-align: center
}
.mainContents .support.supportPage .elearning .block .studygear .btn a {
  width: 400px
}
@media only screen and (max-width:800px) {
  .mainContents .support.supportPage .elearning .block .studygear p {
    font-size: 1.8rem
  }
  .mainContents .support.supportPage .elearning .block .studygear .btn a {
    width: 90%;
    font-size: 1.6rem
  }
}
/*---------------------------------------------
新規ページコンビニプリント教材
---------------------------------------------*/
.mainContents .support.supportPage .store_print {
  width: 1050px;
  margin: 0 auto 140px
}
.mainContents .support.supportPage .store_print .block {
  margin: -50px 0 0;
  padding-top: 50px
}
.mainContents .support.supportPage .store_print .block .topFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.mainContents .support.supportPage .store_print .block .topFlex figure {
  width: 49%;
  text-align: center;
  margin-top: 30px
}
.mainContents .support.supportPage .store_print .block .topFlex figure figcaption {
  font-size: 1.4rem;
  padding-top: 5px
}
.mainContents .support.supportPage .store_print .block ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.mainContents .support.supportPage .store_print .block table {
  width: 1050px;
  table-layout: fixed;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 30px
}
.mainContents .support.supportPage .store_print .block table th, .mainContents .support.supportPage .store_print .block table td {
  display: block;
  max-width: 450px;
  min-height: 50px;
  padding: 14px 10px;
  text-align: left;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.mainContents .support.supportPage .store_print .block table th, .mainContents .support.supportPage .store_print .block table.keisan td {
  max-width: 900px
}
.mainContents .support.supportPage .store_print .block table th {
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  background: #eae6e5;
}
.mainContents .support.supportPage .store_print .block table thead td {
  background: #f7f6f4
}
.mainContents .support.supportPage .store_print .block table thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
.mainContents .support.supportPage .store_print .block table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.mainContents .support.supportPage .store_print .block table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.mainContents .support.supportPage .store_print .block table thead th {
  width: 150px
}
.mainContents .support.supportPage .store_print .block table tbody th {
  width: 450px
}
.mainContents .support.supportPage .store_print .block table.keisan tbody th {
  width: 900px
}
.mainContents .support.supportPage .store_print .block table.nigate tr td:nth-of-type(1) {
  height: 350px
}
.mainContents .support.supportPage .store_print .block table.nigate tr td:nth-of-type(3) {
  height: 184px
}
.mainContents .support.supportPage .store_print .block table.past tr td:nth-of-type(2n-1) {
  height: 180px
}
.mainContents .support.supportPage .store_print .block table.past tr td:nth-of-type(2) {
  height: 230px
}
.mainContents .support.supportPage .store_print .block table.keisan tr td:nth-of-type(1) {
  height: 440px
}
.mainContents .support.supportPage .store_print .block table.keisan tr td:nth-of-type(3) {
  height: 184px
}
@media only screen and (max-width:800px) {
  .mainContents .support.supportPage .store_print {
    width: 90%
  }
  .mainContents .support.supportPage .store_print .block {
    margin: -1px 0 0;
    padding-top: 1px
  }
  .mainContents .support.supportPage .store_print .block .topFlex {
    display: block;
  }
  .mainContents .support.supportPage .store_print .block .topFlex figure {
    width: 100%
  }
  .mainContents .support.supportPage .store_print .block {
    display: block
  }
  .mainContents .support.supportPage .store_print .block table {
    width: 100%
  }
  .mainContents .support.supportPage .store_print .block table thead {
    display: block;
    float: none
  }
  .mainContents .support.supportPage .store_print .block table tbody {
    display: block
  }
  .mainContents .support.supportPage .store_print .block table tbody tr {
    display: block
  }
  .mainContents .support.supportPage .store_print .block table th, .mainContents .support.supportPage .store_print .block table td {
    max-width: 100%;
    width: 100%
  }
  .mainContents .support.supportPage .store_print .block table.nigate tr td:nth-of-type(1) {
    height: auto
  }
  .mainContents .support.supportPage .store_print .block table.nigate tr td:nth-of-type(3) {
    height: auto
  }
  .mainContents .support.supportPage .store_print .block table.past tr td:nth-of-type(2n-1) {
    height: auto
  }
  .mainContents .support.supportPage .store_print .block table.past tr td:nth-of-type(2) {
    height: auto
  }
  .mainContents .support.supportPage .store_print .block table.keisan tr td:nth-of-type(1) {
    height: auto
  }
  .mainContents .support.supportPage .store_print .block table.keisan tr td:nth-of-type(3) {
    height: auto
  }
  .mainContents .support.supportPage .store_print .block table tr td:nth-of-type(2):before {
    content: "価格：";
  }
  .mainContents .support.supportPage .store_print .block table.past tr:nth-of-type(1) td:nth-of-type(2):before {
    content: "価格：";
    display: block
  }
  .mainContents .support.supportPage .store_print .block table tr td:nth-of-type(3):before {
    content: "対応店舗：";
    display: block
  }
  .mainContents .support.supportPage .store_print .block table thead {
    display: none
  }
}
/*---------------------------------------------
新規ページ数検LINEアカウント
---------------------------------------------*/
.mainContents .support.supportPage .linepage h3 {
  padding-bottom: 3px;
  border-bottom: 3px solid #dee6f5
}
.mainContents .support.supportPage .linepage {
  width: 1050px;
  margin: 0 auto 140px
}
.mainContents .support.supportPage .linepage .block {
  margin: -50px 0 0;
  padding-top: 50px
}
.mainContents .support.supportPage .linepage .block .lineAbout {
  margin: 27px 0 0
}
.mainContents .support.supportPage .linepage .block .lineAbout figure {
  float: right;
  margin-left: 54px
}
.mainContents .support.supportPage .linepage .block .menuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.mainContents .support.supportPage .linepage .block .menuWrap .box {
  width: 48%;
  margin: 0 4% 0 0
}
.mainContents .support.supportPage .linepage .block .menuWrap .box figure {
  float: none;
  width: 100%;
  margin: 0 0 22px
}
.mainContents .support.supportPage .linepage .block .menuWrap .box:nth-of-type(2n) {
  margin-right: 0
}
.mainContents .support.supportPage .linepage .block .menuWrap .box:last-of-type {
  margin-bottom: 0
}
@media only screen and (max-width:800px) {
  .mainContents .support.supportPage .linepage {
    width: 90%
  }
  .mainContents .support.supportPage .linepage .block {
    margin: -1px 0 0;
    padding-top: 1px
  }
  .mainContents .support.supportPage .linepage .block .lineAbout {
    margin: 30px 0 0
  }
  .mainContents .support.supportPage .linepage .block .lineAbout figure {
    float: none;
    margin: 0 0 20px
  }
  .mainContents .support.supportPage .linepage .block .menuWrap .box {
    width: 100%
  }
  .mainContents .support.supportPage .linepage .block .menuWrap .box figure {
    float: none;
    width: 75%;
    margin: 0 auto 33px
  }
}
/*---------------------------------------------
講座・講習会
---------------------------------------------*/
.mainContents .support.supportPage .workshop .block .timeTable .box a .title h3 span {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 10px
}
.mainContents .support.supportSingle h1 {
  text-align: center
}
.mainContents .support.supportSingle h1 span {
  display: block;
  font-size: 2.8rem
}
.mainContents .support.supportSingle .workshopDetails .icon .txt span {
  font-weight: bold;
}
.mainContents .support.supportSingle .workshopDetails .workshopMain {
  padding-top: 50px
}
.mainContents .support.supportSingle .workshopDetails .workshopMain figure {
  width: 100%;
  text-align: center;
  margin: 30px auto
}
.mainContents .support.supportSingle .workshopDetails .workshopMain .details {
  width: 800px;
  padding: 30px;
  background: rgba(75, 135, 221, 0.2);
  margin: 0 auto
}
@media only screen and (max-width:800px) {
  .mainContents .support.supportPage .workshop .block .timeTable .box a h4 {
    font-size: 1.6rem
  }
  .mainContents .support.supportPage .workshop .block .timeTable .box a .area {
    font-size: 1.6rem
  }
  .mainContents .support.supportPage .workshop .block .timeTable .box a .deadline {
    padding: 0;
    margin-top: 10px
  }
  .mainContents .support.supportSingle h1 {
    text-align: left
  }
  .mainContents .support.supportSingle h1 span {
    display: block;
    font-size: 2.0rem
  }
  .mainContents .support.supportSingle .workshopDetails .icon {
    display: block;
  }
  .mainContents .support.supportSingle .workshopDetails .icon .txt {
    padding-top: 10px;
    padding-left: 0;
    font-size: 1.5rem
  }
  .mainContents .support.supportSingle .workshopDetails .workshopMain figure img {
    width: 100%;
    height: auto
  }
  .mainContents .support.supportSingle .workshopDetails .workshopMain .details {
    width: 100%;
    padding: 20px
  }
}
/*---------------------------------------------
新規ヘルスチェックページ
---------------------------------------------*/
.mainContents .application .healthcheckBlock {
  width: 1050px;
  margin: 0 auto 140px
}
.mainContents .application .healthcheckBlock h3 {
  padding-bottom: 3px;
  border-bottom: 3px solid #dee6f5
}
.mainContents .application .healthcheckBlock .block {
  margin: -50px 0 0;
  padding-top: 50px
}
.mainContents .application .healthcheckBlock .noContents dl {
  border: none
}
.mainContents .application .healthcheckBlock .noContents dl dd {
  line-height: 1.75;
  padding: 20px 30px 15px 0px;
  width: 100%;
  background-color: rgba(75, 135, 221, 0.2)
}
.mainContents .application .healthcheckBlock #before .noContents dl dd {
  line-height: 1.75;
  padding: 20px 30px 15px 30px;
  width: 100%;
  background-color: #f7c0bd
}
.mainContents .application .healthcheckBlock #before .noContents dl dd h3 {
  font-size: 120%
}
.mainContents .application .healthcheckBlock .noContents .checklist {
  background-color: #fff;
  width: 930px;
  font-size: 1.8rem;
  margin: 10px auto 10px
}
.mainContents .application .healthcheckBlock .noContents .checklist tr td {
  width: 465px;
  padding: 10px 30px 10px 20px;
  border: solid 1px #ccc
}
.mainContents .application .healthcheckBlock .noContents .checklist tr td p {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.mainContents .application .healthcheckBlock .noContents .checklist tr td p span {
  padding-right: 7px
}
@media only screen and (max-width:800px) {
  .mainContents .application .healthcheckBlock {
    width: 90%
  }
  .mainContents .application .healthcheckBlock .block {
    margin: -1px 0 0;
    padding-top: 1px
  }
  .mainContents .noContents dl dt {
    background-color: rgba(75, 135, 221, 0.2)
  }
  .mainContents .noContents dl dt p {
    background-color: #fff;
  }
  .mainContents .application .healthcheckBlock .noContents dl dd {
    padding: 0 5% 18px
  }
  .mainContents .application .healthcheckBlock #before .noContents dl dd {
    padding: 18px 5%
  }
  .mainContents .application .healthcheckBlock #before .noContents dl dd h3 {
    font-size: 1.8rem
  }
  .mainContents .application .healthcheckBlock .noContents .checklist {
    width: 100%;
    font-size: 1.6rem
  }
  .mainContents .application .healthcheckBlock .noContents .checklist tr td {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .mainContents .application .healthcheckBlock .noContents .checklist tr td p {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
/*---------------------------------------------
合否と結果、インデックスのh2に飾りがついてるのを削除
---------------------------------------------*/
.mainContents .result.resultPage .resultPageWrap .box h2 {
  border-left: 0;
  padding-left: 0
}
/*---------------------------------------------
合否と結果、インデックスのh2に飾りがついてるのを削除
---------------------------------------------*/
.mainContents .result.resultPage .webResult .block .topFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0
}
.mainContents .result.resultPage .webResult .block .topFlex figure {
  width: 49%;
  text-align: center
}
.mainContents .result.resultPage .webResult .block .topFlex figure:last-of-type {
  margin: 0 0 0 auto
}
.mainContents .result.resultPage .webResult .block .topFlex figure figcaption {
  font-size: 1.4rem;
  padding-top: 5px
}
@media only screen and (max-width:800px) {
  .mainContents .result.resultPage .webResult .block .topFlex {
    display: block;
  }
  .mainContents .result.resultPage .webResult .block .topFlex figure {
    width: 100%
  }
  .mainContents .result.resultPage .webResult .block .topFlex figure:last-of-type {
    margin: 18px 0 0
  }
  .mainContents .result.resultPage .webResult .block .topFlex figure figcaption {
    padding-top: 5px
  }
}
/*---------------------------------------------
WEB合否サンプル画像配置
---------------------------------------------*/
.mainContents .result.resultPage .resultPageWrap .box h2 {
  border-left: 0;
  padding-left: 0
}
/*---------------------------------------------
模範解答
---------------------------------------------*/
.mainContents .result.resultPage h2 {
  text-align: left;
  border-left: 6px solid #4b87dd;
  color: #2f3032;
  font-size: 2.6rem;
  padding: 10px 15px
} /*h2追加*/
@media only screen and (max-width:800px) {
  .mainContents .result.resultPage h2 {
    padding: 8px 0 8px 4%
  }
}
/*---------------------------------------------
合否結果と解答　結果の通知について
---------------------------------------------*/
.mainContents .result.resultPage .resultNotice .block .tableScroll .fixed table th {
  height: 40px
}
.mainContents .result.resultPage .resultNotice .block .tableScroll .scroll table th {
  height: 40px
}
.mainContents .result.resultPage .resultPageWrap .box .btn.orange a {
  display: block;
  padding: 12px 0;
  width: 360px;
  color: #ffffff;
  background-color: #f59228;
  position: relative;
  border: 2px solid #f59228;
  border-radius: 25px;
  text-align: center;
  font-weight: normal;
}
.mainContents .result.resultPage .resultPageWrap .box .btn a.blank:after {
  content: "\e909";
  font-family: 'iconset';
  border: none;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 25px;
  bottom: 0;
  margin: 0;
}
.aboutDigital {
  border: 1px solid #e32630;
  background: #fce9ea;
  padding: 12px 18px 10px;
  margin: 0 0 30px;
}
.aboutDigital .title {
  font-size: 1.7rem;
  color: #e32630;
  font-weight: bold
}
.mainContents .result.resultPage .resultNotice .block .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 0;
}
.mainContents .result.resultPage .resultNotice .block .flexBox .box {
  width: 48%;
  margin: 0 4% 0 0;
  padding: 30px 25px;
  background: #dbe7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.mainContents .result.resultPage .resultNotice .block .flexBox .box:last-of-type {
  margin: 0
}
.mainContents .result.resultPage .resultNotice .block .flexBox .box .img {
  margin-right: 16px;
  min-width: 160px;
  padding: 20px
}
.mainContents .result.resultPage .resultNotice .block .flexBox .box .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px
}
.mainContents .result.resultPage .resultNotice .block .boxWrap.imageList .box figcaption {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 5px;
  margin-top: 16px;
}
.mainContents .result.resultPage .resultNotice .block .boxWrap.imageList .box p {
  font-size: 1.4rem;
  text-align: center
}
.mainContents .result.resultPage .resultNotice .block .tableBlock table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  line-height: 1.4;
  margin: 10px 0;
  display: table
}
.mainContents .result.resultPage .resultNotice .block .tableBlock table tr {
  display: table-cell;
  width: 33%
}
.mainContents .result.resultPage .resultNotice .block .tableBlock table th {
  background: #eae6e5;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 8px;
  display: block;
}
.mainContents .result.resultPage .resultNotice .block .tableBlock table td {
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 15px;
  text-align: left;
  display: block;
  height: 80px
}
.mainContents .result.resultPage .resultNotice .block .tableBlock table td.center {
  text-align: center;
}
.mainContents .result.resultPage .resultNotice .block .tableBlock table.h100 td {
  height: 100px
}
.mainContents .result.resultPage .resultNotice .block .tableBlock2 table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  line-height: 1.4;
  margin: 10px 0;
}
.mainContents .result.resultPage .resultNotice .block .tableBlock2 table th {
  background: #f7f6f4;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 8px;
}
.mainContents .result.resultPage .resultNotice .block .tableBlock2 table thead th, .mainContents .result.resultPage .resultNotice .block .tableBlock2 table thead td {
  background: #eae6e5;
  text-align: center;
  font-weight: bold
}
.mainContents .result.resultPage .resultNotice .block .tableBlock2 table td {
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 8px;
  width: 290px
}
.mainContents .result.resultPage .resultNotice .block .tableBlock2 table td.txtL {
  text-align: left
}
.mainContents .result.resultPage .resultNotice .block .flexBox.imgLeft figure {
  width: 400px
}
@media only screen and (max-width: 800px) {
  .mainContents .result.resultPage .resultNotice .block#aboutCertificate .box figure {
    text-align: center;
  }
  .mainContents .result.resultPage .resultNotice .block .flexBox {
    display: block;
  }
  .mainContents .result.resultPage .resultNotice .block .flexBox .box {
    width: 100%;
    margin: 0 0 10px;
    padding: 20px 5% 16px;
    display: block;
  }
  .mainContents .result.resultPage .resultNotice .block .flexBox .box .img {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center
  }
  .mainContents .result.resultPage .resultNotice .block .tableBlock table {
    font-size: 1.5rem;
    display: block
  }
  .mainContents .result.resultPage .resultNotice .block .tableBlock table tr {
    display: block;
    width: 100%;
  }
  .mainContents .result.resultPage .resultNotice .block .tableBlock table td {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 15px;
    text-align: left;
    display: block;
    height: auto
  }
  .mainContents .result.resultPage .resultNotice .block .tableBlock table.h100 td {
    height: auto
  }
  .mainContents .result.resultPage .resultNotice .block .tableScroll .scroll table {
    width: 500px;
  }
  .mainContents .result.resultPage .resultNotice .block .tableBlock2 table thead {
    display: none
  }
  .mainContents .result.resultPage .resultNotice .block .tableBlock2 table th {
    display: block;
    width: 100%;
    background-color: #eae6e5;
    font-size: 17px;
  }
  .mainContents .result.resultPage .resultNotice .block .tableBlock2 table td {
    display: block;
    width: 100%
  }
  .mainContents .result.resultPage .resultNotice .block .tableBlock2 table td.kojina:before {
    content: "＜個人受検A日程＞";
    font-weight: bold;
    display: block;
    margin: 0 auto 8px;
    text-align: center
  }
  .mainContents .result.resultPage .resultNotice .block .tableBlock2 table td.kojinb:before {
    content: "＜個人受検B日程＞";
    font-weight: bold;
    display: block;
    margin: 0 auto 8px;
    text-align: center
  }
  .mainContents .result.resultPage .resultNotice .block .tableBlock2 table td.dantai:before {
    content: "＜団体受検＞";
    font-weight: bold;
    display: block;
    margin: 0 auto 8px;
    text-align: center
  }
  .mainContents .result.resultPage .resultNotice .block .flexBox.imgLeft figure {
    width: 100%
  }
}
/*---------------------------------------------
合格証明書の申請方法
---------------------------------------------*/
.mainContents .result.resultPage .bankWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px
}
.mainContents .result.resultPage .bankWrap .japanpost p {
  background-color: rgba(245, 146, 40, 0.2);
  margin-left: 20px;
  margin-right: 20px;
  padding: 18px;
  line-height: 1.4;
  min-height: 104px
}
@media only screen and (max-width:800px) {
  .mainContents .result.resultPage .bankWrap {
    display: block
  }
  .mainContents .result.resultPage .bankWrap .japanpost p {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px
  }
}
/*---------------------------------------------
よくある質問詳細
---------------------------------------------*/
.mainContents .question.singleQuestion .singleWrap .hyoki_yure {
  display: none
}
.mainContents .question.singleQuestion .singleWrap dl dt h2 span {
  text-align: justify;
  text-justify: inter-ideograph;
}
.mainContents .question.singleQuestion .singleWrap dl dd {
  font-size: 1.8rem;
}
.mainContents .question.singleQuestion .singleWrap dl dd .txt {
  padding: 0 0 0 20px
}
.mainContents .question.singleQuestion .singleWrap dl dd .txt p {
  padding: 0 0 1em;
}
.mainContents .question.singleQuestion .singleWrap .topFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainContents .question.singleQuestion .singleWrap .topFlex figure {
  width: 49%;
  text-align: center
}
.mainContents .question.singleQuestion .singleWrap .topFlex figure:last-of-type {
  margin: 0 0 0 auto
}
.mainContents .question.singleQuestion .singleWrap .topFlex figure figcaption {
  font-size: 1.4rem;
  padding-top: 5px
}
.mainContents .question.singleQuestion .singleWrap dl dd .contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 980px;
  background: #f4f0ef;
  border: 1px solid #f59228;
  padding: 14px 50px
}
.mainContents .question.singleQuestion .singleWrap dl dd .contactBox .tel {
  font-size: 2.2rem;
  padding: 0
}
.mainContents .question.singleQuestion .singleWrap dl dd .contactBox .tel a {
  pointer-events: none;
  color: #2f3032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mainContents .question.singleQuestion .singleWrap dl dd .contactBox .tel a:before {
  content: "";
  display: inline-block;
  background: url("../images/tel.svg") no-repeat;
  width: 52px;
  height: 52px;
  margin-right: 28px
}
.mainContents .question.singleQuestion .singleWrap dl dd .contactBox .notes {
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 1.6rem
}
.mainContents .question.singleQuestion .singleWrap dl dd .destination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 980px;
  background: #f4f0ef;
  border: 1px solid #f59228;
  margin-top: 5px;
  padding: 15px;
  font-size: 1.6rem;
}
.mainContents .question.singleQuestion .singleWrap dl dd .destination p.address {
  padding-bottom: 0
}
.mainContents .question.singleQuestion .singleWrap dl dd .destination .title {
  width: 120px;
  background: #f59228;
  text-align: center;
  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;
  font-size: 1.8rem;
  color: #fff;
  margin-right: 20px;
  padding-bottom: 0
}
@media only screen and (max-width:800px) {
  .mainContents .question.singleQuestion .singleWrap dl dd {
    display: block;
  }
  .mainContents .question.singleQuestion .singleWrap dl dd .txt {
    padding-left: 0;
    padding-top: 10px;
  }
  .mainContents .question.singleQuestion .singleWrap .topFlex {
    display: block;
  }
  .mainContents .question.singleQuestion .singleWrap .topFlex figure {
    width: 100%
  }
  .mainContents .question.singleQuestion .singleWrap .topFlex figure:last-of-type {
    margin: 18px 0 0
  }
  .mainContents .question.singleQuestion .singleWrap dl dd .contactBox {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 5%
  }
  .mainContents .question.singleQuestion .singleWrap dl dd .contactBox .tel {
    font-size: 2rem;
    margin: 0 0 5px -40px
  }
  .mainContents .question.singleQuestion .singleWrap dl dd .contactBox .tel a {
    pointer-events: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .mainContents .question.singleQuestion .singleWrap dl dd .contactBox .tel a:before {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-right: 3%
  }
  .mainContents .question.singleQuestion .singleWrap dl dd .contactBox .notes {
    margin: 0;
    padding: 0;
    font-size: 1.2rem
  }
  .mainContents .question.singleQuestion .singleWrap dl dd .destination {
    display: block;
    width: 100%;
  }
  .mainContents .question.singleQuestion .singleWrap dl dd .destination .title {
    width: 90%;
    font-size: 1.6rem;
    margin: 0 auto 15px
  }
}
/*---------------------------------------------
よくある質問埋め込み改修
---------------------------------------------*/
.mainContents .question.questionArchive .breadcrumbWrap {
  position: relative;
  width: 1050px;
  margin: 0 auto
}
.mainContents .question.questionArchive .breadcrumb {
  background: none;
  font-family: sans-serif;
  width: 200px;
  position: absolute;
  z-index: 1
}
@media only screen and (max-width:800px) {
  .mainContents .question.questionArchive .breadcrumbWrap {
    width: 100%;
  }
  .mainContents .question.questionArchive .breadcrumb {
    width: 175px;
    padding-left: 3vw;
  }
}
/*---------------------------------------------
フォーム
---------------------------------------------*/
.mainContents .formBlock .formWrap .submitBtn button {
  cursor: pointer
}
.mainContents .formBlock .formWrap .mw_wp_form dl dd textarea input::placeholder {
  color: #ccc
}
.mainContents .formBlock .personalInformation .link a[target=_blank]:after { /*別窓マークを赤に*/
  color: #e7380d
}
.mainContents .formBlock .innerHead .contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #f4f0ef;
  border: 1px solid #f59228;
  padding: 14px 50px
}
.mainContents .formBlock .innerHead .contactBox .tel {
  font-size: 2.2rem;
  padding: 0
}
.mainContents .formBlock .innerHead .contactBox .tel a {
  pointer-events: none;
  color: #2f3032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mainContents .formBlock .innerHead .contactBox .tel a:before {
  content: "";
  display: inline-block;
  background: url("../images/tel.svg") no-repeat;
  width: 52px;
  height: 52px;
  margin-right: 28px
}
.mainContents .formBlock .innerHead .contactBox .notes {
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 1.6rem
}
.mainContents .formBlock .formWrap .mw_wp_form_confirm .submitBtn { /*SP時のとき送信ボタンが上になるように修正*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: 1050px;
  margin: 0 auto;
}
@media only screen and (max-width:800px) {
  .mainContents .formBlock .innerHead .contactBox {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 5%
  }
  .mainContents .formBlock .innerHead .contactBox .tel {
    font-size: 2rem;
    margin: 0 0 5px -40px
  }
  .mainContents .formBlock .innerHead .contactBox .tel a {
    pointer-events: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .mainContents .formBlock .innerHead .contactBox .tel a:before {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-right: 3%
  }
  .mainContents .formBlock .innerHead .contactBox .notes {
    margin: 0;
    padding: 0;
    font-size: 1.2rem
  }
  .mainContents .formBlock .formWrap .mw_wp_form_confirm .submitBtn { /*SP時のとき送信ボタンが上になるように修正*/
    display: block;
    width: 90%
  }
  .mainContents .formBlock .formWrap .mw_wp_form_confirm .submitBtn button.submitBox {
    margin-top: 40px
  }
  .mainContents .formBlock .formWrap .mw_wp_form_confirm .submitBtn button.returnBox {
    margin-top: 20px
  }
}
/*---------------------------------------------
利用申請フォーム　チェックリスト
---------------------------------------------*/
.mainContents .formBlock .formWrap .mw_wp_form .personalInformation.listWrap {
  border: none;
  margin-top: 0
}
.mainContents .formBlock .formWrap .mw_wp_form dl.formCautionList {
  border: none
}
.mainContents .formBlock .formWrap .mw_wp_form dl.formCautionList dd {
  width: 100%;
  background-color: #eae6e5;
  border: none;
  font-size: 1.7rem;
  margin-top: 10px;
  padding: 7px 20px 15px
}
.mainContents .formBlock .formWrap .mw_wp_form dl.formCautionList .required {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  background: #e32d26;
  width: 46px;
  text-align: center;
  margin-bottom: 1px;
  padding: 0;
  margin-right: 50px;
}
@media only screen and (max-width:800px) {
  .mainContents .formBlock .formWrap .mw_wp_form dl.formCautionList dd {
    font-size: 1.6rem;
    margin-top: 10px;
    padding: 15px 20px
  }
}
/*---------------------------------------------
検定回非表示
---------------------------------------------
.mainContents .schedule .examinationWrap .examination.personal .examinationDay .meta .day {
  display: none
}
.mainContents .schedule .examinationWrap .examination.group .mainDay .meta .day {
  display: none
}
.mainContents .schedule.schedulePage .scheduleWrap .box table.pcOnly th {
  display: none
}
@media only screen and (max-width:800px) {
  .mainContents .schedule.schedulePage .scheduleWrap .box table.spOnly thead {
    display: none
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box table.spOnly {
    margin-bottom: 15px
  }
  .mainContents .schedule.schedulePage .scheduleWrap #personal.box table.spOnly:last-of-type {
    margin-bottom: 0
  }
}*/
/*---------------------------------------------
個人受検ステータス制御
---------------------------------------------*/
.mainContents .application .howtoDetails .block.testSchedule .yeadBlock dl dd table td ul li.before a.btn {
  background: #eae6e5;
  pointer-events: none
}
.mainContents .application .howtoDetails .block.testSchedule .yeadBlock dl dd table td ul li.before a.btn:before {
  background: url(../images/arrow_down_g.svg) no-repeat;
}
.mainContents .application .howtoDetails .block.testSchedule .yeadBlock dl dd table td ul li.after a.btn {
  display: none
}
/*---------------------------------------------
PR用　お知らせデザイン
---------------------------------------------*/
.mainContents .information.infoSingle .info230324 h2 {
  text-align: left;
  border-left: 6px solid #4b87dd;
  color: #2f3032;
  padding: 10px 15px
}
.mainContents .singlePageWrap .info230324 p a.nodesign:before {
  content: none;
  background: none;
}
.mainContents .information.infoSingle .info230324 .formcatch {
  margin: 0px auto 7px;
  text-align: center
}
.mainContents .information.infoSingle .info230324 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  min-width: 600px;
  margin: 0px auto 40px
}
.mainContents .information.infoSingle .info230324 .box span {
  width: 52px;
  height: 52px;
  margin-right: 28px
}
.mainContents .information.infoSingle .info230324 .box.form {
  background-color: rgba(245, 146, 40, 0.3)
}
.mainContents .information.infoSingle .info230324 .box.form a {
  font-size: 2rem;
  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;
  text-decoration: none;
  color: #2f3032;
  font-weight: bold;
  position: relative;
  padding: 20px 0;
  width: 100%
}
.mainContents .information.infoSingle .info230324 .box.form a:before {
  content: "\e908";
  font-family: 'iconset';
  color: #fff;
  position: absolute;
  top: 70px;
  right: -55px;
  z-index: 3;
  font-size: 1.4rem
}
.mainContents .information.infoSingle .info230324 .box.form a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #f59228 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  text-decoration: none
}
.mainContents .information.infoSingle .info230324 .meritcatch {
  margin: 0px auto 7px;
  text-align: center
}
.mainContents .information.infoSingle .info230324 .flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px
}
.mainContents .information.infoSingle .info230324 .card {
  width: 330px;
  background: #b2ece0;
  padding: 20px;
  font-size: 15px;
  margin: 0
}
.mainContents .information.infoSingle .info230324 .card.type2 {
  background: #b3d4ea
}
.mainContents .information.infoSingle .info230324 .card span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #036eb8;
  font-weight: bold
}
.mainContents .information.infoSingle .info230324 .card img {
  display: block;
  margin: 0 auto
}
.mainContents .information.infoSingle .info230324 .pickup {
  background: #ffffc2;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .fixed table {
  min-width: 270px;
  margin: 0
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .fixed table th {
  background: #eae6e5;
  height: 80px;
  font-size: 17px
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .fixed table td {
  height: 52px;
  font-size: 16px;
  background: #f7f6f4;
  font-weight: bold;
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .scroll table {
  width: 780px;
  margin: 0
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .scroll table thead .direct {
  background: #b2ece0
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .scroll table thead .manager {
  background: #b3d4ea
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .scroll table th {
  height: 80px;
  background: #f7f6f4;
  font-size: 17px
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .scroll table td {
  height: 52px;
  width: 260px;
  font-size: 16px
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .scroll table td.cell2 {
  height: 104px
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .scroll table td.cell3 {
  height: 156px
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .user {
  background: #036eb8;
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff
}
.mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .user.student {
  background: #00bf97
}
.mainContents .information.infoSingle .info230324 .noteList {
  padding-left: 1em;
  text-indent: -1em;
}
.mainContents .information.infoSingle .info230324 ul.caution {
  margin-top: 7px
}
.mainContents .information.infoSingle .info230324 ul.caution li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
@media only screen and (max-width:800px) {
  .mainContents .information.infoSingle .info230324 {
    margin-bottom: 100px
  }
  .mainContents .information.infoSingle .info230324 h2 {
    margin-top: 50px
  }
  .mainContents .information.infoSingle .info230324 .box {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
  .mainContents .information.infoSingle .info230324 .box span {
    margin-right: 0;
    margin-left: 30px
  }
  .mainContents .information.infoSingle .info230324 .box.form a:before {
    content: "\e908";
    font-family: 'iconset';
    color: #fff;
    position: absolute;
    top: 80px;
    right: -55px;
    z-index: 3;
    font-size: 1.4rem
  }
  .mainContents .information.infoSingle .info230324 .formcatch img {
    width: 80%
  }
  .mainContents .information.infoSingle .info230324 .meritcatch img {
    width: 80%;
    padding-top: 20px
  }
  .mainContents .information.infoSingle .info230324 .flexWrap {
    display: block
  }
  .mainContents .information.infoSingle .info230324 .flexWrap .spmt30 {
    margin-top: 30px
  }
  .mainContents .information.infoSingle .info230324 .card {
    width: 100%
  }
  .mainContents .information.infoSingle .info230324 .card img {
    width: 100%;
    max-width: 290px
  }
  .mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .fixed table {
    min-width: 170px;
  }
  .mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
  }
  .mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .fixed table th {
    font-size: 1.5rem
  }
  .mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .fixed table td {
    font-size: 1.5rem
  }
  .mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .scroll table th {
    font-size: 1.5rem
  }
  .mainContents .information.infoSingle .info230324 .tableWrap .tableScroll .scroll table td {
    font-size: 1.5rem
  }
}
/*---------------------------------------------
汎用クラス
---------------------------------------------*/
.link {
  padding-top: 5px
}
.txtRed {
  color: #e9333d
}
.pcText {
  display: inline
}
.spText {
  display: none
}
.borderGray {
  border: 1px solid #ccc;
}
.fs14 {
  font-size: 1.4rem
}
.indent-1 {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.indent-3 {
  display: inline-block;
  padding-left: 2.7em;
  text-indent: -2.7em;
}
.ml1em {
  display: inline-block;
  margin-left: 1em;
}
.mb1em {
  margin-bottom: 1em;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pb0 {
  padding-bottom: 0 !important
}
@media only screen and (max-width:800px) {
  .spwmax {
    width: 100%;
    max-width: 100%
  }
  .pcText {
    display: none
  }
  .spText {
    display: inline
  }
}
/*---------------------------------------------
2024/02 ヘッダー固定テーブルのリファクタリング
---------------------------------------------*/
.headerFixedTableWrapper {
  overflow: auto;
}
.headerFixedTable {
  width: 100%;
  min-width: 800px;
  table-layout: fixed;
}
.headerFixedTable tr > th, .headerFixedTable tr > td {
  border: 1px solid #ccc;
  padding: 1em .5em;
  vertical-align: middle;
}
.headerFixedTable tr > th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--color-thead-bg);
}
.headerFixedTable thead tr > th {
  background-color: var(--color-thead-bg);
  font-weight: 700;
  text-align: center;
}
.headerFixedTable thead tr > th:first-child {
  background-color: #eae6e5;
}
@media only screen and (max-width: 800px) {
  .headerFixedTableWrapper {
    overflow: scroll;
  }
  .headerFixedTable {
    border-collapse: separate;
  }
  .headerFixedTable tr > th, .headerFixedTable tr > td {
    border-top: none;
    border-left: none;
  }
  .headerFixedTable thead tr > th {
    border-top: 1px solid #ccc;
  }
  .headerFixedTable tr > th:first-child {
    border-left: 1px solid #ccc;
  }
}
/*---------------------------------------------
2024/02 ヘッダー固定テーブル、検定日一覧(/schedule)ページ、日程概要
---------------------------------------------*/
.headerFixedTableWrapper {
  margin-bottom: 2em;
}
.headerFixedTableNotice {
  display: none;
}
.headerFixedTable.--schedule colgroup col:first-child {
  width: 140px;
}
.headerFixedTable.--schedule thead tr > th:first-child {
  background-color: var(--color-thead-bg);
}
.headerFixedTable.--schedule tbody tr > th:first-child {
  background-color: unset;
  text-align: center;
  width: 140px;
}
th.scheduleType.--A, th.scheduleType.--A ~ td {
  background-color: #ffffd2 !important;
}
th.scheduleType.--B {
  background-color: #fff !important;
}
span.scheduleType {
  display: inline-block;
  background-color: var(--color-scheduleB-strong);
  border-radius: 5px;
  padding: .25em 1.25em;
  color: #fff;
  font-size: 90%;
}
span.scheduleType.--A {
  background-color: var(--color-scheduleA-strong);
}
@media only screen and (max-width: 800px) {
  .headerFixedTableNotice {
    display: block;
    position: sticky;
    left: 0;
    font-size: 1.4rem;
  }
  .headerFixedTable.--schedule colgroup col:first-child {
    width: 100px;
  }
  .headerFixedTable.--schedule colgroup col:last-child {
    width: 160px;
  }
}
/*---------------------------------------------
2024/02 テーブル、検定日一覧(/schedule)ページ、検定回一覧
---------------------------------------------*/
.mainContents .schedule.schedulePage .scheduleWrap #personal_table.box.--scheduleAB table thead th {
  background-color: var(--color-thead-bg);
}
.mainContents .schedule.schedulePage .scheduleWrap #personal_table.box.--scheduleAB table tbody th {
  background-color: transparent;
}
.mainContents .schedule.schedulePage .scheduleWrap .box.--scheduleAB table tbody td.dayResult p {
  text-align: center;
}
.mainContents .schedule.schedulePage .scheduleWrap .box.--scheduleAB table tbody th.dayHeader {
  width: 200px;
  font-weight: 700;
}
.mainContents .schedule.schedulePage .scheduleWrap .box.--scheduleAB table tbody th.dayHeader span.scheduleType {
  margin-left: 1em;
}
.mainContents .schedule.schedulePage .scheduleWrap .box.--scheduleAB table tbody td.dayExamination p {
  font-weight: 700;
}
.mainContents .schedule.schedulePage .scheduleWrap .box table tbody td .week {
  background-color: #fff;
}
@media only screen and (min-width: 800.02px) {
  .mainContents .schedule.schedulePage .scheduleWrap #personal_table.box.--scheduleAB table tbody tr:nth-of-type(2n) th,
  .mainContents .schedule.schedulePage .scheduleWrap #personal_table.box.--scheduleAB table tbody tr:nth-of-type(2n) td {
    background-color:#f7f6f4;
  }
}
@media only screen and (max-width: 800px) {
  .mainContents .schedule.schedulePage .scheduleWrap #personal_table.box.--scheduleAB table tbody th {
    background-color: #e1f1fc !important;
  }
  .mainContents .schedule.schedulePage .scheduleWrap #personal_table.box.--scheduleAB table tbody th:after {
    display: none;
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box.--scheduleAB table tbody th.dayHeader {
    width: 100%;
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box.--scheduleAB table tbody td.dayExamination:before {
    content: '検定日';
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box.--scheduleAB table tbody td.dayStart:before {
    content: '受付開始日';
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box.--scheduleAB table tbody td.dayDeadline:before {
    content: '申込締切日';
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box.--scheduleAB table tbody td.dayResult:before {
    content: 'WEB合否確認日';
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box.--scheduleAB table tbody td.dayClass:before {
    content: '実施階級';
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box.--scheduleAB table tbody td.dayResult p {
    text-align: center;
  }
  .mainContents .schedule.schedulePage .scheduleWrap .box.--scheduleAB table tbody th.scheduleType.--A ~ td:before {
    background-color: #f3f2b5;
  }
}
/*---------------------------------------------
2024/02 タブリスト、個人お申し込み(/application/personal)ページ、AB日程
---------------------------------------------*/
/* tabList,tabContents共通CSS変数 */
/* .mainContents .application .howtoDetails .block .tabList, .mainContents .application .howtoDetails .block .tabContents {
  --color-scheduleA: #FBD3A9;
  --color-scheduleA-strong: #FF8649;
  --color-scheduleB: #D9F0DB;
  --color-scheduleB-strong: #42B649;
} */
/* tabList */
.mainContents .application .howtoDetails .block .tabList {
  overflow: hidden;
}
.mainContents .application .howtoDetails .block .tabList::after {
  display: none;
  background-color: black;
  bottom: 0;
}
.mainContents .application .howtoDetails .block .tabList.--scheduleAB li {
  width: 50%;
  max-width: 500px;
  border-bottom: 1px solid #999;
  position: relative;
  z-index: 1;
}
.mainContents .application .howtoDetails .block .tabList.--scheduleAB li.--scheduleA {
  background-color: var(--color-scheduleA);
}
.mainContents .application .howtoDetails .block .tabList.--scheduleAB li.--scheduleB {
  background-color: var(--color-scheduleB);
}
.mainContents .application .howtoDetails .block .tabList.--scheduleAB li.select {
  background-color: white;
  border-color: #999;
  border-bottom: none;
  z-index: 3;
}
.mainContents .application .howtoDetails .block .tabList.--scheduleAB li.select.--scheduleA {
  border-top-color: var(--color-scheduleA-strong);
}
.mainContents .application .howtoDetails .block .tabList.--scheduleAB li.select.--scheduleB {
  border-top-color: var(--color-scheduleB-strong);
}
.mainContents .application .howtoDetails .block .tabList.--scheduleAB li.select::before, .mainContents .application .howtoDetails .block .tabList.--scheduleAB li.select::after {
  display: block;
  content: '';
  width: 9999px;
  height: 1px;
  background-color: #999;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.mainContents .application .howtoDetails .block .tabList.--scheduleAB li.select::before {
  right: 100%;
}
.mainContents .application .howtoDetails .block .tabList.--scheduleAB li.select::after {
  left: 100%;
}
/* tabList内部 tabPanel */
.mainContents .application .howtoDetails .block .tabList li .tabPanel {
  display: flex;
  align-items: flex-start;
  gap: .5em;
}
.mainContents .application .howtoDetails .block .tabList li .tabPanel .Head .Icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background-color: white;
}
.mainContents .application .howtoDetails .block .tabList li.select.--scheduleA .tabPanel .Head .Icon {
  background-color: var(--color-scheduleA);
}
.mainContents .application .howtoDetails .block .tabList li.select.--scheduleB .tabPanel .Head .Icon {
  background-color: var(--color-scheduleB);
}
.mainContents .application .howtoDetails .block .tabList li .tabPanel .Head .Icon::before {
  display: inline;
  font-weight: 900;
  font-size: 26px;
  color: #999999;
}
.mainContents .application .howtoDetails .block .tabList li.--scheduleA .tabPanel .Head .Icon::before {
  content: 'A';
}
.mainContents .application .howtoDetails .block .tabList li.select.--scheduleA .tabPanel .Head .Icon::before {
  color: var(--color-scheduleA-strong);
}
.mainContents .application .howtoDetails .block .tabList li.--scheduleB .tabPanel .Head .Icon::before {
  content: 'B';
}
.mainContents .application .howtoDetails .block .tabList li.select.--scheduleB .tabPanel .Head .Icon::before {
  color: var(--color-scheduleB-strong);
}
.mainContents .application .howtoDetails .block .tabList li .tabPanel .Head .Icon > i {
  display: none;
}
.mainContents .application .howtoDetails .block .tabList li .tabPanel .Body .Title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 45px;
  font-weight: 700;
}
.mainContents .application .howtoDetails .block .tabList li .tabPanel .Body .Title > span {
  font: inherit;
}
.mainContents .application .howtoDetails .block .tabList li .tabPanel .Body .Subtitle {
  text-align: left;
  font-size: 16px;
}
.mainContents .application .howtoDetails .block .tabList li .tabPanel .Body .Subtitle > span::before {
  display: inline;
  content: attr(data-text-pc);
}
.mainContents .application .scheduleNext {
  display: block;
  font-weight: bold;
  text-align: center;
}
.mainContents .application .scheduleNext span.Week {
  font-size: 1.3rem;
  border: 1px solid #2f3032;
  border-radius: 3px;
  padding: 0 2px;
  position: relative;
  top: -1px;
  margin-left: 2px;
  background-color: #fff;
}
.mainContents .application .scheduleNext span.Week.week0 {
  border-color: #e32d26;
  color: #e32d26;
}
.mainContents .application .scheduleNext span.Week.week6 {
  border-color: #4b87dd;
  color: #4b87dd;
}
.mainContents .application .scheduleNext .Notice {
  display: block;
}
.mainContents .application .howtoDetails .availableSchedule .Heading {
  width: 100%;
  background-color: var(--color-thead-bg);
  border: 1px solid #CCCCCC;
  padding: 8px 32px;
}
.mainContents .application .howtoDetails .availableSchedule .List {
  width: 100%;
  margin-bottom: 20px;
  border-left: 1px solid #CCCCCC;
  display: flex;
  flex-wrap: wrap;
}
.mainContents .application .howtoDetails .availableSchedule .List > li.availableItem {
  box-sizing: border-box;
  width: 25%;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 8px 0;
  text-align: center;
}
.mainContents .application .howtoDetails .availableSchedule .List > li.availableItem .Day {
  margin-left: 6px;
}
@media only screen and (max-width: 800px) {
  .mainContents .application .howtoDetails .block .tabList li .tabPanel {
    flex-direction: column;
    align-items: center;
  }
  .mainContents .application .howtoDetails .block .tabList li .tabPanel .Head {
    display: none;
  }
  .mainContents .application .howtoDetails .block .tabList li .tabPanel .Body {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .mainContents .application .howtoDetails .block .tabList li .tabPanel .Body .Title {
    width: 8em;
    height: auto;
    margin-top: 8px;
    font-size: 20px;
    flex-direction: column;
    row-gap: 8px;
  }
  .mainContents .application .howtoDetails .block .tabList li .tabPanel .Body .Title > span {
    display: block;
  }
  .mainContents .application .howtoDetails .block .tabList li .tabPanel .Body .Subtitle > span::before {
    content: attr(data-text-sp);
    font-size: 12px;
  }
  .mainContents .application .howtoDetails .availableSchedule .List > li.availableItem {
    width: 100%;
  }
  .mainContents .application .howtoDetails .availableSchedule .List > li.availableItem[aria-hidden=true] {
    display: none;
  }
}
/* tabContents triggerDl関係 */
.mainContents .application .howtoDetails .block .tabContents .block.internet {
  --color-schedule: var(--color-scheduleA);
  --color-schedule-strong: var(--color-scheduleA-strong);
}
.mainContents .application .howtoDetails .block .tabContents .block.line {
  --color-schedule: var(--color-scheduleB);
  --color-schedule-strong: var(--color-scheduleB-strong);
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl {
  position: relative;
  margin-bottom: 100px !important;
  border: 2px solid var(--color-schedule);
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl .triggerDt, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl .triggerDt {
  background: #f4f0ef;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  pointer-events: none
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt {
  flex-direction: column;
  position: unset; /* OutsideTriggerのabsoluteを2階層先の親のdl要素に紐付けるため、1階層目の親のdt要素のpositionをunsetする */
  background-color: var(--color-schedule);
  padding: 0;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .OutsideTrigger, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .OutsideTrigger {
  position: absolute;
  top: 100%;
  background-color: var(--color-schedule);
  padding: .5em 2em;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  align-items: center;
  gap: .5em;
  transform: all .3s ease;
  font-size: 16px;
  pointer-events: auto
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .OutsideTrigger .Toggler, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .OutsideTrigger .Toggler {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--color-schedule-strong);
  border-radius: 30px;
  position: relative;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .OutsideTrigger .Toggler::before, .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .OutsideTrigger .Toggler::after, .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .OutsideTrigger .Toggler::before, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .OutsideTrigger .Toggler::after {
  display: block;
  content: '';
  width: 16px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .OutsideTrigger .Toggler::after, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .OutsideTrigger .Toggler::after {
  transform: rotate(90deg);
  transition: all .3s ease;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt.active .OutsideTrigger .Toggler::after, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt.active .OutsideTrigger .Toggler::after {
  transform: rotate(0);
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .OutsideTrigger .Text::before, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .OutsideTrigger .Text::before {
  display: inline;
  content: 'くわしく見る';
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt.active .OutsideTrigger .Text::before, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt.active .OutsideTrigger .Text::before {
  content: '閉じる';
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsWrapper, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsWrapper {
  width: 100%;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsHeader, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5em;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsHeader .H4, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsHeader .H4 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: .5em;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsHeader .H4 .Title, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsHeader .H4 .Title {
  flex: 1;
  font-weight: 700;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsHeader .IconWrapper, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsHeader .IconWrapper {
  background-color: white;
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsHeader .IconWrapper i, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsHeader .IconWrapper i {
  margin-right: 0;
  color: var(--color-schedule-strong);
  font-size: 24px;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsHeader .Type, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsHeader .Type {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-schedule-strong);
  padding: .25em 1em;
  color: white;
  font-size: 16px;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody {
  background-color: white;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point {
  width: 100%;
  background-color: #FAF9BE;
  padding: .5em;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point.--white, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point.--white {
  background-color: white;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point > span:first-child, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point > span:first-child {
  display: inline-block;
  margin-right: .5em;
  padding: 1em 1.25em 1em .75em;
  position: relative;
  font-weight: 700;
  font-size: 13px;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point > span:first-child::before, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point > span:first-child::before {
  display: block;
  content: '';
  width: 80%;
  height: 1px;
  background-color: black;
  transform: rotate(10deg);
  transform-origin: top left;
  position: absolute;
  top: .5em;
  left: 0;
  right: 0;
  margin: auto;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point > span:first-child::after, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point > span:first-child::after {
  display: block;
  content: '';
  width: 80%;
  height: 1px;
  background-color: black;
  transform: rotate(-10deg);
  transform-origin: top left;
  position: absolute;
  bottom: .5em;
  left: 0;
  right: 0;
  margin: auto;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point > span.spOnly, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point > span.spOnly {
  display: none;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column {
  display: flex;
  position: relative;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .Start, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .Start {
  width: 50%;
  padding: 1em 2em;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .Divider, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .Divider {
  display: block;
  width: 1px;
  height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #CCCCCC;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .End, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .End {
  width: 50%;
  padding: 1em 1.5em;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .ButtonList, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .ButtonList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
  padding-bottom: 1em;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .ButtonList .Item, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .ButtonList .Item {
  width: 30%;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .payment, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: 2px solid #DBE7F8;
  height: 65px;
  margin-bottom: 20px;
  padding: 10px !important
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .payment p, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .payment p {
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.25
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .payment p, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .payment p {
  font-size: 1.5rem
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .read, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .read {
  font-size: 1.5rem;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button,
.mainContents .application .pageLinkBlock .Button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 160px;
  width: 100%;
  padding: 1em;
  border: 6px solid white;
  border-radius: 100px;
  box-shadow: 0px 2px 1px #ccc, 1px 1px 1px #ccc, -1px 1px 1px #ccc;
  color: white;
  font-size: 20px;
  text-decoration: none !important;
  pointer-events: auto
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button span.Text,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button span.Text,
.mainContents .application .pageLinkBlock .Button span.Text {
  display: block;
  text-align: center;
  font: inherit;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button span.Text > span,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button span.Text > span,
.mainContents .application .pageLinkBlock .Button span.Text > span {
  display: block;
  font: inherit;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button::before,
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button::after,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button::before,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button::after,
.mainContents .application .pageLinkBlock .Button::before,
.mainContents .application .pageLinkBlock .Button::after {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button::after,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button::after,
.mainContents .application .pageLinkBlock .Button::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18.935" height="18.936" viewBox="0 0 18.935 18.936"><g transform="translate(-1115.708 -1922.494)"><path d="M1134.643,1922.494l-6.888.765,2.225,2.225-5.641,5.641,1.673,1.673,5.641-5.641,2.224,2.225Z" fill="%23fff"/><path d="M1132.276,1932.415v6.648h-14.2v-14.2h7.1v-2.367h-9.468v18.935h18.935v-9.015Z" fill="%23fff"/></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button.--small,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button.--small,
.mainContents .application .pageLinkBlock .Button.--small {
  padding: .5em 1em;
  font-size: 17px;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button.--orange,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button.--orange,
.mainContents .application .pageLinkBlock .Button.--orange {
  background-color: #F15A24;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button.--blue,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button.--blue,
.mainContents .application .pageLinkBlock .Button.--blue {
  background-color: #0091DA
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button.--green,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button.--green,
.mainContents .application .pageLinkBlock .Button.--green {
  background-color: #00A283;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button.--pink,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button.--pink,
.mainContents .application .pageLinkBlock .Button.--pink {
  background-color: #FF5792;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button.--pink,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button.--pink,
.mainContents .application .pageLinkBlock .Button.--lightOrange {
  background-color: #f28c2c;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button.--pink,
.mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button.--pink,
.mainContents .application .pageLinkBlock .Button.--goldenYellow {
  background-color: #f2b42b;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDd, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDd {
  padding: 1em;
}
.mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDd .box, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDd .box {
  padding: 1em;
}
.mainContents .application .pageLinkBlock .btnWrap {
  padding: 0 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2em;
}
@media only screen and (max-width: 800px) {
  .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB {
    margin-top: 0;
    padding-top: 0;
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsHeader .Type, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsHeader .Type {
    display: none;
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Point {
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column {
    flex-direction: column-reverse;
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .Start, .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .End, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .Start, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .End {
    width: 100%;
    padding: 16px;
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .Divider, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .Divider {
    display: none;
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .ButtonList, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .ButtonList {
    flex-direction: column;
    padding: 1em;
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .ButtonList .Item, .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .ContentsBody .Column .ButtonList .Item {
    width: 100%;
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button,
  .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button,
  .mainContents .application .pageLinkBlock .Button {
    display: flex;
    max-width: 17em;
    font-size: 17px;
    margin-right: auto;
    margin-left: auto;
    min-width: 100%
  }
  .mainContents .application .howtoDetails .block .tabContents .block.internet .triggerDl.--scheduleAB .triggerDt .Button.--small,
  .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDt .Button.--small,
  .mainContents .application .pageLinkBlock .Button.--small {
    font-size: 16px;
  }
  .mainContents .application .pageLinkBlock .btnWrap {
    padding: 0;
    grid-template-columns: 1fr;
  }
  .mainContents .application .howtoDetails .block .tabContents .block.line .triggerDl.--scheduleAB .triggerDd .box {
    padding: 0;
  }
}
.footer {
  padding: 0;
}
.footer .sitemapAccordion {
  width: 100%;
}
.footer .sitemapTitlePc {
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4b87dd;
  padding: 10px 0 20px;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.footer .sitemapTitlePc .trigger {
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 50%;
  background: #4b87dd;
  margin-left: 10px;
}
.footer .sitemapTitlePc .trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  z-index: 2;
  background-color: #fff;
}
.footer .sitemapTitlePc .trigger span:first-of-type {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.footer .sitemapTitlePc.active .trigger span:first-of-type {
  display: none;
}
.footer .sitemapTitlePc .trigger span:last-of-type {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer .sitemapTitlePc.active .trigger span:last-of-type {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer .sitemapWrap {
  border-bottom: 1px solid #ccc;
}
.footer .sitemapWrap .topNav {
  padding-top: 40px;
}
.footer .serviceNav {
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 40px;
}
.footer .serviceNav .serviceNavInner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.footer .serviceNav .title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}
.footer .serviceNav .serviceList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .serviceNav .serviceList li {
  width: 48.5%;
}
.footer .serviceNav .serviceList li a {
  display: flex;
  width: 100%;
  height: 160px;
  padding: 18px;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.footer .serviceNav .serviceList li a.bizmath {
  background-color: #13949A;
}
.footer .serviceNav .serviceList li a.mathds {
  background-color: #152042;
}
.footer .serviceNav .serviceList li a .heading {
  font-size: 15px;
  text-align: center;
}
.footer .serviceNav .serviceList li a .heading span {
  display: inline-block;
}
.footer .serviceNav .serviceList li a .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  --button-size: 30px;
}
.footer .serviceNav .serviceList li a .content::before {
  display: block;
  content: '';
  width: var(--button-size);
  height: var(--button-size);
}
.footer .serviceNav .serviceList li a .content .service {
  font-size: var(--button-size);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.footer .serviceNav .serviceList li a .content .button {
  width: var(--button-size);
  height: var(--button-size);
  border: 1px solid #fff;
  border-radius: var(--button-size);
  display: grid;
  place-content: center;
}
.footer .serviceNav .serviceList li a .content .button::before {
  display: block;
  content: '';
  width: var(--button-size);
  height: var(--button-size);
  background-color: #fff;
  clip-path: path("M 22.5625 8.125 L 17.5602 8.675 L 19.1759 10.2906 L 15.0797 14.3867 L 16.2952 15.6023 L 20.3914 11.5061 L 22.007 13.1217 Z M 20.8438 15.33 V 20.1576 H 10.5313 V 9.8451 H 15.6875 V 8.1264 H 8.8125 V 21.8764 H 22.5625 V 15.33 Z");
}
.footer .serviceNav .serviceList li a::after {
  display: block;
  content: '';
  width: 100%;
  height: 16px;
}
.footer .footTop .footTopColumn {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footTop .footTopLeft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .footTop .footTopRight .sns {
  display: flex;
  gap: 1rem;
}
.footer .footTop .footTopRight .sns li {
  width: 32px;
  height: 32px;
}
.footer .footTop .footTopRight .sns li img {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .footer .serviceNav {
    margin-bottom: 0;
  }
  .footer .serviceNav .title {
    font-size: 18px;
  }
  .footer .serviceNav .serviceList {
    width: 90%;
    margin: auto;
    gap: 8px;
  }
  .footer .serviceNav .serviceList li {
    width: 100%;
  }
  .footer .serviceNav .serviceList li a {
    height: 220px;
    position: relative;
  }
  .footer .serviceNav .serviceList li a .heading {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .footer .serviceNav .serviceList li a .content {
    height: 100%;
    flex-direction: column;
  }
  .footer .serviceNav .serviceList li a .content .service {
    font-size: 28px;
  }
  .footer .serviceNav .serviceList li a::after {
    display: none;
  }
  .footer .footTop .footTopColumn {
    display: block;
  }
  .footer .footTop .footTopLeft {
    display: block;
  }
  .footer .footTop .footTopRight {
    display: none;
  }
}
.mainContents .feature.featurePage .gradebook .block .point .flex {
  display: flex;
  justify-content: space-between;
  column-gap: 1%;
  row-gap: 2rem;
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .mainContents .feature.featurePage .gradebook .block .point .flex {
    flex-wrap: wrap;
  }
  .mainContents .feature.featurePage .gradebook .block .point .flex > * {
    width: 48%;
  }
}
.mainContents .materialGet {
  padding-top: 40px;
  padding-bottom: 120px;
}
.mainContents .materialGet .images {
  display: flex;
  justify-content: center;
  gap: 31.5px;
  padding-bottom: 60px;
}
.mainContents .materialGet .images img {
  border: 1px solid #ccc;
}
.mainContents .materialGet .btn {}
.mainContents .materialGet .btn a {
  display: block;
  text-align: center;
  background: #4b87dd;
  width: 300px;
  margin: 0 auto;
  border-radius: 25px;
  padding: 12px 0;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mainContents .materialGet .btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  position: absolute;
  right: 15px;
}
@media only screen and (max-width: 800px) {
  .mainContents .materialGet .images {
    flex-direction: column;
  }
}