@charset "UTF-8";
/* ホバー */
a {
  color: #0088cc;
}
a:hover {
  color: #40a2f2;
}
a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

/* 横並びリスト */
.inline-block,
#judge-modal .judge-section .question-text .icon,
#judge-modal .judge-section .question-text .text,
#judge-modal .judge-section .btns li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*==============================

  診断コンテンツ

==============================*/

/* 診断コンテンツ */
#judge-modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
}
/* 診断コンテンツ 黒背景 */
#judge-modal .modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* 診断コンテンツ 各コンテンツ（質問 結果） */
#judge-modal .judge-section {
  position: absolute;
  max-width: 748px;
  width: 100%;
  border-radius: 6px;
  border: 6px solid #0070cb;
  left: 50%;
  margin-left: -410px;
  background: #fff;
  box-shadow: 4px 6.8px 8px rgba(0, 0, 0, 0.25);
  display: none;
  padding: 40px;
}
/* 診断コンテンツ 各コンテンツ（質問 結果） 閉じるボタン */
#judge-modal .judge-section .close {
  position: absolute;
  right: -17px;
  top: -17px;
  cursor: pointer;
}
/* 診断コンテンツ 各コンテンツ（質問 結果） 戻るボタン */
#judge-modal .judge-section .back-btn {
  cursor: pointer;
  margin-left: 30px;
  margin-top: 32px;
  float: left;
}
#judge-modal .judge-section .back-btn a {
  color: #0070CB;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
/* 診断コンテンツ 各コンテンツ（質問 結果） もう一度診断するボタン */
#judge-modal .judge-section .retry {
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 20px;
  float: right;
  text-align: right;
}
#judge-modal .judge-section .retry a {
  text-decoration: none;
  padding-left: 15px;
  background: url(/check/_assets16/pc/img/arrow-right.png) no-repeat left center;
}
/* 診断コンテンツ 各コンテンツ（質問 結果） 質問内容 */
#judge-modal .judge-section .question-text {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
/* 診断コンテンツ 各コンテンツ（質問） 質問内容 アイコン */
#judge-modal .judge-section .question-text .icon {
  color: #0070CB;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* 診断コンテンツ 各コンテンツ（質問 結果） 質問内容 アイコン
   診断コンテンツ 各コンテンツ（質問 結果） 質問内容 テキスト */
#judge-modal .judge-section .question-text .icon,
#judge-modal .judge-section .question-text .text {
  vertical-align: bottom;
}
/* 診断コンテンツ 各コンテンツ（質問 結果） ボタン */
#judge-modal .judge-section .btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: left;
}
#judge-modal .judge-section .btns-3col{
  justify-content: space-between;
}
#judge-modal .judge-section .btns li{
  width: calc(50% - 16px);
  text-align: center;
}
#judge-modal .judge-section .btns-3col li {
  width: calc(100% / 3 - 16px);
}
#judge-modal .judge-section .btns li a {
  display: block;
  background: #0070cb;
  -webkit-background-size: 13px auto;
          background-size: 13px auto;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1.6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1.6px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  border-radius: 46px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN";
  position: relative;
}
#judge-modal .judge-section .btns li a::after{
  content: '>';
  color: #FFF;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 14px;
  width: 8px;
  height: 23px;
}
#judge-modal .judge-section .btns-3col li a{
  padding: 8px 24px;
}
#judge-modal .judge-section .btns li a:hover{
  opacity: 0.7;
}
#judge-modal .judge-section .btns li a .next-btn-min-txt{
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  display: block;
  text-align: center;
}

/* 診断コンテンツ 各コンテンツ（質問 結果） ボタン下オファー */
.judge-section .m-remarklist {
	display: block;
	width: 700px;
	margin: 0 auto;
}

/*==============================

  診断コンテンツ 各コンテンツ

==============================*/

/* 各コンテンツ（タイトル画面）
   各コンテンツ（質問） */
#judge-modal .judge-section.top,
#judge-modal .judge-section .question {
  text-align: center;
}

/*========== 各コンテンツ（タイトル画面） ==========*/
/* 各コンテンツ（タイトル画面） */
#judge-modal .judge-section.current {
  display: block;
}
/* 各コンテンツ（タイトル画面） タイトル */
#judge-modal .judge-section .shindan-title {
  color: #000;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 32px;
}
#judge-modal .judge-section .shindan-title-min{
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  display: block;
}
#judge-modal .judge-section .shindan-title--blue{
  color: #0070CB;
  font-size: 26px;
}
/* 各コンテンツ（タイトル画面） リード文 */
#judge-modal .judge-section .shindan-lead {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
}
/* #judge-modal .top {
	padding-bottom: 20px;
} */

/*========== 各コンテンツ（質問） ==========*/
/* 各コンテンツ（質問） 回答ボタン */
#judge-modal .judge-section.question .question-img{
  margin-bottom: 32px;
  width: 100%;
}

/*========== 各コンテンツ（結果） ==========*/
/* 各コンテンツ（結果） */
#judge-modal .judge-section.result {
  width: 950px;
  max-width: 950px;
  margin-left: -480px;
  margin-bottom: 30px;
  top: 30px;
  padding: 0;
}
#judge-modal .judge-section.result .back-btn{
  margin-bottom: 20px;
  margin-top: 0;
}
/* 各コンテンツ（結果） タイトル */
#judge-modal .judge-section.result .result-title {
  text-align: left;
  padding-top: 15px;
  margin-bottom: 29px;
}
/* 各コンテンツ（結果） スタイルの詳細orコースの詳細 */
#judge-modal .judge-section.result .detail-link {
  position: absolute;
  top: 45px;
  right: 30px;
}
#judge-modal .judge-section.result .detail-link a {
  background: url(/check/_assets16/pc/img/arrow-right.png) left center no-repeat;
  padding-left: 15px;
  text-decoration: none;
}

/* 各コンテンツ（結果） スタンダード
   各コンテンツ（結果） ハイレベル
   各コンテンツ（結果） オリジナル
   各コンテンツ（結果） ハイブリッド
   各コンテンツ（結果） 受験総合コース
   各コンテンツ（結果） 難関コース
   各コンテンツ（結果） 最難関コース
   各コンテンツ（結果） ハイレベルバナー
 */

#judge-modal .judge-section.result .standard,
#judge-modal .judge-section.result .high,
#judge-modal .judge-section.result .high1,
#judge-modal .judge-section.result .high2,
#judge-modal .judge-section.result .original,
#judge-modal .judge-section.result .touch,
#judge-modal .judge-section.result .hybrid,
#judge-modal .judge-section.result .general,
#judge-modal .judge-section.result .advanced,
#judge-modal .judge-section.result .most-advanced,
#judge-modal .judge-section.result .touch-banner,
#judge-modal .judge-section.result .hybrid-banner {
  display: none;
}
/* 各コンテンツ（結果） 各要素 */
#judge-modal .judge-section.result .col {
  width: 270px;
  padding-right: 22px;
  padding-left: 18px;
  background: url(/check/_assets16/pc/img/dot.png) repeat-y right top;
  float: left;
}
/* 各コンテンツ（結果） 各要素（HB 2col） */
#judge-modal .judge-section.result .cols--2 {
  padding-right: 15px;
  padding-left: 15px;
}
/* 各コンテンツ（結果） 各要素（HB 2col） */
#judge-modal .judge-section.result .cols--2 .col {
  width: 460px;
  padding-right: 85px;
  padding-left: 100px;
  box-sizing: border-box;
  background: url(/check/_assets16/pc/img/dot.png) repeat-y right top;
  float: left;
}
/* 各コンテンツ（結果） 各要素（算数） */
#judge-modal .judge-section.result .col.math {
  padding-left: 30px;
}
/* 各コンテンツ（結果） 各要素（オリジナル） */
#judge-modal .judge-section.result .col.style {
  padding-right: 0;
  background: none;
}
/* 各コンテンツ（結果） 各要素（ハイブリッド） */
#judge-modal .judge-section.result .cols--2 .col.style {
  padding-left: 85px;
  padding-right: 100px;
  background: none;
}
/* 各コンテンツ（結果） 各要素 h2 */
#judge-modal .judge-section.result .col h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  position: relative;
  margin-bottom: 25px;
}
/* 各コンテンツ（結果） 各要素 h2 img */
#judge-modal .judge-section.result .col h2 img {
  position: absolute;
  right: 0;
  top: 0;
}
/* 各コンテンツ（結果） 各要素 p */
#judge-modal .judge-section.result .col p {
  font-size: 14px;
  line-height: 20px;
}
/* 各コンテンツ（結果） 各要素 p（リード文） */
#judge-modal .judge-section.result .col .desc {
  margin-bottom: 15px;
}
/* 各コンテンツ（結果） 各要素 グラフ p */
#judge-modal .judge-section.result .col .graph p {
  width: 100%;
  float: left;
  margin-top: 20px;
}
/* 各コンテンツ（結果） 各要素 グラフ img */
#judge-modal .judge-section.result .col .graph img {
  float: right;
}
/* 各コンテンツ（結果） 各要素 スタンダード グラフ */
#judge-modal .judge-section.result .col .standard .graph {
  color: #3caa91;
}
/* 各コンテンツ（結果） 各要素 ハイレベル グラフ */
#judge-modal .judge-section.result .col .high .graph,
#judge-modal .judge-section.result .col .high1 .graph,
#judge-modal .judge-section.result .col .high2 .graph {
  color: #6a9ad4;
}

#judge-modal .judge-section.result .col .general .graph {
  color: #39a991;
}

#judge-modal .judge-section.result .col .advanced .graph {
  color: #6c9bd1;
}

#judge-modal .judge-section.result .col .most-advanced .graph {
  color: #5c6cad;
}
/* 各コンテンツ（結果） ハイレベルバナー */
#judge-modal .judge-section.result .hybrid-banner {
  width: 750px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
}
/* 各コンテンツ（結果） ハイレベルバナー 注釈 */
#judge-modal .judge-section.result .hybrid-banner .note {
  font-size: 12px;
  padding-top: 5px;
  color: #808080;
}
/* 各コンテンツ（結果） タッチ */
#judge-modal .judge-section.result .touch-banner {
  padding-top: 10px;
  text-align: center;
}
/* 各コンテンツ（結果） タッチ */
#judge-modal .judge-section.result .touch-banner .acc-area {
  /*width: 828px;*/
  width: 748px;
  margin: 0 auto;
  text-align: left;
}
/* 各コンテンツ（結果） タッチ 注釈 */
#judge-modal .judge-section.result .touch-banner .m-acc-btn--def {
  margin-bottom: 0;
  margin-top: 5px;
}
/* 各コンテンツ（結果） 受講費＆お申し込み */
#judge-modal .judge-section.result .result-cv {
  background: #fff6cc;
  padding: 0 30px;
  margin: 25px 0 15px;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 */
#judge-modal .judge-section.result .result-cv .col-price {
  width: 345px;
  padding: 20px 55px 0 0;
  float: left;
  background: url(/check/_assets16/pc/img/price-bg.png) right center repeat-y;
  min-height: 160px;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 h2 */
#judge-modal .judge-section.result .result-cv .col-price h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 セレクト */
#judge-modal .judge-section.result .result-cv .col-price .payment-select {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  float: left;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 セレクト ドロップメニュー */
#judge-modal .judge-section.result .result-cv .col-price .payment-select .payment-dropdown {
  border: 1px solid #0070cb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  background: #fff;
  cursor: pointer;
  width: 225px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  float: left;
  margin-right: 4px;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 セレクト ドロップメニュー 矢印 */
#judge-modal .judge-section.result .result-cv .col-price .payment-select .arrow {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  background: #0070cb url(/check/_assets16/pc/img/arrow-down.png) no-repeat center;
  border-radius: 0 4px 4px 0;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 セレクト ドロップメニュー リスト */
#judge-modal .judge-section.result .result-cv .col-price .payment-select li {
  font-size: 13px;
  padding: 0 5px;
  display: none;
  cursor: pointer;
}
#judge-modal .judge-section.result .result-cv .col-price .payment-select li.on {
  display: block;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 セレクト表示状態 */
#judge-modal .judge-section.result .result-cv .col-price .payment-select.unfold {
  padding-left: 231px;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 セレクト表示状態 ドロップメニュー */
#judge-modal .judge-section.result .result-cv .col-price .payment-select.unfold .payment-dropdown {
  position: absolute;
  top: 0;
  left: 0;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 セレクト表示状態 リスト */
#judge-modal .judge-section.result .result-cv .col-price .payment-select.unfold li {
  display: block;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 セレクト表示状態 リスト ホバー */
#judge-modal .judge-section.result .result-cv .col-price .payment-select.unfold li:hover {
  background: #eee;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 金額 */
#judge-modal .judge-section.result .result-cv .col-price .price-list {
  clear: both;
  background: #fff;
  border-radius: 5px;
  padding: 12px 20px 9px;
  line-height: 28px;
  margin-bottom: 10px;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 金額 dt */
#judge-modal .judge-section.result .result-cv .col-price .price-list dt {
  width: 120px;
  float: left;
  clear: both;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 金額 dd */
#judge-modal .judge-section.result .result-cv .col-price .price-list dd {
  text-align: right;
  color: #ff0000;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 金額 dd span */
#judge-modal .judge-section.result .result-cv .col-price .price-list dd span {
  font-size: 20px;
  margin-right: 5px;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 金額 dd span 数字 */
#judge-modal .judge-section.result .result-cv .col-price .price-list dd span.large {
  font-size: 28px;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 受講費 金額 受講費詳細 */
#judge-modal .judge-section.result .result-cv .col-price .price-detail {
  margin-bottom: 10px;
}
#judge-modal .judge-section.result .result-cv .col-price .price-detail a {
  background: url(/check/_assets16/pc/img/arrow-right.png) no-repeat left center;
  padding-left: 15px;
  text-decoration: none;
}
/* 各コンテンツ（結果） 受講費＆お申し込み お申し込み */
#judge-modal .judge-section.result .result-cv .col-apply {
  width: 460px;
  float: left;
  padding: 30px 0 0 30px;
  text-align: center;
}
/* 各コンテンツ（結果） 受講費＆お申し込み お申し込み h2 */
#judge-modal .judge-section.result .result-cv .col-apply h2 {
  font-size: 18px;
  font-weight: normal;
}
/* 各コンテンツ（結果） 受講費＆お申し込み お申し込み 注釈 */
#judge-modal .judge-section.result .result-cv .col-apply .note {
  font-size: 12px;
  color: #808080;
  margin-bottom: 15px;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 各コース */
#judge-modal .judge-section.section-3-r .cols {
  padding: 0 30px;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 各コース */
#judge-modal .judge-section.section-3-r .col {
  padding-left: 87.5px;
}
/* 各コンテンツ（結果） 受講費＆お申し込み 各コース */
#judge-modal .judge-section.section-3-r .col.course {
  padding-right: 87.5px;
}

/* 各コンテンツ（結果） 受講費＆お申し込み 各コース */
/*#judge-modal .judge-section.section-2-r .cols {
  padding: 0 30px;
}*/
/* 各コンテンツ（結果） 受講費＆お申し込み 各コース */
/*#judge-modal .judge-section.section-2-r .col {
  padding-left: 87.5px;
}*/
/* 各コンテンツ（結果） 受講費＆お申し込み 各コース */
/*#judge-modal .judge-section.section-2-r .col.course {
  padding-right: 87.5px;
}*/

#wrapsite {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 960px;
}

/* 20161201追加 */
.branch_touch{
    margin-bottom: 10px;
}

.branch{
    position: absolute;
    top: 395px;
    left: 0%;
    margin-top: 53px;
    width: 100% !important;
}
.branch_link{
    color: white;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* 20170220 */
.lead {
  border: solid 1px #0070cb;
  font-size: 18px;
  color: #0070cb;
  padding: 10px 25px;
  position: absolute;
  top: 20px;
  left: 30px;
}

/* 20190305_春の1ヵ月CPバナー */
.judge-section .r-cp_parts_1cp {
	width: 890px;
    margin: 10px auto 0;
}
.judge-section .r-cp_parts_1cp__ofr ,.judge-section .r-cp_parts_1cp__ofr .m-unit__box {
	width: 890px;
    margin: 0 auto;
	padding-bottom: 0;
}
.judge-section .m-box {
	width:100%;
}
.judge-section .r-cp_parts_1cp__main {
    background: none;
}
.judge-section .r-cp_parts_1cp__ofr .ofr_txt {
	padding: 0 20px 20px;
}

/* 20190410_新CVエリア */
.shindan_cv_area {
	width: 890px;
	margin: 40px auto 20px;
	text-align: center;
}
.shindan_cv_btn {
	width: 360px;
    margin: 0 auto;
    background-color: #00c753;
    border-radius: 8px;
    box-shadow: 0 3px rgba(0,0,0,0.3);
    box-sizing: border-box;
    font-size: 22px;
    font-weight: bold;
}
.shindan_cv_btn a {
	display: block;
    padding: 18px 54px;
    color: #fff;
}
.shindan_cv_link {
    position: relative;
    display: inline-table;
    height: 30px;
    margin-top: 20px;
	color: #808080;
	font-size: 14px;
	font-weight: bold;
}
.shindan_cv_link:after {
    content: ">";
    position: absolute;
    top: 3px;
    right: -30px;
    -webkit-transform: scale(0.6, 1.3);
    -ms-transform: scale(0.6, 1.3);
    transform: scale(0.6, 1.3);
    font-weight: normal;
}
.shindan_cv_link svg {
    width: 30px;
    height: 30px;
    margin-right: 16px;
	vertical-align: middle;
}
/* /20190410_新CVエリア */



#judge-modal .m-notice {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #e60012;
  padding-top: 5px;
  text-align: left;
}
#judge-modal .m-notice li {
    position: relative;
    padding-left: 1.2em;
}
#judge-modal .m-notice li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.ans_neutral--tit{
  font-size: 25px;
  text-align: center;
  margin: 50px 0 30px 0;
}
.ans_neutral--tit small{
  font-size: 14px;
}
.ans_neutral-box h2{
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 20px;
}
.ans_neutral-box .ans_neutral-standard h2 > img,
.ans_neutral-box .ans_neutral-high h2 > img{
  margin-left: 15px;
}
.ans_neutral-box{
  padding: 0 30px;
  display: flex;
}
.ans_neutral-box .desc{
  margin-bottom: 30px;
}
.ans_neutral-box .graph{
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.ans_neutral-box .ans_neutral-standard{
  margin-right: 20px;
}
.ans_neutral-box .ans_neutral-standard,
.ans_neutral-box .ans_neutral-high{
  width: 50%;
}
.ans_neutral-box .ans_neutral-standard .graph p{
  color: #42a98f;
  width: 100%;
}
.ans_neutral-box .ans_neutral-high .graph p{
  color: #6ca1d7;
  width: 100%;
}

/* 小6タッチ専用 */
#judge-modal .judge-section.result .sho6-to-only__math > div h2,
#judge-modal .judge-section.result .sho6-to-only__en > div h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  position: relative;
}
#judge-modal .judge-section.result .sho6-to-only__math > div h2 img,
#judge-modal .judge-section.result .sho6-to-only__en > div h2 img {
  position: absolute;
  right: 0;
  top: 0;
}
#judge-modal .judge-section.result .sho6-to-only__math > div p,
#judge-modal .judge-section.result .sho6-to-only__en > div p {
  font-size: 14px;
  line-height: 20px;
}
#judge-modal .judge-section.result .sho6-to-only__math > div .desc,
#judge-modal .judge-section.result .sho6-to-only__en > div .desc {
  margin-bottom: 15px;
}

#judge-modal .judge-section.result .sho6-to-only-course,
#judge-modal .judge-section.result .sho6-ch-only-course{
  display: flex;
  justify-content: start;
  margin-top: 20px;
}
#judge-modal .judge-section.result .sho6-to-only__q2-lv,
#judge-modal .judge-section.result .sho6-ch-only__q2-lv{
  width: 415px;
  margin-left: 30px;
}
#judge-modal .judge-section.result .sho6-to-only__math{
  width: 415px;
  padding-right: 30px;
  margin-right: 30px;
  background: url(/check/_assets16/pc/img/dot.png) repeat-y right top;
}
#judge-modal .judge-section.result .sho6-to-only__en{
  width: 415px;
}
#judge-modal .judge-section.result .sho6-to-only__touch1-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
#judge-modal .judge-section.result .sho6-to-only__touch1-box > div{
  width: 415px;
}
#judge-modal .judge-section.result .sho6-to-only__touch1-box > div:first-child{
  margin-right: 60px;
}
#judge-modal .judge-section.result .sho6-to-only__touch1-box > div h2{
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  position: relative;
  margin-bottom: 25px;
}
#judge-modal .judge-section.result .sho6-to-only__touch1-box > div h2 img{
  position: absolute;
  right: 0;
  top: 0;
}

#judge-modal .judge-section.result .sho6-ch-only__touch1-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
#judge-modal .judge-section.result .sho6-ch-only__touch1-box > div{
  width: 415px;
}
#judge-modal .judge-section.result .sho6-ch-only__touch1-box > div:first-child{
  margin-right: 60px;
}
#judge-modal .judge-section.result .sho6-ch-only__touch1-box > div h2{
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  position: relative;
  margin-bottom: 25px;
}
#judge-modal .judge-section.result .sho6-ch-only__touch1-box > div h2 img{
  position: absolute;
  right: 0;
  top: 0;
}
/* /小6タッチ専用 */

.style-img img {
  max-width:100%;
  height: auto;
}
.judge-section .m-remarklist {
 font-size:14px;
}
#judge-modal .modal-cover {
z-index:-2;
}
.line-section {
position:absolute;
height:100%;
z-index:-1;
margin:auto;
left:0;
right:0;
display:none;
}