@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  color: #4C4C4C;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  text-align: center;
}

/*
Font-size list (base: 16px)
   75% =  12px
   81% =  13px
   88% =  14px
   93% =  15px
 100% =  16px
 106% =  17px
 113% =  18px
 119% =  19px
 125% =  20px
 131% =  21px
 138% =  22px
 148% =  23px
 150% =  24px
*/
/* リンク色 */
a {
  color: #003273;
}

a:hover, a:active {
  color: #4BB3B2;
  text-decoration: none;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .interview-nav:after, .interview:after, .specific-words .specific-words__tab:after, .parent-feedback li:after, .eikon-result-wrap:after, .eiken-point:after, .news .news__contents:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .interview-nav, .interview, .specific-words .specific-words__tab, .parent-feedback li, .eikon-result-wrap, .eiken-point, .news .news__contents {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .interview-nav, * html .interview, .specific-words html .specific-words__tab, .parent-feedback html li, * html .eikon-result-wrap, * html .eiken-point, .news html .news__contents {
  height: 1%;
}

.clearfix, .interview-nav, .interview, .specific-words .specific-words__tab, .parent-feedback li, .eikon-result-wrap, .eiken-point, .news .news__contents {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
.page-contents {
  margin-left: 10px;
  margin-right: 10px;
}

.contents {
  padding: 0 0;
  text-align: left;
}

.layout-container {
  text-align: left;
}

.layout-contents {
  padding: 0 10px;
  text-align: left;
}

.layout-section {
  margin-bottom: 40px;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

/* ヘッダー上段 */
.site-description {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 66%;
  color: #999;
}

/* ヘッダーメイン部分 */
.header-main {
  position: relative;
}

/* ヘッダーロゴ */
.header-site-name {
  display: block;
  width: 170px;
  margin: 0 0 0 0;
  float: left;
}

/* グローバルボタン */
.btn--menu {
  background: #003273;
  color: #fff;
  line-height: 1;
  padding: 5px;
  border: 1px solid #003273;
  font-size: 113%;
  position: absolute;
  bottom: 0;
  right: 10px;
  min-width: 50px;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Exo 2", sans-serif;
}
.btn--menu span {
  display: block;
  font-size: 66%;
  padding-top: 3px;
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  margin-top: 30px;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}

/* フッター　会社情報 */
.footer-address {
  padding: 10px;
  font-size: 88%;
}

address {
  font-style: normal;
}

/* コピーライト */
.copy {
  display: block;
  background: #003273;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  clear: both;
  display: block;
  text-align: left;
  position: absolute;
  background: #003273;
  top: 0;
  width: 100%;
  z-index: 200;
  display: none;
}
.global-nav .nav-header {
  background: #003273;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
.global-nav .nav-header .nav-header__title {
  text-align: center;
  font-size: 125%;
  height: 32px;
  line-height: 32px;
}
.global-nav h2 {
  font-size: 100%;
  margin: 10px;
}
.global-nav .global-trial {
  padding: 10px;
}
.global-nav .global-trial a {
  background: #4BB3B2;
  display: block;
  padding: 30px 0;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  font-size: 156%;
  color: #fff;
}
.global-nav > ul {
  padding: 0 10px;
  margin-bottom: 20px;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.global-nav > ul li {
  border-top: 1px solid #ddd;
}
.global-nav > ul li a, .global-nav > ul li span {
  display: block;
  padding: 15px 5px;
  color: #fff;
}
.global-nav > ul li a.drop, .global-nav > ul li span.drop {
  position: relative;
}
.global-nav > ul li a.drop i, .global-nav > ul li span.drop i {
  position: absolute;
  right: 10px;
  top: 25%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-size: 150%;
}
.global-nav > ul li a.drop.active i, .global-nav > ul li span.drop.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 35%;
}
.global-nav > ul li ul {
  display: none;
  background: #E4F4F4;
  padding: 0 10px;
  list-style: none;
}
.global-nav > ul li ul li {
  padding-left: 10px;
}
.global-nav > ul li ul li a {
  color: #003273;
}
.global-nav .btn--menu {
  background: #fff;
  color: #003273;
  line-height: 1;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 150%;
  position: absolute;
  bottom: 15px;
  right: 10px;
  min-width: 50px;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.global-nav .btn--menu span {
  display: block;
  font-size: 66%;
  padding-top: 3px;
}
.global-nav .btn--menu.btn--trigger-close {
  background: #fff;
  color: #003273;
}
.global-nav .top-class-list {
  background: none;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-nav .top-class-list li {
  padding: 0;
  width: 49%;
  margin-bottom: 10px;
  border: none;
}
.global-nav .top-class-list li a {
  padding: 0;
}
.global-nav .global-nav-sns {
  border-bottom: none;
  text-align: center;
}
.global-nav .global-nav-sns li {
  border: none;
  display: inline-block;
  margin: 0 15px;
}

/* ローカルナビの設定 */
.local-nav {
  margin-bottom: 20px;
}
.local-nav .local-nav__title {
  color: #fff;
  font-size: 114%;
  background: #003273;
  padding: 7px;
}
.local-nav .local-nav__list {
  list-style: none;
}
.local-nav .local-nav__list li {
  border-bottom: 1px solid #003273;
}
.local-nav .local-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/* フッターナビ */
.footer-nav {
  text-align: center;
  margin-bottom: 20px;
}
.footer-nav .footer-nav__title {
  background: #003273;
  padding: 10px;
  color: #fff;
}
.footer-nav ul {
  list-style: none;
  margin: 10px;
}
.footer-nav ul li {
  border-bottom: 1px dashed #003273;
  text-align: left;
}
.footer-nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #003273;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.2;
  font-size: 188%;
  font-weight: nomal;
  color: #003273;
}
.page-title .page-title__sub {
  display: block;
  font-size: 32%;
  font-weight: normal;
  color: #4BB2B2;
}

/* 見出し */
.title-lv1 {
  background: url(../img/common/heading/bgi--title-lv1-1.png) left top no-repeat, url(../img/common/heading/bgi--title-lv1-2.png) right bottom no-repeat;
  background-size: 100% auto;
  padding: 20px 10px;
  margin: 0 auto 20px;
  line-height: 1.3;
  text-align: center;
  font-size: 138%;
  color: #003273;
}

.title-lv2, .news .news__title {
  background: url(../img/common/heading/bgi--title-lv2.jpg) center bottom no-repeat;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 125%;
  color: #003273;
}

.title-lv3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.25rem;
  color: #003273;
}

/* 汎用見出し */
.title-other-01 {
  background: url(../img/common/heading/bgi--title-other-01.jpg) left 0.8em no-repeat;
  background-size: 15px;
  padding: 0 0 0 20px;
  margin-bottom: 5px;
  color: #003273;
}

.title-other-02 {
  background: #003273;
  padding: 5px 10px;
  color: #fff;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #fff;
  border: 2px solid #0069B5;
  padding: 10px 10px;
  text-align: center;
  color: #003273;
}
.table-ptn--01 td {
  background: #fff;
  border: 2px solid #0069B5;
  padding: 10px 10px;
}

.table-ptn--02 th, .eiken-price__table th {
  background: #003275;
  border: 1px solid #0069B5;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
}
.table-ptn--02 td, .eiken-price__table td {
  background: #fff;
  border: 1px solid #0069B5;
  padding: 15px 10px;
}
.table-ptn--02 table th, .eiken-price__table table th, .table-ptn--02 table td, .eiken-price__table table td {
  padding: 5px 0;
  background: none;
  border: 0;
  color: #333;
  text-align: left;
  vertical-align: top;
}
.table-ptn--02 .cell-none, .eiken-price__table .cell-none {
  border: 0;
  background: no-repeat;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

.table-ptn--04 th {
  padding: 5px 0;
  vertical-align: top;
  color: #003273;
}
.table-ptn--04 td {
  padding: 5px 0;
}

.sp-static-page .table-ptn--04 th {
  padding: 10px 0 0 0;
  vertical-align: top;
  display: block;
  color: #003273;
}
.sp-static-page .table-ptn--04 td {
  padding: 0 0 10px 0;
  display: block;
  border-bottom: 1px dashed #003273;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 135, color = "#787878");
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#787878')";
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 5px;
  text-align: center;
  behavior: url(PIE.htc);
}

.btn--main {
  background: #003273;
  color: #fff;
  text-decoration: none;
}

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none;
}

.btn--white {
  background: #fff;
  border: 2px solid #003273;
  color: #003273;
  text-decoration: none;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  background: #BDDFE5;
  padding: 15px;
}

.box-sub--02 {
  border: 3px solid #003273;
  padding: 12px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.news {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #666;
  text-align: left;
}
.news .news__title {
  font-size: 125%;
  margin-bottom: 10px;
}
.news .news__date {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.news .news__detail {
  text-align: right;
}
.news .news__contents img {
  height: auto !important;
}
.news .news__thumb {
  width: 100px;
  float: left;
  margin-right: 20px;
}

.article {
  border-bottom: 1px dashed #ABA073;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  line-height: 1.2;
}
.article .article__date {
  display: block;
  width: 20%;
  border-right: 1px dashed #666666;
  float: left;
}
.article .article__title {
  font-size: 100%;
  font-weight: normal;
  width: 78%;
  float: left;
}

.category-list {
  list-style: none;
}
.category-list li {
  background: url(../img/common/mark/ico--arrow-01.png) left center no-repeat;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: inline-block;
}

.news-archive-select {
  background: url(../img/common/subcolumn/ico--select.svg) right 10px center no-repeat;
  padding: 10px 30px;
  border: 1px solid #003273;
  border-radius: 6px;
  font-weight: bold;
  color: #003273;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.article-nav {
  margin: 60px 0;
  padding-top: 80px;
  list-style: none;
  position: relative;
}
.article-nav a {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
.article-nav li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav li:nth-child(1) a {
  background: url(../img/common/mark/news/ico--prev.svg) 20px center no-repeat;
  padding: 20px 30px 20px 46px;
  border: 1px solid #003273;
  border-radius: 36px;
  font-size: 0.88rem;
}
.article-nav li:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav li:nth-child(2) a {
  background: url(../img/common/mark/news/ico--next.svg) right 20px center no-repeat;
  padding: 20px 46px 20px 30px;
  border: 1px solid #003273;
  border-radius: 36px;
  font-size: 0.88rem;
}
.article-nav li:nth-child(3) {
  text-align: center;
}
.article-nav li:nth-child(3) a {
  background: #003273;
  padding: 22px 48px;
  border: 1px solid #003273;
  font-size: 1rem;
  color: #fff;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #003273;
}
.pagination a {
  border: 1px solid #003273;
}
.pagination a:hover {
  background-color: #003273;
  border: 1px solid #003273;
  color: #fff;
}
.pagination .current {
  background-color: #003273;
  border: 1px solid #003273;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  background: #0069B5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
  padding-top: 25px;
  color: #fff;
}
.catch .catch__title {
  display: block;
  font-size: 150%;
}
.catch .catch__sub {
  color: #4BB2B2;
}

.page-contents {
  background: #fff;
  margin-top: -80px;
  padding-top: 30px;
}

.topic-path {
  margin: 30px 0;
}

.bottom-nav {
  margin-top: 40px;
  text-align: left;
}
.bottom-nav .bottom-nav__title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 113%;
  color: #003273;
}
.bottom-nav .bottom-nav__bg {
  background: #0043A1 url(../img/common/item/bottom-nav/pic--bottom-nav-arrow.png) center top no-repeat;
  padding: 40px 0 20px;
}
.bottom-nav .bottom-nav__bg ul {
  padding: 0 20px;
}
.bottom-nav .bottom-nav__bg ul li {
  border-bottom: 1px dashed #ccc;
}
.bottom-nav .bottom-nav__bg ul li:last-child {
  background: none;
  margin-bottom: 0;
}
.bottom-nav .bottom-nav__bg ul li a {
  display: block;
  padding: 10px 0;
  color: #fff;
}
.bottom-nav .bottom-nav__bg ul li a img {
  display: inline-block;
  width: 31px;
  margin-right: 10px;
  vertical-align: middle;
}

/* 春期講習会 */
.spring-seminar-intro {
  background: url(../img/class/spring-seminar/bgi--intro.jpg) center top no-repeat;
  background-size: 100% auto;
}

.bg-spring {
  background: url(../img/class/spring-seminar/bgi--page.jpg) center top;
  background-size: 100% auto;
}

.spring-seminar-course dt {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #003273;
}
.spring-seminar-course dd {
  margin-bottom: 30px;
  line-height: 1.8;
}

/* クラス紹介 */
.class-intro {
  font-weight: bold;
  color: #003273;
}

.class-list {
  list-style: none;
}
.class-list li {
  margin-bottom: 20px;
}

.common-result {
  background: #B7DAE0;
  padding: 45px 20px 35px;
  margin: 0 -10px 60px;
  text-align: center;
}
.common-result .common-result__title {
  background: url(../img/class/index/bgi--result-title.svg) center bottom no-repeat;
  margin-bottom: 23px;
  padding-bottom: 17px;
  font-size: 1px;
  font-size: 1.5rem;
  color: #0D3275;
}

.result-list-univ .u-float-left, .result-list-univ .u-float-right, .result-list-highschool .u-float-left, .result-list-highschool .u-float-right {
  float: none;
}

.result-nav {
  background: #B7DAE0;
  padding: 40px 30px;
  margin: 0 -10px 60px;
  list-style: none;
  text-align: center;
}
.result-nav li {
  margin: 0 0 30px;
}
.result-nav li:last-child {
  margin-bottom: 0;
}
.result-nav li a {
  background: #003273 url(../img/result/ico--scroll.svg) right 27px center no-repeat;
  padding: 19px 13px 19px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
}

.goto-succession {
  background: #1869B4 url(../img/common/mark/ico--arrow-white.svg) right 17px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 26px 47px 26px 32px;
  display: block;
  margin: 0 auto 100px;
  line-height: 1;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}
.goto-succession:hover {
  color: #fff;
}

.result-list {
  list-style: none;
}
.result-list li {
  background: url(../img/common/mark/ico--flower-01.png) left center no-repeat;
  padding: 10px 30px 10px 40px;
  border-bottom: 1px solid #003273;
  position: relative;
}
.result-list li .result-list__name {
  font-size: 113%;
  color: #003273;
}
.result-list li .result-list__count {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-weight: bold;
}
.result-list.result-list--big .result-list__name {
  font-size: 150%;
}
.result-list.result-list--big .result-list__count {
  font-size: 125%;
}

/* 塾の方針 */
.fashion {
  border: 3px double #003273;
  padding: 15px;
  margin-bottom: 60px;
}

.policy-bg-image {
  background: url(../img/policy/index/bgi--bg-image.jpg) center top no-repeat;
  background-size: cover;
  display: block;
  border: 0;
  width: 100%;
  height: 500px;
}

.rumor-bg-reason {
  background: url(../img/policy/rumor/bgi--bg-reason.jpg) center top no-repeat;
  background-size: cover;
  display: block;
  border: 0;
  width: 100%;
  height: 430px;
}
.rumor-bg-reason p {
  padding: 80px 0 60px;
  font-size: 125%;
  color: #fff;
}

/* 教室紹介 */
.class-comment {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
  margin-left: auto;
  margin-right: auto;
}

.class-comment--fujiwara {
  background: url(../img/sp/class/index/pic--comment-fujiwara.jpg) left top no-repeat;
  background-size: 50px auto;
}

.class-comment--moriuchi {
  background: url(../img/sp/class/index/pic--comment-moriuchi.jpg) left top no-repeat;
  background-size: 50px auto;
}

.class01-text {
  background: url(../img/class/class01/pic--01.jpg) right top no-repeat;
  background-size: 100% auto;
  padding-top: 20px;
}

.class01-aspect {
  margin: 0 auto 80px;
}
.class01-aspect .class01-aspect__point {
  background: #EAF5F7;
  padding: 20px 33px;
  margin-bottom: 55px;
  list-style: none;
  font-weight: bold;
  font-size: 1.13rem;
  color: #003273;
}
.class01-aspect .class01-aspect__point li {
  margin-bottom: 10px;
}
.class01-aspect .class01-aspect__point li:last-child {
  margin-bottom: 0;
}

.class01-content-bg {
  background: #BEDFE6;
  padding: 40px 10px;
  margin: 0 -10px 60px;
}

.class01-table-01 {
  background: #003273;
  border: 3px solid #003273;
  width: 100%;
  margin-bottom: 10px;
}
.class01-table-01 tr th {
  padding: 15px 8px;
  width: 60px;
  border-bottom: 3px solid #003273;
  vertical-align: top;
  font-size: 0.88rem;
  font-weight: bold;
  color: #fff;
}
.class01-table-01 tr th span {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #fff;
  font-size: 0.75em;
}
.class01-table-01 tr td {
  background-color: #fff;
  padding: 15px;
  border-bottom: 3px solid #003273;
  line-height: 1.7;
  display: block;
}
.class01-table-01 tr td:first-of-type {
  padding-right: 0;
  border-bottom: none;
}
.class01-table-01 tr td a {
  color: #1869B5;
}

.class01-table-02 {
  background: #1869B5;
  border: 3px solid #1869B5;
  width: 100%;
  margin-bottom: 40px;
}
.class01-table-02 tr th {
  padding: 15px 8px;
  width: 60px;
  vertical-align: top;
  font-size: 0.88rem;
  font-weight: bold;
  color: #fff;
}
.class01-table-02 tr th .class01-table-02__title {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #fff;
  font-size: 0.75em;
}
.class01-table-02 tr td {
  background-color: #fff;
  padding: 15px;
  line-height: 1.7;
  display: block;
}
.class01-table-02 tr td:last-of-type {
  font-size: 0.88rem;
}
.class01-table-02 tr td a {
  color: #1869B5;
}

.class01-table-01__bg01 {
  background: url(../img/class/class01/content/ill--01.png) right 15px bottom 15px no-repeat;
}

.class01-table-01__bg02 {
  background: url(../img/class/class01/content/ill--02.png) right 15px bottom 15px no-repeat;
}

.class01-table-01__bg03 {
  background: url(../img/class/class01/content/ill--03.png) right 15px bottom 15px no-repeat;
}

.class01-content-btn {
  background: #003273 url(../img/common/mark/ico--arrow-white.svg) right 30px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 20px 55px 20px 35px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.25rem;
  color: #fff;
}
.class01-content-btn:hover {
  color: #fff;
}

.class01-result {
  margin-bottom: 150px;
}

.class01-eiken {
  margin-bottom: 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.class01-eiken li {
  width: 48%;
  margin-bottom: 30px;
}
.class01-eiken li:nth-child(1) {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.class01-stepup {
  background: #EAF5F7;
  padding: 40px 10px;
  margin: 0 -10px 40px;
  text-align: center;
  color: #0D3275;
}
.class01-stepup .class01-stepup__title {
  margin-bottom: 25px;
  font-size: 1.25rem;
}
.class01-stepup .class01-stepup__lede {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 1.5rem;
}
.class01-stepup .class01-stepup__flow {
  display: block;
  margin: 0 auto 25px;
}
.class01-stepup .class01-stepup__text {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1em;
}
.class01-stepup .class01-stepup__btn {
  background: #003273 url(../img/common/mark/ico--arrow-white.svg) right 30px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 15px 50px 15px 25px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
}
.class01-stepup .class01-stepup__btn:hover {
  color: #fff;
}

.class02-slide {
  margin: 0 20px 120px !important;
  list-style: none;
}
.class02-slide .slick-arrow {
  width: 20px;
  height: 20px;
}
.class02-slide .slick-arrow::before {
  content: none;
}
.class02-slide .slick-arrow.slick-prev {
  background: url(../img/class/class02/slide/ico--prev.png) left top no-repeat;
  background-size: cover;
  left: -20px;
}
.class02-slide .slick-arrow.slick-next {
  background: url(../img/class/class02/slide/ico--next.png) left top no-repeat;
  background-size: cover;
  right: -20px;
}
.class02-slide .slick-dots {
  bottom: -40px;
}
.class02-slide .slick-dots li.slick-active button:before {
  color: #003273;
}

.case02-rankup {
  background: #BEDFE6;
  padding: 30px 20px;
  text-align: center;
}
.case02-rankup .case02-rankup__title {
  margin-bottom: 20px;
  line-height: 1.9;
  font-size: 1rem;
  color: #003273;
}
.case02-rankup .case02-rankup__title span {
  padding: 0 0 10px 15px;
  font-size: 1.38rem;
}
.case02-rankup .case02-rankup__title span:nth-of-type(1) {
  background: url(../img/class/class02/rankup/bgi--title-01.png) right bottom no-repeat;
}
.case02-rankup .case02-rankup__title span:nth-of-type(2) {
  background: url(../img/class/class02/rankup/bgi--title-02.png) right bottom no-repeat;
}
.case02-rankup .case02-rankup__lede {
  margin-bottom: 20px;
  line-height: 1.79;
  font-weight: bold;
  font-size: 1.13rem;
  color: #0D3275;
}
.case02-rankup .case02-rankup__list {
  list-style: none;
}
.case02-rankup .case02-rankup__list li {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.class-result-highschool .result-sub-hischool {
  background: #BEDFE6;
  padding: 20px 10px;
  margin: 0 -10px 60px;
}
.class-result-highschool .result-sub-hischool .top-result-sub__lede {
  color: #003273;
}
.class-result-highschool .result-sub-hischool .top-result-sub__btn {
  background-color: #003273;
}

.teaching {
  background: #BDDFE5;
  padding: 10px;
}

.class-voice-nav {
  list-style: none;
}
.class-voice-nav li {
  margin-bottom: 10px;
}

.class-result {
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: 5px solid #003273;
}
.class-result .class-result__title {
  background: #005A9E;
  padding: 8px 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 150%;
  color: #fff;
}
.class-result .class-result__category {
  background: url(../img/common/mark/ico--flower-01.png) left center no-repeat;
  background-size: 20px;
  padding: 3px 0 3px 25px;
  display: inline-block;
  font-size: 125%;
  color: #003273;
}
.class-result .class-result__data {
  margin-top: 10px;
  margin-left: 25px;
  margin-bottom: 20px;
}

.go-to-faq {
  background: #0043A1;
  padding: 40px;
  position: relative;
  text-align: center;
}
.go-to-faq .go-to-faq__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -44px;
}

/* 英検 */
.eiken-container {
  padding: 0 10px;
  text-align: left;
}

.eiken-target {
  background: #EAF5F7;
  padding: 20px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 20px;
  position: relative;
  list-style: none;
  text-align: left;
  line-height: 1.78;
  font-weight: bold;
  color: #0D3275;
}
.eiken-target::before {
  content: " ";
  background: url(../img/class/eiken/intro/ill--01.svg) left top no-repeat;
  background-size: cover;
  width: 67px;
  height: 70px;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 75px;
}
.eiken-target li {
  background: url(../img/class/eiken/intro/ico--check.svg) left 3px no-repeat;
  padding-left: 35px;
  margin-bottom: 20px;
}
.eiken-target li:last-child {
  margin-bottom: 0;
}

.eiken-intro__lede01 {
  background: url(../img/class/eiken/intro/bgi--lede-sp.svg) center bottom no-repeat;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  font-size: 1.25rem;
  color: #003273;
}
.eiken-intro__lede01 strong {
  display: block;
  font-size: 1.94em;
}
.eiken-intro__lede01::before {
  content: " ";
  background: url(../img/class/eiken/intro/ill--02.png) left top no-repeat;
  background-size: cover;
  width: 137px;
  height: 203px;
  display: block;
  position: absolute;
  top: -130px;
  right: 100px;
}

.eiken-point {
  margin-bottom: 65px;
}
.eiken-point .eiken-point__title {
  background: #BEDFE6;
  padding: 10px 10px 10px 10px;
  margin-bottom: 33px;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #003273;
}
.eiken-point .eiken-point__title img {
  width: 60px;
  position: absolute;
  left: 21px;
  top: -30px;
}
.eiken-point .eiken-point__pic {
  display: block;
  width: 187px;
  margin: 0 auto 20px;
}
.eiken-feature {
  margin-bottom: 90px;
}
.eiken-feature .eiken-feature__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 43px;
  margin-bottom: 30px;
  position: relative;
  font-size: 1.5rem;
  color: #003273;
}
.eiken-feature .eiken-feature__title::before {
  content: " ";
  background: #003273;
  width: 27px;
  height: 1px;
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
}
.eiken-feature .eiken-feature__title::after {
  display: none;
}
.eiken-feature.eiken-feature--01 .eiken-feature__title::after {
  background-image: url(../img/class/eiken/feature/pic--01.png);
}
.eiken-feature.eiken-feature--02 .eiken-feature__title::after {
  background-image: url(../img/class/eiken/feature/pic--02.png);
}
.eiken-feature.eiken-feature--03 .eiken-feature__title::after {
  background-image: url(../img/class/eiken/feature/pic--03.png);
}
.eiken-feature.eiken-feature--04 .eiken-feature__title::after {
  background-image: url(../img/class/eiken/feature/pic--04.png);
}
.eiken-feature.eiken-feature--05 .eiken-feature__title::after {
  background-image: url(../img/class/eiken/feature/pic--05.png);
}
.eiken-feature .eiken-feature__dl dt {
  background: #0D3275;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 17px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.13rem;
  color: #fff;
}
.eiken-feature .eiken-feature__dl dd {
  padding: 0 15px;
  margin-bottom: 30px;
}
.eiken-feature .eiken-feature__attention {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #003273;
  padding: 15px 15px;
}

.eiken-price {
  background: #BEDFE5;
  padding: 40px 15px;
  margin: 0 -10px;
}

.eiken-price__table {
  width: 100%;
  margin: 0 auto 20px;
}
.eiken-price__table th {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.13rem;
}
.eiken-price__table td {
  display: block;
  padding: 25px 10px;
  font-size: 0.88rem;
}

.eiken-price__list {
  list-style: none;
  text-align: left;
  font-weight: bold;
}
.eiken-price__list li {
  margin-bottom: 10px;
}
.eiken-price__list li:last-child {
  margin-bottom: 0;
}
.eiken-price__list span {
  background: url(../img/class/eiken/price/bgi--price-list.svg) right 20px center no-repeat;
  width: 90px;
  display: inline-block;
  font-size: 1.13rem;
  color: #003273;
}

.eiken-price__note {
  text-align: left;
}

.eiken-schedule__graph {
  margin-bottom: 20px;
  overflow-x: scroll;
  position: relative;
}
.eiken-schedule__graph::before {
  content: " ";
  background: url(../img/class/eiken/schedule/pic--swipe.svg) left top;
  background-size: cover;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 80px;
  left: calc(50% - 100px);
  z-index: 1;
  opacity: 1;
}
.eiken-schedule__graph img {
  max-width: none;
  width: 650px;
}
.eiken-schedule__graph.is-show::before {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.eikon-result-wrap {
  background: #EAF5F7;
  padding: 40px 20px;
  margin: 0 -10px;
  color: #003273;
}

.eikon-result {
  width: 45%;
  float: left;
  margin-right: 10%;
  margin-bottom: 30px;
  font-weight: bold;
}
.eikon-result:nth-child(2n) {
  margin-right: 0;
}
.eikon-result:nth-last-child(-n+2) {
  margin-bottom: 0px;
}
.eikon-result dt {
  background: url(../img/class/eiken/result/ico--dt.png) left top no-repeat;
  padding-left: 37px;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.eikon-result__list {
  list-style: none;
}
.eikon-result__list li {
  background: url(../img/class/eiken/result/bgi--dot.svg) center bottom 10px repeat-x;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  font-size: 1rem;
}
.eikon-result__list li span {
  background: #EAF5F7;
}
.eikon-result__list li span:nth-of-type(1) {
  padding-right: 10px;
}
.eikon-result__list li span:nth-of-type(2) {
  padding-left: 10px;
}
.eikon-result__list li strong {
  font-size: 1.5rem;
}

.eikon-result__span {
  text-align: right;
  clear: both;
}

/* アクセス */
.access-way th {
  color: #003272;
}
.access-way th, .access-way td {
  padding: 10px 0;
}

/* FAQ */
.faq {
  margin: 0 auto 40px;
}
.faq dt {
  background: url(../img/common/item/ico--faq-q.png) center top no-repeat, url(../img/common/heading/bgi--title-lv2.jpg) center bottom no-repeat;
  padding: 55px 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 113%;
  color: #003273;
}
.faq dd {
  padding: 20px 0 40px;
}

.faq-category-index {
  list-style: none;
  margin-bottom: 80px;
}
.faq-category-index li {
  border-bottom: 1px dashed #999;
  padding: 10px 0;
}
.faq-category-index li a {
  background: url(../img/common/mark/ico--arrow-01.png) left center no-repeat;
  padding-left: 20px;
  display: block;
  font-size: 113%;
  color: #333;
}

/*卒熟成の声 */
.ob-section {
  padding: 0 10px;
}

.q1-section {
  background: #CEDBED;
  padding: 40px 10px 60px;
  margin-bottom: 60px;
}

.q3-section {
  background: #BDDFE5;
  padding: 40px 10px 60px;
  margin-bottom: 60px;
}

.q5-section {
  background: #94DBFF;
  padding: 40px 10px 60px;
  margin-bottom: 0px;
}

.ob-title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 113%;
  color: #003273;
}
.ob-title img {
  display: block;
  width: 50px;
  margin: 0 auto 5px;
}

.ob-answer {
  background: #fff;
  list-style: none;
  border: 1px solid #003274;
  height: 240px;
  margin: 0 auto 20px;
  overflow: auto;
}
.ob-answer li {
  padding: 10px;
}
.ob-answer li:nth-child(even) {
  background: #DDF4F8;
}

.ob-answer-totaling {
  background: #fff;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.ob-answer-list-q1 {
  list-style: none;
}
.ob-answer-list-q1 li {
  border-bottom: 1px dashed #999;
  padding: 10px 0;
  font-size: 113%;
  color: #003273;
}

.ob-answer-list-q2 {
  list-style: none;
}
.ob-answer-list-q2 li {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 113%;
  color: #003273;
}
.ob-answer-list-q2 li:nth-child(2), .ob-answer-list-q2 li:nth-child(5) {
  color: #33B8F7;
}
.ob-answer-list-q2 li:nth-child(3) {
  color: #4BB3B2;
}

/* 親御様の声 */
.parent-feedback-intro {
  margin-bottom: 80px;
  text-align: center;
}

.parent-feedback {
  list-style: none;
}
.parent-feedback li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #003273;
}
.parent-feedback li .parent-feedback__sheet {
  display: block;
  width: 300px;
  margin: 0 auto 10px;
  position: relative;
}
.parent-feedback li .parent-feedback__sheet .parent-feedback__sheet-pic {
  border: 1px solid #003273;
}
.parent-feedback li .parent-feedback__sheet .parent-feedback__icon {
  position: absolute;
  bottom: -10px;
  right: 10px;
}
.parent-feedback li .parent-feedback__comment strong {
  display: block;
  padding: 10px 0;
  font-size: 125%;
  color: #003273;
}

/* 生徒の声 */
.voice {
  background: url(../img/voice/bgi--voice.jpg) right bottom no-repeat;
  background-size: 100% auto;
  margin: 0 auto 60px;
  padding-bottom: 60px;
}
.voice .voice__photo {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
}
.voice .voice__photo img {
  border: 1px solid #999;
}
.voice .voice__title {
  background: url(../img/common/heading/bgi--title-other-01.jpg) left center no-repeat;
  padding: 0 0 0 40px;
  margin-bottom: 20px;
}
.voice .voice__title a {
  color: #fff;
}
.voice .voice__title span {
  background: #4BB4B3;
  display: block;
  padding: 5px 10px;
  color: #fff;
}
.voice .voice_comment dt {
  font-weight: bold;
  color: #003273;
}
.voice .voice_comment dd {
  margin-bottom: 20px;
}

/* 生徒の内なる言葉 */
.specific-words {
  margin-bottom: 40px;
}
.specific-words .specific-words__title {
  background: #0069B5;
  position: relative;
  display: block;
  padding: 15px 0;
  margin-bottom: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 113%;
  color: #fff;
}
.specific-words .specific-words__title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0069B5;
}
.specific-words .specific-words__tab {
  list-style: none;
}
.specific-words .specific-words__tab li {
  width: 50%;
  float: left;
}
.specific-words .specific-words__tab li a {
  display: block;
  padding: 10px;
  border: 2px solid #BDDFE5;
  text-align: center;
  font-size: 113%;
  text-decoration: none;
  color: #BDDFE5;
}
.specific-words .specific-words__tab li a.active, .specific-words .specific-words__tab li a:hover {
  background: #B0EDEB;
  border: 2px solid #B0EDEB;
  color: #003273;
}
.specific-words .specific-words__content {
  padding: 10px;
  border: 2px solid #BDDFE5;
  border-top: none;
}
.specific-words .specific-words__content img {
  display: block;
  margin: 0 auto;
}
.specific-words .specific-words__text {
  display: none;
}

/* インタビュー */
.list-interview {
  list-style: none;
}
.list-interview > li {
  margin-bottom: 80px;
}
.list-interview > li > a {
  display: block;
  margin-bottom: 20px;
}
.list-interview ul {
  list-style: none;
}
.list-interview ul li {
  background: url(../img/common/mark/ico--circle-01.png) 7px 19px no-repeat;
  padding: 10px 10px 10px 25px;
  border-bottom: 1px dashed #999;
}

.interview-intro {
  background: url(../img/interview/bgi--intro.jpg);
  margin: 0 auto 60px;
  line-height: 34px;
  font-size: 113%;
  color: #003273;
}

.interview {
  margin-bottom: 20px;
}

.interview-nav {
  list-style: none;
}
.interview-nav li {
  width: 312px;
  float: left;
  margin-right: 42px;
}
.interview-nav li:last-child {
  margin-right: 0;
}
.interview-nav li a {
  display: block;
  height: 334px;
  text-indent: -9999px;
}
.interview-nav li a:hover, .interview-nav li a.active {
  background-position: left bottom;
}
.interview-nav li a.interview-nav__01 {
  background-image: url(../img/interview/btn--01.jpg);
}
.interview-nav li a.interview-nav__02 {
  background-image: url(../img/interview/btn--02.jpg);
}
.interview-nav li a.interview-nav__03 {
  background-image: url(../img/interview/btn--03.jpg);
}

/* 代表メッセージ */
.msg-lede--blue {
  background: #3EBBF4;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 125%;
  color: #fff;
}

.msg-lede--green {
  background: #4BB4B3;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 125%;
  color: #fff;
}

.msg-lede--navy {
  background: #003275;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 125%;
  color: #fff;
}

/* 講師紹介 */
.teacher-profile {
  margin-bottom: 40px;
}

/* 小学６年生講座 受講生の「中学入学時」の成績 */
.succession {
  width: 100%;
  margin: 0 auto 90px;
  color: #0D3275;
}
.succession .succession__header {
  position: relative;
  text-align: center;
}
.succession .succession__header::after {
  content: " ";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #003273;
  position: absolute;
  bottom: 0;
  left: 0;
}
.succession .succession__header th {
  line-height: 1.4rem;
  font-size: 0.75rem;
}
.succession .succession__header th span {
  display: block;
}
.succession .succession__header th:nth-child(1) {
  width: auto;
}
.succession .succession__header th:nth-child(2), .succession .succession__header th:nth-child(3) {
  background: #EAF5F7;
  border-right: 15px solid #fff;
  padding: 10px 0 7px;
}
.succession .succession__header th:nth-child(2) {
  position: relative;
}
.succession .succession__header th:nth-child(2)::after {
  content: " ";
  background: url(../img/succession/ico--arrow-01.svg) left top no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 16px;
  position: absolute;
  right: -11px;
  top: 25px;
}
.succession .succession__header th:nth-child(3) {
  position: relative;
}
.succession .succession__header th:nth-child(3)::after {
  content: " ";
  background: url(../img/succession/ico--arrow-02.svg) left top no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 16px;
  position: absolute;
  right: -11px;
  top: 25px;
}
.succession .succession__header th:nth-child(4) {
  background: #FFFDCB;
  padding: 10px 0 7px;
}
.succession tr {
  position: relative;
}
.succession tr::after {
  content: " ";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #003273;
  position: absolute;
  bottom: 0;
  left: 0;
}
.succession tr th:nth-child(1) {
  padding: 10px 15px 7px;
  text-align: center;
}
.succession tr td {
  padding: 15px 15px 7px;
  position: relative;
  text-align: center;
  line-height: 1;
}
.succession tr td:nth-child(2), .succession tr td:nth-child(3) {
  background: #EAF5F7;
  border-right: 15px solid #fff;
}
.succession tr td:nth-child(4) {
  background: #FFFDCB;
}
.succession tr td .succession__pos {
  display: block;
  margin: 0 auto 4px;
}
.succession tr td span {
  font-weight: bold;
  font-size: 1.5rem;
}
.succession tr td .succession__top10 {
  width: 25px;
  position: absolute;
  top: 10px;
  left: calc(50% + 25px);
}

.succession-brn {
  background: #003273 url(../img/common/mark/ico--arrow-white.svg) right 17px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 26px 65px 26px 55px;
  display: block;
  margin: 0 auto 100px;
  line-height: 1;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}
.succession-brn:hover {
  color: #fff;
}

/* トップ */
.main-image {
  background: url(../img/sp/index/pic--main.jpg) center center no-repeat;
  background-size: cover;
  height: 320px;
  position: relative;
  text-align: left;
}
.main-image .main-image__lede {
  position: absolute;
  top: 120px;
  left: 10px;
  width: 240px;
}
.main-image .main-image__bnr {
  position: absolute;
  top: 220px;
  left: 50%;
  width: 240px;
  margin-left: -120px;
}

.top-intro-pr {
  margin: 20px auto 0;
}

.top-fixed-nav {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 101;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.top-fixed-nav li {
  width: 50%;
}
.top-fixed-nav li a {
  display: block;
  padding: 20px 0 16px;
}
.top-fixed-nav img {
  height: 25px;
}
.top-fixed-nav .top-fixed-nav__01 {
  background: #F4E72D;
}
.top-fixed-nav .top-fixed-nav__02 {
  background: #4BB3B2;
}

.top-contents {
  padding: 0 10px;
}

.top-news {
  background: #003275;
  padding: 10px 0px 5px 15px;
  position: relative;
  color: #fff;
}
.top-news::before {
  content: " ";
  background: url(../img/index/tit--news.svg) left top no-repeat;
  background-size: 100% auto;
  width: 80px;
  height: 82px;
  left: 10px;
  top: -55px;
  position: absolute;
}
.top-news a {
  background: url(../img/index/result/ico--arrow.svg) right 20px center no-repeat;
  display: block;
  padding-right: 40px;
  text-decoration: none;
  color: #fff;
}
.top-news .top-news__pic {
  width: 68px;
  margin-right: 25px;
}
.top-news .top-news-content {
  margin: 0px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top-news .top-news__dl {
  text-align: left;
}
.top-news .top-news__dl dd {
  padding: 0 0 10px 0;
  position: relative;
  text-decoration: underline;
}

.top-class {
  background: #BCDFE6 url(../img/index/bgi--result.jpg);
  padding: 60px 15px 60px;
}

.top-class-list {
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.top-class-list li {
  width: 49%;
  margin-bottom: 10px;
}

.top-result {
  background: #0A2C68;
  padding: 40px 20px 1px;
  margin-bottom: 80px;
}
.top-result .page-title {
  color: #fff;
}

.top-result-sub {
  margin-bottom: 80px;
  text-align: left;
}
.top-result-sub .top-result-sub__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 25px;
  margin: 0 auto 20px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 1rem;
  color: #fff;
}

.top-result-sub__lede {
  display: block;
  margin: 0 auto 25px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}

.top-result-sub__btn {
  background: #1869B5 url(../img/index/result/ico--arrow.svg) right 30px center no-repeat;
  width: 320px;
  padding: 25px 0;
  margin: 40px auto 0;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
}

.top-result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  font-weight: bold;
  font-size: 1.5rem;
}
.top-result-list li:not([class]) {
  background: url(../img/index/result/ico--01.svg) left 17px no-repeat, url(../img/index/result/bgi--dot.svg) center center no-repeat, url(../img/index/result/bgi--list.svg) left bottom repeat-x;
  width: 100%;
  padding-left: 30px;
  padding-right: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-result-list .top-result-list__total {
  background: url(../img/index/result/pic--01.svg) calc(100% - 150px) bottom no-repeat, url(../img/index/result/bgi--dash.svg) left bottom repeat-x;
  width: 100%;
  height: 58px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  text-align: right;
  line-height: 1;
  font-size: 1.13rem;
  color: #DE0461;
}
.top-result-list .top-result-list__total span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 0 10px;
  margin-bottom: -5px;
  font-size: 2.25rem;
}
.top-result-list .top-result-list__total p {
  position: absolute;
  right: 0;
  bottom: -35px;
  font-size: 0.88rem;
  color: #0D3275;
}
.top-result-list .top-result-list__school {
  display: block;
  position: relative;
  z-index: 2;
}
.top-result-list .top-result-list__school::before {
  content: " ";
  background: #fff;
  display: block;
  width: calc(100% + 10px);
  height: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}
.top-result-list .top-result-list__count {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  color: #D50031;
}
.top-result-list .top-result-list__count::before {
  content: " ";
  background: #fff;
  display: block;
  width: calc(100% + 10px);
  height: 20px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: -1;
}
.top-result-list .top-result-list__count span {
  font-size: 2.5rem;
}

.top-result-list--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  font-weight: bold;
  font-size: 1.13rem;
}
.top-result-list--sub li:not([class]) {
  background: url(../img/index/result/bgi--dot.svg) center center no-repeat, url(../img/index/result/ico--01.svg) left 8px no-repeat;
  width: 100%;
  padding-left: 30px;
  padding-right: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-result-list--sub .top-result-list__school {
  display: block;
  position: relative;
  z-index: 2;
}
.top-result-list--sub .top-result-list__school::before {
  content: " ";
  background: #fff;
  display: block;
  width: calc(100% + 10px);
  height: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}
.top-result-list--sub .top-result-list__count {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
}
.top-result-list--sub .top-result-list__count span {
  font-size: 2rem;
}
.top-result-list--sub .top-result-list__count::before {
  content: " ";
  background: #fff;
  display: block;
  width: calc(100% + 10px);
  height: 30px;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: -1;
}

.top-result-content-01 {
  background: #fff;
  padding: 20px 15px;
}

.top-result-content-02__tolal {
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-result-content-02__tolal .top-result-content-02__title {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  color: #0D3275;
}
.top-result-content-02__tolal .top-result-content-02__title span {
  font-size: 1.5rem;
}

.top-result-content-02__graph {
  background: #fff;
  padding: 27px 33px;
}

.top-voice .top-voice__lede {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 313%;
  color: #003273;
}

.top-voice .top-voice__lede {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 150%;
  color: #003273;
}

.top-voice-slide .slick-next {
  background: url(../img/index/btn--next.png);
  background-size: 100% auto;
  height: 30px;
  width: 30px;
  right: 10px;
  top: 50%;
  text-indent: -9999px;
}
.top-voice-slide .slick-prev {
  background: url(../img/index/btn--prev.png);
  background-size: 100% auto;
  height: 30px;
  width: 30px;
  left: 10px;
  top: 50%;
  z-index: 1000;
  text-indent: -9999px;
}

.top-current-student {
  background: #4A7AC7;
  padding: 40px 0 40px;
  position: relative;
  color: #fff;
}
.top-current-student .top-current-student__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}
.top-current-student h3 {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 150%;
}
.top-current-student ul {
  list-style: none;
  margin-bottom: 40px;
}
.top-current-student li {
  width: 120px;
  float: left;
  margin-right: 20px;
}
.top-current-student a {
  display: block;
  text-decoration: none;
}
.top-current-student .top-current-student__data {
  background: #4BB4B3;
  padding: 5px 0;
  text-align: left;
  color: #fff;
}
.top-current-student .top-current-student__data .top-current-student__name {
  display: block;
  text-align: right;
}

.top-fun {
  background: #92A9D9;
  padding: 40px 0 40px;
  color: #fff;
}
.top-fun h3 {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 150%;
}
.top-fun ul {
  list-style: none;
  margin-bottom: 40px;
}
.top-fun li {
  width: 120px;
  float: left;
  margin-right: 20px;
}
.top-fun a {
  display: block;
  text-decoration: none;
}
.top-fun .top-fun__data {
  background: #003273;
  padding: 0;
  text-align: left;
  color: #fff;
}

.top-voice__link {
  background: #BDDFE5;
  padding: 20px 0;
  position: relative;
}

.top-concept {
  background: #003273 url(../img/sp/index/bgi--concept.jpg);
  background-size: cover;
  padding: 0 0 20px;
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
  text-align: left;
  color: #fff;
}
.top-concept p {
  padding: 10px;
  position: relative;
  font-size: 113%;
}
.top-concept .top-concept__lede {
  position: relative;
  margin: 20px 0 40px;
  text-align: center;
  font-size: 150%;
  z-index: 100;
}

.top-teacher {
  background: #45B2B3;
  padding: 0 10px 10px;
  margin: 0 auto 80px;
  text-align: left;
  color: #fff;
}
.top-access__data {
  border-top: 1px dashed #003273;
  margin: 0 0 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.top-access__data th {
  padding: 10px 10px 0 10px;
}
.top-access__data td {
  padding: 0 10px 10px 10px;
  border-bottom: 1px dashed #003273;
}

.top-access__map img {
  width: 100%;
  height: auto !important;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 86%;
}

.u-font-size--large {
  font-size: 113%;
}

.u-font-size--x-large {
  font-size: 125%;
}

.u-font-size--xx-large {
  font-size: 150%;
}

.u-font-size--xxx-large {
  font-size: 184%;
}

/* 背景色とパディング */
.u-bg-light-blue {
  background: #BDDFE5;
  padding: 60px 0;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: #D50031;
}

.u-color-main {
  color: #003273;
}

.u-color-sub {
  color: #4BB3B2;
}

.u-color-pink {
  color: #FF00FF;
}

.u-ff-bunkyu, .common-result .common-result__title, .class01-stepup .class01-stepup__lede, .case02-rankup .case02-rankup__title, .eiken-intro__lede01 strong, .top-result-sub__lede {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #81EFEC));
  background: linear-gradient(transparent 40%, #81EFEC 40%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-lede {
  line-height: 1.3;
  font-weight: bold;
  font-size: 163%;
  color: #003273;
}

.sp-static-page .u-lede {
  line-height: 1.3;
  font-weight: bold;
  font-size: 125%;
  color: #003273;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* マージンボトムの設定 */
.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 40px;
}

.u-margin-bottom--x-large {
  margin-bottom: 60px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-left {
  margin-left: 40px;
}

.u-padding-horizontal {
  padding: 0 10px;
}

.u-scroll-target {
  padding-top: 130px;
  margin-top: -130px;
}
@media screen and (max-width: 700px) {
  .u-scroll-target {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=master-sp.css.map */