@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap');

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Grids
 *   1.2  Margin
 *   1.3  Text
 *   1.4  Titles and Subtitles
 *   1.5  Tables
 *   1.6  Buttons
 *   1.7  Lists
 *   1.8  Other Elements
 *        1.8.1 plugins
 *        1.8.2 page top
 * 2. HEADER
 * 	  2.1 Main Nav
 *        2.1.1 main-nav-xs (sp-only)
 *        2.1.2 sns Icon
 * 3. MAIN VISUAL
 *    3.1 Main Slider
 * 4. TOP PAGE
 *    4.1 Guide
 *    4.2 News & Banner
 *        4.2.1 news
 *        4.2.2 banner
 *        4.2.3 SNS
 *        4.2.4 sponsor
 *    4.3 About / Topics / Quiz / Point / Book / Voice / Flow / benefit / FAQ
 Juken table / Insta list
 * 5. CONTENTS
 *    5.1  Box
 *    5.2  Cate Title
 *    5.3  About
 *    5.4  Voice
 *    5.5 Benefits
 *        5.5.1 20th 追加 211209
 * 6. FOOTER
 * 7. NOTICEBAR
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html,
body {
	overflow-x: hidden;
}
body {
    font-family: '游ゴシック', YuGothic, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
	background: #333;
	font-weight: 500;
	color: #fff;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 62.5%;
        letter-spacing: 0;
    }
}

a {
    color: #d6000f;
}
a:hover {
  cursor: pointer;
  color: #d6000f;
}
a:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: #dc1418;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

hr {
     border-top: 2px solid #ccc;
}
@media screen and (max-width: 767px) {
    hr {
        border-width: 1px;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 600;
}
strong.b70 {
    font-weight: 700;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

main {
    margin: 0;
    padding: 0;
}
main > .container {
    background: #fff;
    color: #000;
    padding: 35px 0;
}
body#voice-page main > .container,
body#benefits-page main > .container {
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
    main > .container {
        padding: 20px 0;
    }
}

.section-wrap {
    margin: 0;
    padding-bottom: 40px;
    position: relative;
}
.section-wrap.sponsor {
    padding-top: 20px;
    padding-bottom: 0;
}
body#benefits-page .section-wrap.sponsor,
body#voice-page .section-wrap.sponsor {
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
    .section-wrap {
        padding-bottom: 20px;
    }
    .section-wrap.sponsor {
        padding-top: 20px !important;
        padding-bottom: 100px !important;
    }
    body#top-page .section-wrap.sponsor {
        padding-bottom: 80px !important;
    }
}

.bg-gray {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #e6e6e6;
}
@media only screen and (max-width: 767px) {
    .bg-gray {
        padding-top: 25px;
        padding-bottom: 30px;
    }
}

.flex-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.flex-box.center {
    justify-content: center;
}
.flex-box.start {
    justify-content: flex-start;
}

.opacity:hover {
    opacity: 0.8;
    transition: 0.7s;
}

@media only screen and (max-width: 767px) {
    .w250-xs {
        display: block;
        width: 250px;
        height: auto;
    }
}
@media only screen and (max-width: 320px) {
    .w250-xs {
        width: 230px;
    }
}

/* 1.1 Grids
 * ------------------------------*/
.row-flex {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
    .row-flex {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media only screen and (max-width: 767px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row-flex > .col-xs-1, .row-flex > .col-sm-1, .row-flex > .col-md-1, .row-flex > .col-lg-1, .row-flex > .col-xs-2, .row-flex > .col-sm-2, .row-flex > .col-md-2, .row-flex > .col-lg-2, .row-flex > .col-xs-3, .row-flex > .col-sm-3, .row-flex > .col-md-3, .row-flex > .col-lg-3, .row-flex > .col-xs-4, .row-flex > .col-sm-4, .row-flex > .col-md-4, .row-flex > .col-lg-4, .row-flex > .col-xs-5, .row-flex > .col-sm-5, .row-flex > .col-md-5, .row-flex > .col-lg-5, .row-flex > .col-xs-6, .row-flex > .col-sm-6, .row-flex > .col-md-6, .row-flex > .col-lg-6, .row-flex > .col-xs-7, .row-flex > .col-sm-7, .row-flex > .col-md-7, .row-flex > .col-lg-7, .row-flex > .col-xs-8, .row-flex > .col-sm-8, .row-flex > .col-md-8, .row-flex > .col-lg-8, .row-flex > .col-xs-9, .row-flex > .col-sm-9, .row-flex > .col-md-9, .row-flex > .col-lg-9, .row-flex > .col-xs-10, .row-flex > .col-sm-10, .row-flex > .col-md-10, .row-flex > .col-lg-10, .row-flex > .col-xs-11, .row-flex > .col-sm-11, .row-flex > .col-md-11, .row-flex > .col-lg-11, .row-flex > .col-xs-12, .row-flex > .col-sm-12, .row-flex > .col-md-12, .row-flex > .col-lg-12 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
}

.row-flex > .col-xs-1 .btn-thick, .row-flex > .col-sm-1 .btn-thick, .row-flex > .col-md-1 .btn-thick, .row-flex > .col-lg-1 .btn-thick, .row-flex > .col-xs-2 .btn-thick, .row-flex > .col-sm-2 .btn-thick, .row-flex > .col-md-2 .btn-thick, .row-flex > .col-lg-2 .btn-thick, .row-flex > .col-xs-3 .btn-thick, .row-flex > .col-sm-3 .btn-thick, .row-flex > .col-md-3 .btn-thick, .row-flex > .col-lg-3 .btn-thick, .row-flex > .col-xs-4 .btn-thick, .row-flex > .col-sm-4 .btn-thick, .row-flex > .col-md-4 .btn-thick, .row-flex > .col-lg-4 .btn-thick, .row-flex > .col-xs-5 .btn-thick, .row-flex > .col-sm-5 .btn-thick, .row-flex > .col-md-5 .btn-thick, .row-flex > .col-lg-5 .btn-thick, .row-flex > .col-xs-6 .btn-thick, .row-flex > .col-sm-6 .btn-thick, .row-flex > .col-md-6 .btn-thick, .row-flex > .col-lg-6 .btn-thick, .row-flex > .col-xs-7 .btn-thick, .row-flex > .col-sm-7 .btn-thick, .row-flex > .col-md-7 .btn-thick, .row-flex > .col-lg-7 .btn-thick, .row-flex > .col-xs-8 .btn-thick, .row-flex > .col-sm-8 .btn-thick, .row-flex > .col-md-8 .btn-thick, .row-flex > .col-lg-8 .btn-thick, .row-flex > .col-xs-9 .btn-thick, .row-flex > .col-sm-9 .btn-thick, .row-flex > .col-md-9 .btn-thick, .row-flex > .col-lg-9 .btn-thick, .row-flex > .col-xs-10 .btn-thick, .row-flex > .col-sm-10 .btn-thick, .row-flex > .col-md-10 .btn-thick, .row-flex > .col-lg-10 .btn-thick, .row-flex > .col-xs-11 .btn-thick, .row-flex > .col-sm-11 .btn-thick, .row-flex > .col-md-11 .btn-thick, .row-flex > .col-lg-11 .btn-thick, .row-flex > .col-xs-12 .btn-thick, .row-flex > .col-sm-12 .btn-thick, .row-flex > .col-md-12 .btn-thick, .row-flex > .col-lg-12 .btn-thick {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.row.row20 {
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 767px) {
  .tp-cols.row.row20 {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.row.row20 > .col-xs-1, .row.row20 > .col-sm-1, .row.row20 > .col-md-1, .row.row20 > .col-lg-1, .row.row20 > .col-xs-2, .row.row20 > .col-sm-2, .row.row20 > .col-md-2, .row.row20 > .col-lg-2, .row.row20 > .col-xs-3, .row.row20 > .col-sm-3, .row.row20 > .col-md-3, .row.row20 > .col-lg-3, .row.row20 > .col-xs-4, .row.row20 > .col-sm-4, .row.row20 > .col-md-4, .row.row20 > .col-lg-4, .row.row20 > .col-xs-5, .row.row20 > .col-sm-5, .row.row20 > .col-md-5, .row.row20 > .col-lg-5, .row.row20 > .col-xs-6, .row.row20 > .col-sm-6, .row.row20 > .col-md-6, .row.row20 > .col-lg-6, .row.row20 > .col-xs-7, .row.row20 > .col-sm-7, .row.row20 > .col-md-7, .row.row20 > .col-lg-7, .row.row20 > .col-xs-8, .row.row20 > .col-sm-8, .row.row20 > .col-md-8, .row.row20 > .col-lg-8, .row.row20 > .col-xs-9, .row.row20 > .col-sm-9, .row.row20 > .col-md-9, .row.row20 > .col-lg-9, .row.row20 > .col-xs-10, .row.row20 > .col-sm-10, .row.row20 > .col-md-10, .row.row20 > .col-lg-10, .row.row20 > .col-xs-11, .row.row20 > .col-sm-11, .row.row20 > .col-md-11, .row.row20 > .col-lg-11, .row.row20 > .col-xs-12, .row.row20 > .col-sm-12, .row.row20 > .col-md-12, .row.row20 > .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .tp-cols.row.row20 > .col-xs-1, .tp-cols.row.row20 > .col-sm-1, .tp-cols.row.row20 > .col-md-1, .tp-cols.row.row20 > .col-lg-1, .tp-cols.row.row20 > .col-xs-2, .tp-cols.row.row20 > .col-sm-2, .tp-cols.row.row20 > .col-md-2, .tp-cols.row.row20 > .col-lg-2, .tp-cols.row.row20 > .col-xs-3, .tp-cols.row.row20 > .col-sm-3, .tp-cols.row.row20 > .col-md-3, .tp-cols.row.row20 > .col-lg-3, .tp-cols.row.row20 > .col-xs-4, .tp-cols.row.row20 > .col-sm-4, .tp-cols.row.row20 > .col-md-4, .tp-cols.row.row20 > .col-lg-4, .tp-cols.row.row20 > .col-xs-5, .tp-cols.row.row20 > .col-sm-5, .tp-cols.row.row20 > .col-md-5, .tp-cols.row.row20 > .col-lg-5, .tp-cols.row.row20 > .col-xs-6, .tp-cols.row.row20 > .col-sm-6, .tp-cols.row.row20 > .col-md-6, .tp-cols.row.row20 > .col-lg-6, .tp-cols.row.row20 > .col-xs-7, .tp-cols.row.row20 > .col-sm-7, .tp-cols.row.row20 > .col-md-7, .tp-cols.row.row20 > .col-lg-7, .tp-cols.row.row20 > .col-xs-8, .tp-cols.row.row20 > .col-sm-8, .tp-cols.row.row20 > .col-md-8, .tp-cols.row.row20 > .col-lg-8, .tp-cols.row.row20 > .col-xs-9, .tp-cols.row.row20 > .col-sm-9, .tp-cols.row.row20 > .col-md-9, .tp-cols.row.row20 > .col-lg-9, .tp-cols.row.row20 > .col-xs-10, .tp-cols.row.row20 > .col-sm-10, .tp-cols.row.row20 > .col-md-10, .tp-cols.row.row20 > .col-lg-10, .tp-cols.row.row20 > .col-xs-11, .tp-cols.row.row20 > .col-sm-11, .tp-cols.row.row20 > .col-md-11, .tp-cols.row.row20 > .col-lg-11, .tp-cols.row.row20 > .col-xs-12, .tp-cols.row.row20 > .col-sm-12, .tp-cols.row.row20 > .col-md-12, .tp-cols.row.row20 > .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .row > .col-xs-1, .row > .col-sm-1, .row > .col-md-1, .row > .col-lg-1, .row > .col-xs-2, .row > .col-sm-2, .row > .col-md-2, .row > .col-lg-2, .row > .col-xs-3, .row > .col-sm-3, .row > .col-md-3, .row > .col-lg-3, .row > .col-xs-4, .row > .col-sm-4, .row > .col-md-4, .row > .col-lg-4, .row > .col-xs-5, .row > .col-sm-5, .row > .col-md-5, .row > .col-lg-5, .row > .col-xs-6, .row > .col-sm-6, .row > .col-md-6, .row > .col-lg-6, .row > .col-xs-7, .row > .col-sm-7, .row > .col-md-7, .row > .col-lg-7, .row > .col-xs-8, .row > .col-sm-8, .row > .col-md-8, .row > .col-lg-8, .row > .col-xs-9, .row > .col-sm-9, .row > .col-md-9, .row > .col-lg-9, .row > .col-xs-10, .row > .col-sm-10, .row > .col-md-10, .row > .col-lg-10, .row > .col-xs-11, .row > .col-sm-11, .row > .col-md-11, .row > .col-lg-11, .row > .col-xs-12, .row > .col-sm-12, .row > .col-md-12, .row > .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*** 1.1.1 Base 10 Grids ***/
.col-base10-xs-0 {
  width: 0%;
}

.col-base10-xs-1 {
  width: 10%;
}

.col-base10-xs-2 {
  width: 20%;
}

.col-base10-xs-3 {
  width: 30%;
}

.col-base10-xs-4 {
  width: 40%;
}

.col-base10-xs-5 {
  width: 50%;
}

.col-base10-xs-6 {
  width: 60%;
}

.col-base10-xs-7 {
  width: 70%;
}

.col-base10-xs-8 {
  width: 80%;
}

.col-base10-xs-9 {
  width: 90%;
}

.col-base10-xs-10 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-0 {
    width: 00%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-0 {
    width: 00%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-0 {
    width: 00%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-1 {
    width: 10%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-1 {
    width: 10%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-1 {
    width: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-2 {
    width: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-2 {
    width: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-2 {
    width: 20%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-6 {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-6 {
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-6 {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-8 {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-8 {
    width: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-8 {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-9 {
    width: 90%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-9 {
    width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-9 {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-10 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-10 {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-10 {
    width: 100%;
  }
}

/* 1.2  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

.mr00 { margin-right: 0 !important; }
.mr30 { margin-right: 30px !important; }

.ml00 { margin-left: 0 !important; }
.ml30 { margin-left: 30px !important; }

.pl00 { padding-left: 0 !important; }
.pr00 { padding-right: 0 !important; }

@media only screen and (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt05-xs {
        margin-top: 5px !important;
    }
    .mt10-xs {
        margin-top: 10px !important;
    }
    .mt15-xs {
        margin-top: 15px !important;
    }
    .mt20-xs {
        margin-top: 20px !important;
    }
    .mt30-xs {
        margin-top: 30px !important;
    }
    .mt40-xs {
        margin-top: 40px !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb05-xs {
        margin-bottom: 5px !important;
    }
    .mb10-xs {
        margin-bottom: 10px !important;
    }
    .mb15-xs {
        margin-bottom: 15px !important;
    }
    .mb20-xs {
        margin-bottom: 20px !important;
    }
    .mb30-xs {
        margin-bottom: 30px !important;
    }
    .mb40-xs {
        margin-bottom: 40px !important;
    }
    .mr00-xs {
        margin-right: 0 !important;
    }
    .ml00-xs {
        margin-left: 0 !important;
    }
    .pl15-xs {
        padding-left: 15px !important;
    }
    .pr15-xs {
        padding-right: 15px !important;
    }
}

/* 1.3 Text
 * ------------------------------*/
p {
    line-height: 1.8 !important;
}
p.line-height2 {
    line-height: 2 !important;
}
@media only screen and (max-width: 767px) {
    p.line-height2 {
        line-height: 1.8 !important;
    }
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

.txt-min {
    font-family: "游明朝", YuMincho, serif !important;
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #d6000f !important;
}
.txt-red02,
.txt-red02 a,
.txt-red02 a:hover {
    color: #d71605; !important;
}
.txt-pink,
.txt-pink a,
.txt-pink a:hover {
    color: #fe0005 !important;
}
.txt-white,
.txt-white a,
.txt-white a:hover {
    color: #fff !important;
}
.txt-yellow,
.txt-yellow a,
.txt-yellow a:hover {
    color: #ff0 !important;
}
.txt-black,
.txt-black a,
.txt-black a:hover {
    color: #000 !important;
}
.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #2a71b9 !important;
}
.txt-gray,
.txt-gray a,
.txt-gray a:hover {
    color: #dbdde0 !important;
}

.txt-marker {
    display: inline-block;
    background: linear-gradient(transparent 60%, #FEFF01 60%);
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.txt-link {
    width: 800px;
    margin: 30px auto 10px;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    color: #ff0;
    font-weight: 600;
    border: 5px solid #ff0;
    box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
    .txt-link {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .txt-link {
        margin: 20px auto 5px;
        font-size: 15px;
    }
}

.txt-indent {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0;
}

.f10 { font-size: 10px !important; }
.f11 { font-size: 11px !important; }
.f12 { font-size: 12px !important; }
.f13 { font-size: 13px !important; }
.f14 { font-size: 14px !important; }
.f15 { font-size: 15px !important; }
.f16 { font-size: 16px !important; }
.f17 { font-size: 17px !important; }
.f18 { font-size: 18px !important; }
.f19 { font-size: 19px !important; }
.f20 { font-size: 20px !important; }
.f21 { font-size: 21px !important; }
.f22 { font-size: 22px !important; }
.f23 { font-size: 23px !important; }
.f24 { font-size: 24px !important; }
.f25 { font-size: 25px !important; }
.f30 { font-size: 30px !important; }
@media only screen and (max-width: 991px) {
    .f18, .f19 {
        font-size: 16px !important;
    }
    .f20, .f21 {
        font-size: 17px !important;
    }
    .f22, .f23 {
        font-size: 18px !important;
    }
    .f24, .f25 {
        font-size: 20px !important;
    }
    .f30 {
        font-size: 25px !important;
    }
}
@media only screen and (max-width: 767px) {
    .f13, .f14 {
        font-size: 12px !important;
    }
    .f15, .f16 {
        font-size: 13px !important;
    }
    .f17, .f18 {
        font-size: 14px !important;
    }
    .f18, .f19, .f20, .f21 {
        font-size: 15px !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 16px !important;
    }
    .f30 {
        font-size: 17px !important;
    }
    .f15-xs {
        font-size: 15px !important;
    }
    .f14-xs {
        font-size: 14px !important;
    }
    .f13-xs {
        font-size: 13px !important;
    }
    .f12-xs {
        font-size: 12px !important;
    }
    .f11-xs {
        font-size: 11px !important;
    }
}
@media only screen and (max-width: 320px) {
    .f11-xs-w320 {
        font-size: 11px !important;
    }
}

/* 1.4 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    font-weight: normal;
    line-height: 2;
}

.section-top-sub {
    margin: 0;
    padding: 0 0 8px;
    border-bottom: 2px solid #7d7c7e;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .section-top-sub {
    }
}

.sub-catch {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
}
@media only screen and (max-width: 767px) {
    .sub-catch {
        font-size: 16px;
    }
}

.sub-line {
    width: 340px;
    margin: 0 auto 30px;
    padding-bottom: 5px;
    font-family: '游明朝', YuMincho, serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1;
    border-bottom: 10px solid #fff854;
}
.sub-line.large {
    width: 440px;
}
@media only screen and (max-width: 767px) {
    .sub-line {
        width: 230px;
        margin-bottom: 20px;
        font-size: 16px;
        border-bottom-width: 8px;
    }
}
@media only screen and (max-width: 480px) {
    .sub-line.large {
        width: 90%;
    }
}
@media only screen and (max-width: 380px) {
    .sub-line.large {
        width: auto;
    }
}
@media only screen and (max-width: 320px) {
    .sub-line.large {
        font-size: 14px;
    }
}

.sub-bg {
    margin: 0 auto 20px;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    border-radius: 20px;
    background: url(../img/pc/bg-yellow.png) bottom left repeat;
}
p + .sub-bg,
div + .sub-bg,
a + .sub-bg {
    margin-top: 30px !important;
}
.sub-bg.blue {
    color: #fff;
    border-radius: 0;
    padding: 6px 10px;
    margin: 50px auto 30px;
    font-size: 18px;
    background: url(../img/pc/bg-blue.png) bottom left repeat;
}
@media only screen and (max-width: 767px) {
    .sub-bg {
        margin-bottom: 10px;
        font-size: 14px;
    }
    p + .sub-bg,
    div + .sub-bg,
    a + .sub-bg {
        margin-top: 20px !important;
    }
    .sub-bg.blue {
        font-size: 15px;
        padding: 4px 5px 5px;
        margin: 30px auto 20px;
    }
}

.subsub {
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .subsub {
        font-size: 14px;
    }
}

.sub-blue {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    color: #3151b6;
}
@media only screen and (max-width: 767px) {
    .sub-blue {
        font-size: 15px;
    }
}

/* 1.5 Tables
 * ------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
	border-spacing: 0;
	margin: 20px auto;
	border: 1px solid #ccc;
}
table th {
	width: 25%;
	padding: 10px;
	vertical-align: middle;
	font-weight: normal;
	background: #eeeeee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}
table td {
	width: 75%;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
	table th,
	table td {
		font-size: 12px;
	}
	table th {
	    width: 28%;
		padding: 5px;
	}
	table td {
	    width: 78%;
		padding: 5px 10px;
	}
}

/* 1.6 Buttons
 * ------------------------------*/
.btn-wrap {
    margin: 15px auto 10px;
}
@media screen and (max-width: 767px) {
    .btn-wrap {
        margin: 10px auto -20px;
    }
}

.btn {
    display: block;
    width: 800px;
    height: 80px;
    margin: 40px auto;
    padding-top: 11px !important;
    border-radius: 80px;
    font-weight: 600;
    font-size: 22px;
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
    color: #000;
    background: url(../img/pc/bg-yellow.png) bottom left repeat;
    text-align: center;
    position: relative;
    line-height: 1.4;
}
.btn.end {
    padding-top: 25px !important;
}
.btn.red {
    background: #e20013;
    color: #fff;
    padding-top: 25px !important;
}
.btn .icon-btn {
    display: block;
    width: 23px;
    height: 27px;
    position: absolute;
    top: 33%;
    left: 25px;
    margin: 0;
    background: url(../img/pc/icon-btn.png) 0 0 no-repeat;
    background-size: 23px 27px;
}
.btn.h-gaiyou {
    padding-top: 11px !important;
    height: 50px;
}
.btn.h-gaiyou.small {
    width: 300px;
    font-size: 18px;
    padding-top: 10px !important;
    height: 46px;
    margin: 15px auto 10px;
}
.btn.h-gaiyou .icon-btn {
    top: 23%;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){
    .btn .icon-btn {
        background-image: url(../img/pc/icon-btn@2x.png);
    }
}
.btn:hover {
    background: #fef955 url(../img/pc/bg-yellow.png) bottom left repeat;
    opacity: 0.8;
    transition: 0.7s;
}
.btn:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
.btn.red:hover {
    background: #e20013;
    opacity: 0.8;
    transition: 0.7s;
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .btn {
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        height: 64px;
        border-radius: 40px;
        font-size: 18px;
        line-height: 1.3;
        margin-top: 20px;
    }
    .btn.end {
        padding-top: 21px !important;
    }
    .btn.red {
        padding-top: 8px !important;
        font-size: 16px;
        line-height: 1.5;
    }
    .btn .icon-btn {
        width: 15px;
        height: 18px;
        background-size: 15px 18px;
        top: 36%;
        left: 15px;
    }
    .btn.h-gaiyou {
        padding-top: 9px !important;
        height: 40px;
    }
    .btn.h-gaiyou {
        padding-top: 11px !important;
        font-size: 15px !important;
    }
    .btn.h-gaiyou.small {
        width: 220px;
        height: 40px;
        font-size: 14px !important;
        margin: 12px auto;
    }
    .btn.h-gaiyou .icon-btn {
        top: 29%;
    }
}
@media only screen and (max-width: 320px) {
    .btn {
        font-size: 15px;
        line-height: 1.4;
    }
    .btn.h-gaiyou.f15-xs {
        padding-top: 12px !important;
        font-size: 13px !important;
    }
}

.btn-blue {
    display: block;
    width: 240px;
    height: 40px;
    margin: 20px auto 0;
    padding: 12px 5px 0;
    background: #3663a7;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
}
.btn-blue.small {
    width: 160px;
}
.btn-blue.left {
    margin-left: 0;
}
.btn-blue:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    transition: 0.7s;
}
.btn-blue:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .btn-blue {
        width: 200px;
        margin-top: 10px;
        padding-top: 13px;
        font-size: 15px;
    }
    .btn-blue.small {
        width: 150px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 320px) {
    .btn-blue.small {
        width: auto;
    }
}

.btn.buy {
    width: auto;
    height: auto;
    background: #e20013;
    color: #fff;
    border-radius: 0;
    line-height: 1.7;
    padding-top: 10px !important;
    padding-bottom: 12px !important;
    margin-bottom: 0;
}
.btn.buy.no-link {
    height: auto;
    cursor: auto;
    padding: 10px 5px 9px !important;
}
.btn.buy span {
    display: block;
    font-size: 12px;
}
.btn.buy:hover {
    background: #e20013;
}
.btn.buy.no-link:hover {
    opacity: 1;
}
.btn.buy .icon-cart-btn {
    display: block;
    width: 38px;
    height: 37px;
    position: absolute;
    /*top: 28%;*/
    top: 32%;
    left: 20px;
    margin: 0;
    background: url(../img/pc/icon-cart.png) 0 0 no-repeat;
    background-size: 38px 37px;
}
@media only screen and (max-width: 767px) {
    .btn.buy {
        /*height: 80px;
        padding-top: 7px !important;*/
        padding-top: 9px !important;
        padding-bottom: 11px !important;
        margin: 10px auto 0;
        height: auto;
    }
    .btn.buy .icon-cart-btn {
        width: 28px;
        height: 27px;
        background-size: 28px 27px;
        top: 35%;
    }
    .btn.buy span {
        font-size: 10px;
    }
}






/* primary-btn */
.primary-btn {
    margin: 0 auto;
}
.primary-btn a,
.primary-btn.end {
    color: #fff;
    display: block;
    padding: 20px;
    position: relative;
    border: 3px solid #fff;
    border-radius: 80px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.35);
    text-shadow: 0 4px 12px rgba(0,0,0,.35);
    transition: .3s;
    overflow: hidden;
    background-color: #a71301;
}
.primary-btn.end {
    font-size: 24px !important;
}
.primary-btn a::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #fff;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.35));
}
.primary-btn a:hover {
    transform: translate(0, 3px);
    box-shadow: none;
    opacity: .8;
}

/* exam buttons */
.exam-entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
}
.exam-entry li a {
    color: #fff;
    display: block;
    width: 480px;
    height: 80px;
    padding: 20px;
    position: relative;
    border: 4px solid #fff;
    border-radius: 80px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 7px 18px rgba(0,0,0,.35);
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    transition: .3s;
    overflow: hidden;
}
.exam-entry li a::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 15px;
    border-color: transparent transparent transparent #fff;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.35));
}
.exam-entry li a::after {
    position: absolute;
    content: "";
    background-color: rgba(17,17,17,.8);
    mix-blend-mode: screen;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
}
.exam-entry li a:hover {
    transform: translate(0, 3px);
    box-shadow: none;
}
.exam-entry li a span {
    font-size: 28px;
}
.exam-entry .btn-entry-venue a {
    background: rgb(181,5,5);
    background: linear-gradient(0deg, rgba(181,5,5,1) 0%, rgba(223,39,36,1) 100%);
}
.exam-entry .btn-entry-venue a:hover {
    background: rgb(181,5,5);
    background: linear-gradient(180deg, rgba(181,5,5,1) 0%, rgba(223,39,36,1) 100%);
}
.exam-entry .btn-entry-online a {
    background: rgb(0,79,125);
    background: linear-gradient(0deg, rgba(0,79,125,1) 0%, rgba(18,100,183,1) 100%);
}
.exam-entry .btn-entry-online a:hover {
    background: rgb(0,79,125);
    background: linear-gradient(180deg, rgba(0,79,125,1) 0%, rgba(18,100,183,1) 100%);
}
.exam-entry .btn-entry-group {
    display: contents;
}
.exam-entry .btn-entry-group a {
    background: rgb(1,142,55);
    background: linear-gradient(0deg, rgba(1,142,55,1) 0%, rgba(1,194,75,1) 100%);
    margin: 27px auto 0;
    display: block;
}
.exam-entry .btn-entry-group a:hover {
    background: rgb(1,142,55);
    background: linear-gradient(180deg, rgba(1,142,55,1) 0%, rgba(1,194,75,1) 100%);
}

@media only screen and (max-width: 1199px) {
    .exam-entry {
        width: 100%;
    }
    .exam-entry li {
        margin-bottom: 18px;
        width: 100%;
    }
    .exam-entry li a {
        border: 2px solid #fff;
        width: 100%;
    }
    .exam-entry li a::before {
        right: 10px;
        border-width: 7.5px 0 7.5px 10px;
    }
    .exam-entry .btn-entry-group {
        display: block;
        margin: 0 auto;
    }
    .exam-entry .btn-entry-group a {
        margin: 0;
    }
    .primary-btn a,
    .primary-btn.end {
        border: 2px solid #fff;
    }
}
@media only screen and (max-width: 767px) {
    .exam-entry li a {
        font-size: 2rem;
        height: auto;
    }
    .exam-entry li a span {
        font-size: 2.4rem;
    }
    .primary-btn a {
        font-size: 1.6rem;
    }
    .primary-btn.end {
        font-size: 1.6rem !important;
    }
}
@media only screen and (max-width: 480px) {
    .exam-entry li a {
        font-size: 1.6rem;
    }
    .exam-entry li a span {
        font-size: 2rem;
    }
}

/* underline button */
.uline-btn a {
    color: #000;
    background-color: #fff;
    border: 4px solid #8b6c0b;
    border-radius: 80px;
    display: block;
    width: 480px;
    height: 80px;
    padding: 20px;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 7px 18px rgba(0,0,0,.35);
    transition: .3s;
}
.uline-btn a::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.5px 0 13.5px 19px;
    border-color: transparent transparent transparent #000;
}
.uline-btn a:hover {
    color: #000;
    transform: translate(0, 3px);
    box-shadow: none;
    text-decoration: none;
}
@media only screen and (max-width: 1199px) {
    .uline-btn a {
        border: 2px solid #8b6c0b;
        width: 100%;
        height: auto;
        padding: 20px 40px;
    }
    .uline-btn a::before {
        right: 10px;
        border-width: 11px 0 11px 15px;
    }
}
@media only screen and (max-width: 767px) {
    .uline-btn a {
        font-size: 1.5rem;
    }
    .uline-btn a::before {
        border-width: 7px 0 7px 9px;
    }
}


/* 1.7 Lists
 * ------------------------------*/
dl.dl-list {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
dl.dl-list + dl.dl-list {
    border-top: none;
}
dl.dl-list dt {
    width: 17%;
    display: table-cell;
    padding: 20px 10px;
    background: #eeeeee;
    font-weight: normal;
    line-height: 2;
    vertical-align: middle;
    text-align: center;
}
dl.dl-list dd {
    width: 83%;
    display: table-cell;
    padding: 20px 30px;
    line-height: 2;
    vertical-align: middle;
}
@media only screen and (max-width: 991px) {
    dl.dl-list dt {
        width: 25%;
    }
    dl.dl-list dd {
        width: 75%;
    }
}
@media only screen and (max-width: 767px) {
    dl.dl-list dt,
    dl.dl-list dd {
        display: block;
        width: 100%;
        padding: 10px;
        line-height: 1.8;
    }
    dl.dl-list.bdnone-xs {
        border-top: none;
    }
}

ul.disc-list {
    list-style: disc;
    margin: 0 0 30px 25px;
}
@media only screen and (max-width: 767px) {
    ul.disc-list {
        margin-bottom: 20px;
    }
}

/* 1.8 Other Elements
 * ------------------------------*/
/* 1.8.1 plugins ------------*/
.google-maps {
    margin: 20px auto 0;
}
.google-maps iframe {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.google-maps {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fb_iframe_widget {
  margin: 20px 0;
}

/* 1.8.2 page top ------------*/
#pagetop {
    display: block;
    position: absolute;
    top: -135px;
    right: -40px;
    margin: 0;
    width: 22px;
    height: 123px;
    background: url(../img/pc/pagetop.png) 0 0 no-repeat;
    background-size: 22px 123px;
    z-index: 10;
    text-indent: 100% !important;
	white-space: nowrap;
    overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){
    #pagetop {
        background-image: url(../img/pc/pagetop@2x.png);
    }
}
@media screen and (max-width: 1199px) {
    #pagetop {
        top: 5px;
        right: 0;
        width: 15px;
        height: 85px;
        background-size: 15px 85px;
    }
}
@media screen and (max-width: 767px) {
    #pagetop {
        top: 8px;
        right: 10px;
        width: 13px;
        height: 70px;
        background-size: 13px 70px;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    max-width: 1500px;
    height: 100px;
    margin: 0;
    padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	z-index: 100;
}
@media only screen and (max-width: 1199px) {
    header {
        width: 985px;
        height: 80px;
    }
}
@media only screen and (max-width: 991px) {
    header {
        width: 743px;
    }
}
@media only screen and (max-width: 767px) {
    header {
        width: auto;
        height: 40px;
    }
}

header .icon-kentei {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, 25%);
    margin: 0;
    /*z-index: 2000;*/
}
header .icon-kentei img {
    width: 65px;
    height: 65px;
}
@media only screen and (max-width: 1199px) {
    header .icon-kentei {
        display: none;
    }
}

.navbar {
    margin: 0;
    border: none;
}

.navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.navbar-header {
    width: 100%;
    margin: 0;
    position: relative;
}
.navbar-brand {
    width: 75px;
    display: block;
    padding: 0;
    margin: 15px 0 0 20px;
    position: relative;
}
.navbar-brand img {
    width: 75px;
    height: 65px;
    display: block;
}
@media only screen and (max-width: 1199px) {
    .navbar-header {
        padding: 0 20px;
    }
    .navbar-brand {
        margin-top: 10px;
        margin-left: 0;
        width: 66px;
    }
    .navbar-brand img {
        width: 66px;
        height: auto;
        top: 10px;
        left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-header {
        padding: 0 10px;
    }
    .navbar-brand {
        margin-top: 3px;
        width: 36px;
    }
    .navbar-brand img {
        width: 36px;
        top: 0;
    }
}

.logo-txt {
    position: absolute;
    top: 20px;
    left: 165px;
    z-index: 2000;
}
.logo-txt img {
    width: 200px;
    height: auto;
}
@media only screen and (max-width: 1199px) {
    .logo-txt {
        top: 20px;
        left: 85px;
    }
    .logo-txt img {
        width: 140px;
    }
}
@media only screen and (max-width: 320px) {
    .logo-txt img {
        width: 130px;
    }
}

.icon-bar {
    background: #fff;
}

/* 2.1 Main Nav
 * ------------------------------*/
#main-nav {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
}
#main-nav a {
    color: #fff;
    text-decoration: none;
}
#main-nav a:hover {
    color: #fff;
    background-color: transparent;
}
#main-nav a:focus {
    background-color: transparent;
    overflow: inherit;
}

#main-nav .navbar-nav {
    float: none;
}
#main-nav ul.nav {
    width: auto;
    height: 80px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    font-family: '游教科書体', YuMincho, serif;
    padding: 0 90px 0 0;
}
#main-nav ul.nav li a {
    display: block;
    text-align: center;
    line-height: 1.5;
}
#main-nav p.home a {
    padding: 0;
    height: auto;
}
#main-nav ul.nav li a div {
    display: block;
}
#main-nav ul.nav li a div span {
    display: inline;
    background: #b3001d;
    margin-left: 15px;
    padding: 7px 14px;
    text-align: center;
    position: relative;
}
#main-nav ul.nav li a div span::before {
    position: absolute;
    content: "";
    left: 1px;
    top: 50%;
    transform: translate(-100%, -7px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 11px 7px 0;
    border-color: transparent #b3001d transparent transparent;
}
#main-nav p.home a::after,
#main-nav ul.nav li a div::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 100%;
  height: 8px;
  background: #fff754;
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: transform .3s;
  z-index: 30;
}
#main-nav p.home a:hover::after,
#main-nav ul.nav li a:hover div::after {
  transform: scale(1, 1);
}
#main-nav ul.nav li .icon {
    display: inline-block;
    margin-right: 12px;
    width: 12px;
    height: 14px;
    background: url(../img/pc/icon-introduction.png) top left no-repeat;
    background-size: 12px 14px;
    vertical-align: -11%;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){
    #main-nav ul.nav li .icon {
        background-image: url(../img/pc/icon-introduction@2x.png);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    #main-nav ul.nav {
        height: 84px;
        font-size: clamp(16px, 100vw, 18px);
    }
    #main-nav p.home {
        padding-right: 0;
    }
    #main-nav .navbar-brand {
        height: 65px;
    }
}
@media only screen and (max-width: 1199px) {
    #main-nav {
        display: none;
    }
}

/* 2.1.1 main-nav-xs (sp-only) ------------*/
#main-nav-xs {
    display: none;
}
@media only screen and (max-width: 1199px) {
    #main-nav-xs {
        display: block;
    }
    nav.nav-sp {
        position: fixed;
        z-index: 3000;
        top: 0;
        background: #fff;
        color: #000;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 985px;
        z-index: 10;
    }
    nav.nav-sp ul {
        background: #fff;
        margin: 0 auto;
        padding: 0;
        width: 985px;
    }
    nav.nav-sp ul li {
        font-size: 14px;
        padding: 0;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #000;
    }
    nav.nav-sp ul li:last-child {
        padding-bottom: 0;
    }
    nav.nav-sp ul li a {
        display: block;
        color: #000;
        padding: 8px 15px;
    }
    nav.nav-sp ul li a:hover {
        text-decoration: none;
        background: #fff754;
    }
    nav.nav-sp li.current {
        background: url(../img/pc/bg-yellow.png) bottom left repeat;
    }
    nav.nav-sp.active {
        transform: translateY(80px);
    }
    nav.nav-sp li .icon {
        display: inline-block;
        margin-right: 8px;
        margin-left: -6px;
        width: 12px;
        height: 14px;
        background: url(../img/sp/icon-introduction.png) top left no-repeat;
        background-size: 12px 14px;
        vertical-align: -8%;
    }
    nav.nav-sp li i {
        display: inline-block;
        margin-right: 6px;
        font-size: 17px;
        vertical-align: -10%;
    }
    nav.nav-sp li.sns-list {
        padding: 10px;
    }
    nav.nav-sp li.sns-list a {
        display: inline-block !important;
        padding: 0 0 10px;
        text-align: center;
        margin: 0 auto;
    }
    nav.nav-sp li.sns-list a:hover {
        background: none;
    }
    nav.nav-sp li.sns-list .sub {
        margin: 0 0 10px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
    }
    nav.nav-sp li.sns-list .fa-facebook,
    nav.nav-sp li.sns-list .fa-twitter,
    nav.nav-sp li.sns-list .fa-instagram {
        font-size: 30px !important;
        color: #fff !important;
        background: #000;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        text-align: center;
        line-height: 1.6;
        margin: 0 5px;
    }
    nav.nav-sp li.sns-list .fa-facebook:hover,
    nav.nav-sp li.sns-list .fa-twitter:hover,
    nav.nav-sp li.sns-list .fa-instagram:hover {
        text-decoration: none !important;
        opacity: 0.8;
        transition: 0.7s;
    }
    nav.nav-sp li.sns-list .flex-box {
        width: 195px;
        margin: 10px auto -8px;
    }
    nav.nav-sp li.kentei-link a:hover {
        color: #666;
        background: none;
    }
    nav.nav-sp li.kentei-link img {
        display: inline-block;
        margin-right: 8px;
    }
    .nav-toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 14px;
        width: 51px;
        height: 43px;
        cursor: pointer;
        //z-index: 4000;
        background: inherit;
        text-align: center;
        z-index: 1;
    }
    .nav-toggle span {
        display: block;
        position: absolute;
    }
    .nav-toggle .line {
        width: 51px;
        border-bottom: solid 9px #fff;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        right: 0;
    }
    .nav-toggle .line:nth-child(1) {
        top: 0;
    }
    .nav-toggle .line:nth-child(2) {
        top: 21px;
    }
    .nav-toggle .line:nth-child(3) {
        top: 43px;
    }
    .nav-toggle .menu {
        right: 65px;
        top: 4px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 28px;
        color: #fff;
	    white-space: nowrap;
	    overflow: hidden;
    }
    .nav-toggle.active .line:nth-child(1) {
        top: 20px;
        right: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav-toggle.active .line:nth-child(3) {
        top: 20px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .nav-toggle.active .line:nth-child(2) {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    nav.nav-sp {
        width: 743px;
    }
    nav.nav-sp ul {
        width: 743px;
    }
}
@media only screen and (max-width: 767px) {
    nav.nav-sp {
        width: 100%;
    }
    nav.nav-sp.active {
        transform: translateY(40px);
    }
    nav.nav-sp ul {
        width: 100%;
    }
    .nav-toggle {
        right: 7px;
        top: 7px;
        width: 73px;
        height: 25px;
    }
    .nav-toggle .line {
        width: 25px;
        border-bottom: solid 4px #fff;
    }
    .nav-toggle .line:nth-child(1) {
        top: 0;
    }
    .nav-toggle .line:nth-child(2) {
        top: 10px;
    }
    .nav-toggle .line:nth-child(3) {
        top: 21px;
    }
    .nav-toggle .menu {
        right: 32px;
        top: 2px;
        font-size: 1.4rem;
	    white-space: nowrap;
	    overflow: hidden;
    }
    .nav-toggle.active .line:nth-child(1) {
        top: 10px;
    }
    .nav-toggle.active .line:nth-child(3) {
        top: 10px;
    }
}
@media only screen and (max-width: 320px) {
    .nav-toggle .menu {
        width: auto;
        height: auto;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-size: 34px 13px;
    }
}

/* 2.1.2 sns Icon ------------*/
#sns-list {
    width: 60px;
    height: 180px;
    padding: 10px 20px 10px 10px;
    position: fixed;
    top: 200px;
    right: -10px;
    margin: 0;
    background: #000;
    color: #fff;
    text-align: center;
    z-index: 100 !important;
    box-sizing: border-box;
    border-radius: 10px;
}
#sns-list .sub {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

#sns-list .fa-facebook,
#sns-list .fa-twitter,
#sns-list .fa-instagram {
	font-size: 21px !important;
    color: #fff !important;
    margin-top: 13px;
}
#sns-list .fa-facebook {
    margin-top: 22px;
}
#sns-list .fa-facebook:hover,
#sns-list .fa-twitter:hover,
#sns-list .fa-instagram:hover {
    text-decoration: none !important;
    opacity: 0.8;
    transition: 0.7s;
}
@media only screen and (max-width: 767px) {
    #sns-list {
        display: none;
    }
}

.knt_general-set .icon_social {
    padding: 0;
    text-align: right
}
.knt_general-set .icon_social .line {
    display: inline-block;
    line-height: 23px
}
.knt_general-set .icon_social .line img {
    vertical-align: top
}
.knt_general-set .icon_social iframe {
    max-width: 150px !important
}
.knt_general-set .icon_social .twitter-share-button {
    height: 25px !important
}

.social-sp {
    margin: 20px auto 10px;
    max-width: 330px;
}
body#top-page .social-sp {
    /*max-width: 290px;*/
    max-width: 300px;
}
.social-sp .icon_social {
    position: relative;
    right: 0;
    top: 0;
    z-index: 3
}
.social-sp .socialBoxON {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}
.social-sp .socialBoxON iframe {
    margin: 5px;
}

/*-------------------------------
 * 3. MAIN VISUAL
 * ----------------------------*/

 #main-visual {
    max-width: 1500px;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 100px auto 0;
}
#main-visual img {
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    #main-visual {
        width: 985px;
        margin-top: 80px;
    }
}
@media only screen and (max-width: 991px) {
    #main-visual {
        width: 743px;
    }
}
@media only screen and (max-width: 767px) {
    #main-visual {
        margin-top: 40px;
        width: 100%;
    }
}

#main-visual .main-txt {
    position: absolute;
    top: 50px;
    right: 248px;
    margin: 0;
    z-index: 10;
}
#main-visual .logo-main {
    position: absolute;
    top: 30px;
    left: 200px;
    margin: 0;
    z-index: 10;
}
@media only screen and (max-width: 1199px) {
    #main-visual .logo-main {
        top: 19px;
        left: 2px;
    }
    #main-visual .logo-main img {
        width: 311px;
        height: auto;
    }
    #main-visual .main-txt {
        top: 47px;
        right: 22px;
    }
    #main-visual .main-txt img {
        width: 65px;
        height: auto;
    }
}
@media only screen and (max-width: 991px) {
    #main-visual .logo-main {
        //top: 320px;
    }
}
@media only screen and (max-width: 767px) {
    #main-visual .logo-main img {
        width: 180px;
        height: auto;
    }
}
@media only screen and (max-width: 480px) {
    #main-visual .logo-main {
        //top: 182px;
    }
}

/* 3.1 Main Slider
 * ------------------------------*/
/*
 #main-visual .main-slider {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
#main-visual .main-slider li {
    width: 100%;
    height: 600px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block;
}
#main-visual .main-slider li span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media only screen and (max-width: 991px) {
    #main-visual .main-slider li {
        height: 500px;
    }
}
@media only screen and (max-width: 767px) {
    #main-visual .main-slider li {
        height: 400px;
    }
}
@media only screen and (max-width: 480px) {
    #main-visual .main-slider li {
        height: 300px;
    }
}
*/


#recommend {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url("../img/pc/bg-recommend@2x.png") center center no-repeat;
    background-size: cover;
    max-width: 1500px;
    min-height: 160px;
    margin: 0 auto;
    padding: 60px 0 30px;
    color: #111;
    font-family: '游教科書体', YuMincho, serif;
    letter-spacing: -.05em;
}
#recommend .container {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
#recommend h2 {
    position: relative;
    background: url("../img/pc/recommend-head-bg@2x.png") center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 16px;
    margin: 20px 0;
    text-align: center;
}
#recommend h2 span {
    position: absolute;
    content: "";
    font-size: 36px;
    text-shadow: 0 1px 0 #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
    width: 100%;
}
#recommend ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}
#recommend ul li {
    margin: 0 18px 0 25px;
    position: relative;
}
#recommend ul li::before {
    position: absolute;
    content: "";
    background: url("../img/pc/icon-checkbox@2x.png") center center no-repeat;
    background-size: contain;
    width: 21px;
    height: 28px;
    left: -25px;
}
#recommend ul li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 1199px) {
    #recommend {
        width: 985px;
        padding: 60px 20px 20px;
    }
    #recommend .container {
        width: 100%;
    }
    #recommend ul {
        justify-content: flex-start;
        padding: 0 20px;
        font-size: 28px;
    }
    #recommend ul li {
        margin: 0 25px 10px 30px;
        width: 100%;
    }
    #recommend ul li::before {
        left: -28px;
        top: 50%;
        transform: translateY(-65%);
    }
}
@media only screen and (max-width: 991px) {
    #recommend {
        width: 743px;
        padding-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    #recommend {
        width: 100%;
        padding: 10px;
    }
    #recommend h2 {
        background-size: 250px auto;
    }
    #recommend h2 span {
        font-size: 2.5rem;
    }
    #recommend ul {
        font-size: 1.6rem;
        padding: 0 10px;
    }
    #recommend ul li::before {
        top: -7px;
        transform: translateY(0);
    }
}

/*-------------------------------
 * 4. TOP PAGE
 * ----------------------------*/
/* 4.1 Guide
 *------------------------------*/
#tp-guide {
    margin: 0 auto;
    padding: 0;
    max-width: 1500px;
    background: #ccc;
}
#tp-guide .container {
    color: #111;
    padding: 70px 0 60px;
    width: 1000px;
}

#tp-guide {
    background: #e5c550 url("../img/pc/bg-guide@2x.png") left top;
    background-size: cover;
}
#tp-guide .exam-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#tp-guide .exam-info li:nth-child(odd) {
    width: calc(100% - 385px);
}
#tp-guide .exam-info li:nth-child(even) {
    width: 385px;
}
#tp-guide .exam-info dl {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 25px;
}
#tp-guide .exam-info .exam-day dl dt {
    margin-bottom: -13px;
}
#tp-guide .exam-info dt {
    background: #111;
    color: #fff;
    width: 129px;
    height: 40px;
    margin-right: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tp-guide .exam-info .font-arrange {
    font-family: 'Shippori Mincho', serif;
    font-size: 40px;
}
#tp-guide .exam-info .font-arrange span {
    font-size: 55px;
}

#tp-guide .exam-announce {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 30px 0 27px;
}
#tp-guide .exam-announce dt {
    background-color: #c11210;
    color: #fff;
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
}
#tp-guide .exam-announce dt.long {
    width: 220px;
}
#tp-guide .exam-announce dd {
    background-color: #fff;
    padding: 30px 25px 25px;
    width: 1000px;
    text-align: center;
    font-size: 28px;
}
#tp-guide .exam-announce.end dd {
    padding-top: 8px;
}
#tp-guide .exam-announce .font-arrange {
    font-family: 'Shippori Mincho', serif;
    font-size: 46px;
    font-style: normal;
}
#tp-guide .exam-announce .font-arrange span {
    font-size: 30px;
}

@media only screen and (max-width: 1199px) {
    #tp-guide {
        width: 985px;
    }
    #tp-guide .container {
        width: 100%;
        padding: 35px 40px;
    }
    #tp-guide .exam-info li:nth-child(odd),
    #tp-guide .exam-info li:nth-child(even) {
        width: 100%;
    }
    #tp-guide .exam-announce {
        display: table;
        position: relative;
        margin: 30px 0 27px;
        width: 100%;
    }
    #tp-guide .exam-announce dt {
        width: 127px;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: 0;
        font-size: 25px;
        text-align: center;
        padding: 30px 10px;
    }
    #tp-guide .exam-announce dt.long {
        width: 170px;
    }
    #tp-guide .exam-announce dd {
        padding: 10px;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-left: 20px;
        width: calc(100% - 127px);
    }
}
@media only screen and (max-width: 991px) {
    #tp-guide {
        width: 743px;
    }
}
@media only screen and (max-width: 767px) {
    #tp-guide {
        width: 100%;
    }
    #tp-guide .container {
        padding: 13px 20px 30px;
    }
    #tp-guide .exam-info dl {
        font-size: 1.75rem;
        margin-bottom: 8px;
    }
    #tp-guide .exam-info .font-arrange {
        font-size: 2rem;
    }
    #tp-guide .exam-info .font-arrange span {
        font-size: 2.75rem;
    }
    #tp-guide .exam-info {
        fonr-size: 1.45rem;
    }
    #tp-guide .exam-info dt {
        font-size: 1.45rem;
        margin-right: 9px;
        width: 66px;
        height: auto;
    }
    #tp-guide .exam-info dd {
        width: calc(100% - 65px);
    }
    #tp-guide .exam-announce {
        margin-top: 8px;
        margin-bottom: 18px;
    }
    #tp-guide .exam-announce dt {
        font-size: 1.4rem;
        width: 66px;
    }
    #tp-guide .exam-announce dt.long {
        width: 100px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #tp-guide .exam-announce dd {
        font-size: 1.5rem;
        padding-left: 10px;
    }
    #tp-guide .exam-announce.end dd {
        padding-top: 0;
        padding-bottom: 10px;
        text-align: center;
    }
    #tp-guide .exam-announce .font-arrange {
        font-size: 2.75rem;
    }
    #tp-guide .exam-announce .font-arrange span {
        font-size: 1.6rem;
    }
}

.notice-box {
    width: 800px;
    margin: 35px auto 30px;
    font-family: '游明朝', YuMincho, serif;
    font-size: 40px;
    padding: 10px 5px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: center;
    position: relative;
    background: #fff;
    border: 5px solid #dc1418;
    color: #dc1418;
}
.notice-box .txt01,
.notice-box .txt02 {
    display: inline-block;
    font-size: 34px;
    vertical-align: 5%;
}
.notice-box .txt01 {
    margin-right: 15px;
    margin-left: 10px;
}
.notice-box .circle {
    display: inline-block;
    margin: 0 10px 0 5px;
    width: 40px;
    height: 40px;
    background: #dc1418;
    border-radius: 50%;
    font-size: 28px;
    vertical-align: 10%;
    line-height: 1.35;
    color: #fff;
}
.notice-box .pict-circle {
    width: 76px;
    height: 76px;
    background: #dc1418;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -38px;
    font-size: 22px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1.2;
    box-sizing: border-box;
}
/* IE11 */
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, .notice-box .circle {
        line-height: 1.7 !important;
     }
}
@media only screen and (max-width: 991px) {
    .notice-box {
        width: 640px;
        font-size: 38px;
    }
    .notice-box .txt01,
    .notice-box .txt02 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .notice-box {
        width: auto;
        font-size: 22px;
        margin: 20px auto;
        padding: 7px 5px;
    }
    .notice-box .txt01,
    .notice-box .txt02 {
        font-size: 18px;
    }
    .notice-box .txt01 {
        margin-right: 5px;
    }
    .notice-box .txt02 {
        display: block;
    }
    .notice-box .circle {
        width: 23px;
        height: 23px;
        font-size: 16px;
        line-height: 1.4;
    }
    .notice-box .pict-circle {
        width: 50px;
        height: 50px;
        top: -15px;
        left: -10px;
        font-size: 15px;
        line-height: 1.2;
        padding-bottom: 3px;
    }
}
@media only screen and (max-width: 380px) {
    .notice-box .txt01 {
        margin-left: 35px;
    }
}
@media only screen and (max-width: 320px) {
    .notice-box {
        font-size: 17px;
    }
    .notice-box .txt01,
    .notice-box .txt02 {
        font-size: 15px;
    }
    .notice-box .txt01 {
        margin-left: 30px;
    }
    .notice-box .circle {
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 1.5;
    }
    .notice-box .pict-circle {
        width: 44px;
        height: 44px;
        top: -15px;
        left: -10px;
        font-size: 14px;
        line-height: 1.2;
    }
}

.answer-box {
    margin: 0;
    padding: 10px 15px 15px;
    background: #fff;
    font-size: 16px;
    color: #000;
    border: 3px solid #be8c00;
    box-sizing: border-box;
}
.answer-box .sub {
    margin: 0 0 10px !important;
    text-align: center;
    font-weight: 600;
    font-size: 24px !important;
    position: relative;
    letter-spacing: 0;
    font-family: '游教科書体', 'Shippori Mincho', YuMincho, serif;
    font-weight: 600;
    font-feature-settings: "palt";
}
.answer-box .sub .day {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}
.answer-box.answer-announce {
	padding: 10px 30px 18px;
}
.answer-box.answer-announce .txt {
	font-size: 18px;
	text-align: center;
	margin: 10px 0 0;
}
@media only screen and (max-width: 991px) {
	.answer-box.answer-announce .txt {
    	text-align: justify;
    	text-justify: inter-ideograph;
    }
}
@media only screen and (max-width: 767px) {
    .answer-box {
        padding: 7px 10px 10px;
    }
    .answer-box .sub {
        font-size: 17px !important;
        line-height: 1.6;
    }
    .answer-box .sub .day {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        font-size: 14px;
        margin-top: 2px;
    }
    .answer-box.answer-announce {
    	padding: 10px 15px 10px;
    }
    .answer-box.answer-announce .txt {
    	font-size: 14px;
    }
}

.answer-box ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
    gap: 15px 15px;
}
.answer-box ul li {
    text-align: center;
    vertical-align: middle;
}
.answer-box ul.cols4 li {
    width: calc(100% / 4 - 12px );
}
.answer-box ul.cols3 li {
    width: calc(100% / 3 - 10px );
}
.answer-box ul li a.btn-blue {
    width: auto;
    height: auto;
    padding: 11px 5px 13px;
    margin: 0 auto;
    background: #a71301;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 80px;
}
@media only screen and (max-width: 991px) {
    .answer-box ul li {
        width: calc(100% / 2 - 8px ) !important;
    }
}
@media only screen and (max-width: 767px) {
    .answer-box ul {
        gap: 10px 10px;
    }
    .answer-box ul li {
        width: calc(100% / 2 - 5px ) !important;
    }
    .answer-box ul li a.btn-blue {
        font-size: 16px;
        padding: 8px 5px 11px;
    }
}

.theme-box {
    margin: 0;
    padding: 8px 15px;
    background: #fff;
    color: #000;
    border: 3px solid #be8c00;
    box-sizing: border-box;
}
.theme-box .sub {
    margin: 0 !important;
    text-align: center;
    font-weight: 600;
    font-size: 24px !important;
    letter-spacing: 0;
    font-family: '游教科書体', 'Shippori Mincho', YuMincho, serif;
    font-weight: 600;
    font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
    .theme-box {
        padding: 5px 10px 7px;
    }
    .theme-box .sub {
        font-size: 17px !important;
        line-height: 1.6;
    }
}

/*4.2 News & Banner
 *------------------------------*/
#tp-news-bnr {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
}
#tp-news-bnr .container {
    color: #fff;
    background: #000;
    padding: 35px 0 70px;
}
@media only screen and (max-width: 1199px) {
    #tp-news-bnr .container {
        width: 985px;
        padding: 60px 20px 80px;
    }
}
@media only screen and (max-width: 991px) {
    #tp-news-bnr .container {
        width: 743px;
    }
}
@media only screen and (max-width: 767px) {
    #tp-news-bnr .container {
        width: 100%;
        padding: 18px 10px 120px 10px;
    }
}

/* 4.1.0 title ------------*/
#tp-news-bnr .ttl-cont {
    margin: 0 auto 30px;
    width: 1000px;
}
#tp-news-bnr .ttl-cont h2 {
    font-family: '游教科書体', YuMincho, serif;
    font-size: 50px;
    text-align: center;
}
#tp-news-bnr .ttl-cont h2 img {
    vertical-align: -15px;
    margin-right: 33px;
}
@media only screen and (max-width: 1199px) {
    #tp-news-bnr .ttl-cont {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    #tp-news-bnr .ttl-cont h2 {
        font-size: 2.5rem;
    }
}

/* 4.1.1 news ------------*/
#tp-news-bnr .news-cont {
    margin: 0 auto 25px;
    width: 880px;
}
@media only screen and (max-width: 1199px) {
    #tp-news-bnr .news-cont {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    #tp-news-bnr .news-cont {
        margin: 0 0 25px;
    }
}
@media only screen and (max-width: 767px) {
    #tp-news-bnr .news-cont {
        margin: 0 0 25px;
    }
}

#tp-news-bnr .news-cont h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    padding: 0;
    border-bottom: none;
}
#tp-news-bnr .news-cont .news-box {
    margin: 0;
}
#tp-news-bnr .news-cont ul.list {
    margin: 0;
    font-size: 24px;
}
#tp-news-bnr .news-cont ul.list li {
    display: table;
    width: 100%;
    padding: 34px 0 30px;
    border-bottom: 2px solid #fff;
}
#tp-news-bnr .news-cont ul.list li .txt-day {
    display: table-cell;
    width: 90px;
    vertical-align: top;
    padding-right: 30px;
    line-height: 1.4 !important;
}
#tp-news-bnr .news-cont ul.list li p {
    display: table-cell;
    margin: 0;
    vertical-align: top;
    text-align: left;
    line-height: 1.4 !important;
}
#tp-news-bnr .news-cont ul.list li a {
    display: block;
    color: #000 !important;
}
#tp-news-bnr .news-cont ul.list li a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#tp-news-bnr .news-cont ul.list li .icon-new {
    display: inline-block;
    width: 40px;
    height: 18px;
    background: url(../img/pc/icon-new.png) 0 0 no-repeat;
    background-size: 40px 18px;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: -10%;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){
    #tp-news-bnr .news-cont ul.list li .icon-new {
        background-image: url(../img/pc/icon-new@2x.png);
    }
}
@media only screen and (max-width: 767px) {
    #tp-news-bnr .news-cont h2 {
        font-size: 1.25rem;
    }
    #tp-news-bnr .news-cont ul.list li {
        padding: 8px 0;
    }
    #tp-news-bnr .news-cont ul.list li .txt-day {
        width: 25%;
        font-size: 1.2rem;
        vertical-align: top;
        padding-top: 2px;
    }
    #tp-news-bnr .news-cont ul.list li p {
        vertical-align: top;
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 320px) {
    #tp-news-bnr .news-cont ul.list li .txt-day {
        width: 30%;
    }
}

#tp-news-bnr .twitter-cont {
    margin: 0 50px 25px;
}
@media only screen and (max-width: 991px) {
    #tp-news-bnr .twitter-cont {
        margin: 0 10px 25px;
    }
    #tp-news-bnr .twitter-cont .twitter-timeline {
        height: 250px !important;
    }
}
@media only screen and (max-width: 767px) {
    #tp-news-bnr .twitter-cont {
        margin: 0 0 25px;
        height: 380px;
    }
    iframe .twitter-timeline-rendered {
        width: 490px !important;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    iframe.twitter-timeline-rendered {
        width: 450px !important;
        margin: 0 auto;
    }
}

.timeline-Widget {
    max-width: 300px !important;
    width: 200px !important;
}

/* 4.1.2 banner ------------*/
#tp-news-bnr .bnr-cont {
    margin: 0 auto;
    width: 1040px;
}
#tp-news-bnr .bnr-cont ul.list {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
#tp-news-bnr .bnr-cont ul.list li {
    margin-bottom: 30px;
    width: 50%;
}
#tp-news-bnr .bnr-cont ul.list li.wide {
    width: 100%;
}
#tp-news-bnr .bnr-cont ul.list li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    #tp-news-bnr .bnr-cont {
        width: 100%;
    }
    #tp-news-bnr .bnr-cont ul.list li {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    #tp-news-bnr .bnr-cont {
        margin: 20px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    #tp-news-bnr .bnr-cont {
        margin: 20px 0 0;
    }
    #tp-news-bnr .bnr-cont ul.list li {
        margin-bottom: 15px;
    }
}

/* 4.1.3 SNS ------------*/
#tp-news-bnr .sns-cont .txt-list {
    margin: 30px 0;
}
#tp-news-bnr .sns-cont .txt-list a {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    #tp-news-bnr .sns-cont .txt-list {
        margin-bottom: 9px !important;
    }
    #tp-news-bnr .sns-cont .txt-list a {
        font-size: 1.25rem;
    }
}

/* 4.1.4 sponsor ------------*/
#tp-news-bnr .sponsor-cont .txt-list {
    margin: 0 0 50px 0;
}
#tp-news-bnr .sponsor-cont .txt-list {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
}
@media only screen and (max-width: 1199px) {
    #tp-news-bnr .sponsor-cont li {
        display: block;
        margin-bottom: 18px;
    }
}
@media only screen and (max-width: 767px) {
    #tp-news-bnr .sponsor-cont li {
        margin-bottom: 9px !important;
    }
    #tp-news-bnr .sponsor-cont .txt-list {
        font-size: 1rem;
        margin-bottom: 9px !important;
    }
}

/* 4.3 About / Topics / Quiz / Point / Book / Voice / Flow / benefit / FAQ
 *------------------------------*/
#top-page .section-sub {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    padding: 60px 0 0;
    margin: 0;
}
#top-page .wrap {
    max-width: 970px;
    margin: 0 auto 50px;
}
@media screen and (max-width: 1199px) {
    #top-page .wrap {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media screen and (max-width: 991px) {
    #top-page .section-sub {
        font-size: 58px;
    }
    #top-page .wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    #top-page .wrap {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }
}

#top-page .btn-yellow {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 420px;
    min-height: 70px;
    border: 2px solid #ecb42d;
    background: #ffff00;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 40px auto;
    border-radius: 60px;
    padding: 8px 10px 10px;
    color: #000;
    line-height: 1.5;
}
#top-page .btn-yellow.large {
    max-width: 530px;
}
#top-page .btn-yellow.h-small {
    min-height: 50px;
}
#top-page .btn-yellow span {
    display: block;
    width: 100%;
}
#top-page .btn-yellow:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.7;
    transition: 0.5s;
}
@media screen and (max-width: 991px) {
    #top-page .btn-yellow {
        font-size: calc(15px + 5 * (100vw - 320px) / 671);
    }
}
@media screen and (max-width: 767px) {
    #top-page .btn-yellow {
        line-height: 1.4;
        margin: 30px auto;
        min-height: 50px;
        border-radius: 40px;
        padding: 7px 10px 9px;
    }
    #top-page .btn-yellow span {
        margin-top: 3px;
    }
}
@media screen and (max-width: 480px) {
    #top-page .btn-yellow {
        max-width: 100%;
    }
}

#top-page .btn-buy {
    min-height: 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #3d3f40;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    border-radius: 60px;
    padding: 8px 10px 11px;
    color: #fff;
    line-height: 1.4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#top-page .btn-buy span {
    display: block;
    width: 100%;
}
#top-page .btn-buy:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    transition: 0.5s;
}
@media screen and (max-width: 991px) {
    #top-page .btn-buy {
        font-size: calc(13px + 7 * (100vw - 320px) / 671);
    }
}
@media screen and (max-width: 767px) {
    #top-page .btn-buy {
        border-radius: 30px;
        white-space: nowrap;
        position: relative;
        padding: 7px 10px 9px;
        min-height: 40px;
        top: 0;
        margin: 15px auto 0;
    }
}

#top-page .btn-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 auto;
    gap: 0 20px;
    max-width: 80%;
}
#top-page .btn-list li {
    width: calc(100% / 2 - 10px );
}
#top-page .btn-gaiyo {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 420px;
    min-height: 50px;
    background: #ecb42d;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 60px;
    padding: 8px 10px 10px;
    color: #000;
    line-height: 1.5;
}
#top-page .btn-gaiyo.online {
    background: #4b82d5;
}
#top-page .btn-gaiyo:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.7;
    transition: 0.5s;
}
@media screen and (max-width: 1199px) {
    #top-page .btn-list {
        max-width: 90%;
    }
}
@media screen and (max-width: 991px) {
    #top-page .btn-list {
        max-width: 95%;
        gap: 0 10px;
    }
    #top-page .btn-list li {
        width: calc(100% / 2 - 5px );
    }
    #top-page .btn-gaiyo {
        font-size: calc(14px + 4 * (100vw - 320px) / 671);
    }
}
@media screen and (max-width: 767px) {
    #top-page .btn-list {
        gap: 20px 0;
        margin-top: 30px;
    }
    #top-page .btn-list li {
        width: 100%;
    }
    #top-page .btn-gaiyo {
        line-height: 1.4;
        border-radius: 40px;
        padding: 7px 10px 9px;
        margin: 0 auto;
    }
}

/*----- about -----*/
#tp-about .container {
    background: #fff url("../img/pc/bg-about@2x.png") left 10px no-repeat;
    background-size: 50% auto;
    font-family: '游教科書体', YuMincho, serif;
    font-weight: 400;
    color: #000;
}
#tp-about .container .wrap {
    margin: 0 -15px 190px;
    max-width: 1500px;
    position: relative;
}
#tp-about .container .wrap:nth-of-type(1) {
    margin-bottom: 15px;
}
#tp-about .section-sub {
    padding-top: 30px;
}
#tp-about .sub {
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}
#tp-about .sub.medium {
    font-size: 24px;
}
#tp-about .sub.small {
    font-size: 20px;
}
#tp-about .subsub {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}
#tp-about .about-message {
    margin: 0 -15px 50px;
    max-width: 1500px;
    position: relative;
}
#tp-about .about-message h2 {
    color: #506a46;
    font-size: 45px;
    font-feature-settings: "palt";
    text-align: center;
}
#tp-about .about-message h2::before, 
#tp-about .about-message h2::after {
    position: absolute;
    content: "";
    background: url("../img/pc/bg-heading2@2x.png") 0 0 repeat-x;
    background-size: contain;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(((100% - 264px) / 2) - 264px);
    height: 21px;
}
#tp-about .about-message h2::before {
    background-position: -1px top;
    left: 0;
}
#tp-about .about-message h2::after {
    background-position: 20px top;
    right: 0;
}
#tp-about .wrap .bg {
    background: #47633d url("../img/pc/bg-about-box@2x.png") center bottom no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    bottom: -80px;
    left: 0;
    width: calc(100% - 180px);
    height: 280px;
    z-index: 0;
}
#tp-about .about-box {
    font-feature-settings: "palt";
    margin: 0 auto;
    width: 1140px;
    position: relative;
}
#tp-about .about-list {
    display: flex;
    align-items: stretch;
    width: 1070px;
    box-shadow: 0 18px 51px rgba(6,23,0,0.47);
    position: relative;
    z-index: 1;
}
#tp-about .about-list li.about-img {
    width: 500px;
}
#tp-about .about-list li.about-img img {
    height: 100%;
}
#tp-about .about-list li.about-txt {
    background: #fff url("../img/pc/bg-about-list@2x.png") right top no-repeat;
    background-size: 228px 221px;
    display: flex;
    align-items: center;
    padding: 0 45px;
    width: calc(100% - 500px);
}
#tp-about .about-list li.about-txt dl {
    margin-bottom: 0;
}
#tp-about .about-list li.about-txt dt {
    color: #506a46;
    font-size: 36px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
#tp-about .about-list li.about-txt dt img {
    margin: 0 10px 0 -10px;
}
#tp-about .about-list li.about-txt dd {
    font-size: 26px;
}
/* about02 settings */
#tp-about .wrap.about02 .bg {
    left: unset;
    right: 0;
}
#tp-about .about02 .about-box {
    padding-left: 70px;
}
#tp-about .about02 li.about-img {
    order: 2;
}
#tp-about .about02 li.about-txt {
    order: 1;
}

@media screen and (max-width: 1499px) {
    #tp-about .wrap .bg {
        width: calc(((100vw - 1140px) / 2) + 1140px);
        bottom: -50px;
    }
}
@media screen and (max-width: 1199px) {
    #tp-about .container {
        padding-bottom: 80px;
        width: 985px;
    }
    #tp-about .container .wrap {
        max-width: 985px;
        margin-bottom: 100px;
    }
    #tp-about .wrap .bg {
        width: calc(100% - 2rem);
    }
    #tp-about .wrap.about01,
    #tp-about .wrap.about03 {
        padding-left: 0;
    }
    #tp-about .about01 .about-box,
    #tp-about .about03 .about-box {
        padding-right: 0;
    }
    /* about02 settings */
    #tp-about .wrap.about02 {
        padding-right: 0;
    }
    #tp-about .about02 .about-box {
        padding-left: 0;
    }
    #tp-about .about-box {
        width: 100%;
        height: 300px;
    }
    #tp-about .about-list {
        width: 100%;
        height: 300px;
    }
    #tp-about .about-list li.about-img {
        height: 300px;
    }
    #tp-about .about-list li.about-txt {
        padding: 0 30px;
        width: 100%;
    }
    #tp-about .about-list li.about-txt dt {
        font-size: 30px;
    }
    #tp-about .about-list li.about-txt dd {
        font-size: 22px;
    }
    #tp-about .about-message {
        width: 985px;
    }
    #tp-about .about-message h2 {
        font-size: 38px;
    }
    #tp-about .about-message h2::before, 
    #tp-about .about-message h2::after {
        width: 155px;
    }
}
@media screen and (max-width: 991px) {
    #tp-about .container {
        padding-bottom: 40px;
        width: 743px;
    }
    #tp-about .subsub {
        font-size: 22px;
    }
    #tp-about .about-message {
        width: 743px;
    }
    #tp-about .about-message h2 {
        font-size: 34px;
    }
    #tp-about .about-message h2::before,
    #tp-about .about-message h2::after {
        width: 71px;
    }
    #tp-about .about01 .about-box,
    #tp-about .about03 .about-box {
        padding-right: 40px;
    }
    #tp-about .about02 .about-box {
        padding-left: 40px;
    }
    #tp-about .about-list li.about-txt dt {
        font-size: 24px;
    }
    #tp-about .about-list li.about-txt dd {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    #tp-about .container {
        width: 100%;
        background-size: 80% auto;
        background-position: left 20px;
        padding: 0;
    }
    #tp-about .container .wrap {
        margin-bottom: 80px;
        width: auto;
    }
    #tp-about .container .wrap:nth-of-type(1) {
        margin: 0 auto 15px;
    }
    #tp-about .section-sub {
        font-size: 3.2rem;
    }
    #tp-about .sub {
        font-size: 1.8rem;
    }
    #tp-about .subsub {
        font-size: 1.8rem;
    }
    #tp-about .about-message {
        margin-bottom: 25px;
        width: auto;
    }
    #tp-about .about-message h2 {
        font-size: 1.9rem;
        margin: 0 auto;
    }
    #tp-about .about-message h2::before,
    #tp-about .about-message h2::after {
        width: calc(((100% - 108px) / 2) - 108px);
    }
    #tp-about .wrap .bg {
        width: calc(100% - 1rem);
        height: 140px;
        bottom: -30px;
    }
    #tp-about .about-box {
        margin-bottom: 50px;
        height: auto;
    }
    #tp-about .about-list {
        height: auto;
    }
    #tp-about .about-list li.about-img {
        width: 50%;
        height: auto;
        display: flex;
        justify-content: right;
    }
    #tp-about .about-list li.about-txt {
        font-feature-settings: "palt";
        background-size: 50% auto;
        //width: 50%;
        padding: 15px;
        z-index: 1;
    }
    #tp-about .about-list li.about-txt dt {
        font-size: 1.85rem;
    }
    #tp-about .about-list li.about-txt dt img {
        width: 48px;
        height: 48px;
        margin: 0 5px 0 -5px;
    }
    #tp-about .about-list li.about-txt dd {
        font-size: 1.7rem;
    }
    #tp-about .about01 .about-box,
    #tp-about .about03 .about-box {
        padding-right: 25px;
    }
    /* about01 settings */
    #tp-about .about01 li.about-img {
        justify-content: center;
    }
    /* about02 settings */
    #tp-about .about02 .about-box {
        padding-left: 25px;
    }
}
@media screen and (max-width: 374px) {
    #tp-about .about-message h2 {
        font-size: 1.75rem;
    }
    #tp-about .about-message h2::before,
    #tp-about .about-message h2::after {
        width: calc(((100% - 95px) / 2) - 95px);
    }
}

/*----- topics -----*/
#tp-topics .container {
    background: #e5c550 url("../img/pc/bg-topics@2x.png") center top no-repeat;
    background-size: cover;
    font-family: '游教科書体', YuMincho, serif;
    font-weight: 400;
    font-feature-settings: "palt";
    padding: 80px 0 120px;
    color: #000;
}
#tp-topics .wrap {
    margin: 0 auto;
    max-width: 1040px;
}
#tp-topics .container h2 {
    font-size: 45px;
    text-align: center;
}
#tp-topics .container h2 span {
    font-family: 'Shippori Mincho', serif;
    font-size: 65px;
}
#tp-topics .wrap {
    color: #000;
    padding-bottom: 40px;
}
#tp-topics .topics-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 50px;
}
#tp-topics .topics-box .topics-list {
    background-color: #fff;
    border: 3px solid #be8c00;
    padding: 30px 20px;
    width: calc((100% - 40px) / 2);
}
#tp-topics .topics-box .topics-list.three {
    width: calc((100% - 40px) / 3);
    padding-left: 15px;
    padding-right: 15px;
}
#tp-topics .topics-num ol {
    margin-top: -95px;
    padding: 0;
    text-align: center;
}
#tp-topics .topics-num dl {
    padding-top: 30px;
}
#tp-topics .topics-num dt {
    color: #d71605;
    /*font-size: 40px;*/
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
}
#tp-topics .topics-box .topics-list.three .topics-num dt {
    font-size: 34px;
}
#tp-topics .topics-num dd {
    font-size: 22px;
}
#tp-topics .topics-num dd ul {
    color: #d71605;
    list-style-type: disc;
    margin-left: 25px;
    font-weight: 700;
}
#tp-topics .topics-num .topics-ph {
    display: block;
    padding-top: 20px;
    text-align: center;
}
#tp-topics .topics-num .primary-btn {
    margin-top: 22px;
    max-width: 300px;
}
#tp-topics .notes {
    font-size: 22px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    padding: 35px 0 20px;
}
#tp-topics .exam-entry {
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    #tp-topics .container {
        padding-right: 20px;
        padding-left: 20px;
        width: 985px;
    }
    #tp-topics .container h2 {
        font-size: 55px;
    }
    #tp-topics .container h2 span {
        font-size: 60px;
    }
    #tp-topics .topics-box {
        flex-wrap: wrap;
    }
    #tp-topics .topics-box .topics-list {
        margin-top: 100px;
        width: 100% !important;
    }
    #tp-topics .topics-box .topics-list.three {
        padding-left: 25px;
        padding-right: 25px;
    }
    #tp-topics .topics-box .topics-list:first-child {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 991px) {
    #tp-topics .container {
        width: 743px;
    }
}
@media screen and (max-width: 767px) {
    #tp-topics .container {
        padding: 30px 10px 0;
        width: 100%;
    }
    #tp-topics .container h2 {
        font-size: 2.75rem;
    }
    #tp-topics .container h2 span {
        font-size: 3rem;
    }
    #tp-topics .topics-list:nth-of-type(1) .topics-ph img {
        max-width: 215px;
        width: 100%;
        height: auto;
    }
     #tp-topics .topics-list:nth-of-type(1) .topics-ph.present img {
        max-width: 334px;
    }
    #tp-topics .topics-list:nth-of-type(2) .topics-ph img {
        max-width: 334px;
        width: 100%;
        height: auto;
    }
    #tp-topics .topics-list .topics-ph.hikonyan img {
        max-width: 120px;
        height: auto;
    }
    #tp-topics .topics-num ol {
        margin-top: -60px;
    }
    #tp-topics .topics-num ol img {
        width: 60px;
        height: 60px;
    }
    #tp-topics .topics-num dt,
    #tp-topics .topics-box .topics-list.three .topics-num dt {
        font-size: 2.2rem;
    }
    #tp-topics .topics-num dd {
        font-size: 1.7rem;
    }
    #tp-topics .topics-box .topics-list {
        margin-top: 50px;
    }
    #tp-topics .topics-box .topics-list:first-child {
        margin-top: 0;
    }
    #tp-topics .notes {
        font-size: 1.4rem;
        padding: 23px 0 10px;
    }
}

/*----- quiz -----*/
#tp-quiz .container {
    background: #fff;
    font-weight: 400;
    font-feature-settings: "palt";
    font-size: 28px;
    padding: 80px 0 120px;
    color: #000;
    text-align: center;
}
#tp-quiz .wrap {
    margin: 0 auto;
    max-width: 1040px;
}
#tp-quiz .quiz-include {
    margin-bottom: 50px;
}
#tp-quiz h2 {
    color: #880505;
    font-family: '游教科書体', YuMincho, serif;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 60px;
}
#tp-quiz h2 span {
    display: block;
    color: #fff;
    background-color: #900b0b;
    font-size: 43px;
    margin: 0 auto 20px;
    padding: 5px;
    position: relative;
    max-width: 421px;
}
#tp-quiz h2 span::after {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    border-color: #900b0b transparent transparent transparent;
}
#tp-quiz h3 {
    color: #fff;
    background-color: #900b0b;
    font-size: 40px;
    margin-bottom: 30px;
}
#tp-quiz .quiz-q {
    margin: 30px 0;
}
#tp-quiz .quiz-q li {
    display: inline;
    margin-right: 30px;
}
#tp-quiz p.primary-btn {
    max-width: 400px;
}
#tp-quiz input[type="radio"] {
    position: relative;
    width: 29px;
    height: 29px;
    border: 2px solid #000;
    border-radius: 50%;
    vertical-align: -4px;
    margin-right: 5px;
    color: #000;
    outline: none;
}
#tp-quiz input[type="radio"]:checked::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #900b0b;
    content: "";
    z-index: 1;
}
#tp-quiz .answer,
#tp-quiz .correct,
#tp-quiz .incorrect1,
#tp-quiz .incorrect2,
#tp-quiz .incorrect3,
#tp-quiz .error,
#tp-quiz .introduce {
    display: none;
    margin-top: 10px;
}
#tp-quiz .correct {
    color: #900b0b;
    font-weight: 700;
}
#tp-quiz .introduce {
    border: 2px dashed #900b0b;
    margin: 30px 0 75px;
    padding: 20px 17px 17px;
    line-height: 1.2;
}

@media screen and (max-width: 1199px) {
    #tp-quiz .container {
        width: 985px;
    }
    #tp-quiz .wrap {
        max-width: 985px;
    }
    #tp-quiz h2 {
        font-size: 58px;
    }
    #tp-quiz h2 span {
        max-width: 421px;
    }
}
@media screen and (max-width: 991px) {
    #tp-quiz .container {
        width: 743px;
    }
    #tp-quiz .wrap {
        max-width: 743px;
    }
    #tp-quiz .quiz-include {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    #tp-quiz .container {
        font-size: 1.6rem;
        padding: 45px 10px 35px;
        width: 100%;
    }
    #tp-quiz .wrap {
        max-width: 100%;
    }
    #tp-quiz .quiz-include {
        margin-bottom: 25px;
    }
    #tp-quiz h2 {
        font-size: 2.9rem;
        margin-bottom: 30px;
    }
    #tp-quiz h2 span {
        font-size: 2.15rem;
        max-width: 210px;
    }
    #tp-quiz h3 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    #tp-quiz .quiz-q {
        display: flex;
        flex-wrap: wrap;
        margin: 15px 0;
    }
    #tp-quiz .quiz-q li {
        display: block;
        margin-right: 0;
        width: 50%;
    }
    #tp-quiz input[type="radio"] {
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        border-radius: 50%;
        vertical-align: -2px;
        margin-right: 3px;
    }
    #tp-quiz input[type="radio"]:checked::before {
        width: 10px;
        height: 10px;
    }
    #tp-quiz .introduce {
        margin: 15px 0 37px;
        padding: 10px 10px 2px;
    }
}

/*----- point -----*/
#tp-point .container {
    background: #1e3c72 url("../img/pc/bg-point@2x.png") center top no-repeat;
    background-size: cover;
    font-weight: 400;
    font-feature-settings: "palt";
    font-size: 28px;
    padding: 80px 0 145px;
    color: #000;
}
#tp-point .wrap {
    margin: 0 auto;
    max-width: 1000px;
}
#tp-point .point-box {
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 130px;
    padding: 50px 30px;
}
#tp-point .point-box:last-child {
    margin-bottom: 0;
}
#tp-point h2 {
    color: #fff;
    font-family: '游教科書体', YuMincho, serif;
    font-size: 60px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 120px;
}
#tp-point h3 {
    margin-top: -115px;
    text-align: center;
}
#tp-point .point-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -20px 0 45px;
}
#tp-point .point-graph {
    margin-right: 35px;
}
#tp-point .point-box span {
    color: #033b9f;
    font-weight: 700;
}
#tp-point .point-list {
    display: flex;
    justify-content: space-between;
}
#tp-point .point-list-box {
    background-color: #e9f1ff;
    padding: 23px 26px;
    width: calc((100% - 40px) / 2);
}
#tp-point .point-list-box dl {
    margin: 0;
}
#tp-point .point-list-box dt {
    color: #033b9f;
    margin: -45px 0 20px;
    text-align: center;
}
#tp-point .point-list-box span {
    color: #033b9f;
}
@media screen and (max-width: 1199px) {
    #tp-point .container {
        width: 985px;
    }
    #tp-point .point-list {
        flex-wrap: wrap;
    }
    #tp-point .point-list-box {
        margin-bottom: 30px;
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    #tp-point .container {
        width: 743px;
    }
}
@media screen and (max-width: 767px) {
    #tp-point .container {
        padding: 30px 10px;
        width: 100%;
    }
    #tp-point h2 {
        font-size: 3rem;
        margin-bottom: 50px;
    }
    #tp-point h3 {
        margin-top: -85px;
    }
    #tp-point h3 img {
        width: 76px;
        height: auto;
    }
    #tp-point .point-box {
        margin-bottom: 60px;
        padding: 50px 10px 30px;
    }
    #tp-point .point-intro {
        margin-top: 0;
        margin-bottom: 25px;
    }
    #tp-point .point-graph {
        margin-right: 6px;
    }
    #tp-point .point-graph img {
        width: 107px;
        height: auto;
    }
    #tp-point .point-txt {
        font-size: 1.6rem;
    }
    #tp-point .point-list-box {
        margin-bottom: 25px;
        padding: 13px 16px;
    }
    #tp-point .point-list-box:last-child {
        margin-bottom: 0;
    }
    #tp-point .point-list-box dt {
        font-size: 1.85rem;
        margin-top: -25px;
        margin-bottom: 10px;
    }
    #tp-point .point-list-box dd {
        font-size: 1.6rem;
    }
}

/*----- book -----*/
#tp-book .container {
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #000;
    padding: 100px 0;
}
#tp-book .wrap {
    margin: 0 auto;
    max-width: 940px;
}
#tp-book .ttl {
    margin-bottom: 45px;
}
#tp-book .ttl h2 {
    color: #880505;
    font-family: '游教科書体', YuMincho, serif;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}
#tp-book .ttl p {
    font-size: 28px;
    text-align: center;
}
#tp-book .books-slider {
    margin: 30px 0;
}
#tp-book .books-slider li {
    display: flex;
    justify-content: center;
    margin: 0 25px;
}
#tp-book .books-slider dl {
    display: flex;
    flex-direction: column;
}
#tp-book .books-slider dt {
    color: #fff;
    background-color: #880505;
    padding: 12px;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 104px;
}
#tp-book .books-slider dd.book-img {
    text-align: center;
}
#tp-book .books-slider dd.book-txt {
    flex-grow: 1;
    font-size: 30px;
    margin: 10px auto 20px;
}
#tp-book .books-slider dd.primary-btn {
    margin: 0;
}
#tp-book p.book-link {
    text-align: center;
}
#tp-book p.book-link a {
    text-decoration: underline;
    color: #00e;
}
#tp-book p.book-link a:hover {
    text-decoration: none;
}
#tp-book .slick-prev, 
#tp-book .slick-next {
    width:0;
    height:0;
    border-style: solid;
    transition: 0.5s;
}
#tp-book .slick-prev {
    border-width: 62.5px 42px 62.5px 0;
    border-color: transparent rgba(0,0,0,.1) transparent transparent;
    left: -65px;
}
#tp-book .slick-next {
    border-width: 62.5px 0 62.5px 42px;
    border-color: transparent transparent transparent rgba(0,0,0,.1);
    right: -65px;
}
#tp-book .slick-prev:hover {
    border-color: transparent #000 transparent transparent;
}
#tp-book .slick-next:hover {
    border-color: transparent transparent transparent #000;
}
#tp-book .slick-prev:before,
#tp-book .slick-next:before {
    display: none;
}

@media screen and (max-width: 1199px) {
    #tp-book .container {
        width: 985px;
        padding: 60px 0 80px;
    }
    #tp-book .ttl h2 {
        font-size: 58px;
    }
    #tp-book .ttl p {
        font-size: 28px;
    }
    #tp-book .books-slider li {
        margin: 0 10px;
    }
    #tp-book .books-slider dt {
        font-size: 24px;
        min-height: auto;
    }
    #tp-book .books-slider dd.book-img img {
        width: 100%;
        height: auto;
    }
    #tp-book .books-slider dd.book-txt {
        font-size: 22px;
    }
    #tp-book .books-slider .primary-btn a::before {
        right: 5px;
    }
    #tp-book .books-slider .slick-dots li {
        display: inline-block;
        margin: 0;
    }
    #tp-book p.book-link {
        font-size: 10px;
    }
}
@media only screen and (max-width: 991px) {
    #tp-book .container {
        width: 743px;
    }
}
@media screen and (max-width: 767px) {
    #tp-book .container {
        padding: 30px 10px;
        width: 100%;
    }
    #tp-book .ttl h2 {
        font-size: 2.9rem;
    }
    #tp-book .ttl p {
        font-size: 1.6rem;
    }
    #tp-book .books-slider li {
        margin: 0 8px;
    }
    #tp-book .books-slider dt {
        font-size: 1.4rem;
        padding: 6px;
    }
    #tp-book .books-slider dd.book-txt {
        font-size: 1.4rem;
    }
    #tp-book .books-slider .primary-btn a {
        font-size: 1.2rem;
        padding: 10px 0;
    }
    #tp-book .books-slider .primary-btn a::before {
        right: 3px;
        border-width: 4px 0 4px 6px;
    }
    #tp-book p.book-link {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 424px) {
    #tp-book .books-slider dd.primary-btn {
        align-self: center;
        width: 111%;
    }
    #tp-book .books-slider .primary-btn a {
        box-shadow: 0 2px 6px rgba(0,0,0,.35);
    }
    #tp-book .books-slider .primary-btn a::before {
        right: 2px;
    }
}

/*----- voice -----*/
#tp-voice .container {
    background: #e5c550 url("../img/pc/bg-voice@2x.png") center top no-repeat;
    background-size: cover;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #000;
    padding: 100px 0;
}
#tp-voice .wrap {
    margin: 0 auto;
    max-width: 1036px;
}
#tp-voice h2 {
    font-family: '游教科書体', YuMincho, serif;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 45px;
    text-align: center;
}
#tp-voice .voice-box-main {
    background-color: #fff9e6;
    margin: 0 auto 33px;
    padding: 37px 60px;
    width: 1000px;
}
#tp-voice .voice-box-main .voice-messenger {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
#tp-voice .voice-box-main dl {
    margin-left: 50px;
}
#tp-voice .voice-box-main dt {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 25px;
}
#tp-voice .voice-box-main dd {
    color: #d71605;
    font-size: 36px;
    font-family: '游教科書体', YuMincho, serif;
}
#tp-voice .voice-box-main .voice-comment {
    font-size: 20px;
    line-height: 1.5 !important;
}
#tp-voice .voices-slider {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
}
#tp-voice .slick-slider {
    width: 100%;
}
#tp-voice .voices-slider li.voice-box-sub {
    background-color: #fff9e6;
    box-shadow: 0 18px 18px rgba(52,34,0,0.22);
}
#tp-voice .voices-slider li.voice-box-sub {
    margin: 100px 0 70px;
    padding: 30px;
    width: calc((100% - 33px) / 2);
    display: block;
}
#tp-voice .voices-slider li.slick-slide {
    margin: 100px 18px 70px;
}
#tp-voice .voices-slider .voice-messenger {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#tp-voice .voices-slider .voice-img {
    margin-top: -110px;
    margin-bottom: 20px;
}
#tp-voice .voices-slider dl {
    margin-bottom: 25px;
    text-align: center;
}
#tp-voice .voices-slider dt {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
#tp-voice .voices-slider dd {
    color: #d71605;
    font-size: 40px;
    font-family: '游教科書体', YuMincho, serif;
    line-height: 1.3;
}
#tp-voice .voices-slider .voice-comment {
    font-size: 20px;
    line-height: 1.5 !important;
}
#tp-voice .slick-prev, 
#tp-voice .slick-next {
    width:0;
    height:0;
    border-style: solid;
    transition: 0.5s;
}
#tp-voice .slick-prev {
    border-width: 62.5px 42px 62.5px 0;
    border-color: transparent rgba(0,0,0,.1) transparent transparent;
    left: -65px;
}
#tp-voice .slick-next {
    border-width: 62.5px 0 62.5px 42px;
    border-color: transparent transparent transparent rgba(0,0,0,.1);
    right: -65px;
}
#tp-voice .slick-prev:hover {
    border-color: transparent #000 transparent transparent;
}
#tp-voice .slick-next:hover {
    border-color: transparent transparent transparent #000;
}
#tp-voice .slick-prev:before,
#tp-voice .slick-next:before {
    display: none;
}

@media screen and (max-width: 1199px) {
    #tp-voice .container {
        width: 985px;
        padding: 60px 0 80px;
    }
    #tp-voice h2 {
        font-size: 55px;
    }
    #tp-voice .voice-box-main {
        width: 100%;
        margin-bottom: 0;
        padding: 40px;
    }
    #tp-voice .voice-box-main dl {
        margin-left: 12px;
    }
    #tp-voice .voice-box-main dt {
        font-size: 20px;
    }
    #tp-voice .voice-box-main dd {
        font-size: 30px;
    }
    #tp-voice .voice-box-main .voice-img img {
        width: 220px;
        height: auto;
    }
    #tp-voice .voice-box-main .voice-comment {
        font-size: 18px;
    }
    #tp-voice .voices-slider {
        width: 100%;
    }
    #tp-voice .voices-slider .voice-img {
        margin-top: -72px;
    }
    #tp-voice .voices-slider .voice-img img {
        width: 144px;
        height: auto;
    }
    #tp-voice .voices-slider li.slick-slide {
        margin: 50px 5px 35px;
    }
    #tp-voice .voices-slider li.voice-box-sub {
        padding: 15px;
        width: calc((100% - 10px) / 2);
    }
    #tp-voice .voices-slider dt {
        font-size: 18px;
    }
    #tp-voice .voices-slider dd {
        font-size: 30px;
    }
    #tp-voice .voices-slider .voice-comment {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    #tp-voice .container {
        width: 743px;
    }
}
@media screen and (max-width: 767px) {
    #tp-voice .container {
        padding: 30px 10px;
        width: 100%;
    }
    #tp-voice h2 {
        font-size: 3rem;
        font-feature-settings: "palt";
        margin-bottom: 22px;
        padding: 0 10px;
    }
    #tp-voice .voice-box-main {
        padding: 20px 20px 10px;
    }
    #tp-voice .voice-box-main .voice-messenger {
        padding: 0;
    }
    #tp-voice .voice-box-main dl {
        margin-left: 6px;
    }
    #tp-voice .voice-box-main dt {
        font-size: 1.35rem;
        margin-bottom: 15px;
    }
    #tp-voice .voice-box-main dd {
        font-size: 1.8rem;
    }
    #tp-voice .voices-slider .voice-img {
        margin-top: -50px;
    }
    #tp-voice .voice-box-main .voice-img img {
        max-width: 110px;
        height: auto;
    }
    #tp-voice .voice-box-main .voice-comment {
        font-size: 1.5rem;
    }
    #tp-voice .voices-slider .voice-img img {
        max-width: 72px;
        height: auto;
    }
    #tp-voice .voices-slider li.voice-box-sub {
        margin: 70px 0 35px;
        padding: 10px;
    }
    #tp-voice .voices-slider dt {
        font-size: 1.35rem;
    }
    #tp-voice .voices-slider dd {
        font-size: 1.8rem;
    }
    #tp-voice .voices-slider .voice-comment {
        font-size: 1.5rem;
    }
}

/*----- flow -----*/
#tp-flow .container {
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #000;
    padding: 100px 0;
    text-align: center;
}
#tp-flow .wrap {
    margin: 0 auto;
    max-width: 1140px;
}
#tp-flow h2 {
    font-family: '游教科書体', YuMincho, serif;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 50px;
}
#tp-flow .flow-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 105px 0 40px;
}
#tp-flow .flow-list li {
    width: calc((100% - 140px) / 4);
    margin-right: 46px;
    position: relative;
    display: flex;
    flex-direction: column;
}
#tp-flow .flow-list li:last-child {
    margin-right: 0;
}
#tp-flow .flow-list li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-right: -41px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.5px 0 13.5px 16px;
    border-color: transparent transparent transparent #015282;
}
#tp-flow .flow-list li:last-child::after {
    content: none;
    margin-right: 0;
}
#tp-flow .flow-list img {
    width: 109px;
    height: 109px;
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -54px;
}
#tp-flow .flow-box {
    background-color: #e5f3ff;
    padding: 60px 10px 10px;
    height: 100%;
}
#tp-flow .flow-box h3 {
    font-size: 32px;
    font-weight: bold;
}
#tp-flow .flow-box p {
    font-size: 20px;
    line-height: 1.4 !important;
}
#tp-flow .flow-box p span {
    color: #e30808;
    font-weight: bold;
}
#tp-flow p.flow-notes {
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 1199px) {
    #tp-flow .container {
        width: 985px;
        padding: 60px 0 80px;
    }
    #tp-flow h2 {
        font-size: 55px;
    }
    #tp-flow .flow-list {
        margin: 50px 0 40px;
    }
    #tp-flow .flow-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
        margin-left: 55px;
    }
    #tp-flow .flow-list li::after {
        top: auto;
        left: calc(50% - 14px);
        bottom: -60px;
        margin-right: 0;
        border-width: 27px 23px 0 23px;
        border-color: #015282 transparent transparent transparent;
    }
    #tp-flow .flow-list li:last-child {
        margin-bottom: 0;
    }
    #tp-flow .flow-list img {
        margin-left: -55px;
        left: 0;
        top: 50%;
        transform: translate(0, -25%);
    }
    #tp-flow .flow-box {
        padding: 10px calc(53/830 * 100%) 10px 10px;
    }
    #tp-flow .flow-box h3 {
        font-size: 36px;
    }
    #tp-flow .flow-box p {
        font-size: 20px;
    }
    #tp-flow .flow-box p span {
        font-size: 24px;
    }
    #tp-flow p.flow-notes {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    #tp-flow .container {
        width: 743px;
    }
}
@media screen and (max-width: 767px) {
    #tp-flow .container {
        padding: 30px 10px;
        width: 100%;
    }
    #tp-flow h2 {
        font-size: 2.75rem;
        margin-bottom: 22px;
        padding: 0 10px;
    }
    #tp-flow .flow-list {
        margin: 25px 0 20px;
    }
    #tp-flow .flow-list li {
        margin-bottom: 50px;
        margin-left: 29px;
    }
    #tp-flow .flow-list li::after {
        bottom: -40px;
        border-width: 14px 11.5px 0 11.5px;
        border-color: #015282 transparent transparent transparent;
    }
    #tp-flow .flow-list img {
        width: 55px;
        height: 55px;
        margin-left: -27px;
        transform: translate(0, -50%);
    }
    #tp-flow .flow-box {
        padding: 10px calc(70/830 * 100%) 10px 10px;
    }
    #tp-flow .flow-box h3 {
        font-size: 1.8rem;
    }
    #tp-flow .flow-box p {
        font-size: 1.6rem;
    }
    #tp-flow .flow-box p span {
        font-size: 1.6rem;
    }
    #tp-flow p.flow-notes {
        font-size: 1.4rem;
    }
}

/*----- benefit -----*/
#tp-benefit .container {
    background: #e5c550 url("../img/pc/bg-benefit@2x.png") center top;
    background-size: cover;
    font-family: '游教科書体', YuMincho, serif;
    font-weight: 400;
    color: #000;
    padding: 80px 0 70px;
    text-align: center;
}
#tp-benefit .wrap {
    margin: 0 auto;
    max-width: 1000px;
}
#tp-benefit h2 {
    margin-bottom: 50px;
}
#tp-benefit .benefit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 105px 0 55px;
}
#tp-benefit .benefit-list li {
    background-color: #fff;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    padding: 0 0 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}
#tp-benefit .benefit-list li:last-child {
    margin-right: 0;
}
#tp-benefit .benefit-list img.benefit-label {
    width: 143px;
    height: 143px;
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 7px 18px rgba(0,0,0,.14));
}
#tp-benefit .benefit-box {
    height: 100%;
}
#tp-benefit .benefit-box p {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4 !important;
    margin-bottom: 25px !important;
}
#tp-benefit .benefit-box p span {
    font-weight: 700;
}
#tp-benefit .benefit-btn {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1199px) {
    #tp-benefit .container {
        width: 985px;
        padding: 60px 0 80px;
    }
    #tp-benefit h2 img {
        max-width: 561px;
        height: auto;
    }
    #tp-benefit .benefit-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 100px;
    }
    #tp-benefit .benefit-list li:last-child {
        margin-bottom: 0;
    }
    #tp-benefit .benefit-box p {
        font-size: 40px;
    }
}
@media only screen and (max-width: 991px) {
    #tp-benefit .container {
        width: 743px;
    }
}
@media screen and (max-width: 767px) {
    #tp-benefit .container {
        padding: 30px 10px;
        width: 100%;
    }
    #tp-benefit h2 img {
        max-width: 280px;
    }
    #tp-benefit .benefit-list {
        margin: 55px 0 22px;
    }
    #tp-benefit .benefit-list li {
        margin-bottom: 50px;
        padding: 0 0 25px;
    }
    #tp-benefit .benefit-list img.benefit-label {
        width: 72px;
        height: 72px;
    }
    #tp-benefit .benefit-box p {
        font-size: 2rem;
    }
}

/*----- faq -----*/
#tp-faq .container {
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #000;
    padding: 80px 0 70px;
}
#tp-faq .wrap {
    margin: 0 auto;
    max-width: 1000px;
}
#tp-faq h2 {
    font-family: '游教科書体', YuMincho, serif;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
}
#tp-faq .faq-list {
    background-color: #f5f2f2;
    box-shadow: 8px 8px 10px rgba(20,1,0,.2);
    margin-bottom: 40px;
}
#tp-faq .faq-list dt {
    font-size: 31px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    padding: 30px 30px 30px 113px;
}
#tp-faq .faq-list dt::before {
    position: absolute;
    content: "";
    background: url("../img/pc/icon-faq-q@2x.png") center center no-repeat;
    background-size: contain;
    width: 75px;
    height: 76px;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
#tp-faq .faq-list dt i {
    display: block;
    position: absolute;
    right: 46px;
    top: 33px;
}
#tp-faq .faq-list dt i::after,
#tp-faq .faq-list dt i::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 40px;
    background-color: #880505;
    transition: all 0.3s;
    transform: rotate(0);
}
#tp-faq .faq-list dt i::after {
    transform: rotate(90deg);
}
#tp-faq .faq-list .active i {
    max-height: 500px;
    transition: all 1.5s;
}
#tp-faq .faq-list .active i::before {
    transform: rotate(90deg) !important;
}
#tp-faq .faq-list dd {
    font-size: 22px;
    display: none;
    position: relative;
    padding: 18px 30px 30px 113px;
}
#tp-faq .faq-list dd::before {
    position: absolute;
    content: "";
    background: url("../img/pc/icon-faq-a@2x.png") center center no-repeat;
    background-size: contain;
    width: 75px;
    height: 76px;
    left: 20px;
    top: 10px;
}
#tp-faq .faq-list dd span.txt-one-line {
    display: block;
    padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
    #tp-faq .container {
        width: 985px;
        padding: 60px 0 80px;
    }
    #tp-faq h2 {
        font-size: 55px;
    }
    #tp-faq .faq-list dt {
        padding: 30px 70px 30px 100px;
    }
}
@media only screen and (max-width: 991px) {
    #tp-faq .container {
        width: 743px;
    }
}
@media screen and (max-width: 767px) {
    #tp-faq .container {
        padding: 30px 10px;
        width: 100%;
    }
    #tp-faq h2 {
        font-size: 2.25rem;
    }
    #tp-faq .faq-list dt {
        font-size: 1.65rem;
        padding: 15px 35px 15px 62px;
    }
    #tp-faq .faq-list dt::before {
        width: 37px;
        height: 38px;
        left: 15px;
    }
    #tp-faq .faq-list dt i {
        right: 20px;
        top: 50%;
        transform: translateY(-9px);
    }
    #tp-faq .faq-list dt i::after,
    #tp-faq .faq-list dt i::before {
        right: 0;
        top: 0;
        width: 4px;
        height: 20px;
    }
    #tp-faq .faq-list dd {
        font-size: 1.65rem;
        padding: 9px 15px 15px 64px;
        min-height: auto;
    }
    #tp-faq .faq-list dd::before {
        width: 37px;
        height: 38px;
        left: 15px;
    }
}
@media screen and (max-width: 425px) {
    #tp-faq .faq-list dd span.txt-one-line {
        padding-bottom: 0;
    }
}

/*----- modal -----*/
.hide-area {
    display: none;
}

.modaal-close:after, 
.modaal-close:before {
    background: #fff;  
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #ccc;
}

.modaal-inner-wrapper {
    padding: 0 !important;
}
.modaal-container {
    max-width: 840px;
}
.modaal-content-container {
	padding: 0;
	border: none;
    border-radius: 0;
}
@media screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding:  0 4vw;
  }
}

.modal-content {
  background-color: #ffee00;
  overflow: auto;
  position: relative;
  width: 100%;
  border: none;
    border-radius: 0;
}
.modal-content::-webkit-scrollbar {
    width: 5px;
}
.modal-content::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.modal-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #333;
}
@media (max-width: 991px) {
    .modal-content::-webkit-scrollbar {
        width: 3px;
    }
}

.modaal-close {
    position: absolute;
    color: #747474;
    width: 50px;
    height: 50px;
    top: 5px;
    right: 20px;
    -webkit-transition: none;
    transition: none;
}
.modaal-close:before,
.modaal-close:after {
    width: 4px;
    height: 28px;
}
.modaal-close:focus,
.modaal-close:hover {
	background: none;
	color: #fff;
}
.modaal-close::before,
.modaal-close::after,
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #fff;
}
@media screen and (max-width: 767px) {
  .modaal-close {
    width: 30px;
    height: 30px;
    top: 0;
    right: 15px;
  }
  .modaal-close:before,
  .modaal-close:after {
      width: 3px;
      height: 18px;
    }
}

.modal__header {
    width: 100%;
    height: 400px;
    background: url(../img/pc/modal-tour-main.jpg) top right no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    padding: 20px 40px 40px;
}
.modal__header .ttl-modal {
    color: #ffee00;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 767px) {
    .modal__header {
        height: 300px;
        padding: 30px 40px;
        background-position: 0 70%;
    }
    .modal__header .ttl-modal {
        font-size: calc(20px + 5 * (100vw - 320px) / 447);
    }
}
@media screen and (max-width: 480px) {
    .modal__header {
        height: 200px;
        padding: 20px 15px;
    }
}

.modal__body {
    padding: 30px 40px;
    line-height: 1.9;
}
.modal__body .sub-modal {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 10px;
}
@media (max-width: 991px) {
    .modal__body {
        font-size: calc(13px + 4 * (100vw - 320px) / 671);
    }
}
@media screen and (max-width: 767px) {
    .modal__body {
        padding: 15px 15px 5px;
        line-height: 1.7;
    }
    .modal__body .sub-modal {
        font-size: calc(16px + 8 * (100vw - 320px) / 447);
        text-indent: -1.3em;
        padding-left: 1.3em;
    }
}

.modal__body .dl-modal {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.modal__body .dl-modal dt {
    width: 80px;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 1.8;
}
.modal__body .dl-modal dd {
    flex: 1;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .modal__body .dl-modal {
        font-size: calc(13px + 1 * (100vw - 320px) / 671);
    }
    .modal__body .dl-modal dt {
        width: 65px;
    }
}

.modal__body .modal-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.modal__body .modal-box .txt-area {
    flex: 1;
    box-sizing: border-box;
}
.modal__body .modal-box .img-area {
    width: 214px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .modal__body .modal-box .txt-area,
    .modal__body .modal-box .img-area {
        width: 100%;
    }
    .modal__body .modal-box .img-area img {
        width: 200px;
    }
}

.modal__body .btn-modal {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 360px;
    min-height: 50px;
    background: #444444;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 60px;
    padding: 8px 10px 10px;
    color: #fff;
    line-height: 1.5;
}
.modal__body .btn-modal:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    transition: 0.5s;
}
@media screen and (max-width: 991px) {
    .modal__body .btn-modal {
        font-size: calc(14px + 4 * (100vw - 320px) / 671);
    }
}
@media screen and (max-width: 767px) {
    .modal__body .btn-modal {
        line-height: 1.4;
        border-radius: 40px;
        padding: 7px 10px 9px;
    }
}

/*-------------------------------
 * 5. CONTENTS
 * ----------------------------*/
/*5.1 Box
 *------------------------------*/
.waku-box {
    margin: 20px 0 30px;
    padding: 17px;
    border: 6px solid #ccc;
}
@media only screen and (max-width: 767px) {
    .waku-box {
        margin-bottom: 20px;
    }
}

.blue-box {
    margin: 20px 0;
    padding: 30px;
    border: 10px solid #b3dbf3;
}
@media only screen and (max-width: 767px) {
    .blue-box {
        padding: 15px 10px;
        border-width: 5px;
    }
}

/*5.2 Cate Title
 *------------------------------*/
#cate-ttl {
    margin: 0 auto;
    padding: 126px 0 0;
}
#cate-ttl .container {
    height: 65px;
    margin: 0 auto;
    padding: 8px 10px 0;
    background: url(../img/pc/bg-yellow.png) bottom left repeat;
    box-sizing: border-box;
    color: #000;
}
#cate-ttl .ttl {
    margin: 0;
    font-family: '游明朝', YuMincho, serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    #cate-ttl {
        padding-top: 65px;
    }
    #cate-ttl .container {
        height: 60px;
    }
    #cate-ttl .ttl {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    #cate-ttl .ttl {
        padding-top: 1px;
        font-size: 20px;
    }
}

/*5.3 About
 *------------------------------*/
.about-people-cont {
    margin: 30px 0 -10px;
}
.txt-about-people {
    display: inline-block;
    margin-top: -15px;
    font-size: 55px;
    color: #d6000f;
}
.txt-about-people span {
    display: inline-block;
    margin: 0 3px;
    font-size: 26px;
    vertical-align: 5%;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .about-people-cont {
        margin: 20px 0 0;
    }
    .txt-about-people {
        margin-top: -10px;
        font-size: 35px;
    }
    .txt-about-people span {
        font-size: 20px;
    }
}

ul.about-tab {
    width: 100%;
    margin: 30px 0 0;
    display: table;
    table-layout: fixed;
}
ul.about-tab li {
    display: table-cell;
    padding: 5px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background: #a4c4ea;
    letter-spacing: 0.08em;
    border-left: 5px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
}
ul.about-tab li:first-of-type {
    border-left: none;
}
ul.about-tab li:hover,
ul.about-tab li.active {
    background: #fff;
    border-bottom: none;
    transition: 0.7s;
}
@media only screen and (max-width: 767px) {
    ul.about-tab {
        margin-top: 20px;
    }
    ul.about-tab li {
        padding: 4px 5px 3px;
        font-size: 14px;
        letter-spacing: 0;
        border-left-width: 3px;
        border-bottom-width: 1px;
    }
}

.about-cont {
    margin: 0;
    padding: 40px 40px 35px;
    background: #fff;
} 
.about-cont section {
    display: none;
}
.about-cont section.show {
    display: block;
}
@media only screen and (max-width: 767px) {
    .about-cont {
        padding: 25px 15px 20px;
    }
}

/*5.4 Voice
 *------------------------------*/
.voice-bg-wrap {
    padding: 60px 0;
    margin: 0;
    background: url(../img/pc/bg-voice.jpg) center top no-repeat;
    background-size: cover;
}
.voice-bg-wrap .container {
    padding-left: 80px;
    padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
    .voice-bg-wrap .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .voice-bg-wrap {
        padding: 20px 0;
    }
    .voice-bg-wrap .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.voice-bg-wrap .txt {
    font-size: 17px;
    margin: 0 0 20px;
}
.voice-bg-wrap .txt-name {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 1.5;
}
.voice-bg-wrap .txt-name span {
    font-size: 28px;
    font-weight: 600;
    font-family: '游明朝', YuMincho, serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
    .voice-bg-wrap .txt {
        font-size: 14px;
    }
    .voice-bg-wrap .txt-name {
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.4;
    }
    .voice-bg-wrap .txt-name span {
        font-size: 20px;
    }
    .voice-bg-wrap .img {
        float: right;
        margin: 0 0 20px 20px;
    }
    .voice-bg-wrap .img img {
        width: 120px;
        height: auto;
    }
}

.voice-wrap {
    padding-bottom: 20px;
}
.voice-wrap .container {
	margin: 0;
	padding: 0 45px;
	background: #fff;
}
@media only screen and (max-width: 767px) {
    .voice-wrap {
        padding-bottom: 15px;
    }
    .voice-wrap .container {
        padding: 0 15px;
    }
}

.voice-wrap .voice-inner {
	width: auto;
	margin: 0;
	padding: 20px 20px 0;
	background: #ffee33;
	position: relative;
}
.voice-wrap .voice-inner:before,
.voice-wrap .voice-inner:after {
    content: " ";
    display: table;
}
.voice-wrap .voice-inner:after {
    clear: both;
}
@media only screen and (max-width: 767px) {
    .voice-wrap .voice-inner {
        padding: 15px 15px 0;
    }
}

.voice-wrap .voice-inner .fl-wrap {
    float: left;
    width: 650px;
}
.voice-wrap .voice-inner .fr-wrap {
    float: right;
    width: 300px;
}
@media only screen and (max-width: 1199px) {
    .voice-wrap .voice-inner .fl-wrap {
        width: 550px;
    }
    .voice-wrap .voice-inner .fr-wrap {
        width: 270px;
    }
}
@media only screen and (max-width: 991px) {
    .voice-wrap .voice-inner .fl-wrap,
    .voice-wrap .voice-inner .fr-wrap {
        float: none;
        width: auto;
    }
}

.voice-wrap .voice-inner .box-cont {
    position: relative;
}

.voice-wrap .voice-inner .box {
    width: auto;
    background: #fff;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    font-size: 14px;
}
.voice-wrap .voice-inner .box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 35px solid #fff;
	border-left: 35px solid #ffee33;
	width: 0;
	height: 0;
	z-index: 0;
}
.voice-wrap .voice-inner .box.border-none:before {
    border: none;
}
@media only screen and (max-width: 767px) {
    .voice-wrap .voice-inner .box {
        padding: 10px 15px 5px;
        margin-bottom: 15px;
        font-size: 13px;
    }
    .voice-wrap .voice-inner .box:before {
        border-bottom-width: 20px;
        border-left-width: 20px;
    }
}

.voice-wrap .voice-inner .box-ttl {
    width: auto;
    height: 150px;
    background: #555555;
    padding: 20px;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.voice-wrap .voice-inner .box-ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 35px solid #555555;
    border-left: 35px solid #ffee33;
    width: 0;
    height: 0;
    z-index: 0;
}
@media only screen and (max-width: 767px) {
    .voice-wrap .voice-inner .box-ttl {
        height: 90px;
    }
    .voice-wrap .voice-inner .box-ttl:before {
        border-bottom-width: 20px;
        border-left-width: 20px;
    }
}
@media only screen and (max-width: 320px) {
    .voice-wrap .voice-inner .box-ttl {
        height: 80px;
    }
}

.voice-wrap .voice-inner .box-ttl .stamp-voice {
    width: 110px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 22px;
    margin: 0;
}
.voice-wrap .voice-inner .box-ttl .img-voice {
    width: auto;
    height: 150px;
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .voice-wrap .voice-inner .box-ttl .stamp-voice {
        width: 60px;
        top: 14px;
        left: 12px;
    }
    .voice-wrap .voice-inner .box-ttl .img-voice {
        width: auto;
        height: 90px;
    }
}
@media only screen and (max-width: 320px) {
    .voice-wrap .voice-inner .box-ttl .stamp-voice {
        width: 50px;
        top: 15px;
        left: 10px;
    }
    .voice-wrap .voice-inner .box-ttl .img-voice {
        height: 80px;
    }
}

.voice-wrap .voice-inner .box-ttl .sub {
    position: absolute;
    margin: 0;
    top: 40px;
    left: 150px;
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
}
.voice-wrap .voice-inner .box-ttl .sub span {
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .voice-wrap .voice-inner .box-ttl .sub {
        font-size: 17px;
        top: 25px;
        left: 85px;
    }
    .voice-wrap .voice-inner .box-ttl .sub.two-line {
        top: 12px;
    }
    .voice-wrap .voice-inner .box-ttl .sub span {
        font-size: 13px;
    }
}
@media only screen and (max-width: 320px) {
    .voice-wrap .voice-inner .box-ttl .sub {
        font-size: 14px;
        top: 22px;
        left: 70px;
    }
    .voice-wrap .voice-inner .box-ttl .sub.two-line {
        top: 13px;
    }
    .voice-wrap .voice-inner .box-ttl .sub span {
        font-size: 12px;
    }
}

.voice-wrap .voice-inner .icon {
    float: right;
    margin: 0 0 10px 10px;
}
@media only screen and (max-width: 767px) {
    .voice-wrap .voice-inner .icon {
        width: 50px;
        height: auto;
        margin-top: 5px;
    }
}

.voice-wrap .voice-inner .subsub {
    color: #1a418f;
    margin: 12px 0 10px;
    line-height: 1.5;
    font-size: 17px;
}
.voice-wrap .voice-inner .subsub.txt-red {
    color: #c7204b;
}
@media only screen and (max-width: 767px) {
    .voice-wrap .voice-inner .subsub {
        font-size: 15px;
        line-height: 1.6;
    }
}

.voice-wrap .voice-inner dl.faq {
    margin: 10px 0 0;
    padding: 0;
}
.voice-wrap .voice-inner dl.faq dt {
    margin: 0;
    padding: 0 0 10px;
    background: url(../img/pc/icon-faq.png) 0 0 no-repeat;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.8;
}
.voice-wrap .voice-inner dl.faq dt span {
    display: inline-block;
    padding-left: 40px;
}
.voice-wrap .voice-inner dl.faq dd {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}
@media only screen and (max-width: 767px) {
    .voice-wrap .voice-inner dl.faq dt {
        font-size: 15px;
        background-size: 25px 25px;
        line-height: 1.6;
        padding-bottom: 7px;
    }
    .voice-wrap .voice-inner dl.faq dt span {
        padding-left: 32px;
    }
    .voice-wrap .voice-inner dl.faq dd {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

/*5.5 Benefits
 *------------------------------*/
.benefits-wrap {
    padding-bottom: 20px;
}
.benefits-wrap .container {
	margin: 0;
	padding: 0 45px;
	background: #fff;
}
.benefits-wrap .sub-benefits {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
    .benefits-wrap {
        padding-bottom: 5px;
    }
    .benefits-wrap .container {
        padding: 0 15px;
    }
    .benefits-wrap .sub-bg {
        font-size: 14px;
    }
    .benefits-wrap img.w80-xs {
        width: 85%;
    }
    .benefits-wrap .sub-benefits {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.8;
    }
}

ul.benefits-img-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
}
ul.benefits-img-list li {
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 10px;
}
ul.benefits-img-list.cols5 li {
    width: 20%;
}
ul.benefits-img-list.cols3 li {
    width: 33.3333%;
}
ul.benefits-img-list li .txt {
    font-size: 13px;
    text-align: center;
    margin: 10px 0 0;
}
ul.benefits-img-list li .img-badge {
    width: auto;
    height: 150px;
}
@media only screen and (max-width: 1199px) {
    ul.benefits-img-list li .img-badge {
        height: 130px;
    }
}
@media only screen and (max-width: 991px) {
    ul.benefits-img-list li .img-badge {
        height: 90px;
    }
}
@media only screen and (max-width: 767px) {
    ul.benefits-img-list li {
        padding: 0 5px;
        width: 50% !important;
    }
    ul.benefits-img-list li .img-badge {
        height: 130px;
    }
}

dl.benefits-txt-list {
    width: 100%;
    display: table;
    margin: 0 auto;
    font-family: "游明朝", YuMincho, serif !important;
}
dl.benefits-txt-list.wide {
    width: 95%;
}
dl.benefits-txt-list dt {
    display: table-cell;
    width: 55px;
    font-weight: 400;
    vertical-align: top;
    line-height: 2;
    font-size: 15px;
}
dl.benefits-txt-list dd {
    display: table-cell;
    vertical-align: top;
    line-height: 2;
    font-size: 15px;
}
dl.benefits-txt-list .price {
    font-size: 18px;
    line-height: 1.6;
}
dl.benefits-txt-list .del {
    display: inline-block;
    text-decoration: line-through;
    color: #000;
}
@media only screen and (max-width: 1199px) {
    dl.benefits-txt-list.wide {
        width: 85%;
    }
}
@media only screen and (max-width: 991px) {
    dl.benefits-txt-list.wide {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    dl.benefits-txt-list dt,
    dl.benefits-txt-list dd {
        font-size: 13px;
        line-height: 1.8;
    }
    dl.benefits-txt-list dt {
        width: 45px;
    }
    dl.benefits-txt-list .price {
        font-size: 15px;
    }
    dl.benefits-txt-list .del.ml-xs {
        margin-left: 2rem;
    }
}

dl.benefits-txt-list.server dt {
    width: 60%;
    font-size: 16px;
    line-height: 1.8;
}
dl.benefits-txt-list.server dd {
    width: 40%;
    text-align: right;
    font-size: 16px;
    line-height: 1.8;
}
dl.benefits-txt-list.server.w-ssize dt {
    width: 100px;
    font-size: 14px;
}
dl.benefits-txt-list.server.w-ssize dd {
    width: auto;
    text-align: left;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    dl.benefits-txt-list.server dt,
    dl.benefits-txt-list.server dd {
        font-size: 14px;
    }
    dl.benefits-txt-list.server.w-ssize dt {
        width: 90px;
        font-size: 13px;
    }
    dl.benefits-txt-list.server.w-ssize dd {
        font-size: 13px;
    }
}

/* 5.5.1 20th 追加 211209 ------------*/
/*----- TOP -----*/
.top-20th-box {
    width: 800px;
    margin: 25px auto 20px;
}
.top-20th-box + .top-20th-box {
    margin-top: 30px;
}
@media only screen and (max-width: 991px) {
    .top-20th-box {
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    .top-20th-box {
        margin: 15px auto;
    }
    .top-20th-box + .top-20th-box {
        margin-top: 20px;
    }
}

/*----- Benefits -----*/
.benefits-20th-wrap {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, serif;
}
.ttl-20th {
    margin: 30px auto 20px;
}
.txt-20th-read {
    font-size: 15px;
    text-align: center;
}
.sub-20th {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    border-radius: 0;
    padding: 7px 5px 6px;
    margin: 15px auto 25px;
    font-size: 21px;
    background: #d6000f;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-weight: 600;
}
.sub-20th span:nth-of-type(1) {
    display: block;
    width: 72px;
    margin-right: 15px;
}
.subsub-20th {
    color: #d6000f;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 1.7;
}
.txt-20th {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0;
}
.txt-20th span {
    color: #ffd800;
}
@media only screen and (max-width: 991px) {
    .sub-20th {
        font-size: 19px;
    }
    .subsub-20th {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .ttl-20th {
        width: 170px;
    }
    .txt-20th-read {
        font-size: 14px;
        line-height: 1.8;
    }
    .sub-20th {
        font-size: 15px;
        padding: 5px;
        line-height: 1.5;
        margin: 0 auto 15px;
    }
    .sub-20th span:nth-of-type(1) {
        width: 15%;
        margin-right: 0;
        text-align: center;
    }
    .sub-20th span:nth-of-type(2) {
        width: 80%;
        box-sizing: border-box;
        padding-left: 15px;
    }
    .subsub-20th {
        font-size: 14px;
    }
    .txt-20th {
        font-size: 13px;
    }
}
@media only screen and (max-width: 320px) {
    .ttl-20th {
        width: 150px;
    }
    .txt-20th-read {
        font-size: 13px;
    }
    .sub-20th {
        font-size: 14px;
    }
    .subsub-20th {
        font-size: 13px;
    }
}

.txt-bg-20th {
    display: block;
    max-width: 640px;
    color: #fff;
    background: #d6000f;
    margin: 15px 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    font-weight: 600;
}
.waku-20th {
    display: block;
    max-width: 640px;
    border: 5px solid #ffd800;
    padding: 12px 15px 10px;
    font-size: 16px;
    margin: 20px 0 25px;
}
.waku-20th.medium-wide {
    max-width: 500px;
}
.waku-20th p {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .txt-bg-20th {
        font-size: 14px;
        line-height: 1.6 !important;
        margin: 12px 0 15px;
    }
    .waku-20th {
        font-size: 13px;
        padding: 12px 12px 10px;
        margin: 15px 0 20px;
        border-width: 3px;
    }
}
@media only screen and (max-width: 320px) {
    .txt-bg-20th {
        font-size: 12px;
    }
}

.benefits-20th-list01 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 0 0 10px;
    font-weight: 600;
}
.benefits-20th-list01 dt {
    width: 13%;
    background: #d6000f;
    color: #fff;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.6;
}
.benefits-20th-list01 dd:nth-of-type(1) {
    width: 77%;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 20px;
    line-height: 1.6;
}
.benefits-20th-list01 dd:nth-of-type(1) span {
    font-size: 16px;
}
.benefits-20th-list01 dd:nth-of-type(2) {
    width: 10%;
    box-sizing: border-box;
    font-size: 22px;
    color: #d6000f;
    line-height: 1.6;
}
.benefits-20th-list01 dd:nth-of-type(2) span {
    font-size: 18px;
}
@media only screen and (max-width: 1199px) {
    .benefits-20th-list01 dt {
        font-size: 17px;
    }
    .benefits-20th-list01 dd:nth-of-type(1) span {
        font-size: 15px;
    }
    .benefits-20th-list01 dd:nth-of-type(2) {
        font-size: 20px;
    }
    .benefits-20th-list01 dd:nth-of-type(2) span {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .benefits-20th-list01 dt {
        font-size: 16px;
        width: 18%;
    }
    .benefits-20th-list01 dd:nth-of-type(1) {
        width: 67%;
    }
    .benefits-20th-list01 dd:nth-of-type(1) span {
        display: block;
    }
    .benefits-20th-list01 dd:nth-of-type(2) {
        font-size: 18px;
        width: 15%;
    }
}
@media only screen and (max-width: 767px) {
    .benefits-20th-list01 {
        align-items: stretch;
        align-content: stretch;
    }
    .benefits-20th-list01 dt {
        font-size: 14px;
        width: 20%;
    }
    .benefits-20th-list01 dt span {
        display: block;
        padding-top: 6px;
    }
    .benefits-20th-list01 dd:nth-of-type(1) {
        width: 66%;
        font-size: 14px;
        padding-left: 10px;
    }
    .benefits-20th-list01 dd:nth-of-type(1) span {
        font-size: 13px;
    }
    .benefits-20th-list01 dd:nth-of-type(2) {
        width: 14%;
        font-size: 16px;
        padding-top: 18px;
    }
    .benefits-20th-list01 dd:nth-of-type(2) span {
        font-size: 13px;
    }
}
@media only screen and (max-width: 320px) {
    .benefits-20th-list01 dt {
        font-size: 12px;
    }
    .benefits-20th-list01 dd:nth-of-type(1) {
        font-size: 12px;
    }
    .benefits-20th-list01 dd:nth-of-type(1) span {
        font-size: 12px;
    }
    .benefits-20th-list01 dd:nth-of-type(2) {
        font-size: 14px;
    }
    .benefits-20th-list01 dd:nth-of-type(2) span {
        font-size: 11px;
    }
}

.benefits-20th-list02 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 0 5px;
}
.benefits-20th-list02 dt {
    width: 13%;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.6;
}
.benefits-20th-list02 dt span {
    color: #ffd800;
}
.benefits-20th-list02 dd {
    width: 87%;
    line-height: 1.6;
    font-weight: 400;
}
.benefits-20th-list02 dd p {
    text-indent: -0.5em;
    padding-left: 0.5em;
    margin: 0;
    line-height: 1.6 !important;
}
@media only screen and (max-width: 991px) {
    .benefits-20th-list02 dt {
        width: 20%;
    }
    .benefits-20th-list02 dd {
        width: 80%;
    }
}
@media only screen and (max-width: 767px) {
    .benefits-20th-list02 dt {
        width: 25%;
    }
    .benefits-20th-list02 dd {
        width: 75%;
    }
    .benefits-20th-list02 dd p {
        line-height: 1.5 !important;
    }
}
@media only screen and (max-width: 320px) {
    .benefits-20th-list02 {
        font-size: 12px;
    }
}

.benefits-20th-box {
    background: #fdf0a6;
    border-radius: 10px;
    padding: 17px 20px 10px;
    margin: 30px 0;
    position: relative;
}
.benefits-20th-box .benefits-20th-list01 dt {
    border-radius: 30px;
    width: 10%;
}
.benefits-20th-box .img {
    position: absolute;
    top: -30px;
    right: 30px;
    margin: auto;
    z-index: 20;
}
@media only screen and (max-width: 991px) {
    .benefits-20th-box .benefits-20th-list01 dt {
        width: 16%;
    }
    .benefits-20th-box .img {
        width: 150px;
        top: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .benefits-20th-box {
        border-radius: 7px;
        padding: 10px;
        margin: 10px 0 25px;
    }
    .benefits-20th-box .benefits-20th-list01 dt {
        width: 30%;
    }
    .benefits-20th-box .benefits-20th-list01 dt span {
        padding-top: 0;
    }
    .benefits-20th-box .benefits-20th-list01 dd:nth-of-type(1) {
        width: 70%;
        font-size: 15px;
        padding-top: 5px;
    }
    .benefits-20th-box .img {
        width: 120px;
        top: 0;
        left: 0;
        position: relative;
    }
}

.btn-benefits {
    display: block;
    margin: 20px auto 0;
}
.btn-link {
    display: block;
    margin: 0;
}
.btn-benefits:hover,
.btn-link:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media only screen and (max-width: 767px) {
    .btn-benefits img {
        width: 240px;
        margin: 20px auto 25px;
    }
    .btn-link img {
        width: 240px;
        margin: 0 auto 20px;
    }
    .btn-link.long img {
        width: 100%;
    }
}

.benefits-20th-nintei-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: -20px;
}
.benefits-20th-nintei-box .cols:nth-of-type(1) {
    width: 65%;
}
.benefits-20th-nintei-box .cols:nth-of-type(2) {
    width: 33%;
    box-sizing: border-box;
    padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .benefits-20th-nintei-box {
        margin-top: -5px;
        margin-bottom: 0;
    }
    .benefits-20th-nintei-box .cols:nth-of-type(1) {
        width: 100%;
    }
    .benefits-20th-nintei-box .cols:nth-of-type(2) {
        width: 55%;
        margin: 10px auto 0;
        padding-bottom: 0;
    }
}

/*-------------------------------
 * 6. FOOTER
 * ----------------------------*/
footer {
    width: 100%;
    height: auto;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    text-align: center;
    background: #333;
    z-index: 100;
}
footer .container {
    position: relative;
}
@media only screen and (max-width: 767px) {
    footer {
        height: 90px;
    }
}

footer .entry-box {
    display: none;
    width: 640px;
    height: 90px;
    margin: 0 auto;
    padding: 0;
    font-weight: 600;
    font-size: 23px;
    box-sizing: border-box;
    color: #000;
    background: url(../img/pc/bg-yellow.png) bottom left repeat;
    text-align: center;
    position: relative;
    line-height: 1.45;
}
footer .entry-box a {
    display: block;
    width: 640px;
    height: 90px;
    padding: 14px 10px;
    box-sizing: border-box;
    color: #000;
}
footer .entry-box.end a {
    padding-top: 30px;
}
footer .entry-box a:hover {
    text-decoration: none;
    opacity: 0.8;
}
footer .entry-box .icon-btn {
    display: block;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 35px;
    border-radius: 35px 35px 0 0;
    background: url(../img/pc/bg-yellow.png) 0 0 repeat;
    z-index: 0;
}
footer .entry-box .icon-btn span {
    display: block;
    width: 27px;
    height: 23px;
    margin: 6px auto 0;
    background: url(../img/pc/icon-btn-under.png) 0 0 no-repeat;
    background-size: 27px 23px;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){
    footer .entry-box .icon-btn span {
        background-image: url(../img/pc/icon-btn-under@2x.png);
    }
}
@media only screen and (max-width: 767px) {
    footer .entry-box {
        display: block;
        width: 80%;
        height: 70px;
        font-size: 18px;
        line-height: 1.3;
    }
    footer .entry-box a {
        width: 100%;
        height: 70px;
        padding-top: 13px;
    }
    footer .entry-box.end a {
        padding-top: 24px;
        font-size: 17px;
    }
    footer .entry-box.long-txt {
        height: 75px;
    }
    footer .entry-box.long-txt a {
        height: 75px;
        padding-top: 12px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
    }
    footer .entry-box.long-txt .small {
        display: inline-block;
        margin-top: 5px;
        line-height: 1.5;
        font-size: 10px;
        letter-spacing: -0.08em;
    }
    footer .entry-box .icon-btn {
        top: -20px;
    }
    footer .entry-box .icon-btn span {
        width: 18px;
        height: 15px;
        background-size: 18px 15px;
    }
}
@media only screen and (max-width: 320px) {
    footer .entry-box {
        font-size: 16px;
        line-height: 1.45;
    }
    footer .entry-box a {
        padding-left: 0;
        padding-right: 0;
    }
    footer .entry-box.end a {
        padding-top: 25px;
        font-size: 15px;
    }
    footer .entry-box.long-txt a {
        font-size: 13px;
    }
    footer .entry-box.long-txt .small {
        letter-spacing: -0.18em;
    }
}

.txt-list {
    margin: 55px 0 0;
    font-family: '游明朝', YuMincho, serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
}
body#top-page .txt-list {
    margin: 20px 0 40px;
}
.txt-list li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.txt-list li span {
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .txt-list {
        margin: 0  0 40px !important;
        font-size: 14px;
        letter-spacing: 0;
    }
    .txt-list li {
        display: block;
        margin: 0;
    }
    .txt-list li span {
        font-size: 12px;
    }
}

/*-------------------------------
 * 7. NOTICEBAR
 * ----------------------------*/
#knt_noticebar + header {
    top: 60px;
}
#knt_noticebar {
    background-color: #e6e6e6;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 60px;
    overflow: hidden;
}
#knt_noticebar p {
    /*background: url(/common/images/i-attention.gif) 3% no-repeat;*/
    color: #000;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
#knt_noticebar + header + #main-visual {
    margin-top: 184px;
}
@media only screen and (max-width: 1199px) {
    #knt_noticebar + header nav.nav-sp.active {
        transform: translateY(125px);
    }
    #knt_noticebar + header + #main-visual {
        margin-top: 124px;
    }
}
@media only screen and (max-width: 767px) {
    #knt_noticebar + header nav.nav-sp.active {
        transform: translateY(145px);
    }
    #knt_noticebar + header {
        top: 80px;
    }
    #knt_noticebar + header + #main-visual {
        margin-top: 135px;
    }
    #knt_noticebar {
        height: 80px;
    }
}
@media only screen and (max-width: 480px) {
    #knt_noticebar + header nav.nav-sp.active {
        transform: translateY(140px);
    }
    #knt_noticebar + header {
        top: 75px;
    }
    #knt_noticebar {
        height: 75px;
    }
    #knt_noticebar p {
        font-size: 11px;
    }
}
@media only screen and (max-width: 320px) {
    #knt_noticebar p {
        font-size: 10px;
    }
}

body.is_notice-bar #knt_noticebar.long-txt-box {
    position: relative;
}
#knt_noticebar.long-txt-box + header {
    top: 0;
}
#knt_noticebar.long-txt-box {
    background-color: #333;
    position: relative;
    top: 125px;
    margin: 0;
    height: auto;
}
#knt_noticebar.long-txt-box .container {
    background-color: #e6e6e6;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 18px;
}
#knt_noticebar.long-txt-box p {
    padding: 0 0 0 100px;
    background: url(/common/images/i-attention.gif) 3% no-repeat;
}
#knt_noticebar.long-txt-box + header + #main-visual {
    margin-top: 125px;
}
@media only screen and (max-width: 1199px) {
    #knt_noticebar.long-txt-box {
        top: 65px;
    }
    #knt_noticebar.long-txt-box + header + #main-visual {
        margin-top: 65px;
    }
}
@media only screen and (max-width: 767px) {
    #knt_noticebar.long-txt-box .container {
        padding-top: 15px;
    }
    #knt_noticebar.long-txt-box p {
        padding-left: 40px;
    }
}

.gbox {
    background-color: #333;
    position: relative;
    top: 125px;
    margin: 0;
    height: auto;
    color: #000;
}
.gbox .container {
    background-color: #e6e6e6;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 8px;
}
.gbox p {
    padding: 0 0 0 100px;
    font-size: 12px;
    background: url(/common/images/i-attention.gif) 3% no-repeat;
}
body.is_notice-bar .gbox {
    top: 185px;
    margin-bottom: 184px;
}
@media only screen and (max-width: 1199px) {
    .gbox {
        top: 65px;
    }
    body.is_notice-bar .gbox {
        top: 125px;
        margin-bottom: 124px;
    }
}
@media only screen and (max-width: 767px) {
    body.is_notice-bar .gbox {
        top: 140px;
        margin-bottom: 139px;
    }
    .gbox .container {
        padding-top: 15px;
    }
    .gbox p {
        padding-left: 40px;
        font-size: 11px;
    }
}

body.is_notice-bar header {
    top: 60px !important;
}
body.is_notice-bar #main-visual {
    margin-top: 184px;
}
@media only screen and (max-width: 1199px) {
    body.is_notice-bar nav.nav-sp.active {
        transform: translateY(125px);
    }
    body.is_notice-bar #main-visual {
        margin-top: 125px;
    }
}
@media only screen and (max-width: 767px) {
    body.is_notice-bar #knt_noticebar p {
        padding: 5px 0;
        line-height: 1.6 !important;
    }
}
@media only screen and (max-width: 360px) {
    body.is_notice-bar #knt_noticebar .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*----- 240513 deleted line -----*/
.deleted-line {
	position: relative;
}
.deleted-line::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(transparent 36%,#C11210 36%,#C11210 40%,transparent 40%);
}
@media only screen and (max-width: 1199px) {
    .deleted-line::after {
        width: 50vw;
    }
}

/*----- 240513 deleted line -----*/
.announce-box {
    margin: 40px 0;
    padding: 10px;
    border: 5px solid #C11210;
    background: #fff;
    color: #C11210;
    text-align: center;
    font-size: 20px;
    font-family: '游教科書体', YuMincho, serif;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.announce-box .sub {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -0.025em;
    margin: 0 0 0.5rem;
    text-align: center;
}
.announce-box .day-box {
    margin: 20px auto;
    padding: 15px 0;
    max-width: 95%;
    border-top: 2px solid #C11210;
    border-bottom: 2px solid #C11210;
}
.announce-box .day {
    font-weight: 700;
    font-size: 26px;
}
.announce-box .kikan,
.announce-box .day span {
    display: inline-block;
    font-size: 22px;
}
@media only screen and (max-width: 991px) {
    .announce-box .sub {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .announce-box {
        margin: 20px 0;
        border-width: 3px;
        font-size: 15px;
        padding: 10px 10px 5px;
        text-align: left;
    }
    .announce-box .sub {
        font-size: 19px;
        line-height: 1.4;
        margin-bottom: 1rem;
    }
    .announce-box p {
        line-height: 1.55 !important;
    } 
    .announce-box .day-box {
        margin: 15px auto;
        max-width: 100%;
        padding: 10px 0 0;
        text-align: center;
    }
    .announce-box .day {
        font-size: 17px;
    }
    .announce-box .kikan,
    .announce-box .day span {
        font-size: 16px;
    }
}
