@charset "UTF-8";
/* ========================================
File Name: normalize.css
Created: 2015/12/01
Author: nagai,
----------------------------------------
INDEX
----------------------------------------
0. Common
1. HTML5 Element
2. Link
3. Text
4. Image
5. List
6. Table
7. Forms
8. Horizontal Rule
9. Code
10. Clearfix
======================================== */
/* 0. Common
======================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat; }

:after, :before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit; }

html {
  color: #313E47;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  word-wrap: break-word;
  word-break: break-all;
  /* この設定は不安 */ }

/* 1. HTML5 Element
======================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

/* 2. Link
======================================== */
a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

/* 3. Text
======================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1, h2, h3, h4, h5, h6, small, dl, dt, dd, ul, ol, li, input, textarea, th {
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

mark {
  font-weight: bold;
  background-color: rgba(255, 150, 150, 0.6);
  padding: 0.05em 0.2em;
  margin: 0 0.1em; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* 4. Image
======================================== */
img {
  vertical-align: bottom;
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

/* 5. List
======================================== */
ul, ol {
  list-style: none; }

/* 6. Table
======================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 7. Forms
======================================== */
button,
input,
optgroup,
select,
textarea {
  font: inherit; }

button {
  overflow: visible; }

button:focus {
  outline: none; }

button, select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  background: none;
  border: none; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  padding: 0 0.6em 0.6em; }

legend {
  border: 0;
  padding: 0 0.5em; }

textarea {
  overflow: auto;
  resize: vertical; }

optgroup {
  font-weight: bold; }

/* 8. Horizontal Rule
======================================== */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* 9. Code
======================================== */
pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: inherit; }

/* 10. Clearfix
======================================== */
.u-cf:before,
.u-cf:after {
  content: "";
  display: table; }

.u-cf:after {
  clear: both; }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes topVFade {
  0% {
    transform: scale(1);
    opacity: 1; }
  74% {
    opacity: 1; }
  100% {
    transform: scale(1.1);
    opacity: 0; } }

/* ========================================
File Name: base.css
Created: 2015/12/01
Author: nagai,
----------------------------------------
INDEX
----------------------------------------
0. common
  - 0. コンポーネント
  - 1. ユーティリティ
  - 2. Icon Font
1. #glbHeader
2. #glbNav
3. #mainCont
4. #sideMenu
5. #glbFooter
======================================== */
/* 0. common
======================================== */
body.is-noScroll {
  overflow: hidden; }

p {
  margin-bottom: 1em; }

input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 0.4em;
  background-color: #fff;
  font-size: 1.3rem;
  height: 30px;
  line-height: 1; }

textarea {
  padding: 0.8em 0.4em; }

select {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.3rem;
  padding: 5px 3px; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  margin-right: 6px; }

/* --------------------
レイアウト
-------------------- */
.c-sct {
  margin-bottom: 32px; }

.c-sctContWrap {
  padding: 0 8px; }

/* --------------------
展開メニューアイコン
-------------------- */
.c-faIcn--rBtn,
.c-faIcn--lBtn {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.28s ease-out; }

.c-faIcn--rBtn {
  right: 1em; }

.c-faIcn--lBtn {
  left: 1em; }

/* --------------------
アラート
-------------------- */
.c-alert {
  font-size: 1.2rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  padding: 1em;
  margin: 1em 0; }

.c-alert--info {
  color: #198EC5;
  background-color: #F4FBFF;
  border-color: #99C2D6; }

.c-alert--suc {
  color: #1B9642;
  background-color: #F4FDF2;
  border-color: #9DC59D; }

.c-alert--warn {
  color: #b17c00;
  background-color: #FFFBEA;
  border-color: #D8BD77; }

.c-alert--dang {
  color: #ce2d2d;
  background-color: #FFF1F0;
  border-color: #E29C97; }

.c-alert--def {
  color: #696969;
  background-color: #efefef;
  border-color: #afafaf; }

/* --------------------
インデントリスト
-------------------- */
.c-idtList > li {
  text-indent: -1em;
  padding-left: 1em; }

/* dl用 */
.c-idtDList > dt {
  clear: both;
  float: left; }

.c-idtDList > dd {
  float: left;
  text-indent: -1em;
  padding-left: 1em; }

.c-idtDList > dd > * {
  text-indent: 0; }

/* --------------------
パンくず
-------------------- */
.c-bcList {
  width: 960px;
  font-size: 1.2rem;
  margin: 1em auto; }

.c-bcList > li {
  float: left; }

.c-bcList > li:before {
  content: "/";
  color: #ccc;
  margin: 0 0.4em; }

.c-bcList > li:first-child:before {
  content: none; }

.c-bcList > li > a {
  color: #9f9f9f;
  text-decoration: none; }

.c-bcList > li > a:hover {
  color: #333;
  text-decoration: underline; }

/* --------------------
タグ
-------------------- */
.c-tag {
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  padding: 0 0.8em; }

.c-tag--prim {
  color: #fff;
  background-color: #17a4ce; }

a.c-tag--prim:hover {
  color: #fff;
  background-color: #0b8fb7; }

.c-tag--agr {
  color: #fff;
  background-color: #0dac5b; }

a.c-tag--agr:hover {
  color: #fff;
  background-color: #029248; }

.c-tag--warn {
  color: #fff;
  background-color: #f1a700; }

a.c-tag--warn:hover {
  color: #fff;
  background-color: #de9a00; }

.c-tag--dang {
  color: #fff;
  background-color: #c9302c; }

a.c-tag--dang:hover {
  color: #fff;
  background-color: #ae1b17; }

.c-tag--dark {
  color: #fff;
  background-color: #333; }

a.c-tag--dark:hover {
  color: #fff;
  background-color: #5a5a5a; }

.c-tag--def {
  color: #2b2b2b;
  background-color: #e2e2e2; }

a.c-tag--def:hover {
  color: #2b2b2b;
  background-color: #cfcfcf; }

/* --------------------
バッジ
-------------------- */
.c-badge {
  display: inline-block;
  min-width: 2em;
  min-height: 2em;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  border-radius: 1em;
  padding: 0.5em; }

.c-badge--prim {
  color: #fff;
  background-color: #17a4ce; }

a.c-badge--prim:hover {
  color: #fff;
  background-color: #0b8fb7; }

.c-badge--agr {
  color: #fff;
  background-color: #0dac5b; }

a.c-badge--agr:hover {
  color: #fff;
  background-color: #029248; }

.c-badge--warn {
  color: #fff;
  background-color: #f1a700; }

a.c-badge--warn:hover {
  color: #fff;
  background-color: #de9a00; }

.c-badge--dang {
  color: #fff;
  background-color: #c9302c; }

a.c-badge--dang:hover {
  color: #fff;
  background-color: #ae1b17; }

.c-badge--dark {
  color: #fff;
  background-color: #333; }

a.c-badge--dark:hover {
  color: #fff;
  background-color: #5a5a5a; }

.c-badge--def {
  color: #2b2b2b;
  background-color: #e2e2e2; }

a.c-badge--def:hover {
  color: #2b2b2b;
  background-color: #cfcfcf; }

/* --------------------
お知らせ
-------------------- */
.c-infoDList {
  overflow: auto;
  height: 12em;
  border: 1px solid #c0c0c0;
  padding: 0.6em 1em; }

.c-infoDList > dt {
  font-weight: bold;
  margin-bottom: 0.2em; }

.c-infoDList > dt > span {
  visibility: hidden;
  font-size: 1.2em;
  margin-left: 1em; }

.c-infoDList > dd {
  border-bottom: 1px solid #000;
  padding-bottom: 0.4em;
  margin-bottom: 1em; }

.c-infoDList > dd {
  visibility: hidden;
  height: 3.4em;
  /* 2em x 1.7 */ }

/* --------------------
ボタン
-------------------- */
.c-btn {
  display: inline-block;
  /*font-size: 1.2rem;*/
  letter-spacing: inherit;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  padding: 1em;
  transition: 0.28s; }

.c-btn--prim {
  color: #fff;
  background-color: #17a4ce; }

.c-btn--prim:hover {
  color: #fff;
  background-color: #0b8fb7; }

.c-btn--agr {
  color: #fff;
  background-color: #0dac5b; }

.c-btn--agr:hover {
  color: #fff;
  background-color: #029248; }

.c-btn--warn {
  color: #fff;
  background-color: #f1a700; }

.c-btn--warn:hover {
  color: #fff;
  background-color: #de9a00; }

.c-btn--dang {
  color: #fff;
  background-color: #c9302c; }

.c-btn--dang:hover {
  color: #fff;
  background-color: #ae1b17; }

.c-btn--dark {
  color: #fff;
  background-color: #333; }

.c-btn--dark:hover {
  color: #fff;
  background-color: #5a5a5a; }

.c-btn--def {
  color: #2b2b2b;
  background-color: #e2e2e2; }

.c-btn--def:hover {
  color: #2b2b2b;
  background-color: #cfcfcf; }

/* --------------------
ボタン配置
-------------------- */
.c-btnArea--two > button {
  width: 49%;
  margin-left: 2%; }

.c-btnArea--two > button:first-child {
  margin-left: 0; }

.c-btnArea--three > button {
  width: 32%;
  margin-left: 2%; }

.c-btnArea--three > button:first-child {
  margin-left: 0; }

.c-btnArea--four > button {
  width: 23.5%;
  margin-left: 2%; }

.c-btnArea--four > button:first-child {
  margin-left: 0; }

.c-btnArea--five > button {
  width: 18.4%;
  margin-left: 2%; }

.c-btnArea--five > button:first-child {
  margin-left: 0; }

/* --------------------
横並びボタン
-------------------- */
.c-btnLine > button {
  margin-left: 1em; }

.c-btnLine > button:first-child {
  margin-left: 0; }

/* --------------------
テーブル（横）
-------------------- */
.c-tbl {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #2b2b2b; }

.c-tbl thead {
  border-bottom: 2px solid #999; }

.c-tbl thead th {
  background-color: #e8e8e8;
  border: 1px solid #c0c0c0;
  padding: 0.2em 1em; }

.c-tbl tbody td {
  border: 1px solid #c0c0c0;
  padding: 0.2em 1em; }

.c-tbl--strp > tbody > tr:nth-of-type(even) {
  background-color: #f8f8f8; }

.c-tbl > tbody > tr:hover {
  background-color: #f2f2f2; }

/* --------------------
テーブル（縦）
-------------------- */
/* --------------------
フォーム
-------------------- */
.c-formDList > dt {
  font-size: 1.6rem;
  font-weight: bold;
  border-left: 2px solid #2b2b2b;
  padding-left: 0.4em;
  margin-bottom: 0.6em; }

.c-formDList > dd {
  border-bottom: 1px dotted #2b2b2b;
  padding: 0 0 0.8em 1em;
  margin-bottom: 2.2em; }

/* --------------------
ページャー
-------------------- */
.c-pager {
  text-align: center; }

.c-pager > ul {
  display: inline-block;
  vertical-align: bottom; }

.c-pager > ul > li {
  float: left; }

.c-pager > ul > li > span,
.c-pager > ul > li > a {
  display: block;
  min-width: 3em;
  color: #333;
  line-height: inherit;
  text-decoration: none;
  border: 1px solid #c0c0c0;
  border-right: none;
  padding: 0.6em 0; }

.c-pager > ul > li:first-child > span,
.c-pager > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.c-pager > ul > li:last-child > span,
.c-pager > ul > li:last-child > a {
  border-right: 1px solid #c0c0c0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.c-pager > ul > li > span.is-active {
  background-color: #e2e2e2; }

.c-pager > ul > li > a:hover {
  background-color: #f0f0f0; }

/* --------------------
検索ボックス
-------------------- */
.c-srchBox {
  display: table;
  width: 100%; }

.c-srchBox > div {
  display: table-cell; }

.c-srchBox > div:first-child {
  width: 100%; }

.c-srchBox input,
.c-srchBox button {
  vertical-align: middle;
  border-radius: 0; }

.c-srchBox input {
  width: 100%;
  line-height: inherit;
  /*border: 1px solid #ccc;*/
  /*padding: 0.8em 0.4em;*/ }

.c-srchBox button {
  color: #fff;
  line-height: inherit;
  white-space: nowrap;
  background-color: #333;
  border: 1px solid #333;
  padding: 0.8em 1em; }

.c-srchBox button:hover {
  background-color: #5a5a5a;
  border: 1px solid #5a5a5a; }

/* --------------------
チェックボックス
-------------------- */
.c-chkBox,
.c-chkBoxTgl,
.c-rdoBtn {
  position: relative;
  display: inline-block; }

.c-chkBox > input,
.c-chkBoxTgl > input,
.c-rdoBtn > input {
  display: none; }

.c-chkBox > label,
.c-chkBoxTgl > label,
.c-rdoBtn > label {
  cursor: pointer;
  position: relative;
  display: block;
  min-height: 1.5rem;
  line-height: 1.5; }

.c-chkBox > label,
.c-rdoBtn > label {
  padding-left: 2em; }

.c-chkBox > label:before,
.c-chkBoxTgl > label:before,
.c-rdoBtn > label:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5em;
  content: ""; }

.c-chkBox > label:before,
.c-rdoBtn > label:before {
  width: 1.5em;
  background-color: #fff;
  border: 1px solid #ccc; }

.c-chkBox > label:before {
  border-radius: 2px; }

.c-chkBox > label:after,
.c-chkBoxTgl > label:after,
.c-rdoBtn > label:after {
  display: block;
  position: absolute;
  top: 0;
  width: 1.5em;
  content: ""; }

.c-chkBox > label:after {
  left: 0;
  font-family: FontAwesome;
  font-size: inherit;
  color: #0dac5b;
  text-align: center;
  letter-spacing: 0; }

.c-chkBox > input:checked + label:after {
  content: "\f00c"; }

/* チェックボックストグル */
.c-chkBoxTgl > label {
  padding-left: 4em; }

.c-chkBoxTgl > label:before {
  width: 3.5em;
  background-color: #dadada;
  border-radius: 2em;
  transition-duration: 0.28s; }

.c-chkBoxTgl > input:checked + label:before {
  background-color: #0dac5b; }

.c-chkBoxTgl > label:after {
  left: -0.1em;
  height: 1.5em;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 50%;
  transition-duration: 0.28s; }

.c-chkBoxTgl > input:checked + label:after {
  left: 2.1em; }

/* --------------------
ラジオボタン
-------------------- */
.c-rdoBtn > label:before {
  border-radius: 50%; }

.c-rdoBtn > label:after {
  left: 0;
  color: #0dac5b;
  height: 1.5em;
  background: transparent;
  border-radius: 50%;
  transform: scale(0.5); }

.c-rdoBtn > input:checked + label:after {
  background-color: #0dac5b; }

/* --------------------
タブ切替
-------------------- */
.c-tab > li {
  position: relative;
  float: left;
  display: block;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  border-left: none;
  border-bottom: none;
  /*border-top-right-radius: 12px;*/
  /*border-top-left-radius: 12px;*/
  padding: 1em;
  transition-duration: 0.28s; }

.c-tab > li:first-child {
  border-left: 1px solid #e2e2e2; }

.c-tab > li:hover,
.c-tab > li.is-active {
  background-color: #dadada; }

.c-tab > li.is-active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 8px solid #dadada;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px; }

.c-tabCont {
  display: none;
  border: 1px solid #e2e2e2;
  padding: 1em; }

.c-tabCont.is-active {
  display: block; }

/* --------------------
ツールチップ
-------------------- */
.c-tip {
  display: none;
  position: absolute;
  z-index: 1050;
  color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.68);
  border-radius: 6px;
  min-height: 1em;
  white-space: nowrap;
  padding: 0.5em 1em;
  margin: 0; }

.c-tip:after {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid; }

.c-tip.is-top:after {
  bottom: -16px;
  left: 10px;
  border-color: rgba(0, 0, 0, 0.68) transparent transparent transparent; }

.c-tip.is-topL:after {
  bottom: -16px;
  right: 10px;
  border-color: rgba(0, 0, 0, 0.68) transparent transparent transparent; }

.c-tip.is-right:after {
  top: 10px;
  left: -16px;
  border-color: transparent rgba(0, 0, 0, 0.68) transparent transparent; }

.c-tip.is-bottom:after {
  top: -16px;
  left: 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.68) transparent; }

.c-tip.is-bottomL:after {
  top: -16px;
  right: 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.68) transparent; }

.c-tip.is-left:after {
  top: 10px;
  right: -16px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.68); }

/* --------------------
モーダル
-------------------- */
/* モーダル表示時の背景ぼかし */
.c-blur {
  position: relative;
  transition: 0.2s ease-out;
  -webkit-filter: blur(0) grayscale(0);
  filter: blur(0) grayscale(0); }

.c-blur.is-active {
  -webkit-filter: blur(4px) grayscale(0.8);
  filter: blur(4px) grayscale(0.8); }

/* モーダルメイン */
.c-mdl {
  opacity: 0;
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center; }

@keyframes modalFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes modalFadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.c-mdl.is-show {
  animation-name: modalFadeIn;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  opacity: 1; }

.c-mdl.is-hide {
  animation-name: modalFadeOut;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  opacity: 0; }

.c-mdl.is-scroll {
  overflow: auto; }

.c-mdl:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.c-mdl__cont {
  display: inline-block;
  vertical-align: middle;
  width: 74%;
  font-size: 1.4rem;
  /* 調整必要か */
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); }

@keyframes modalIn {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes modalOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.9); } }

.c-mdl.is-show .c-mdl__cont {
  animation-name: modalIn;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  opacity: 1; }

.c-mdl.is-hide .c-mdl__cont {
  animation-name: modalOut;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  opacity: 0; }

.c-mdl__header {
  font-size: 1.8rem;
  font-weight: bold;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 1em; }

.c-mdl__header--prim {
  color: #fff;
  background-color: #17a4ce; }

.c-mdl__header--agr {
  color: #fff;
  background-color: #0dac5b; }

.c-mdl__header--warn {
  color: #fff;
  background-color: #f1a700; }

.c-mdl__header--dang {
  color: #fff;
  background-color: #c9302c; }

.c-mdl__header--dark {
  color: #fff;
  background-color: #333; }

.c-mdl__header--def {
  color: #2b2b2b;
  background-color: #e2e2e2; }

.c-mdl__desc {
  overflow: auto;
  max-height: 360px;
  padding: 1.2em; }

.c-mdl__footer {
  text-align: right;
  background-color: #f4f4f4;
  border-top: 1px solid #c9c9c9;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0.8em; }

/* 1. ユーティリティ
---------------------------------------- */
/* --------------------
表示
-------------------- */
.u-hide {
  display: none; }

.u-show {
  display: block; }

/* --------------------
幅
-------------------- */
.u-widB {
  width: 10%; }

/* Bit */
.u-widS {
  width: 25%; }

/* Short */
.u-widH {
  width: 50%; }

/* Half */
.u-widL {
  width: 75%; }

/* Long */
.u-widF {
  width: 100%; }

/* Full */
/* --------------------
フォントサイズ
-------------------- */
.u-fnt10 {
  font-size: 1rem; }

.u-fnt12 {
  font-size: 1.2rem; }

.u-fnt14 {
  font-size: 1.4rem; }

.u-fnt16 {
  font-size: 1.6rem; }

.u-fnt18 {
  font-size: 1.8rem; }

.u-fnt20 {
  font-size: 2rem; }

.u-fnt22 {
  font-size: 2.2rem; }

.u-fnt24 {
  font-size: 2.4rem; }

.u-fnt26 {
  font-size: 2.6rem; }

.u-fnt28 {
  font-size: 2.8rem; }

.u-fnt30 {
  font-size: 3rem; }

.u-fnt32 {
  font-size: 3.2rem; }

/* --------------------
テキスト位置
-------------------- */
.u-txtC {
  text-align: center; }

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

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

/* --------------------
縦位置
-------------------- */
.u-vaMid {
  vertical-align: middle; }

/* --------------------
マージン
-------------------- */
.u-mbB {
  margin-bottom: 2px; }

/* Bit */
.u-mbF {
  margin-bottom: 4px; }

/* Few */
.u-mbT {
  margin-bottom: 8px; }

/* Tiny */
.u-mbS {
  margin-bottom: 14px; }

/* Small */
.u-mbM {
  margin-bottom: 22px; }

/* Medium */
.u-mbL {
  margin-bottom: 32px; }

/* Large */
.u-mbH {
  margin-bottom: 44px; }

/* Huge */
.u-mbE {
  margin-bottom: 58px !important; }

/* Enormous */
.u-mbI {
  margin-bottom: 74px; }

/* Immense */
/* --------------------
マウスホバー
-------------------- */
.u-hover {
  transition-duration: 0.28s; }

.u-hover:hover {
  opacity: 0.4; }

/* --------------------
コード
-------------------- */
.u-code {
  color: #d20000;
  font-family: Arial,Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  *font-size: small;
  *font: x-small;
  background-color: #f2f2f2;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  padding: 0.1em 0.2em;
  margin: 0 0.1em; }

/* --------------------
ハイライト
-------------------- */
.u-hl {
  display: inline-block;
  background-color: #FFDB76;
  border-radius: 4px;
  padding: 0.2em 0.5em;
  margin: 0.5em 0; }

/* --------------------
カーソル
-------------------- */
.u-csrP {
  cursor: pointer; }

/* --------------------
ポジション
-------------------- */
.u-posR {
  position: relative; }

/* 2. Icon Font
---------------------------------------- */
.fa.is-rotate180 {
  transform: translateY(-50%) rotate(180deg); }

/* 1. Global Header
======================================== */
/* 2. .Global Nav
======================================== */
/* 3. .mainContents
======================================== */
#contWrap {
  margin: 0 auto; }

#mainCont {
  float: left; }

/* 4. .sideMenu
======================================== */
#sideMenu {
  float: right; }

/* 5. .Global Footer
======================================== */
html {
  font-size: 62.5%;
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif; }

body {
  min-width: 970px;
  margin: 0;
  padding: 86px 0 0 0;
  font-size: 1.5rem; }

/* header
========================*/
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  min-width: 970px;
  height: 86px;
  background-color: #fff; }
  .header__inner {
    position: relative;
    width: 970px;
    padding: 18px 0 28px 0;
    margin: 0 auto; }
  .header__logo {
    height: 40px;
    overflow: hidden;
    margin: 0; }

/* navigation
========================*/
.navigation {
  position: absolute;
  right: 0;
  top: 18px; }
  .navigation:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .navigation__global {
    list-style: none;
    float: left;
    margin-right: 18px;
    margin-top: 11px; }
    .navigation__global__item {
      display: inline-block;
      padding: 0 18px;
      height: 57px; }
      .navigation__global__item.is-active {
        position: relative; }
        .navigation__global__item.is-active:after {
          content: '';
          display: block;
          height: 7px;
          background-color: #0BA8E0;
          width: 100%;
          position: absolute;
          bottom: 0;
          right: 0; }
      .navigation__global__item > a {
        line-height: 30px;
        transition: all 3s;
        display: inline-block; }
        .navigation__global__item > a:hover {
          opacity: 0.6;
          transition: all 0.3s ease-in-out; }
    .navigation__global img {
      vertical-align: middle; }
    .navigation__global__forowner {
      margin-right: 0; }
      .navigation__global__forowner.is-active:after {
        width: 108px; }
      .navigation__global__forowner a {
        line-height: 30px;
        padding-left: 32px;
        display: inline-block;
        border-left: 1px solid #313E47; }
  .navigation__language {
    list-style: none;
    position: relative; }
    .navigation__language.is-disable .language__active {
      background-color: #A0B2B8;
      cursor: auto;
      opacity: 0.6; }
  .navigation__languageWrap {
    width: 110px;
    text-align: center;
    display: block;
    float: right; }
  .navigation__choose {
    display: block;
    margin: 0 auto 6px; }

.language__active {
  width: 110px;
  border: 1px solid #A0B2B8;
  color: #313E47;
  height: 26px;
  overflow: hidden;
  line-height: 26px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  margin: 0;
  z-index: 1;
  background-color: #fff;
  cursor: pointer;
  font-size: 1.2rem; }
  .language__active:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #313E47;
    border-right: 2px solid #313E47;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    transform: rotate(135deg); }
  .language__active.is-active:before {
    transform: rotate(-45deg);
    transition: all 0.3s;
    margin-top: 0; }

.language__lists {
  display: none;
  padding-top: 16px; }
  .language__lists__item {
    text-align: center;
    font-size: 1.2rem; }
    .language__lists__item:first-child a {
      border-radius: 6px 6px 0 0; }
    .language__lists__item:last-child a {
      border-radius: 0 0 6px 6px;
      border-bottom: 1px solid #A0B2B8; }
    .language__lists__item:first-child a:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-top: 1px solid #A0B2B8;
      border-left: 1px solid #A0B2B8;
      background-color: #fff;
      transform: rotate(45deg);
      position: absolute;
      top: -6px;
      left: 50%;
      margin-left: -6px; }
    .language__lists__item a {
      text-decoration: none;
      padding: 8px;
      display: block;
      color: #313E47;
      font-size: 1.2rem;
      border-top: 1px solid #A0B2B8;
      border-right: 1px solid #A0B2B8;
      border-left: 1px solid #A0B2B8;
      position: relative;
      background-color: white; }
      .language__lists__item a:hover {
        color: #fff;
        background-color: #0ba8e0; }
        .language__lists__item a:hover:before {
          background-color: #0ba8e0; }

.footerBlk {
  margin-top: 21px;
  color: #fff;
  text-align: center; }
  .footerBlk__nav {
    background-color: #0BA8E0;
    padding: 60px 0; }
    .footerBlk__nav__logo {
      margin-bottom: 21px; }
    .footerBlk__nav a {
      color: #fff;
      text-decoration: none; }
    .footerBlk__nav__lists__item {
      display: inline-block;
      line-height: 30px;
      padding-right: 32px;
      margin-bottom: 10px; }
      .footerBlk__nav__lists__item img {
        vertical-align: middle; }
      .footerBlk__nav__lists__item a:hover {
        opacity: 0.6;
        transition: all 0.3s ease-in-out; }
      .footerBlk__nav__lists__item--forowner {
        padding-left: 32px;
        padding-right: 0;
        border-left: 1px solid #fff; }
    .footerBlk__nav__subList {
      font-size: 1.3rem;
      line-height: 30px; }
      .footerBlk__nav__subList__item {
        display: inline-block;
        line-height: 30px; }
      .footerBlk__nav__subList__item:not(:last-child) {
        padding-right: 32px; }
  .footerBlk__bottomNav {
    background-color: #095482;
    font-size: 1.3rem;
    padding: 70px 0 45px; }
    .footerBlk__bottomNav__logo {
      text-align: center;
      margin-bottom: 21px; }
    .footerBlk__bottomNav__address {
      font-style: normal;
      text-align: center;
      display: block;
      margin-bottom: 60px;
      font-size: 1.2rem;
      vertical-align: middle;
      line-height: 40px; }
    .footerBlk__bottomNav a {
      color: #fff;
      text-decoration: none; }
    .footerBlk__bottomNav__list {
      font-size: 1.3rem;
      line-height: 30px;
      margin-bottom: 68px; }
      .footerBlk__bottomNav__list__item {
        display: inline-block;
        padding-right: 32px;
        line-height: 30px; }
        .footerBlk__bottomNav__list__item--last {
          display: inline-block;
          border-left: 1px solid #fff;
          padding-left: 32px;
          padding-right: 0; }
    .footerBlk__bottomNav__copy {
      display: inline-block;
      font-size: 1.2rem; }
  .footerBlk__athome {
    padding: 14px;
    width: 970px;
    margin: 0 auto; }

.l-noScript {
  width: 970px;
  margin-left: auto;
  margin-right: auto; }
  .l-noScript > p:not(:last-child) {
    margin-bottom: 7px; }
  .l-noScript > p:last-child {
    margin-bottom: 0; }

.notFoundWrap {
  background-color: #414D54;
  height: 564px;
  min-width: 970px;
  padding: 205px 0 194px; }

.notFound__ttl {
  width: 110px;
  height: 95px;
  margin: 0 auto;
  background-image: url("/assets/img/pc/common/txt_404.svg");
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  padding-bottom: 27px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #0BA8E0;
  box-sizing: content-box;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.notFound__subTxt {
  width: 118px;
  height: 14px;
  box-sizing: content-box;
  margin: 27px auto 0;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  background-image: url("/assets/img/pc/common/txt_notfound.svg");
  background-position: center top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.helpBtnWrap {
  text-align: right;
  margin: 7px 0; }

.helpBtn {
  display: inline-block; }
  .helpBtn span {
    background-image: url("/assets/img/pc/common/icon_help.svg");
    background-position: left;
    display: inline-block;
    padding: 0 22px; }

.searchResultHeader {
  text-align: center; }
  .searchResultHeader--map {
    margin: 35px auto 29px; }
  .searchResultHeader__number {
    display: inline-block;
    padding: 6px 21px;
    background-color: #0BA8E0;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 6.9rem;
    text-decoration: none;
    border: 1px solid #fff;
    font-weight: bold;
    margin: 21px auto; }
    .searchResultHeader__number__home {
      padding-left: 1em;
      background-image: url("/assets/img/pc/common/icon_home.svg");
      background-position: left; }
  .searchResultHeader__txt {
    font-size: 1.3rem;
    color: #0BA8E0; }

.searchBlk {
  margin: 0 auto;
  width: 787px;
  position: relative; }
  .searchBlk__txtWrap {
    width: 787px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #313E47;
    overflow: hidden; }
    .searchBlk__txtWrap:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
  .searchBlk__btn {
    width: 161px;
    background-color: #02D4B1;
    color: #fff;
    border: none;
    height: 48px;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    float: left;
    border-radius: 0 6px 6px 0; }
    .searchBlk__btn:before {
      content: '';
      background-image: url("/assets/img/pc/common/icon_search.svg");
      width: 18px;
      height: 18px;
      display: inline-block;
      margin-right: 9px;
      vertical-align: middle; }
    .searchBlk__btn:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
  .searchBlk__select {
    width: 243px;
    background-color: #E6F0F2;
    color: #A0B2B8;
    font-size: 1.6rem;
    line-height: 48px;
    display: block;
    float: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden; }

.searchBlk__input[type="text"] {
  width: 383px;
  display: block;
  float: left;
  box-sizing: border-box;
  border: none;
  padding-left: 18px;
  padding-right: 18px;
  height: 48px;
  font-size: 1.6rem;
  color: #313E47; }
  .searchBlk__input[type="text"]:placeholder-shown {
    color: #A0B2B8; }
  .searchBlk__input[type="text"]::-webkit-input-placeholder {
    color: #A0B2B8; }
  .searchBlk__input[type="text"]:-moz-placeholder {
    color: #A0B2B8;
    opacity: 1; }
  .searchBlk__input[type="text"]::-moz-placeholder {
    color: #A0B2B8;
    opacity: 1; }
  .searchBlk__input[type="text"]:-ms-input-placeholder {
    color: #A0B2B8; }

.select__input__display {
  padding: 0 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 243px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  position: relative; }
  .select__input__display:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #A0B2B8;
    border-right: 2px solid #A0B2B8;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(135deg); }
  .select__input__display:before {
    margin-top: -7px; }
  .select__input__display.is-active:before {
    transform: rotate(-45deg);
    margin-top: -3px; }

.select__options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 48px;
  left: 383px;
  min-width: 243px;
  font-size: 1.6rem;
  color: #A0B2B8;
  background-color: #e6f0f2;
  z-index: 999;
  display: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  .select__options.is-visible {
    display: block; }
  .select__options__item {
    margin: 0;
    padding: 0 18px;
    min-height: 48px;
    line-height: 48px;
    transition: all 0.3s;
    border-top: 1px solid #A0B2B8; }
    .select__options__item:hover {
      background-color: rgba(255, 255, 255, 0.9);
      color: #A0B2B8;
      cursor: hand;
      transition: all 0.3s; }

.path {
  width: 970px;
  margin: 0 auto;
  padding: 0 10px; }
  .path__page {
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 1.3rem; }
    .path__page > a {
      color: #fff;
      text-decoration: none; }
      .path__page > a:after {
        content: '>';
        padding: 0 0.5em; }

.underlayerHeader {
  width: 100%; }
  .underlayerHeader__visual {
    height: 141px;
    background-size: cover;
    padding: 30px 0; }
    .underlayerHeader__visual--school {
      background-image: url("/assets/img/pc/common/vis.png"); }
    .underlayerHeader__visual--guide {
      background-image: url("/assets/img/pc/guide/vis_guide.png"); }
    .underlayerHeader__visual--housing {
      background-image: url("/assets/img/pc/housing/vis_monthly.png"); }
    .underlayerHeader__visual--rentalhousing {
      background-image: url("/assets/img/pc/rentalhousing/vis_forowner.png"); }
    .underlayerHeader__visual--sub {
      background-color: #0BA8E0; }
  .underlayerHeader .underlayerHeader__pathWrap {
    background-color: #095482; }

.underlayerFooter {
  background-color: #E6F0F2;
  text-align: center;
  padding: 30px 0; }

/* Top
=======================*/
.visual {
  position: relative;
  padding: 70px 0; }
  .visual__bgImgWrap {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .visual__bgImg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    background-position: center top; }
    .visual__bgImg:nth-of-type(1) {
      z-index: 2; }
    .visual__bgImg:nth-of-type(2) {
      z-index: 3;
      opacity: 1; }
    .visual__bgImg:nth-of-type(3) {
      z-index: 4; }
    .visual__bgImg--item1 {
      background-image: url("/assets/img/pc/top/main_top.png"); }
    .visual__bgImg--item2 {
      background-image: url("/assets/img/pc/top/main_top2.png"); }
    .visual__bgImg--item3 {
      background-image: url("/assets/img/pc/top/main_top3.png"); }
    .visual__bgImg.is-active {
      animation: topVFade 6.8s linear; }
  .visual__txtWrap {
    position: relative;
    z-index: 5; }
  .visual__txt {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 16px; }
  .visual__btn {
    text-align: center;
    color: #fff;
    margin: 35px auto;
    min-width: 506px;
    width: 506px;
    background-color: #0BA8E0;
    display: block;
    padding: 18px;
    box-sizing: border-box;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s;
    position: relative; }
    .visual__btn:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
    .visual__btn:before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      right: 16px;
      top: 50%;
      margin-top: -4px;
      transform: rotate(45deg); }

.topCont {
  background-color: #fff;
  padding-bottom: 21px; }
  .topCont__blk {
    margin-top: 21px; }
    .topCont__blk__cont {
      width: 647px;
      padding: 0 93px 0 97px;
      margin: 60px auto;
      display: inline-block;
      vertical-align: top; }
    .topCont__blk__cont--type2 {
      width: 647px;
      padding: 0 97px 0 93px;
      margin: 60px auto;
      display: inline-block;
      vertical-align: top; }
    .topCont__blk__txt {
      margin: 46px 0 60px; }
    .topCont__blk__img {
      display: inline-block; }

.forOwner {
  background-color: #E6F0F2;
  padding: 70px 0; }
  .forOwner__blk {
    width: 660px;
    padding: 0 65px 0 54px;
    margin: 60px auto;
    display: inline-block;
    vertical-align: top; }
  .forOwner__blk__txt {
    margin-bottom: 60px; }
  .forOwner__blk__img {
    display: inline-block;
    border-radius: 125px;
    vertical-align: top;
    margin-top: 60px;
    margin-right: 54px; }

.searchBlkWrap {
  background-color: #1094C4;
  padding: 21px 0; }

.searchBlkTxt {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0; }

.schoolListLabel {
  border-bottom: 2px solid #A0B2B8; }
  .schoolListLabel > li {
    display: table-cell;
    padding: 16px 10px;
    font-size: 1.5rem;
    font-weight: bold; }
  .schoolListLabel__name {
    width: 323px; }
  .schoolListLabel__campus {
    width: 222px; }
  .schoolListLabel__address {
    width: 425px; }

.schoolList {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  color: #A0B2B8;
  position: relative;
  border-bottom: 1px solid #A0B2B8; }
  .schoolList:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #0BA8E0;
    border-right: 2px solid #0BA8E0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg); }
  .schoolList.is-desable:before {
    border-color: #A0B2B8; }
  .schoolList__link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #313E47; }
    .schoolList__link:hover {
      background-color: #E6F0F2; }
  .schoolList__name {
    display: table-cell;
    padding: 16px 10px;
    width: 323px; }
    .schoolList__name__lang {
      display: block;
      font-size: 1.5rem; }
  .schoolList__campus {
    display: table-cell;
    padding: 16px 10px;
    width: 222px; }
    .schoolList__campus__lang {
      display: block;
      font-size: 1.5rem; }
  .schoolList__address {
    width: 425px;
    display: table-cell;
    padding: 16px 38px 16px 10px; }
    .schoolList__address__lang {
      display: block;
      font-size: 1.5rem; }

.schoolList__info {
  margin: 45px auto 21px;
  text-align: center; }
  .schoolList__info__ttl {
    font-family: Hiragino Sans, "ヒラギノ角ゴシック";
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 17px; }
    .schoolList__info__ttl__word {
      font-size: 3.5rem; }
  .schoolList__info__option {
    font-size: 1.8rem;
    font-weight: bold; }
  .schoolList__info__number {
    display: inline-block;
    padding: 6px 21px;
    background-color: #0BA8E0;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 6.9rem;
    text-decoration: none;
    border: 1px solid #fff;
    font-weight: bold;
    margin: 22px auto 14px; }
    .schoolList__info__number__txt {
      font-size: 1.5rem; }

.pagerWrap {
  text-align: center;
  margin-top: 30px; }

.cont--scoolList {
  margin: 21px auto 60px;
  width: 970px; }

.schoolNote {
  text-align: center;
  padding: 21px;
  color: #0BA8E0;
  border: 1px solid #0BA8E0;
  margin: 60px auto;
  width: 787px; }

.mapWrap {
  width: 970px;
  height: 545px;
  position: relative;
  overflow: hidden; }
  .mapWrap__loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    text-indent: 100%;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.8); }
    .mapWrap__loading:after {
      top: 50%;
      left: 50%;
      content: '';
      display: block;
      position: relative;
      text-indent: -9999em;
      border-top: 2px solid rgba(160, 178, 184, 0.7);
      border-right: 2px solid rgba(160, 178, 184, 0.7);
      border-bottom: 2px solid rgba(160, 178, 184, 0.7);
      border-left: 2px solid #0BA8E0;
      transform: translateZ(0);
      animation: load8 1.0s infinite linear;
      z-index: 40;
      border-radius: 50%;
      width: 3em;
      height: 3em;
      margin-top: -1.5em;
      margin-left: -1.5em; }
    .mapWrap__loading.is-active {
      display: block; }

.map {
  width: 970px;
  height: 545px; }

.mapDetail {
  margin-bottom: 60px; }

.mapDetail__txt {
  text-align: center;
  font-size: 1.2rem;
  margin: 7px 0 30px; }

.schoolInfo__close {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #E6F0F2;
  position: relative;
  cursor: pointer; }
  .schoolInfo__close:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #A0B2B8;
    border-right: 2px solid #A0B2B8;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(135deg); }
  .schoolInfo__close:before {
    left: 50%;
    margin-left: -4px; }
  .schoolInfo__close.is-active:before {
    transform: rotate(-45deg); }

.schoolInfo__bottom {
  padding: 24px 10px 24px 10px;
  width: 100%;
  display: none; }
  .schoolInfo__bottom:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.schoolInfo__address {
  padding: 21px 10px;
  font-style: normal; }
  .schoolInfo__address > span {
    display: block;
    color: #A0B2B8; }

.schoolInfo__topWrap {
  width: 870px; }

.schoolInfo__top:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.schoolInfo__campus {
  width: 100%;
  display: block;
  float: left; }
  .schoolInfo__campus__ttl {
    display: inline-block;
    border: 1px solid #0BA8E0;
    color: #0BA8E0;
    padding: 2px 21px;
    font-size: 1.3rem;
    border-radius: 13px; }
  .schoolInfo__campus__list {
    position: relative;
    padding-left: 1em;
    font-size: 1.2rem;
    display: flex;
    flex-wrap: wrap; }
    .schoolInfo__campus__list__item {
      width: 50%;
      margin-top: 14px;
      position: relative;
      padding-left: 1em; }
      .schoolInfo__campus__list__item:after {
        content: '';
        width: 8px;
        height: 8px;
        border-top: 2px solid #313E47;
        border-right: 2px solid #313E47;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -4px;
        transform: rotate(45deg); }
      .schoolInfo__campus__list__item__mainLang {
        font-size: 1.3rem; }
      .schoolInfo__campus__list__item:before {
        content: '・';
        position: absolute;
        left: 0;
        right: 0;
        display: inline-block;
        width: 1em; }
      .schoolInfo__campus__list__item.is-disable {
        color: #A0B2B8; }
        .schoolInfo__campus__list__item.is-disable:before {
          color: #A0B2B8; }
        .schoolInfo__campus__list__item.is-disable:after {
          border-color: #A0B2B8; }
    .schoolInfo__campus__list__link {
      display: block;
      color: #313E47;
      text-decoration: none;
      opacity: 1;
      transition: all 0.3s; }
      .schoolInfo__campus__list__link:hover:hover {
        opacity: 0.6;
        transition: all 0.3s ease-in-out; }
      .schoolInfo__campus__list__link .schoolInfo__campus__item__mainLang {
        text-decoration: underline; }

.mapOnBlkWrap {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 545px; }

.mapOnBlk {
  width: 317px;
  border: 1px solid #0BA8E0;
  background-color: #fff;
  overflow: auto; }
  .mapOnBlk__ttl {
    background-color: #1094C4;
    padding: 7px 21px;
    color: #fff;
    font-size: 1.3rem; }
  .mapOnBlk__list {
    overflow: auto;
    max-height: 418px; }

.mapOnItem {
  display: block;
  width: 100%;
  border-bottom: 1px solid #E6F0F2; }
  .mapOnItem__list {
    overflow: auto; }
  .mapOnItem__link {
    display: block;
    text-decoration: none;
    color: #313E47; }
    .mapOnItem__link:hover:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
  .mapOnItem__img {
    display: table-cell;
    padding: 7px;
    width: 84px; }
  .mapOnItem__info {
    display: table-cell;
    padding: 7px 7px 7px 0;
    width: 233px;
    vertical-align: top; }
    .mapOnItem__info__ttl {
      font-size: 1.2rem;
      text-decoration: underline;
      display: block;
      margin-bottom: 3px; }
    .mapOnItem__info__sta {
      font-size: 1.2rem;
      text-decoration: underline;
      display: block;
      margin-bottom: 3px; }
    .mapOnItem__info__txt {
      color: #A0B2B8;
      font-size: 1.2rem;
      margin-bottom: 3px;
      text-decoration: underline; }
    .mapOnItem__info__tag {
      font-size: 1.0rem;
      color: #E65C5C;
      margin-bottom: 3px; }
      .mapOnItem__info__tag > span {
        display: inline-block;
        border: 1px solid #E65C5C;
        padding: 1px 7px;
        border-radius: 9px;
        font-weight: bold; }
    .mapOnItem__info__btn {
      display: inline-block;
      width: 100%;
      background-color: #0BA8E0;
      color: #fff;
      text-align: center;
      padding: 2px 10px;
      font-size: 1.0rem;
      border-radius: 6px; }
  .mapOnItem__pagerWrap {
    font-size: 1.1rem;
    text-align: center; }
  .mapOnItem__pageInfo {
    text-align: center;
    font-size: 1.2rem;
    padding: 7px 10px; }
    .mapOnItem__pageInfo__total {
      color: #313E47;
      font-size: 1.4rem;
      margin-right: 7px; }
      .mapOnItem__pageInfo__total > b {
        color: #0BA8E0;
        font-weight: bold; }
    .mapOnItem__pageInfo__current {
      color: #313E47;
      font-size: 1.2rem; }
      .mapOnItem__pageInfo__current > b {
        color: #0BA8E0;
        font-weight: bold; }

.mapOnBlkBtnWrap {
  text-align: center; }

.mapOnBlkBtn {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 317px;
  background-color: #1094C4;
  transition: all 0.3s;
  padding-top: 4px; }
  .mapOnBlkBtn:hover {
    cursor: pointer;
    background-color: #1bb4ec;
    transition: all 0.3s; }
  .mapOnBlkBtn > span {
    margin-top: -5px;
    padding: 2px 10px;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: top;
    min-height: 20px;
    position: relative; }
    .mapOnBlkBtn > span:before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      transform: rotate(135deg); }
  .mapOnBlkBtn.is-active > span {
    margin-top: 0; }
    .mapOnBlkBtn.is-active > span:after {
      transform: rotate(-45deg); }

.cont--housingList {
  width: 970px;
  margin: 28px auto 60px; }
  .cont--housingList:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.sidebar {
  width: 231px;
  float: left;
  margin-right: 22px; }
  .sidebar__ttl {
    background-color: #1094C4;
    color: #fff;
    text-align: center;
    padding: 14px 11px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 6px 6px 0 0; }
  .sidebar__btn {
    padding: 13px;
    white-space: nowrap;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    position: relative;
    width: 100%;
    margin-top: 21px;
    background-color: #1094C4;
    color: #fff; }
    .sidebar__btn:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }

.rightCont {
  width: 717px;
  float: left; }

.searchResultNav, .searchResultNav--bottom {
  text-align: right;
  padding-bottom: 7px;
  padding-top: 7px;
  background-color: #fff; }
  .searchResultNav__select {
    display: inline-block; }
    .searchResultNav__select__item {
      display: inline-block;
      margin-right: 7px; }
  .searchResultNav__pager {
    width: 50%;
    display: table-cell;
    text-align: right; }

.housingListHeaderWrap {
  width: 717px; }
  .housingListHeaderWrap.is-clone {
    position: fixed;
    z-index: 50;
    top: 86px; }

.housingListHeader {
  width: 717px; }
  .housingListHeader__list {
    display: block;
    background-color: #E6F0F2;
    border-bottom: 1px solid #A0B2B8;
    margin-bottom: 14px; }
    .housingListHeader__list > li {
      display: table-cell;
      padding: 11px 7px;
      text-align: center;
      font-size: 1.2rem; }
      .housingListHeader__list > li > span {
        display: block; }
      .housingListHeader__list > li a {
        color: #0BA8E0; }
    .housingListHeader__list__img {
      width: 120px; }
    .housingListHeader__list__address {
      width: 180px; }
    .housingListHeader__list__time {
      width: 60px; }
    .housingListHeader__list__rent {
      width: 80px; }
    .housingListHeader__list__deposit {
      width: 60px; }
    .housingListHeader__list__floor {
      width: 97px; }
    .housingListHeader__list__age {
      width: 120px; }

.termsBlk__ttl {
  padding: 8px 11px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #313E47;
  background-color: #E6F0F2; }

.termsBlk__cont {
  padding: 14px 11px;
  font-size: 1.3rem;
  line-height: 1.2; }
  .termsBlk__cont ul li {
    margin-top: 5px; }
    .termsBlk__cont ul li.is-active {
      color: #0BA8E0; }
  .termsBlk__cont__txt {
    display: inline-block;
    width: 185px; }
  .termsBlk__cont label:hover {
    cursor: pointer; }
  .termsBlk__cont label > input[type="checkbox"] {
    vertical-align: top; }

.termsBlk__rent {
  margin-bottom: 14px; }
  .termsBlk__rent__select {
    width: 46%;
    display: inline-block; }
    .termsBlk__rent__select > select {
      width: 100%; }

.termsBlk__select {
  width: 100%; }
  .termsBlk__select > select {
    width: 100%; }

.allCheckTxt {
  padding-left: 45px;
  background-image: url("/assets/img/pc/common/icon_check.svg");
  background-position: left 25px center;
  font-size: 1.3rem; }

.allCheckWrap {
  background-color: #E6F0F2;
  border-radius: 6px;
  overflow: hidden;
  display: table;
  width: 100%;
  position: relative; }

.allCheck--top {
  position: relative;
  margin-bottom: 10px; }
  .allCheck--top:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1094C4;
    transform: rotate(45deg);
    bottom: -5px;
    left: 25px;
    display: block; }

.allCheck--bottom {
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px; }
  .allCheck--bottom:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1094C4;
    transform: rotate(45deg);
    top: -5px;
    left: 25px;
    display: block; }

.allCheck__check {
  padding: 15px 25px;
  background-color: #1094C4;
  display: table-cell;
  width: 63px;
  text-align: center; }
  .allCheck__check > input[type="checkbox"] {
    margin-right: 0; }

.allCheck__txt {
  color: #1094C4;
  font-weight: bold;
  font-size: 1.4rem;
  background-image: url("/assets/img/pc/common/icon_arrow_check.svg");
  background-position: left 7px center;
  padding-left: 30px;
  display: table-cell; }

.allCheck__btn {
  background-color: #FF991C;
  display: inline-block;
  width: 383px;
  padding: 7px 11px;
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 7px;
  margin: 7px;
  transition: all 0.3s;
  opacity: 1;
  text-align: center; }
  .allCheck__btn:hover {
    cursor: pointer; }
    .allCheck__btn:hover:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
  .allCheck__btn__icon {
    color: #fff;
    text-align: center;
    background-image: url("/assets/img/pc/common/icon_contact.svg");
    background-position: left center;
    padding-left: 34px; }

.tab {
  border-bottom: 7px solid #0BA8E0;
  margin: 35px 0 45px; }
  .tab > li {
    background-color: #fff;
    display: inline-block;
    margin-right: 7px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    border-top: 1px solid #0BA8E0;
    border-left: 1px solid #0BA8E0;
    border-right: 1px solid #0BA8E0;
    vertical-align: bottom; }
    .tab > li > a {
      color: #0BA8E0;
      min-width: 231px;
      text-align: center;
      line-height: 42px;
      padding: 0 10px;
      display: block;
      text-decoration: none; }
      .tab > li > a:hover {
        opacity: 0.6;
        transition: all 0.3s ease-in-out; }
    .tab > li.is-active > a {
      background-color: #0BA8E0;
      color: #fff; }

.sectComment {
  margin-bottom: 45px; }
  .sectComment:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .sectComment__main {
    padding: 20px;
    border-radius: 12px;
    border: 3px solid #0BA8E0;
    width: 780px;
    margin-bottom: 14px;
    font-size: 1.3rem;
    float: left;
    position: relative; }
    .sectComment__main:before {
      content: '';
      position: absolute;
      right: -18px;
      height: 0px;
      width: 0px;
      top: 21px;
      border-top: 9px solid transparent;
      border-right: 0px solid transparent;
      border-left: 18px solid #0BA8E0;
      border-bottom: 9px solid transparent; }
    .sectComment__main:after {
      content: '';
      position: absolute;
      right: -13px;
      height: 0px;
      width: 0px;
      top: 22px;
      border-top: 8px solid transparent;
      border-right: 0px solid transparent;
      border-left: 18px solid #fff;
      border-bottom: 8px solid transparent; }
  .sectComment__info {
    text-align: right;
    padding: 0 66px;
    font-size: 1.2rem;
    font-weight: bold; }
    .sectComment__info__affiliation {
      margin-bottom: 0; }
    .sectComment__info__person {
      margin-bottom: 0; }
  .sectComment__img {
    width: 153px;
    height: 153px;
    border-radius: 76.5px;
    border: 3px solid #0BA8E0;
    overflow: hidden; }

.sectCommentTxtWrap {
  width: 817px;
  float: left; }

.SectLocation {
  margin-bottom: 45px; }

.aroundFacilityListWrap {
  width: 970px;
  border: 1px solid #a0b2b8;
  padding: 35px 41px;
  margin: 0 auto; }

.aroundFacilityList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  flex-wrap: wrap; }

.aroundFacilityList > li {
  width: 156px; }
  .aroundFacilityList > li:not(:nth-child(5n -4)) {
    margin-left: 26px; }
  .aroundFacilityList > li:nth-child(n+6) {
    margin-top: 34px; }

.aroundFacilityList > li > a {
  cursor: pointer;
  text-decoration: none; }

.aroundFacilityList__img {
  margin-bottom: 10px; }

.aroundFacilityList__txt {
  color: #313E47;
  font-size: 1.2rem;
  line-height: 1.5; }

.SectMap {
  margin-bottom: 45px; }
  .SectMap__cont {
    margin-bottom: 15px;
    width: 970px;
    height: 480px; }

.modalWindow {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none; }

.modalSlideWrap {
  display: none;
  width: 740px;
  height: 780px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -370px;
  z-index: 9999;
  padding: 20px 0;
  border-radius: 12px;
  overflow: hidden; }
  .modalSlideWrap__close {
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    top: 20px;
    right: 20px;
    display: inline-block;
    border: 1px solid #A0B2B8;
    color: #A0B2B8;
    padding: 2px 14px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.2rem; }
  .modalSlideWrap .bx-prev,
  .modalSlideWrap .bx-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
    text-decoration: none;
    text-indent: -9999px;
    background: #0BA8E0;
    border-radius: 50%;
    transform: translateY(-50%); }
    .modalSlideWrap .bx-prev:hover,
    .modalSlideWrap .bx-next:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
  .modalSlideWrap .bx-prev {
    left: 11px; }
  .modalSlideWrap .bx-prev:before,
  .modalSlideWrap .bx-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    text-indent: 0; }
  .modalSlideWrap .bx-prev:before {
    content: "";
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: translate(-3px, -50%) rotate(45deg); }
  .modalSlideWrap .bx-next {
    right: 11px; }
  .modalSlideWrap .bx-next:before {
    content: "";
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: translate(-6px, -50%) rotate(45deg); }

.modalSlide {
  position: relative;
  margin: 20px auto 10px;
  width: 740px;
  height: 740px; }
  .modalSlide__count {
    color: #0BA8E0;
    font-size: 1.2rem;
    position: absolute;
    top: 20px;
    right: 0; }
  .modalSlide__txt {
    font-size: 1.4rem;
    color: #313E47;
    font-weight: bold;
    border-left: 2px solid #0BA8E0;
    padding-left: 21px;
    margin-bottom: 21px; }
    .modalSlide__txt dt {
      font-size: 1.4rem; }
    .modalSlide__txt dd {
      font-size: 1.2rem;
      color: #A0B2B8; }

.blkSpWrap {
  text-align: right;
  margin-top: -30px; }

.blkSp {
  border: 1px solid #A0B2B8;
  padding: 11px;
  display: inline-block; }
  .blkSp__txt {
    color: #313E47;
    font-size: 1.2rem;
    padding: 32px 12px 0;
    background-image: url("/assets/img/pc/common/icon_sp.svg");
    background-position: top center;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
    text-align: center; }
  .blkSp__qr {
    display: inline-block;
    vertical-align: top; }

.listLoading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 999; }
  .listLoading:after {
    top: 50%;
    left: 50%;
    content: '';
    display: block;
    position: relative;
    text-indent: -9999em;
    border-top: 2px solid rgba(160, 178, 184, 0.7);
    border-right: 2px solid rgba(160, 178, 184, 0.7);
    border-bottom: 2px solid rgba(160, 178, 184, 0.7);
    border-left: 2px solid #0BA8E0;
    transform: translateZ(0);
    animation: load8 1.0s infinite linear;
    z-index: 40;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    margin-top: -1.5em;
    margin-left: -1.5em; }

.listNote {
  padding: 30px 21px;
  border: 1px solid #0BA8E0;
  text-align: center;
  font-size: 1.5rem;
  color: #0BA8E0;
  line-height: 2; }

.housingListArticle {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 14px; }
  .housingListArticle:hover {
    cursor: pointer; }
    .housingListArticle:hover .housingListArticle__cont {
      background-color: rgba(230, 240, 242, 0.5);
      transition: all 0.3s; }
  .housingListArticle__header {
    background-color: #0BA8E0;
    color: #fff; }
    .housingListArticle__header__check {
      padding: 15px 25px;
      background-color: #1094C4;
      display: table-cell;
      width: 63px;
      text-align: center; }
      .housingListArticle__header__check:hover {
        cursor: pointer; }
      .housingListArticle__header__check > input[type="checkbox"] {
        margin-right: 0; }
    .housingListArticle__header__ttl {
      display: table-cell;
      padding: 13px 14px;
      font-size: 1.6rem;
      width: 536px; }
    .housingListArticle__header__show {
      width: 118px;
      display: table-cell;
      background-image: url("/assets/img/pc/common/icon_arrow.svg");
      background-position: right 11px center;
      font-size: 1.3rem; }
  .housingListArticle__img {
    display: block;
    float: left;
    width: 120px;
    padding: 0 10px 24px; }
    .housingListArticle__img__sub {
      display: table-cell; }
  .housingListArticle__cont {
    background-color: #fff;
    transition: all 0.3s; }
    .housingListArticle__cont:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .housingListArticle__cont__detailWrap {
      width: 597px;
      float: left; }
    .housingListArticle__cont__txt {
      font-size: 1.2rem;
      color: #6F7E82;
      padding-right: 10px; }
  .housingListArticle__detail {
    width: 100%;
    display: block; }
    .housingListArticle__detail > li {
      display: table-cell;
      padding: 11px 7px;
      text-align: center;
      font-size: 1.2rem; }
    .housingListArticle__detail__address {
      width: 180px; }
    .housingListArticle__detail__time {
      width: 60px; }
    .housingListArticle__detail__rent {
      width: 80px; }
      .housingListArticle__detail__rent .is-active {
        color: #0BA8E0;
        font-size: 1.3rem;
        font-weight: bold; }
        .housingListArticle__detail__rent .is-active > span {
          font-size: 1.8rem; }
    .housingListArticle__detail__deposit {
      width: 60px; }
    .housingListArticle__detail__floor {
      width: 97px; }
    .housingListArticle__detail__age {
      width: 120px; }
  .housingListArticle__footer {
    border-top: 1px solid #A0B2B8;
    width: 100%;
    text-align: right; }
    .housingListArticle__footer__contactBtn {
      min-width: 221px;
      display: inline-block;
      padding: 10px;
      background-color: #02D4B1;
      color: #fff;
      text-align: center;
      font-weight: bold;
      transition: all 0.3s;
      opacity: 1; }
      .housingListArticle__footer__contactBtn:hover {
        cursor: pointer; }
        .housingListArticle__footer__contactBtn:hover:hover {
          opacity: 0.6;
          transition: all 0.3s ease-in-out; }
      .housingListArticle__footer__contactBtn__icon {
        background-image: url("/assets/img/pc/common/icon_contact.svg");
        background-position: left center;
        padding-left: 34px;
        display: inline-block; }

.zoomImgWrap {
  position: absolute;
  z-index: 110;
  text-align: center;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #1094C4;
  padding: 18px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5); }
  .zoomImgWrap > img {
    height: auto;
    width: auto;
    max-height: 300px;
    max-width: 300px; }

.detailHeader {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5); }
  .detailHeader__header {
    background-color: #0BA8E0;
    color: #fff;
    padding: 9px 14px;
    font-size: 1.8rem; }
    .detailHeader__header__ttl {
      vertical-align: middle; }
      .detailHeader__header__ttl__icon {
        background-color: #fff;
        color: #0BA8E0;
        padding: 6px 10px;
        font-size: 1.2rem;
        text-align: center;
        display: inline-block;
        font-weight: bold;
        border-radius: 14px;
        margin-right: 14px; }
  .detailHeader__main {
    padding: 14px 10px; }
    .detailHeader__main:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .detailHeader__main__img {
      width: 240px;
      float: left; }
      .detailHeader__main__img__cap {
        font-size: 1.2rem;
        margin-top: 14px;
        padding-right: 18px; }
    .detailHeader__main__detail {
      width: 708px;
      float: left; }
      .detailHeader__main__detail__point {
        font-size: 1.3rem;
        font-weight: bold;
        margin-top: 8px;
        padding-bottom: 4px; }
        .detailHeader__main__detail__point__text {
          background-color: #FF991C;
          color: #fff;
          font-weight: bold;
          min-width: 140px;
          display: inline-block;
          text-align: center;
          padding: 5px 10px;
          border-radius: 14px; }
          .detailHeader__main__detail__point__text > span {
            display: inline-block;
            padding-left: 23px;
            line-height: 16px;
            background-image: url("/assets/img/pc/common/icon_point.svg");
            background-position: left center; }
        .detailHeader__main__detail__point__detail {
          color: #FF991C;
          display: inline-block;
          padding: 7px 20px; }
      .detailHeader__main__detail__tags {
        letter-spacing: -0.4em; }
        .detailHeader__main__detail__tags__item {
          font-size: 1.2rem;
          min-width: 140px;
          padding: 6px 14px;
          color: #A0B2B8;
          border: 1px solid #A0B2B8;
          display: inline-block;
          margin-top: 4px;
          border-radius: 15px;
          text-align: center;
          font-weight: bold;
          letter-spacing: normal;
          margin-right: 2px; }
          .detailHeader__main__detail__tags__item.is-active {
            color: #fff;
            border: 1px solid #0BA8E0;
            background-color: #0BA8E0; }
  .detailHeader__btn {
    padding: 21px;
    text-align: center;
    border-top: 1px solid #A0B2B8; }

.infomationProvider {
  overflow: hidden;
  border: 1px solid #A0B2B8;
  border-radius: 6px; }
  .infomationProvider__ttl {
    color: #fff;
    background-color: #095482;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 14px 30px; }
  .infomationProvider__cont {
    padding: 14px 10px; }
    .infomationProvider__cont:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .infomationProvider__cont__img {
      width: 240px;
      float: left; }
    .infomationProvider__cont__detail {
      width: 708px;
      float: left; }
  .infomationProvider__btn {
    padding: 14px;
    text-align: center;
    border-top: 1px solid #A0B2B8; }
  .infomationProvider__other__ttl {
    background-color: #E6F0F2;
    color: #095482;
    padding: 13px 30px;
    border-bottom: 1px solid #A0B2B8;
    font-size: 1.6rem;
    font-weight: bold; }

.otherHousing {
  width: 970px;
  position: relative;
  margin: 20px auto 32px; }

.otherHousing .bx-prev,
.otherHousing .bx-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  outline: none;
  text-decoration: none;
  text-indent: -9999px;
  background: #095482;
  border-radius: 50%;
  transform: translateY(-50%); }
  .otherHousing .bx-prev:hover,
  .otherHousing .bx-next:hover {
    opacity: 0.6;
    transition: all 0.3s ease-in-out; }

.otherHousing .bx-prev {
  left: 11px; }

.otherHousing .bx-prev:before,
.otherHousing .bx-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  text-indent: 0; }

.otherHousing .bx-prev:before {
  content: "";
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: translate(-3px, -50%) rotate(45deg); }

.otherHousing .bx-next {
  right: 11px; }

.otherHousing .bx-next:before {
  content: "";
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  transform: translate(-6px, -50%) rotate(45deg); }

.otherHousingSlide__item {
  display: block;
  text-decoration: none; }
  .otherHousingSlide__item:hover {
    opacity: 0.6;
    transition: all 0.3s ease-in-out; }
  .otherHousingSlide__item__ttl {
    color: #313E47;
    font-size: 1.3rem;
    font-weight: bold; }
  .otherHousingSlide__item__txt {
    color: #095482;
    font-size: 1.2rem; }

.SectPhoroGallery {
  margin-bottom: 45px; }

.photoGalleryMain {
  width: 646px;
  text-align: center;
  background: #fff;
  border: 1px solid #a0b2b8;
  margin: 0 auto 12px; }
  .photoGalleryMain .bx-caption {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 20px 0 28px; }
  .photoGalleryMain .bx-pager {
    font-size: 1.4rem;
    margin: 38px 0 12px; }

.photoGalleryPager {
  position: relative;
  width: 646px;
  margin: 0 auto; }
  .photoGalleryPager .bx-prev,
  .photoGalleryPager .bx-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
    text-decoration: none;
    text-indent: -9999px;
    background: #0BA8E0;
    border-radius: 50%;
    transform: translateY(-50%); }
    .photoGalleryPager .bx-prev:hover,
    .photoGalleryPager .bx-next:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
  .photoGalleryPager .bx-prev {
    left: 48px; }
  .photoGalleryPager .bx-prev:before,
  .photoGalleryPager .bx-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    text-indent: 0; }
  .photoGalleryPager .bx-prev:before {
    content: "";
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: translate(-3px, -50%) rotate(45deg); }
  .photoGalleryPager .bx-next {
    right: 48px; }
  .photoGalleryPager .bx-next:before {
    content: "";
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: translate(-6px, -50%) rotate(45deg); }
  .photoGalleryPager__slideList > li > a {
    outline: none; }
    .photoGalleryPager__slideList > li > a.is-active {
      display: block;
      border: 4px solid #0BA8E0;
      position: relative;
      overflow: hidden;
      width: 100px;
      height: 100px; }
      .photoGalleryPager__slideList > li > a.is-active > img {
        position: absolute;
        top: -4px;
        left: -4px; }

.SectDetail {
  margin-bottom: 45px; }
  .SectDetail__tbl {
    margin-bottom: 15px; }

.secStep1 {
  background-image: url("/assets/img/pc/guide/icon_step1.svg");
  background-position: center top;
  width: 970px;
  margin: 0 auto; }

.secStep2 {
  background-image: url("/assets/img/pc/guide/icon_step2.svg");
  background-position: center top;
  width: 970px;
  margin: 0 auto; }

.secStep3 {
  background-image: url("/assets/img/pc/guide/icon_step3.svg");
  background-position: center top;
  width: 970px;
  margin: 0 auto; }

.secStep4 {
  background-image: url("/assets/img/pc/guide/icon_step4.svg");
  background-position: center top;
  width: 970px;
  margin: 0 auto; }

.secStep5 {
  background-image: url("/assets/img/pc/guide/icon_step5.svg");
  background-position: center top;
  width: 970px;
  margin: 0 auto; }

.secStep6 {
  background-image: url("/assets/img/pc/guide/icon_step6.svg");
  background-position: center top;
  width: 970px;
  margin: 0 auto; }

.secStep7 {
  background-image: url("/assets/img/pc/guide/icon_step7.svg");
  background-position: center top;
  width: 970px;
  margin: 0 auto; }

.secStep:not(:nth-child(7)) {
  margin-bottom: 30px; }

.secStep:nth-child(7) {
  margin-bottom: 110px; }

.secStep__inner {
  width: 408px;
  font-size: 1.5rem; }

.secStep__ttl {
  color: #0BA8E0;
  font-size: 1.8rem;
  margin-bottom: 30px;
  vertical-align: middle;
  line-height: 90px; }
  .secStep__ttl img {
    vertical-align: middle; }

.secStep:nth-child(odd) .secStep__inner {
  margin: 0 auto 0 0; }

.secStep:nth-child(odd) .secStep__ttl {
  text-align: right; }
  .secStep:nth-child(odd) .secStep__ttl > i {
    display: inline-block;
    margin-left: 14px;
    vertical-align: middle; }

.secStep:nth-child(even) .secStep__inner {
  margin: 0 0 0 auto; }

.secStep:nth-child(even) .secStep__ttl {
  text-align: left; }
  .secStep:nth-child(even) .secStep__ttl > i {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle; }

.secStep__table {
  font-size: 1.5rem;
  margin-top: 30px;
  border-top: 1px solid #A0B2B8; }
  .secStep__table > dt {
    background-color: #E6F0F2;
    padding: 7px 14px;
    border-bottom: 1px solid #A0B2B8; }
  .secStep__table > dd {
    padding: 14px;
    border-bottom: 1px solid #A0B2B8; }

.secStepWrap {
  position: relative; }
  .secStepWrap:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #0BA8E0;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1; }

.sectDescription {
  width: 787px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #0BA8E0;
  border-radius: 21px;
  padding: 45px 30px;
  position: relative; }
  .sectDescription:not(:last-child) {
    margin-bottom: 105px; }
  .sectDescription__ttl {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0BA8E0;
    color: #fff;
    line-height: 30px;
    padding: 0 45px;
    height: 30px;
    border-radius: 15px;
    vertical-align: middle; }
  .sectDescription__txt__ttl {
    color: #0BA8E0;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 14px; }
  .sectDescription__txt:not(:last-child) {
    margin-bottom: 30px; }
  .sectDescription__txt ul {
    font-size: 1.3rem;
    color: #313E47; }
    .sectDescription__txt ul li {
      text-indent: -1em;
      margin-left: 2em; }
      .sectDescription__txt ul li:before {
        content: '・';
        display: inline-block;
        margin-right: 1em; }

.guide {
  padding-top: 60px;
  width: 970px;
  margin: 0 auto; }
  .guide__btnWrap {
    text-align: center;
    padding: 60px 0 90px;
    width: 970px;
    margin: 0 auto; }
  .guide__btn {
    display: inline-block; }
  .guide__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #313E47; }
  .guide__subTxt {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 21px;
    margin-bottom: 60px; }

.flowChart {
  width: 776px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 60px; }
  .flowChart__item {
    width: 110px; }
    .flowChart__item__ttl {
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      margin-top: 30px; }
    .flowChart__item__txt {
      margin-bottom: 0;
      font-size: 1.2rem;
      padding: 0 5px;
      text-align: center; }
    .flowChart__item__img {
      display: block;
      height: 95px;
      position: relative; }
      .flowChart__item__img > img {
        display: inline-block;
        position: absolute;
        bottom: 0; }

.monthly {
  margin-bottom: 90px; }
  .monthly__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #313E47; }
  .monthly__subTxt {
    margin-top: 21px;
    margin-bottom: 90px;
    text-align: center;
    font-size: 1.8rem; }

.monthly__about {
  width: 970px;
  margin: 60px auto 60px; }
  .monthly__about__lists {
    letter-spacing: -0.4em; }
    .monthly__about__lists > dt {
      width: 375px;
      color: #0BA8E0;
      font-size: 1.8rem;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      padding-right: 54px;
      padding-left: 51px;
      background-image: url("/assets/img/pc/housing/icon_hand.png");
      background-position: left top;
      min-height: 30px; }
    .monthly__about__lists > dd {
      width: 595px;
      font-size: 1.5rem;
      display: inline-block;
      letter-spacing: normal; }

.monthly__chara {
  padding: 60px 0;
  background-color: #F0F1F2; }
  .monthly__charaInner {
    width: 970px;
    margin: 0 auto; }
  .monthly__chara__ttl {
    color: #0BA8E0;
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold; }

.charaLists {
  display: flex;
  width: 780px;
  margin: 45px auto 0;
  justify-content: space-between; }
  .charaLists__item {
    width: 220px;
    font-size: 1.3rem; }
    .charaLists__item__ttl {
      color: #0BA8E0;
      font-size: 1.5rem;
      font-weight: bold;
      display: block;
      text-align: center; }
    .charaLists__item__txt {
      margin-top: 30px; }
    .charaLists__item > i {
      display: block;
      text-align: center;
      margin-bottom: 30px; }

.monthly__cost {
  width: 787px;
  margin: 0 auto;
  padding: 60px 0 0; }
  .monthly__cost__ttl {
    font-size: 2.2rem;
    font-weight: bold;
    color: #0BA8E0;
    text-align: center; }
  .monthly__cost__txt {
    margin-top: 30px;
    font-size: 1.5rem; }

.monthly__store {
  background-color: #095482;
  padding: 60px 0; }
  .monthly__storeInner {
    width: 951px;
    margin: 0 auto; }
  .monthly__store__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center; }
  .monthly__store__txt {
    margin-top: 21px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff; }

.storeLists {
  display: flex;
  justify-content: space-between;
  color: #095482;
  margin: 45px 0 0; }
  .storeLists__item {
    width: 303px;
    background-color: #E6F0F2; }
    .storeLists__item__icon {
      display: block;
      height: 140px;
      background-color: #fff;
      text-align: center;
      line-height: 140px; }
      .storeLists__item__icon > img {
        vertical-align: middle; }
    .storeLists__item__cont {
      padding: 0 30px 30px;
      font-size: 1.2rem; }
      .storeLists__item__cont__txt {
        margin-bottom: 45px;
        font-weight: bold; }
      .storeLists__item__cont__point {
        margin-bottom: 7px; }
    .storeLists__item__ttl {
      font-size: 1.5rem;
      padding: 30px 30px 0;
      font-weight: bold;
      margin-bottom: 14px; }

.rentalHousing {
  margin-bottom: 90px;
  margin-top: 60px; }
  .rentalHousing__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #313E47; }

.rentalHousing__intro {
  margin: 90px auto 60px;
  width: 787px; }
  .rentalHousing__intro__ttl {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center; }
  .rentalHousing__intro__txt {
    font-size: 1.5rem;
    margin: 30px 0 0; }

.rentalHousing__bgCont {
  background-color: #F0F1F2;
  padding: 60px 0; }

.rentalHousing__cont {
  width: 787px;
  position: relative;
  margin: 0 auto; }
  .rentalHousing__cont:not(:last-child) {
    margin-bottom: 90px; }
  .rentalHousing__cont__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #313E47;
    margin-bottom: 21px; }
  .rentalHousing__cont__tbl {
    background-color: #fff; }
    .rentalHousing__cont__tbl a {
      color: #0BA8E0; }
  .rentalHousing__cont__img {
    margin-bottom: 14px; }
  .rentalHousing__cont__year {
    position: absolute;
    font-size: 1.2rem;
    display: block;
    top: 118px;
    left: 50%;
    transform: translateX(-50%); }
  .rentalHousing__cont__column {
    vertical-align: top;
    width: 337px;
    text-align: center; }
    .rentalHousing__cont__columnWrap {
      display: flex;
      justify-content: space-around; }
    .rentalHousing__cont__column__main {
      text-align: left;
      font-size: 1.2rem;
      display: inline-block;
      vertical-align: top;
      margin-right: 15px; }
      .rentalHousing__cont__column__main > li {
        font-weight: bold;
        margin-bottom: 7px;
        line-height: 18px;
        vertical-align: middle; }
      .rentalHousing__cont__column__main > li > span {
        display: inline-block;
        width: 121px; }
      .rentalHousing__cont__column__main > li:before {
        content: '';
        width: 18px;
        height: 18px;
        border: 5px solid;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 14px;
        display: inline-block;
        vertical-align: top; }
      .rentalHousing__cont__column__main > li:first-child:before {
        border-color: #0BA8E0; }
      .rentalHousing__cont__column__main > li:nth-child(2):before {
        border-color: #02D4B1; }
      .rentalHousing__cont__column__main > li:nth-child(3):before {
        border-color: #A83995; }
    .rentalHousing__cont__column__sub {
      font-size: 1.0rem;
      text-align: left;
      width: 160px;
      display: inline-block; }
      .rentalHousing__cont__column__sub > li {
        margin-bottom: 5px; }
  .rentalHousing__cont__caption {
    font-size: 1.3rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 0; }
    .rentalHousing__cont__captionWrap {
      margin-top: 21px; }
  .rentalHousing__cont__note {
    font-size: 1.2rem;
    margin-bottom: 0;
    text-align: center;
    margin-top: 14px; }

.rentalHousing__info {
  background-color: #095482;
  padding: 45px;
  color: #fff; }
  .rentalHousing__infoInner {
    width: 506px;
    margin: 0 auto; }
  .rentalHousing__info__ttl {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 14px; }
  .rentalHousing__info__txt {
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: center; }
  .rentalHousing__info__detail {
    font-size: 1.3rem;
    border: 1px solid #fff;
    padding: 21px 21px;
    text-align: center;
    width: 370px;
    margin: 0 auto; }
    .rentalHousing__info__detail > dt {
      font-weight: bold;
      margin-bottom: 7px; }
    .rentalHousing__info__detail > dd {
      font-weight: normal; }
  .rentalHousing__info__note {
    font-size: 1.1rem; }

.rentalHousing__wish {
  width: 787px;
  margin: 60px auto 75px; }
  .rentalHousing__wish__ttl {
    font-size: 2.2rem;
    text-align: center;
    color: #0BA8E0;
    margin-bottom: 30px; }
  .rentalHousing__wish__txt {
    font-size: 1.5rem; }

.aboutStudyKyoto {
  width: 787px;
  margin: 60px auto 90px; }
  .aboutStudyKyoto__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #313E47;
    margin-bottom: 90px; }

.aboutStudyKyotoSect {
  font-size: 1.6rem; }
  .aboutStudyKyotoSect__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px; }
  .aboutStudyKyotoSect:not(:last-child) {
    margin-bottom: 60px; }
  .aboutStudyKyotoSect a {
    display: inline-block;
    color: #0BA8E0;
    font-size: 1.3rem; }
  .aboutStudyKyotoSect__lists > li {
    margin-bottom: 7px;
    text-indent: -1em;
    margin-left: 2em; }
    .aboutStudyKyotoSect__lists > li:before {
      content: '・';
      display: inline-block;
      margin-right: 1em; }

.privacypolicy {
  margin: 60px auto 90px;
  width: 787px; }
  .privacypolicy a {
    color: #0BA8E0; }
  .privacypolicy__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #313E47;
    margin-bottom: 90px; }
  .privacypolicy__ttl2nd {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px; }
  .privacypolicy__ttlSec {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 14px; }
  .privacypolicy__lead {
    font-size: 1.5rem;
    margin-bottom: 60px; }
  .privacypolicy__cont {
    font-size: 1.3rem; }
    .privacypolicy__cont:not(:last-child) {
      margin-bottom: 30px; }
    .privacypolicy__cont > p {
      margin-bottom: 14px; }
    .privacypolicy__cont--last {
      font-size: 1.3rem;
      margin-left: 37px; }
    .privacypolicy__cont--ul {
      font-size: 1.3rem; }
      .privacypolicy__cont--ul > li {
        position: relative;
        margin-bottom: 14px;
        text-indent: 0;
        margin-left: 37px; }
        .privacypolicy__cont--ul > li:before {
          content: "・";
          display: inline-block;
          position: absolute;
          top: 0;
          left: 0;
          text-indent: -37px;
          line-height: 1.5; }
    .privacypolicy__cont--ol {
      font-size: 1.3rem; }
      .privacypolicy__cont--ol > li {
        counter-increment: olCount2;
        position: relative;
        margin-top: 7px;
        text-indent: 0;
        margin-left: 37px; }
        .privacypolicy__cont--ol > li:before {
          content: "(" counter(olCount2) ")";
          display: inline-block;
          position: absolute;
          top: 0;
          left: 0;
          text-indent: -37px;
          line-height: 1.5; }
    .privacypolicy__contBottom {
      text-align: right;
      font-size: 1.3rem; }

.page-policy {
  width: 787px;
  margin: 60px auto 90px; }
  .page-policy__ttl {
    margin-bottom: 90px;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #313E47; }
  .page-policy__sect {
    margin-bottom: 60px; }
    .page-policy__sect__ttl {
      font-size: 1.6rem;
      margin-bottom: 30px;
      font-weight: bold; }
    .page-policy__sect__ttl2 {
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 14px; }
    .page-policy__sect__lead {
      font-size: 1.5rem;
      margin-bottom: 30px; }
    .page-policy__sect__lead2 {
      font-size: 1.3rem;
      margin-bottom: 14px; }
    .page-policy__sect__note {
      font-size: 1.3rem;
      margin-top: 14px; }
    .page-policy__sect__cont {
      font-size: 1.3rem; }
      .page-policy__sect__cont:not(:last-child) {
        margin-bottom: 30px; }
      .page-policy__sect__cont a {
        color: #0BA8E0; }
      .page-policy__sect__cont--ol > li {
        counter-increment: olCount;
        position: relative;
        margin-bottom: 14px;
        text-indent: 0;
        margin-left: 2em; }
        .page-policy__sect__cont--ol > li:before {
          content: counter(olCount) ".";
          display: inline-block;
          position: absolute;
          top: 0;
          left: 0;
          text-indent: -2em;
          line-height: 1.5; }
      .page-policy__sect__cont--ol2 > li {
        counter-increment: olCount2;
        position: relative;
        margin-top: 7px;
        text-indent: 0;
        margin-left: 37px; }
        .page-policy__sect__cont--ol2 > li:before {
          content: "(" counter(olCount2) ")";
          display: inline-block;
          position: absolute;
          top: 0;
          left: 0;
          text-indent: -37px;
          line-height: 1.5; }
      .page-policy__sect__cont--ul {
        letter-spacing: -0.4em; }
        .page-policy__sect__cont--ul > li {
          position: relative;
          margin-bottom: 14px;
          letter-spacing: normal;
          text-indent: 0;
          margin-left: 2em; }
          .page-policy__sect__cont--ul > li:before {
            content: '・';
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            text-indent: -1.5em;
            line-height: 1.5; }
      .page-policy__sect__cont--link > li {
        margin-bottom: 7px; }

.page-help {
  width: 787px;
  margin: 60px auto 90px; }
  .page-help__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #313E47;
    margin-bottom: 14px; }
  .page-help__sub {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 90px; }
  .page-help__lead {
    font-size: 1.3rem;
    margin-bottom: 60px; }
    .page-help__lead__ttl {
      font-weight: bold;
      margin-bottom: 14px; }
    .page-help__lead__lists > li {
      position: relative;
      margin-bottom: 7px;
      letter-spacing: normal;
      text-indent: 0;
      margin-left: 2em; }
      .page-help__lead__lists > li:before {
        content: '・';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        text-indent: -1.5em;
        line-height: 1.5; }
  .page-help__sect:not(:last-child) {
    margin-bottom: 60px; }
  .page-help__sect__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px; }
    .page-help__sect__ttl--lead {
      margin-bottom: 14px; }
  .page-help__sect__lead {
    font-size: 1.3rem;
    margin-bottom: 30px; }
  .page-help__sect__blk:not(:last-child) {
    margin-bottom: 30px; }
  .page-help__sect__blk__ttl {
    margin-bottom: 7px;
    font-size: 1.3rem;
    font-weight: bold; }

.inquiryWrap {
  width: 970px;
  margin: 60px auto; }
  .inquiryWrap__ttl {
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold; }

.stepBar {
  position: relative;
  width: 436px;
  height: 7px;
  margin: 45px auto 31px; }

.stepBar--step1 {
  background-color: #E6F0F2; }

.stepBar--step2 {
  background: linear-gradient(to right, #0BA8E0 50%, #E6F0F2 50%); }

.stepBar--step3 {
  background-color: #0BA8E0; }

.stepBar__stepNum {
  position: absolute;
  top: -21px;
  width: 42px;
  height: 42px;
  color: #A0B2B8;
  font-size: 2.2rem;
  text-align: center;
  border-radius: 50%;
  line-height: 42px;
  background-color: #E6F0F2;
  transition-duration: 0.28s;
  font-weight: bold; }

.stepBar__stepNum--1 {
  left: 0; }

.stepBar__stepNum--2 {
  left: 50%;
  margin-left: -21px; }

.stepBar__stepNum--3 {
  right: 0; }

.stepBar--step1 .stepBar__stepNum--1,
.stepBar--step2 .stepBar__stepNum--2,
.stepBar--step3 .stepBar__stepNum--3 {
  top: -21px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #0BA8E0;
  color: #fff; }

.stepBar--step2 .stepBar__stepNum--1,
.stepBar--step3 .stepBar__stepNum--1,
.stepBar--step3 .stepBar__stepNum--2,
.stepBar--step4 .stepBar__stepNum {
  background-color: #0BA8E0;
  color: #fff; }

.stepBarTxt {
  width: 524px;
  margin: 0 auto;
  letter-spacing: -0.4em; }
  .stepBarTxt__cont {
    width: 33.3%;
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    font-size: 1.5rem;
    color: #A0B2B8;
    font-weight: bold;
    vertical-align: top; }
    .stepBarTxt__cont--1 {
      width: 120px;
      text-align: center;
      color: #0BA8E0; }
    .stepBarTxt__cont--2 {
      width: 60px;
      margin: 0 112px; }
    .stepBarTxt__cont--3 {
      width: 120px;
      text-align: center; }

.stepBarTxt--step2 .stepBarTxt__cont--1,
.stepBarTxt--step2 .stepBarTxt__cont--2,
.stepBarTxt--step3 .stepBarTxt__cont--2,
.stepBarTxt--step3 .stepBarTxt__cont--3 {
  color: #0BA8E0; }

.contactStepBtnWrap {
  text-align: center;
  margin-bottom: 30px; }
  .contactStepBtnWrap--2btn {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px; }
    .contactStepBtnWrap--2btn * {
      display: inline-block; }
    .contactStepBtnWrap--2btn > *:first-child {
      margin-right: 21px;
      width: 273px; }
    .contactStepBtnWrap--2btn > *:last-child {
      width: 433px; }

.personalInformation {
  padding: 30px 21px;
  border: 1px solid #A0B2B8;
  width: 878px;
  margin-right: auto;
  margin-left: auto; }
  .personalInformation__ttl {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold; }
  .personalInformation__txt {
    font-size: 1.2rem; }
  .personalInformation a {
    color: #0BA8E0; }

.contactCaution {
  margin: 60px auto;
  text-align: center;
  color: #A0B2B8; }
  .contactCaution a {
    color: #0BA8E0; }

.confirmCaution {
  margin: 30px auto;
  text-align: center;
  color: #313E47;
  font-size: 1.3rem; }
  .confirmCaution a {
    color: #0BA8E0; }

.tbl--inquiry {
  border-bottom: 1px solid #A0B2B8; }
  .tbl--inquiry th {
    width: 393px;
    background-color: #E6F0F2;
    padding: 22px 14px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #A0B2B8; }
    .tbl--inquiry th .is-required {
      position: relative; }
      .tbl--inquiry th .is-required:after {
        content: '\005fc5\009808';
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #FF991C;
        color: #fff;
        padding: 2px 9px;
        font-size: 1.1rem;
        border-radius: 18px; }
  .tbl--inquiry td {
    border-top: 1px solid #A0B2B8;
    padding: 14px 21px;
    font-size: 1.3rem; }

body[lang="en"] .tbl--inquiry th .is-required:after {
  content: '\0052\0065\0071\0075\0069\0072\0065\0064'; }

body[lang="ko"] .tbl--inquiry th .is-required:after {
  content: '\00d544\00c218'; }

body[lang="zh-cn"] .tbl--inquiry th .is-required:after {
  content: '\009700\008981'; }

body[lang="zh-tw"] .tbl--inquiry th .is-required:after {
  content: '\009700\008981'; }

.inquiryItem__check {
  margin-bottom: 20px; }
  .inquiryItem__check li:not(:last-child) {
    margin-bottom: 14px; }
  .inquiryItem__checkTxt__txt span {
    font-weight: bold; }
  .inquiryItem__checkTxtArea {
    min-height: 120px; }

.inquiryItem__name, .inquiryItem__name--2 {
  font-weight: bold;
  display: inline-block;
  margin-right: 15px; }
  .inquiryItem__name--2 {
    margin-left: 15px; }

.inquiryItem__txt {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 1.2rem; }
  .inquiryItem__txt a {
    color: #0BA8E0;
    text-decoration: underline; }
  .inquiryItem__txtToggle {
    display: none;
    margin-top: 14px;
    font-size: 1.2rem; }
    .inquiryItem__txtToggle__ttl {
      font-weight: bold;
      font-size: 1.3rem;
      margin-bottom: 7px; }
    .inquiryItem__txtToggle__blk:first-child {
      margin-bottom: 24px; }
    .inquiryItem__txtToggle__blk span {
      color: #0BA8E0;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 2; }

.inquiryItem__time {
  margin-top: 14px;
  margin-bottom: 0;
  width: 100%;
  display: table; }
  .inquiryItem__time__txt {
    font-weight: bold;
    display: table-cell;
    min-width: 109px;
    vertical-align: middle; }
  .inquiryItem__time__input {
    min-width: 390px;
    display: table-cell;
    vertical-align: middle; }

.inquiryForm {
  margin-top: 35px;
  position: relative; }
  .inquiryForm__ttl {
    margin-bottom: 21px; }
    .inquiryForm__ttl__sub {
      margin-top: 14px; }
  .inquiryForm__note {
    text-align: center;
    margin-bottom: 35px; }
    .inquiryForm__note__ttl {
      display: inline-block;
      padding: 2px 14px;
      color: #ffffff;
      background-color: #E65C5C;
      font-size: 1.4rem;
      border-radius: 9px;
      line-height: 18px;
      margin-bottom: 14px; }
    .inquiryForm__note__txt {
      color: #E65C5C;
      font-size: 1.5rem;
      margin-bottom: 21px;
      font-weight: bold; }
    .inquiryForm__note__check {
      font-size: 1.5rem; }
  .inquiryForm__navigation {
    position: absolute;
    width: 110px;
    top: 40px;
    right: 0; }
    .inquiryForm__navigation .language__active {
      background-color: #E6F0F2; }
    .inquiryForm__navigation .language__lists__item a,
    .inquiryForm__navigation .language__lists__item a:before {
      background-color: #E6F0F2; }
    .inquiryForm__navigation .language__lists__item a:hover,
    .inquiryForm__navigation .language__lists__item a:hover:before {
      background-color: #0BA8E0; }
  .inquiryFormBtnWrap {
    margin: 30px auto;
    text-align: center; }

.inquiryHousing {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  margin-top: 45px; }
  .inquiryHousing--confirm {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    margin-top: 0; }
  .inquiryHousing__ttl {
    background-color: #0BA8E0;
    color: #fff;
    padding: 9px 14px;
    font-size: 1.8rem; }
    .inquiryHousing__ttl__sub {
      font-size: 1.2rem;
      display: inline-block;
      margin-left: 20px; }
  .inquiryHousing__cont {
    padding: 0 10px 14px; }
    .inquiryHousing__cont__items {
      display: table;
      width: 100%; }
      .inquiryHousing__cont__items:not(:last-child) {
        border-bottom: 1px solid #A0B2B8; }
      .inquiryHousing__cont__items__rightCont {
        display: table-cell;
        vertical-align: top;
        padding: 14px 0;
        font-size: 1.2rem; }
      .inquiryHousing__cont__items__wrap {
        display: table; }
      .inquiryHousing__cont__items__check {
        width: 60px;
        display: table-cell;
        background-color: #E6F0F2;
        text-align: center;
        vertical-align: middle;
        cursor: pointer; }
      .inquiryHousing__cont__items__link {
        display: table-cell;
        cursor: pointer;
        color: #313E47;
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.8);
        transition: all 0.3s; }
        .inquiryHousing__cont__items__link:hover {
          background-color: rgba(230, 240, 242, 0.3);
          transition: all 0.3s; }
      .inquiryHousing__cont__items__img {
        width: 128px;
        display: table-cell;
        text-align: center;
        padding: 14px 0; }
      .inquiryHousing__cont__items__address {
        width: 251px;
        display: table-cell;
        vertical-align: top; }
      .inquiryHousing__cont__items__time {
        width: 90px;
        display: table-cell;
        vertical-align: top;
        text-align: center; }
      .inquiryHousing__cont__items__rent {
        width: 120px;
        display: table-cell;
        vertical-align: top;
        text-align: center; }
        .inquiryHousing__cont__items__rent__txt {
          color: #0BA8E0;
          font-size: 1.3rem; }
          .inquiryHousing__cont__items__rent__txt b {
            font-size: 1.5rem;
            font-weight: normal; }
      .inquiryHousing__cont__items__deposit {
        width: 90px;
        display: table-cell;
        text-align: center; }
      .inquiryHousing__cont__items__floor {
        width: 120px;
        display: table-cell;
        vertical-align: top;
        text-align: center; }
      .inquiryHousing__cont__items__txt {
        font-size: 1.2rem;
        color: #A0B2B8;
        margin-top: 14px;
        padding: 0 10px 0 0; }
  .inquiryHousing__items {
    padding: 14px 10px 0;
    display: table;
    width: 100%; }
    .inquiryHousing__items > li {
      text-align: center;
      display: table-cell;
      font-size: 1.3rem;
      font-weight: bold;
      padding: 10px 0;
      border-bottom: 2px solid #A0B2B8; }
      .inquiryHousing__items > li > span {
        display: block; }
    .inquiryHousing__items__check {
      width: 60px; }
    .inquiryHousing__items__img {
      width: 128px; }
    .inquiryHousing__items__address {
      width: 251px; }
    .inquiryHousing__items__rent {
      width: 120px; }
    .inquiryHousing__items__deposit {
      width: 90px; }
    .inquiryHousing__items__floor {
      width: 120px; }

.inquiryComplate {
  margin-top: 60px;
  text-align: center; }

.inquiryHousing--confirm .inquiryHousing__cont__items__address {
  width: 311px; }

.inquiryHousing--confirm .inquiryHousing__items__address {
  width: 311px; }

.u-contWrap {
  width: 970px;
  margin: 0 auto; }

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

::selection {
  background-color: #0BA8E0;
  color: #fff; }

.u-inputS {
  width: 98px; }

.u-inputM {
  width: 195px; }

.u-inputL {
  width: 100%; }

.u-hidden {
  height: 0;
  width: 0;
  display: none !important; }

.u-launch {
  display: inline-block;
  padding-right: 25px;
  background-image: url("/assets/img/pc/common/icon_launch.svg");
  background-position: right center; }

.ttl--type1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 1.1; }

.ttl--type2 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #313E47;
  margin: 0 auto;
  line-height: 1.1; }

.ttl--type3 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #313E47;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: #E6F0F2;
  padding: 0 35px;
  box-sizing: border-box;
  max-width: 780px;
  line-height: 1.1; }
  .ttl--type3:before, .ttl--type3:after {
    content: '';
    display: block;
    width: 80px;
    border-top: 1px solid #313E47;
    position: absolute;
    top: 50%; }
  .ttl--type3:before {
    left: -115px; }
  .ttl--type3:after {
    right: -115px; }

.ttl__sub {
  font-size: 1.6rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: bold; }

.ttl__subS {
  font-size: 1.5rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: normal; }

.ttl--txt {
  text-align: center;
  font-weight: bold;
  color: #313E47;
  font-size: 1.8rem; }

.ttl--txtLeft {
  font-weight: bold;
  color: #313E47;
  font-size: 1.8rem;
  margin-bottom: 21px; }

.ttl--college {
  border-left: 2px solid #0BA8E0;
  padding-left: 20px; }
  .ttl--college__mainLang {
    display: block;
    font-size: 2.2rem; }
    .ttl--college__mainLang > b {
      font-size: 2.4rem;
      color: #313E47;
      font-weight: bold;
      display: inline-block;
      margin-right: 24px; }
  .ttl--college__en {
    display: block;
    font-size: 1.3rem; }
    .ttl--college__en > b {
      font-size: 1.5rem;
      font-weight: bold;
      color: #313E47;
      display: inline-block;
      margin-right: 24px; }

.ttl--txtResult {
  font-size: 1.5rem; }
  .ttl--txtResult > span {
    font-size: 1.8rem;
    font-weight: bold; }

.ttlWrap {
  text-align: center;
  max-width: 970px; }

/*
---
name: btn
category: btn
compile: true
---
```html
<a class="btn--def">Button</a>
<a class="btn--defLong">Button</a>
```
```html
<a class="btn--defLeft">Button</a>
<a class="btn--defLongLeft">Button</a>
```
```html
<a class="btn--border">Button</a>
<a class="btn--borderLong">Button</a>
```
```html
<a class="btn--borderLeft">Button</a>
<a class="btn--borderLongLeft">Button</a>
```
*/
.btn, .btn--def, .btn--defLeft, .btn--defLong, .btn--defLongLeft, .btn--border, .btn--borderArrownon, .btn--borderLeft, .btn--borderLong, .btn--borderLongLeft, .btn--contact, .btn--contactStep, .btn--confirmStep {
  padding: 13px;
  white-space: nowrap;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  position: relative; }
  .btn--def {
    min-width: 247px;
    background-color: #0BA8E0;
    color: #fff; }
    .btn--def:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
    .btn--def:before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      right: 16px;
      top: 50%;
      margin-top: -4px;
      transform: rotate(45deg); }
  .btn--defLeft {
    min-width: 247px;
    background-color: #0BA8E0;
    color: #fff; }
    .btn--defLeft:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
    .btn--defLeft:before {
      content: '';
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      position: absolute;
      left: 16px;
      top: 50%;
      margin-top: -4px;
      transform: rotate(45deg); }
  .btn--defLong {
    min-width: 506px;
    background-color: #0BA8E0;
    color: #fff; }
    .btn--defLong:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
    .btn--defLong:before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      right: 16px;
      top: 50%;
      margin-top: -4px;
      transform: rotate(45deg); }
  .btn--defLongLeft {
    min-width: 506px;
    background-color: #0BA8E0;
    color: #fff; }
    .btn--defLongLeft:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
    .btn--defLongLeft:before {
      content: '';
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      position: absolute;
      left: 16px;
      top: 50%;
      margin-top: -4px;
      transform: rotate(45deg); }
  .btn--border {
    border: 1px solid #313E47;
    color: #313E47;
    min-width: 247px; }
    .btn--border:before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #313E47;
      border-right: 2px solid #313E47;
      position: absolute;
      right: 16px;
      top: 50%;
      margin-top: -4px;
      transform: rotate(45deg); }
    .btn--border:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
  .btn--borderArrownon {
    border: 1px solid #313E47;
    color: #313E47;
    min-width: 247px; }
    .btn--borderArrownon:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
  .btn--borderLeft {
    border: 1px solid #313E47;
    color: #313E47;
    min-width: 247px; }
    .btn--borderLeft:before {
      content: '';
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #313E47;
      border-left: 2px solid #313E47;
      position: absolute;
      left: 16px;
      top: 50%;
      margin-top: -4px;
      transform: rotate(45deg); }
    .btn--borderLeft:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
  .btn--borderLong {
    border: 1px solid #313E47;
    color: #313E47;
    min-width: 506px; }
    .btn--borderLong:before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #313E47;
      border-right: 2px solid #313E47;
      position: absolute;
      right: 16px;
      top: 50%;
      margin-top: -4px;
      transform: rotate(45deg); }
    .btn--borderLong:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
  .btn--borderLongLeft {
    border: 1px solid #313E47;
    color: #313E47;
    min-width: 506px; }
    .btn--borderLongLeft:before {
      content: '';
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #313E47;
      border-left: 2px solid #313E47;
      position: absolute;
      left: 16px;
      top: 50%;
      margin-top: -4px;
      transform: rotate(45deg); }
    .btn--borderLongLeft:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
  .btn--borderSmarll {
    white-space: nowrap;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 7px 14px;
    border: 1px solid #0BA8E0;
    color: #0BA8E0; }
    .btn--borderSmarll:before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #0BA8E0;
      border-right: 2px solid #0BA8E0;
      position: absolute;
      right: 16px;
      top: 50%;
      margin-top: -4px;
      transform: rotate(45deg); }
    .btn--borderSmarll:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
  .btn--contact {
    min-width: 303px;
    background-color: #02D4B1;
    text-align: center;
    color: #fff; }
    .btn--contact:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
    .btn--contact__icon {
      background-image: url("/assets/img/pc/common/icon_contact.svg");
      background-position: left center;
      padding-left: 34px;
      display: inline-block; }
  .btn--contactStep {
    min-width: 506px;
    background-color: #02D4B1;
    text-align: center;
    color: #fff; }
    .btn--contactStep:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
    .btn--contactStep:before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      right: 16px;
      top: 50%;
      margin-top: -4px;
      transform: rotate(45deg); }
  .btn--confirmStep {
    min-width: 303px;
    background-color: #FF991C;
    text-align: center;
    color: #fff; }
    .btn--confirmStep:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
    .btn--confirmStep:before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      right: 16px;
      top: 50%;
      margin-top: -4px;
      transform: rotate(45deg); }
  .btn--inquiryRevision {
    border: 1px solid #313E47;
    color: #313E47;
    min-width: 172px;
    white-space: nowrap;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 5px; }
    .btn--inquiryRevision:before {
      content: '';
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #313E47;
      border-left: 1px solid #313E47;
      position: absolute;
      left: 6px;
      top: 50%;
      margin-top: -3px;
      transform: rotate(45deg); }
    .btn--inquiryRevision:hover {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }

.txt--sub {
  color: #0BA8E0;
  font-size: 1.3rem; }

.txt--annotation {
  font-size: 1.2rem;
  text-align: left; }

/*
---
name: pager
category: parts
compile: true
---
```html
<ul class="pager">
    <li class="pager__item"><a href=""><<</a></li>
    <li class="pager__item"><a href=""><</a></li>
    <li class="pager__item is-current"><a href="">1</a></li>
    <li class="pager__item"><a href="">2</a></li>
    <li class="pager__item"><a href="">3</a></li>
    <li class="pager__item">...</li>
    <li class="pager__item"><a href="">12</a></li>
    <li class="pager__item"><a href="">></a></li>
    <li class="pager__item"><a href="">>></a></li>
</ul>
```
*/
.pager {
  letter-spacing: -.40em; }
  .pager__item {
    display: inline-block;
    letter-spacing: normal; }
    .pager__item span {
      min-width: 30px;
      min-height: 30px;
      line-height: 30px;
      text-align: center;
      display: block; }
    .pager__item.is-current a {
      background-color: #0BA8E0;
      color: #fff; }
      .pager__item.is-current a:hover {
        background-color: #0BA8E0; }
    .pager__item a {
      min-width: 30px;
      min-height: 30px;
      line-height: 30px;
      text-align: center;
      display: block;
      text-decoration: none;
      color: #313E47; }
      .pager__item a:hover {
        background-color: #E6F0F2; }

.tbl--def {
  border-top: 1px solid #A0B2B8;
  width: 100%;
  font-size: 1.3rem; }
  .tbl--def th {
    background-color: #E6F0F2;
    padding: 14px;
    color: #313E47;
    font-weight: bold;
    width: 160px;
    border-bottom: 1px solid #A0B2B8;
    text-align: left;
    vertical-align: top; }
  .tbl--def td {
    padding: 14px;
    border-bottom: 1px solid #A0B2B8;
    text-align: left; }
  .tbl--def td:nth-child(2),
  .tbl--def td:nth-child(4) {
    min-width: 194px; }
  .tbl--def caption {
    padding: 14px;
    caption-side: bottom;
    text-align: left; }

.tbl--defL {
  border-top: 1px solid #A0B2B8;
  width: 100%;
  font-size: 1.3rem; }
  .tbl--defL th {
    background-color: #E6F0F2;
    padding: 14px;
    color: #313E47;
    font-weight: bold;
    width: 191px;
    border-bottom: 1px solid #A0B2B8;
    text-align: left;
    vertical-align: top; }
  .tbl--defL td {
    padding: 14px;
    border-bottom: 1px solid #A0B2B8;
    text-align: left; }
  .tbl--defL td:nth-child(2),
  .tbl--defL td:nth-child(4) {
    min-width: 194px; }
  .tbl--defL caption {
    padding: 14px;
    caption-side: bottom;
    text-align: left; }

.errorList {
  margin: 30px 0 0; }

.mapCount {
  width: 27px;
  text-align: center;
  display: block;
  font-size: 1.0rem;
  position: absolute;
  color: #0BA8E0;
  font-weight: bold; }
  .mapCount.is-active {
    color: #fa3a37; }

.kdsfooter1 {
  display: none; }
