@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

a {
  outline: none;
  background-color: transparent; }

div {
  line-height: inherit; }

p {
  margin: 0;
  font-size: 100%;
  line-height: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal; }

abbr[title] {
  border-bottom: 1px dotted; }

em, b, strong {
  font-weight: bold; }

small {
  font-size: 0.833em; }

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #777; }

sub,
sup {
  font-size: 0.750em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

ol {
  margin: 0 0 0 1.5em;
  padding: 0; }

dl {
  list-style-position: inside;
  list-style: none;
  margin: 0;
  padding: 0; }

dt, dd {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li li, li li li, li p, li pre, li dt, li dd, dd li, dd p, dd pre, dd dt, dd dd {
  font-size: 100%;
  line-height: inherit; }

code, kbd, pre, samp {
  margin: 0;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto; }

address {
  font-style: normal;
  margin: 0;
  font-size: 100%; }

cite {
  margin: 0;
  font-size: 100%; }

figure {
  margin: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

[role="button"] {
  cursor: pointer; }

legend {
  border: 0;
  padding: 0; }

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

embed, iframe, object, video {
  max-width: 100%;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

td,
th {
  padding: 0;
  font-size: 100%; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.4rem; } }
  @media screen and (max-width: 600px) {
    body {
      font-size: 1.4rem; } }
  @media screen and (max-width: 414px) {
    body {
      font-size: 1.4rem; } }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.25;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0074ca;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #189cff;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
.container-outliner-fluid = 常に横幅100%、ブレイクポイント以下では左右に余白あり
.container-outliner = コンテンツ幅以上は固定幅、ブレイクポイント以下では左右に余白あり
.container-outliner-no-gutters = コンテンツ幅以上は固定幅、ブレイクポイント以下では左右に余白なし
*/
.container-outliner-fluid,
.container-outliner,
.container-outliner-no-gutters {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1000px; }

.container:before,
.container:after,
.container-outliner:before,
.container-outliner:after,
.container-outliner-no-gutters:before,
.container-outliner-no-gutters:after {
  content: " ";
  display: table; }

.container:after,
.container-outliner:after,
.container-outliner-no-gutters:after {
  clear: both; }

.container-outliner-fluid {
  margin-right: auto;
  margin-left: auto; }

.container-outliner-fluid:before,
.container-outliner-fluid:after {
  content: " ";
  display: table; }

.container-outliner-fluid:after {
  clear: both; }

@media screen and (min-width: 1001px) {
  .container-outliner,
  .container-outliner-no-gutters {
    margin-right: auto !important;
    margin-left: auto !important; } }

/*コンテナPC表示時はパディング無し
スマホ表示時パディング有り*/
@media screen and (max-width: 1060px) {
  .container-outliner,
  .container-outliner-fluid {
    padding-right: 3%;
    padding-left: 3%; } }

.ie8 body {
  font-size: 14px; }
.ie8 .container-outliner,
.ie8 .container-outliner-no-gutters {
  width: 1000px; }

#main-content {
  position: relative;
  width: 100%;
  z-index: 1;
  line-height: 1.8;
  clear: both; }
  #main-content:before, #main-content:after {
    content: " ";
    display: table; }
  #main-content:after {
    clear: both; }

.container-liner-high {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .container-liner-high {
      padding-top: 40px;
      padding-bottom: 40px; } }

.container-liner-mid {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .container-liner-mid {
      padding-top: 30px;
      padding-bottom: 30px; } }

.container-liner-low {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .container-liner-low {
      padding-top: 15px;
      padding-bottom: 15px; } }

img {
  max-width: 100%;
  height: auto; }

.container-liner-high + .container-liner-high,
.container-liner-high + .container-liner-mid,
.container-liner-high + .container-liner-low {
  padding-top: 0; }

.container-liner-mid + .container-liner-high,
.container-liner-mid + .container-liner-mid,
.container-liner-mid + .container-liner-low {
  padding-top: 0; }

.container-liner-low + .container-liner-high,
.container-liner-low + .container-liner-mid,
.container-liner-low + .container-liner-low {
  padding-top: 0; }

@media print {
  #header,
  #main-content {
    width: 1100px;
    margin-right: auto;
    margin-left: auto; } }
/*======================
FONT SIZE
=======================*/
.fS-10 {
  font-size: 62.5%; }

.fS-11 {
  font-size: 68.75%; }

.fS-12 {
  font-size: 75%; }

.fS-13 {
  font-size: 81.25%; }

.fS-14 {
  font-size: 87.5%; }

.fS-15 {
  font-size: 93.75%; }

.fS-16 {
  font-size: 100%; }

.fS-17 {
  font-size: 106.25%; }

.fS-18 {
  font-size: 112.5%; }

.fS-19 {
  font-size: 118.75%; }

.fS-20 {
  font-size: 125%; }

.fS-21 {
  font-size: 131.25%; }

.fS-22 {
  font-size: 137.5%; }

.fS-23 {
  font-size: 143.75%; }

.fS-24 {
  font-size: 150%; }

.fS-25 {
  font-size: 156.25%; }

.fS-26 {
  font-size: 162.5%; }

.fS-27 {
  font-size: 168.75%; }

.fS-28 {
  font-size: 175%; }

.fS-29 {
  font-size: 181.25%; }

.fS-30 {
  font-size: 187.5%; }

.fS-31 {
  font-size: 193.75%; }

.fS-32 {
  font-size: 200%; }

.fS-33 {
  font-size: 206.25%; }

.fS-34 {
  font-size: 212.5%; }

.fS-35 {
  font-size: 218.75%; }

.fS-36 {
  font-size: 225%; }

.fS-37 {
  font-size: 231.25%; }

.fS-38 {
  font-size: 237.5%; }

.fS-39 {
  font-size: 243.75%; }

.fS-40 {
  font-size: 250%; }

.fS-41 {
  font-size: 256.25%; }

.fS-42 {
  font-size: 262.5%; }

.fS-43 {
  font-size: 268.75%; }

.fS-44 {
  font-size: 275%; }

.fS-45 {
  font-size: 281.25%; }

.fS-46 {
  font-size: 287.5%; }

.fS-47 {
  font-size: 293.75%; }

.fS-48 {
  font-size: 300%; }

.fS-49 {
  font-size: 306.25%; }

.fS-50 {
  font-size: 312.5%; }

.fS-51 {
  font-size: 318.75%; }

.fS-52 {
  font-size: 325%; }

.fS-53 {
  font-size: 331.25%; }

.fS-54 {
  font-size: 337.5%; }

.fS-55 {
  font-size: 343.75%; }

.fS-56 {
  font-size: 350%; }

.fS-57 {
  font-size: 356.25%; }

.fS-58 {
  font-size: 362.5%; }

.fS-59 {
  font-size: 368.75%; }

.fS-60 {
  font-size: 375%; }

.fS-61 {
  font-size: 381.25%; }

.fS-62 {
  font-size: 387.5%; }

.fS-63 {
  font-size: 393.75%; }

.fS-64 {
  font-size: 400%; }

.fS-65 {
  font-size: 406.25%; }

.fS-66 {
  font-size: 412.5%; }

@media screen and (max-width: 767px) {
  .fS-10 {
    font-size: 71.4285714286%; }

  .fS-11 {
    font-size: 78.5714285714%; }

  .fS-12 {
    font-size: 85.7142857143%; }

  .fS-13 {
    font-size: 92.8571428571%; }

  .fS-14 {
    font-size: 100%; }

  .fS-15 {
    font-size: 107.1428571429%; }

  .fS-16 {
    font-size: 114.2857142857%; }

  .fS-17 {
    font-size: 121.4285714286%; }

  .fS-18 {
    font-size: 128.5714285714%; }

  .fS-19 {
    font-size: 135.7142857143%; }

  .fS-20 {
    font-size: 142.8571428571%; }

  .fS-21 {
    font-size: 150%; }

  .fS-22 {
    font-size: 157.1428571429%; }

  .fS-23 {
    font-size: 164.2857142857%; }

  .fS-24 {
    font-size: 171.4285714286%; }

  .fS-25 {
    font-size: 178.5714285714%; }

  .fS-26 {
    font-size: 185.7142857143%; }

  .fS-27 {
    font-size: 192.8571428571%; }

  .fS-28 {
    font-size: 200%; }

  .fS-29 {
    font-size: 207.1428571429%; }

  .fS-30 {
    font-size: 214.2857142857%; }

  .fS-31 {
    font-size: 221.4285714286%; }

  .fS-32 {
    font-size: 228.5714285714%; }

  .fS-33 {
    font-size: 235.7142857143%; }

  .fS-34 {
    font-size: 242.8571428571%; }

  .fS-35 {
    font-size: 250%; }

  .fS-36 {
    font-size: 257.1428571429%; }

  .fS-37 {
    font-size: 264.2857142857%; }

  .fS-38 {
    font-size: 271.4285714286%; }

  .fS-39 {
    font-size: 278.5714285714%; }

  .fS-40 {
    font-size: 285.7142857143%; }

  .fS-41 {
    font-size: 292.8571428571%; }

  .fS-42 {
    font-size: 300%; }

  .fS-43 {
    font-size: 307.1428571429%; }

  .fS-44 {
    font-size: 314.2857142857%; }

  .fS-45 {
    font-size: 321.4285714286%; }

  .fS-46 {
    font-size: 328.5714285714%; }

  .fS-47 {
    font-size: 335.7142857143%; }

  .fS-48 {
    font-size: 342.8571428571%; }

  .fS-49 {
    font-size: 350%; }

  .fS-50 {
    font-size: 357.1428571429%; }

  .fS-51 {
    font-size: 364.2857142857%; }

  .fS-52 {
    font-size: 371.4285714286%; }

  .fS-53 {
    font-size: 378.5714285714%; }

  .fS-54 {
    font-size: 385.7142857143%; }

  .fS-55 {
    font-size: 392.8571428571%; }

  .fS-56 {
    font-size: 400%; }

  .fS-57 {
    font-size: 407.1428571429%; }

  .fS-58 {
    font-size: 414.2857142857%; }

  .fS-59 {
    font-size: 421.4285714286%; }

  .fS-60 {
    font-size: 428.5714285714%; }

  .fS-61 {
    font-size: 435.7142857143%; }

  .fS-62 {
    font-size: 442.8571428571%; }

  .fS-63 {
    font-size: 450%; }

  .fS-64 {
    font-size: 457.1428571429%; }

  .fS-65 {
    font-size: 464.2857142857%; }

  .fS-66 {
    font-size: 471.4285714286%; } }
@media screen and (max-width: 600px) {
  .fS-10 {
    font-size: 71.4285714286%; }

  .fS-11 {
    font-size: 78.5714285714%; }

  .fS-12 {
    font-size: 85.7142857143%; }

  .fS-13 {
    font-size: 92.8571428571%; }

  .fS-14 {
    font-size: 100%; }

  .fS-15 {
    font-size: 107.1428571429%; }

  .fS-16 {
    font-size: 114.2857142857%; }

  .fS-17 {
    font-size: 121.4285714286%; }

  .fS-18 {
    font-size: 128.5714285714%; }

  .fS-19 {
    font-size: 135.7142857143%; }

  .fS-20 {
    font-size: 142.8571428571%; }

  .fS-21 {
    font-size: 150%; }

  .fS-22 {
    font-size: 157.1428571429%; }

  .fS-23 {
    font-size: 164.2857142857%; }

  .fS-24 {
    font-size: 171.4285714286%; }

  .fS-25 {
    font-size: 178.5714285714%; }

  .fS-26 {
    font-size: 185.7142857143%; }

  .fS-27 {
    font-size: 192.8571428571%; }

  .fS-28 {
    font-size: 200%; }

  .fS-29 {
    font-size: 207.1428571429%; }

  .fS-30 {
    font-size: 214.2857142857%; }

  .fS-31 {
    font-size: 221.4285714286%; }

  .fS-32 {
    font-size: 228.5714285714%; }

  .fS-33 {
    font-size: 235.7142857143%; }

  .fS-34 {
    font-size: 242.8571428571%; }

  .fS-35 {
    font-size: 250%; }

  .fS-36 {
    font-size: 257.1428571429%; }

  .fS-37 {
    font-size: 264.2857142857%; }

  .fS-38 {
    font-size: 271.4285714286%; }

  .fS-39 {
    font-size: 278.5714285714%; }

  .fS-40 {
    font-size: 285.7142857143%; }

  .fS-41 {
    font-size: 292.8571428571%; }

  .fS-42 {
    font-size: 300%; }

  .fS-43 {
    font-size: 307.1428571429%; }

  .fS-44 {
    font-size: 314.2857142857%; }

  .fS-45 {
    font-size: 321.4285714286%; }

  .fS-46 {
    font-size: 328.5714285714%; }

  .fS-47 {
    font-size: 335.7142857143%; }

  .fS-48 {
    font-size: 342.8571428571%; }

  .fS-49 {
    font-size: 350%; }

  .fS-50 {
    font-size: 357.1428571429%; }

  .fS-51 {
    font-size: 364.2857142857%; }

  .fS-52 {
    font-size: 371.4285714286%; }

  .fS-53 {
    font-size: 378.5714285714%; }

  .fS-54 {
    font-size: 385.7142857143%; }

  .fS-55 {
    font-size: 392.8571428571%; }

  .fS-56 {
    font-size: 400%; }

  .fS-57 {
    font-size: 407.1428571429%; }

  .fS-58 {
    font-size: 414.2857142857%; }

  .fS-59 {
    font-size: 421.4285714286%; }

  .fS-60 {
    font-size: 428.5714285714%; }

  .fS-61 {
    font-size: 435.7142857143%; }

  .fS-62 {
    font-size: 442.8571428571%; }

  .fS-63 {
    font-size: 450%; }

  .fS-64 {
    font-size: 457.1428571429%; }

  .fS-65 {
    font-size: 464.2857142857%; }

  .fS-66 {
    font-size: 471.4285714286%; } }
@media screen and (max-width: 414px) {
  .fS-10 {
    font-size: 71.4285714286%; }

  .fS-11 {
    font-size: 78.5714285714%; }

  .fS-12 {
    font-size: 85.7142857143%; }

  .fS-13 {
    font-size: 92.8571428571%; }

  .fS-14 {
    font-size: 100%; }

  .fS-15 {
    font-size: 107.1428571429%; }

  .fS-16 {
    font-size: 114.2857142857%; }

  .fS-17 {
    font-size: 121.4285714286%; }

  .fS-18 {
    font-size: 128.5714285714%; }

  .fS-19 {
    font-size: 135.7142857143%; }

  .fS-20 {
    font-size: 142.8571428571%; }

  .fS-21 {
    font-size: 150%; }

  .fS-22 {
    font-size: 157.1428571429%; }

  .fS-23 {
    font-size: 164.2857142857%; }

  .fS-24 {
    font-size: 171.4285714286%; }

  .fS-25 {
    font-size: 178.5714285714%; }

  .fS-26 {
    font-size: 185.7142857143%; }

  .fS-27 {
    font-size: 192.8571428571%; }

  .fS-28 {
    font-size: 200%; }

  .fS-29 {
    font-size: 207.1428571429%; }

  .fS-30 {
    font-size: 214.2857142857%; }

  .fS-31 {
    font-size: 221.4285714286%; }

  .fS-32 {
    font-size: 228.5714285714%; }

  .fS-33 {
    font-size: 235.7142857143%; }

  .fS-34 {
    font-size: 242.8571428571%; }

  .fS-35 {
    font-size: 250%; }

  .fS-36 {
    font-size: 257.1428571429%; }

  .fS-37 {
    font-size: 264.2857142857%; }

  .fS-38 {
    font-size: 271.4285714286%; }

  .fS-39 {
    font-size: 278.5714285714%; }

  .fS-40 {
    font-size: 285.7142857143%; }

  .fS-41 {
    font-size: 292.8571428571%; }

  .fS-42 {
    font-size: 300%; }

  .fS-43 {
    font-size: 307.1428571429%; }

  .fS-44 {
    font-size: 314.2857142857%; }

  .fS-45 {
    font-size: 321.4285714286%; }

  .fS-46 {
    font-size: 328.5714285714%; }

  .fS-47 {
    font-size: 335.7142857143%; }

  .fS-48 {
    font-size: 342.8571428571%; }

  .fS-49 {
    font-size: 350%; }

  .fS-50 {
    font-size: 357.1428571429%; }

  .fS-51 {
    font-size: 364.2857142857%; }

  .fS-52 {
    font-size: 371.4285714286%; }

  .fS-53 {
    font-size: 378.5714285714%; }

  .fS-54 {
    font-size: 385.7142857143%; }

  .fS-55 {
    font-size: 392.8571428571%; }

  .fS-56 {
    font-size: 400%; }

  .fS-57 {
    font-size: 407.1428571429%; }

  .fS-58 {
    font-size: 414.2857142857%; }

  .fS-59 {
    font-size: 421.4285714286%; }

  .fS-60 {
    font-size: 428.5714285714%; }

  .fS-61 {
    font-size: 435.7142857143%; }

  .fS-62 {
    font-size: 442.8571428571%; }

  .fS-63 {
    font-size: 450%; }

  .fS-64 {
    font-size: 457.1428571429%; }

  .fS-65 {
    font-size: 464.2857142857%; }

  .fS-66 {
    font-size: 471.4285714286%; } }
/*======================
FONT WEIGHT
=======================*/
.fW-bold {
  font-weight: bold; }

.fW-normal {
  font-weight: normal; }

/*======================
FONT STYLE
=======================*/
.fS-italic {
  font-style: italic; }

.fS-normal {
  font-style: normal; }

/*======================
FONT COLOR
=======================*/
.fC-white {
  color: #fff; }

.fC-gray {
  color: #888; }

.fC-black {
  color: #333333; }

/*======================
FONT FAMILY
=======================*/
.fF-serif {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .mac .fF-serif {
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif; }

.fF-sans-serif {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

.fF-noto {
  font-family: "Noto Sans Regular"; }

.fF-noto-serif {
  font-family: "Noto Serif Regular"; }

.bG-pale-blue {
  background-color: #E6F8FF; }

/*TEXT*/
/*======================
TEXT TANSFORM
=======================*/
.tT-lowercase {
  text-transform: lowercase; }

.tT-uppercase {
  text-transform: uppercase; }

.tT-capitalize {
  text-transform: capitalize; }

/*======================
TEXT ALIGN
=======================*/
.tA-left {
  text-align: left !important; }

.tA-right {
  text-align: right !important; }

.tA-center {
  text-align: center !important; }

.tA-justify {
  text-align: justify !important; }

/*Line Height*/
.lH10 {
  line-height: 1 !important; }

.lH11 {
  line-height: 1.1 !important; }

.lH12 {
  line-height: 1.2 !important; }

.lH13 {
  line-height: 1.3 !important; }

.lH14 {
  line-height: 1.4 !important; }

.lH15 {
  line-height: 1.5 !important; }

.lH16 {
  line-height: 1.6 !important; }

.lH17 {
  line-height: 1.7 !important; }

.lH18 {
  line-height: 1.8 !important; }

.lH19 {
  line-height: 1.9 !important; }

.lH20 {
  line-height: 2 !important; }

.lH21 {
  line-height: 2.1 !important; }

.lH22 {
  line-height: 2.2 !important; }

/*MARGIN (EM)*/
.mT05em {
  margin-top: 0.5em; }

.mL05em {
  margin-left: 0.5em; }

.mR05em {
  margin-right: 0.5em; }

.mB05em {
  margin-bottom: 0.5em; }

.mT08em {
  margin-top: 0.8em; }

.mL08em {
  margin-left: 0.8em; }

.mR08em {
  margin-right: 0.8em; }

.mB08em {
  margin-bottom: 0.8em; }

.mT1em {
  margin-top: 1em; }

.mL1em {
  margin-left: 1em; }

.mR1em {
  margin-right: 1em; }

.mB1em {
  margin-bottom: 1em; }

.mT1-5em {
  margin-top: 1.5em; }

.mL1-5em {
  margin-left: 1.5em; }

.mR1-5em {
  margin-right: 1.5em; }

.mB1-5em {
  margin-bottom: 1.5em; }

.mT2em {
  margin-top: 2em; }

.mL2em {
  margin-left: 2em; }

.mR2em {
  margin-right: 2em; }

.mB2em {
  margin-bottom: 2em; }

.mT2-5em {
  margin-top: 2.5em; }

.mL2-5em {
  margin-left: 2.5em; }

.mR2-5em {
  margin-right: 2.5em; }

.mB2-5em {
  margin-bottom: 2.5em; }

.mT3em {
  margin-top: 3em; }

.mL3em {
  margin-left: 3em; }

.mR3em {
  margin-right: 3em; }

.mB3em {
  margin-bottom: 3em; }

.mT4em {
  margin-top: 4em; }

.mL4em {
  margin-left: 4em; }

.mR4em {
  margin-right: 4em; }

.mB4em {
  margin-bottom: 4em; }

.mT-1em {
  margin-top: -1em; }

.mL-1em {
  margin-left: -1em; }

.mR-1em {
  margin-right: -1em; }

.mB-1em {
  margin-bottom: -1em; }

.pT05em {
  padding-top: 0.5em; }

.pL05em {
  padding-left: 0.5em; }

.pR05em {
  padding-right: 0.5em; }

.pB05em {
  padding-bottom: 0.5em; }

.pA05em {
  padding: 0.5em; }

.pT08em {
  padding-top: 0.8em; }

.pL08em {
  padding-left: 0.8em; }

.pR08em {
  padding-right: 0.8em; }

.pB08em {
  padding-bottom: 0.8em; }

.pA08em {
  padding: 0.8em; }

.pT1em {
  padding-top: 1em; }

.pL1em {
  padding-left: 1em; }

.pR1em {
  padding-right: 1em; }

.pB1em {
  padding-bottom: 1em; }

.pA1em {
  padding: 1em; }

.pA1em {
  padding: 1em; }

.pA1-5em {
  padding: 1.5em; }

.pA2em {
  padding: 2em; }

.pA2-5em {
  padding: 2.5em; }

.pA3em {
  padding: 3em; }

.pT2em {
  padding-top: 2em; }

.pL2em {
  padding-left: 2em; }

.pR2em {
  padding-right: 2em; }

.pB2em {
  padding-bottom: 2em; }

.pA2em {
  padding: 2em; }

.pT3em {
  padding-top: 3em; }

.pL3em {
  padding-left: 3em; }

.pR3em {
  padding-right: 3em; }

.pB3em {
  padding-bottom: 3em; }

.pA3em {
  padding: 3em; }

/*======================
FLOAT
=======================*/
.clearFix:before, .clearFix:after {
  content: " ";
  display: table; }
.clearFix:after {
  clear: both; }

.clearBoth {
  clear: both; }

.fL-center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

.fL-right {
  float: right !important; }

.fL-left {
  float: left !important; }

.img-width {
  width: 100%;
  height: auto; }

.img-max-width {
  max-width: 100%;
  height: auto; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-max {
  display: block;
  width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 10px; }

.img-circle {
  border-radius: 50%; }

.list-dot {
  margin-left: 0em; }
  .list-dot:before, .list-dot:after {
    content: " ";
    display: table; }
  .list-dot:after {
    clear: both; }
  .list-dot li {
    padding-left: 15px;
    line-height: inherit; }
  .list-dot li:first-child {
    margin-top: 0.1em; }
  .list-dot > li {
    text-indent: -15px;
    margin-bottom: 0.1em; }
  .list-dot > li:before {
    content: "・";
    text-indent: -15px; }

.list-kome {
  margin-left: 0px; }
  .list-kome:before, .list-kome:after {
    content: " ";
    display: table; }
  .list-kome:after {
    clear: both; }
  .list-kome li {
    padding-left: 15px;
    line-height: inherit; }
  .list-kome li:first-child {
    margin-top: 0.4em; }
  .list-kome > li {
    text-indent: -15px;
    margin-bottom: 0.4em; }
  .list-kome > li:before {
    content: "※";
    text-indent: -15px; }

.col-wrap {
  clear: both;
  position: relative; }
  .col-wrap:before, .col-wrap:after {
    content: " ";
    display: table; }
  .col-wrap:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .col-wrap {
      margin-left: -1.5%;
      margin-right: -1.5%; } }
  .col-wrap .col {
    float: left;
    padding: 1.5% 1.5%;
    min-height: 1px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .col-wrap .col {
        float: none;
        padding: 3% 3%; } }
  @media screen and (max-width: 767px) {
    .col-wrap.no-gutters {
      margin-left: 0;
      margin-right: 0; } }
  .col-wrap.no-gutters .col {
    padding: 0 0; }
  .col-wrap .col-1 {
    width: 8.3333333333%; }
  .col-wrap .col-2 {
    width: 16.6666666667%; }
  .col-wrap .col-3 {
    width: 25%; }
  .col-wrap .col-4 {
    width: 33.3333333333%; }
  .col-wrap .col-5 {
    width: 41.6666666667%; }
  .col-wrap .col-6 {
    width: 50%; }
  .col-wrap .col-7 {
    width: 58.3333333333%; }
  .col-wrap .col-8 {
    width: 66.6666666667%; }
  .col-wrap .col-9 {
    width: 75%; }
  .col-wrap .col-10 {
    width: 83.3333333333%; }
  .col-wrap .col-11 {
    width: 91.6666666667%; }
  .col-wrap .col-12 {
    width: 100%; }
  .col-wrap .col-pull-0 {
    right: auto; }
  .col-wrap .col-pull-1 {
    right: 8.3333333333%; }
  .col-wrap .col-pull-2 {
    right: 16.6666666667%; }
  .col-wrap .col-pull-3 {
    right: 25%; }
  .col-wrap .col-pull-4 {
    right: 33.3333333333%; }
  .col-wrap .col-pull-5 {
    right: 41.6666666667%; }
  .col-wrap .col-pull-6 {
    right: 50%; }
  .col-wrap .col-pull-7 {
    right: 58.3333333333%; }
  .col-wrap .col-pull-8 {
    right: 66.6666666667%; }
  .col-wrap .col-pull-9 {
    right: 75%; }
  .col-wrap .col-pull-10 {
    right: 83.3333333333%; }
  .col-wrap .col-pull-11 {
    right: 91.6666666667%; }
  .col-wrap .col-pull-12 {
    right: 100%; }
  .col-wrap .col-push-0 {
    left: auto; }
  .col-wrap .col-push-1 {
    left: 8.3333333333%; }
  .col-wrap .col-push-2 {
    left: 16.6666666667%; }
  .col-wrap .col-push-3 {
    left: 25%; }
  .col-wrap .col-push-4 {
    left: 33.3333333333%; }
  .col-wrap .col-push-5 {
    left: 41.6666666667%; }
  .col-wrap .col-push-6 {
    left: 50%; }
  .col-wrap .col-push-7 {
    left: 58.3333333333%; }
  .col-wrap .col-push-8 {
    left: 66.6666666667%; }
  .col-wrap .col-push-9 {
    left: 75%; }
  .col-wrap .col-push-10 {
    left: 83.3333333333%; }
  .col-wrap .col-push-11 {
    left: 91.6666666667%; }
  .col-wrap .col-push-12 {
    left: 100%; }
  .col-wrap .col-offset-0 {
    margin-left: 0%; }
  .col-wrap .col-offset-1 {
    margin-left: 8.3333333333%; }
  .col-wrap .col-offset-2 {
    margin-left: 16.6666666667%; }
  .col-wrap .col-offset-3 {
    margin-left: 25%; }
  .col-wrap .col-offset-4 {
    margin-left: 33.3333333333%; }
  .col-wrap .col-offset-5 {
    margin-left: 41.6666666667%; }
  .col-wrap .col-offset-6 {
    margin-left: 50%; }
  .col-wrap .col-offset-7 {
    margin-left: 58.3333333333%; }
  .col-wrap .col-offset-8 {
    margin-left: 66.6666666667%; }
  .col-wrap .col-offset-9 {
    margin-left: 75%; }
  .col-wrap .col-offset-10 {
    margin-left: 83.3333333333%; }
  .col-wrap .col-offset-11 {
    margin-left: 91.6666666667%; }
  .col-wrap .col-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 767px) {
    .col-wrap {
      margin-left: 0;
      margin-right: 0; }
      .col-wrap .col {
        float: none;
        left: 0 !important;
        right: 0 !important; }
      .col-wrap .col-1 {
        width: 100%; }
      .col-wrap .col-2 {
        width: 100%; }
      .col-wrap .col-3 {
        width: 100%; }
      .col-wrap .col-4 {
        width: 100%; }
      .col-wrap .col-5 {
        width: 100%; }
      .col-wrap .col-6 {
        width: 100%; }
      .col-wrap .col-7 {
        width: 100%; }
      .col-wrap .col-8 {
        width: 100%; }
      .col-wrap .col-9 {
        width: 100%; }
      .col-wrap .col-10 {
        width: 100%; }
      .col-wrap .col-11 {
        width: 100%; }
      .col-wrap .col-12 {
        width: 100%; } }

.row {
  margin-left: -1.55%;
  margin-right: -1.55%; }
  @media screen and (max-width: 767px) {
    .row .col-wrap .col {
      padding: 1.5% 1.5%; } }

/*
scrollup
----------------------------------------- */
#scrollUp {
  display: block;
  right: 2.5%;
  bottom: 15px;
  width: 60px;
  height: 60px;
  outline: none;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
  line-height: 1.0;
  border: 2px solid #333;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
  background-image: url("../../images/scrollup.png");
  background-repeat: none;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #scrollUp {
      bottom: 35px;
      width: 45px;
      height: 45px;
      background-size: contain; } }

#scrollUp:hover {
  opacity: 0.8;
  transition: all 0.2s;
  text-decoration: none; }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }

.sp-ib {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-ib {
      display: inline-block; } }

.pc-ib {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .pc-ib {
      display: none; } }

/*=========================
みちしるべ
=========================*/
.home #main-content {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .home #main-content {
      padding-top: 0;
      padding-bottom: 30px; } }

.home .home-idx a {
  display: block;
  transition: all .2s; }
  .home .home-idx a:hover {
    opacity: .7;
    transition: all .2s; }

.home-catch {
  padding-top: 0;
  background-image: url("../../images/home-catch-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .home-catch {
      background-image: none; } }
  .home-catch .home-catch-liner {
    max-width: 1000px;
    margin: 0 auto; }
  .home-catch .brand-name {
    padding-top: 20px;
    width: 22.4%; }
    @media screen and (max-width: 767px) {
      .home-catch .brand-name {
        display: none; } }
  @media screen and (max-width: 767px) {
    .home-catch .home-catch-lead {
      background-color: #fff; } }
  .home-catch .home-catch-lead p {
    font-size: 1em;
    margin-top: 0.3em;
    margin-bottom: 1.2em;
    line-height: 2.2;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .home-catch .home-catch-lead p {
        font-size: 1.125em;
        margin-top: 1em;
        margin-bottom: 1.5em;
        line-height: 2; } }
    .home-catch .home-catch-lead p ruby rt {
      font-weight: normal; }

.page-ti {
  background-image: url(../../images/page-ti-bg.png);
  background-repeat: repeat;
  background-size: 19px;
  padding-top: 2.5em;
  padding-bottom: 2.7em; }
  @media screen and (max-width: 767px) {
    .page-ti {
      padding-top: 1.75em;
      padding-bottom: 1.5em; } }
  .page-ti .container-outliner {
    position: relative; }
  .page-ti span {
    display: inline-block; }
  .page-ti .page-ti-inner {
    margin-right: 30%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page-ti .page-ti-inner {
        margin-right: 0; } }
  .page-ti .item-subtitle {
    background-color: #fde84f;
    border-radius: 100em;
    font-weight: bold;
    font-size: 30px;
    padding: 0.4em 1em 0.2em;
    margin-bottom: 0.4em;
    letter-spacing: 0.06em;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .page-ti .item-subtitle {
        font-size: 1.25em;
        font-size: 4.4vw; } }
  .page-ti .item-title {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .page-ti .item-title {
        font-size: 1.5em;
        font-size: 4.8vw; } }
  .page-ti .item-illust {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -1em;
    width: 30%; }
    .page-ti .item-illust img {
      display: block; }
    @media screen and (max-width: 767px) {
      .page-ti .item-illust {
        display: none; } }

.sec-ti {
  text-align: center;
  margin-bottom: 1.75em; }
  .sec-ti span {
    display: table;
    font-size: 32px;
    position: relative;
    line-height: 1;
    font-weight: bold;
    margin: 0 auto 0.4em;
    letter-spacing: 0.08em; }
    .sec-ti span:after {
      content: "";
      position: absolute;
      bottom: -0.1em;
      z-index: -1;
      display: block;
      width: 100%;
      height: 0.6em;
      background-color: #fde84f; }
    @media screen and (max-width: 767px) {
      .sec-ti span {
        font-size: 1.38em;
        font-size: 4.8vw; } }

.sec-ti-sub {
  border: 2px solid #fde84f;
  border-radius: 1em;
  line-height: 1;
  padding: 0.7em 1em 0.5em;
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.7em; }

.info-box {
  border: 2px solid #ddd;
  padding: 1em 1em 1.2em;
  text-align: center; }
  .info-box .btn {
    margin-bottom: 0; }
  .info-box .info {
    background-color: #eeeeee;
    padding: 1em 1.5em;
    text-align: left; }

figure {
  margin: 1.75em auto; }

.item-q {
  font-size: 1.068em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1em; }
  @media screen and (max-width: 767px) {
    .item-q {
      margin-top: 0; } }

.item-a {
  font-size: 0.96em;
  line-height: 1.8; }

.tbl-com {
  border-collapse: separate;
  border-spacing: 2px;
  margin-left: -2px;
  margin-right: -2px;
  width: 100%;
  font-size: 0.93em; }
  .tbl-com th, .tbl-com td {
    padding: 0.5em 0.7em;
    line-height: 1.4; }
  .tbl-com thead th {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: bold; }
  .tbl-com a {
    display: block;
    position: relative;
    color: #333; }
  .tbl-com .ic-arrow {
    padding-left: 12px; }
    @media screen and (max-width: 767px) {
      .tbl-com .ic-arrow {
        padding-left: 0px; } }
    .tbl-com .ic-arrow:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 9px;
      height: 11px;
      margin-top: -6px;
      line-height: 1;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%3Cg%20id%3D%22Group_26%22%3E%3Cg%20id%3D%22Group_27%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%227%208%200%2013%200%2013%202%2015%202%2015%202%2015%2011%208%2011%207%202%200%202%200%200%202%200%202%207%208%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .tbl-com .ic-arrow:before {
          display: none; } }
  .tbl-com tr:nth-of-type(odd) {
    background: #eee; }
  .tbl-com tr:nth-of-type(even) {
    background: #f6f6f6; }

.ti-style01 {
  border: 2px solid #000;
  border-radius: 100em;
  line-height: 1;
  padding: 0.7em 1em 0.6em;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 1.25em; }

.ti-style02 {
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-size: 1.125em;
  font-weight: bold; }

.ti-quote {
  position: relative;
  padding: 0 1.3em;
  display: table;
  margin: 0 auto 1em;
  font-size: 2em;
  line-height: 1.5;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .ti-quote {
      font-size: 1.36em; } }
  .ti-quote:before, .ti-quote:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.35em;
    width: 1.125em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-image: url(../../images/ic-double-quote.png); }
  .ti-quote:before {
    left: 0; }
  .ti-quote:after {
    right: 0;
    transform: scale(-1, 1); }

/*
高校ページ
--------------------------*/
.high-school #sec05 figure {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 767px) {
    .high-school #sec05 figure img:last-of-type {
      margin-top: 30px; } }
.high-school #sec05.container-liner-high {
  padding-bottom: 20px; }

/*
COMMON
--------------------------*/
a.btn {
  display: inline-block;
  padding: 0.85em 30px 0.75em;
  font-size: 1.125em;
  text-decoration: none;
  font-weight: bold;
  min-width: 418px;
  transition: all .2s;
  line-height: 1.0;
  text-align: center;
  border-radius: 100em;
  position: relative;
  margin: 0.75em auto 1em;
  letter-spacing: 0.05em; }
  a.btn:before {
    display: inline-block;
    content: "";
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-right: 0.2em;
    margin-top: -0.1em; }
  a.btn i {
    font-size: 1.125em;
    vertical-align: -0.1em; }
  @media screen and (max-width: 767px) {
    a.btn {
      padding-right: 1em !important;
      padding-left: 1em !important;
      min-width: auto;
      width: 100%;
      font-size: 1.25em; } }

.btn-black {
  color: #fff;
  background-color: #000;
  border-width: 2px;
  border-color: #000;
  border-style: solid; }
  .btn-black:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%3Cg%20id%3D%22Group_26%22%3E%3Cg%20id%3D%22Group_27%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%227%208%200%2013%200%2013%202%2015%202%2015%202%2015%2011%208%2011%207%202%200%202%200%200%202%200%202%207%208%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
  .btn-black:hover {
    background-color: #fde84f;
    color: #000 !important; }
    .btn-black:hover:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%3Cg%20id%3D%22Group_26%22%3E%3Cg%20id%3D%22Group_27%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%227%208%200%2013%200%2013%202%2015%202%2015%202%2015%2011%208%2011%207%202%200%202%200%200%202%200%202%207%208%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

.btn-yellow {
  color: #000;
  background-color: #fde84f;
  border-width: 2px;
  border-color: #fde84f;
  border-style: solid; }
  .btn-yellow:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%3Cg%20id%3D%22Group_26%22%3E%3Cg%20id%3D%22Group_27%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%227%208%200%2013%200%2013%202%2015%202%2015%202%2015%2011%208%2011%207%202%200%202%200%200%202%200%202%207%208%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
  .btn-yellow:hover {
    background-color: transparent;
    background-image: url(../../images/page-ti-bg.png);
    color: #000 !important;
    background-size: 19px;
    border-color: #000; }

.sec-footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

/*
大学＆専門学校ページ
--------------------------*/
.ti-h4 {
  font-size: 1.068em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1em; }
  @media screen and (max-width: 767px) {
    .ti-h4 {
      margin-top: 0; } }

.note-dot {
  padding-bottom: 0.1em;
  background-image: linear-gradient(to right, #fff 4px, transparent 2px), linear-gradient(to bottom, #D6D6D6 2.2px, transparent 2px);
  background-size: 8px 2.4em;
  line-height: 2.4; }

.tbl-com2 {
  border-collapse: separate;
  border-spacing: 2px;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 2em;
  width: 100%;
  font-size: 0.93em; }
  .tbl-com2 th, .tbl-com2 td {
    padding: 0.5em 0.7em;
    line-height: 1.4;
    background-color: #EEEEEE;
    font-size: 18px;
    font-weight: bold; }
  .tbl-com2 .kyuuryo {
    background-color: #CDF9F8;
    color: #1F1D06;
    font-weight: bold;
    font-size: 0.93em;
    padding: 2em 2em; }
  .tbl-com2 thead th {
    background-color: #CDF9F8;
    color: #1F1D06;
    text-align: center;
    font-weight: bold;
    font-size: 0.93em; }

.red {
  color: #FF0000;
  font-weight: bold; }

.daigaku ul {
  list-style: inside; }
  .daigaku ul li {
    text-indent: -15px; }

/*
HEADER
--------------------------*/
#header {
  border-top: none !important;
  padding: 10px 0 0 0 !important;
  background-color: #fde84f;
  height: 90px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #header {
      background-color: #fff;
      height: auto;
      padding-bottom: 10px !important; } }
  #header .container-outliner {
    position: relative; }
  #header .brand-name {
    max-width: 274px;
    width: 27.4%;
    float: left;
    margin-top: 8px; }
    @media screen and (max-width: 767px) {
      #header .brand-name {
        width: 34%;
        margin-top: 0; } }
  #header .site-name {
    max-width: 472px;
    width: 47.2%;
    float: right; }
    @media screen and (max-width: 767px) {
      #header .site-name {
        width: 56%; } }
  #header a {
    display: block; }

.home #header {
  display: block; }
  @media screen and (min-width: 767px) {
    .home #header {
      display: none; } }

/*
Gnav
--------------------------*/
#gnav {
  background-color: #1f1d08;
  color: #fff;
  padding: 13px 0; }
  @media screen and (max-width: 767px) {
    #gnav {
      display: none; } }
  #gnav .gnav-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    border-right: 2px dashed #fff; }
  #gnav .gnav-item {
    border-left: 1.5px dashed #fff;
    text-align: center;
    flex: 1 1 0%; }
    #gnav .gnav-item:last-child span {
      padding-top: 0;
      padding-bottom: 0;
      font-size: 24px; }
      @media screen and (max-width: 1000px) {
        #gnav .gnav-item:last-child span {
          font-size: 2.5vw; } }
  #gnav a {
    text-decoration: none;
    transition: all .2s; }
    #gnav a span {
      color: #fff; }
      #gnav a span:before {
        background-image: url(../../images/ic-arrow-on.svg); }
    #gnav a.on span, #gnav a:hover span {
      color: #fde84f;
      transition: all .2s; }
  #gnav span {
    display: inline-block;
    padding: 0.4em 0em 0.3em 10px;
    line-height: 1;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 100%; }
    @media screen and (max-width: 1000px) {
      #gnav span {
        font-size: 2.8vw; } }
  #gnav span {
    color: #79776b; }
    #gnav span:before {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -7.5px;
      margin-left: -18px;
      width: 11px;
      height: 15px;
      background-image: url(../../images/ic-arrow-off.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain;
      line-height: 1;
      vertical-align: 2px; }

@media screen and (max-width: 767px) {
  .home #gnav {
    display: none; } }

/*
FOOTER
--------------------------*/
#site-footer {
  background-color: #444444;
  color: #fff;
  padding: 39px 15px 30px; }
  #site-footer .qr-text,
  #site-footer .qr-code {
    display: none; }
  #site-footer .col-left,
  #site-footer .col-right {
    float: left; }
    @media screen and (max-width: 767px) {
      #site-footer .col-left,
      #site-footer .col-right {
        float: none;
        width: 100% !important; } }
  #site-footer .col-left {
    width: 53%; }
  #site-footer .col-right {
    width: 47%; }
  #site-footer .address {
    margin-top: 7px; }
  #site-footer .site-footer-logo {
    width: 260px;
    height: 35px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 260px;
    background-repeat: no-repeat;
    background-image: url(../../images/site-footer-logo.png);
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      #site-footer .site-footer-logo {
        width: 180px;
        height: 24px;
        background-size: 180px;
        margin: 0 auto; } }
  #site-footer .address {
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      #site-footer .address {
        text-align: center; } }
  #site-footer .aichi-logo {
    float: right; }
    #site-footer .aichi-logo a {
      display: block;
      width: 175px;
      height: 54px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background-image: url(../../../common/images/site-footer-logo-aichi.png); }
    @media screen and (max-width: 767px) {
      #site-footer .aichi-logo {
        float: none;
        margin-top: 10px; }
        #site-footer .aichi-logo a {
          margin: 0 auto; } }
  #site-footer .copy {
    width: 100%;
    clear: both;
    font-size: 0.857em;
    text-align: right;
    padding-top: 10px;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      #site-footer .copy {
        text-align: center; } }

/*high-school*/
.high-school .page-ti .item-illust img {
  max-width: 244px; }

/*elementary-school*/
.elementary-school .page-ti .item-illust img {
  max-width: 90%; }
.elementary-school .info-box .ti-style02 {
  text-align: left;
  margin-left: 1.5%;
  padding-top: 0.4em;
  margin-bottom: 0; }
  .elementary-school .info-box .ti-style02 small {
    font-weight: normal;
    font-size: 0.75em; }

/*university-vocational-schooll*/
.university-vocational-school .page-ti .item-illust img {
  max-width: 100%;
  margin-top: -2em;
  margin-left: -4em; }
.university-vocational-school .info-box .ti-style02 {
  text-align: left;
  margin-left: 1.5%;
  padding-top: 0.4em;
  margin-bottom: 0; }
  .university-vocational-school .info-box .ti-style02 small {
    font-weight: normal;
    font-size: 0.75em; }

@media print {
  #header,
  #main-content {
    width: 1100px;
    margin-right: auto;
    margin-left: auto; } }
