@charset "UTF-8";
/* common
====================================================================================================================================== */
#main_column {
  font-size: 1.0625rem;
  line-height: 1.7em;
}

/*非表示*/
.none {
  display: none !important;
}

.visible-off {
  display: none;
}

/*スマホ・PC振り分け*/
.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

.hide {
  display: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*取り消し線を引く*/
.deleted {
  text-decoration: line-through;
}

/*左寄せ・右寄せ対策*/
img.left_align_img {
  margin-right: 15px;
}

img.right_align_img {
  margin-left: 15px;
}

iframe {
  max-width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.white, .white:hover {
  color: #fff;
  text-decoration: none;
}
a.white, a.white:link, a.white:hover {
  color: #fff;
  text-decoration: none;
}

.bg_white {
  background-color: #fff;
}

/*画像背景のボタン*/
.bg_img_btn a,
a.bg_img_btn {
  display: block;
  background: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*center button list*/
.btn_center_box {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px;
}

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

.btn_center_box ul {
  position: relative;
  left: 50%;
  float: left;
  margin: 0;
  overflow: visible;
  list-style: none;
  list-style-position: inside;
}

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

.btn_center_box li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  display: inline;
}

.btn_center_box li:first-child {
  margin: 0;
}

.btn_center_box li a {
  margin: 0 10px 10px;
}

.button_shadow {
  display: block;
  background-color: #fff;
  font-size: 1.0625rem;
  color: #111d22;
  text-align: center;
  padding: 0.75em 1em 0.75em 0;
  background-image: url(../images/icon_arrow_gray_r.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  box-shadow: 2px 2px 0 1px #00a5d7,4px 4px 0 1px #fff;
  text-align: center;
}

.button_shadow.bg_red {
  box-shadow: 1px 1px 0 1px #d4145a,4px 4px 0 1px #fff;
}

.button_shadow.button_download {
  background-image: url(../images/icon_download.png);
}

.button_shadow.button_download span {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
}

.button_shadow.button_download span:first-child {
  font-weight: bold;
  margin-bottom: 0.35em;
}

.button_shadow.button_download span:last-child {
  font-size: 0.85em;
  color: #d4145a;
}

.button_shadow, .button_shadow:link {
  color: #111d22;
}

.button_shadow.black {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #111d22;
  box-shadow: 1px 1px 0 1px #fff,3px 3px 0 1px #111d22;
  background-image: url(../images/icon_arrow_white_r.png);
}

.button_shadow.red {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #d4145a;
  box-shadow: 1px 1px 0 1px #fff,3px 3px 0 1px #d4145a;
  background-image: url(../images/icon_arrow_white_r.png);
}

.button_shadow.blue {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #00a5d7;
  box-shadow: 1px 1px 0 1px #fff,3px 3px 0 1px #00a5d7;
  background-image: url(../images/icon_arrow_white_r.png);
}
.button_shadow.reverse {
  background-image: url(../images/icon_arrow_gray_l.png);
  background-position: left 15px center;
  padding-right: 0;
  padding-left: 1em;
}
.button_shadow.reverse.black,
.button_shadow.reverse.red,
.button_shadow.reverse.blue {
  background-image: url(../images/icon_arrow_white_l.png);
}


.button_shadow:hover {
  text-decoration: none;
  opacity: 0.7;
}

.button_link {
  border: 1px solid #fff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.75em 1em 0.75em 0;
  background-image: url(../images/icon_arrow_white_r.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.button_link, .button_link:link {
  color: #fff;
}

.button_link:hover {
  text-decoration: none;
  background-color: #fff;
  color: #d4145a;
  background-image: url(../images/icon_arrow_gray_r_b.png);
}

.button_area {
  margin-bottom: 1.5em;
  text-align: center;
  letter-spacing: -.4em;
}

.button_area a {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 40%;
}

.button_area a + a {
  margin-left: 1.5em;
}

/*list*/
#conts ul, #main_column ul {
  background: none;
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin-bottom: 2em;
}

#conts ul li, #main_column ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.7em;
}

#conts ul li:last-child, #main_column ul li:last-child {
  margin-bottom: 0;
}

#conts ul li:before, #main_column ul li:before {
  content: "●";
  color: #00a5d7;
  position: absolute;
  left: 0;
  top: 0;
}

#conts ol, #main_column ol {
  counter-reset: orderd_num;
  background: none;
  overflow: hidden;
  margin-bottom: 1.2em;
}

#conts ol li, #main_column ol li {
  text-indent: -1.7em;
  padding-left: 1.7em;
  margin-bottom: 1.2em;
  line-height: 1.5em;
}

#conts ol li:last-child, #main_column ol li:last-child {
  margin-bottom: 0;
}

#conts ol li:before, #main_column ol li:before {
  counter-increment: orderd_num;
  content: counter(orderd_num);
  font-weight: bold;
  background-color: #00a5d7;
  display: inline-block;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  margin-right: 0.4em;
  text-indent: 0;
  text-align: center;
  vertical-align: middle;
}

#conts ul.caution {
  margin-bottom: 2.5em;
}

#conts ul.caution li {
  margin-bottom: 0;
}

#conts ul.caution li:before {
  content: "※";
}

#conts ul.plane,
#conts ol.plane,
#conts ul.plane li,
#conts ol.plane li {
  list-style-type: none !important;
  padding: 0;
}

#conts ul.plane li:before,
#conts ol.plane li:before {
  display: none;
}

/*news list*/
#conts .article_list {
  padding: 0;
}

#conts .article_list li {
  padding-left: 0;
  margin-bottom: 0.5em;
}

#conts .article_list li:before {
  display: none;
}

#conts .article_list li a {
  text-decoration: none;
  color: #111d22;
  letter-spacing: -.4em;
}

#conts .article_list li a:hover {
  text-decoration: underline;
  color: #d4145a;
}

#conts .article_list li time {
  font-size: 1rem;
  color: #748589;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: normal;
}

#conts .article_list li .title {
  font-size: 1.0625rem;
  line-height: 1.5em;
  vertical-align: middle;
  letter-spacing: normal;
  margin-left: 1em;
}

/*default heading*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 0.8em;
  line-height: 1.3;
}

h1.page_title {
  font-family: "Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', sans-serif;
  font-size: 2.875rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4em;
  text-align: center;
  margin: 0;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

h2 {
  font-family: "Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  padding-bottom: 0.4em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #748589;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1.2em;
}

h4 {
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
}

h5 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 1em;
}

/*hr*/
hr {
  height: 1px;
  border-bottom: solid 1px #ccc;
  background: none;
  margin: 2em 0;
  overflow: hidden;
}

/*段落*/
table p {
  margin-bottom: 0;
  line-height: 1.7em;
}

/*カラー*/
/* 色要確認箇所 */
.red {
  color: #d4145a;
}

.blue {
  color: #0096c8;
}

/*画像*/
.wide_photo_image {
  position: relative;
  margin: 4.3em 0 0;
}

.wide_photo_image.in {
  margin: 3em 0 4em;
}

.wide_photo_image img {
  width: 100%;
  margin: 0;
}

.wide_photo_image .caption {
  color: #fff;
  position: absolute;
  right: 2.5%;
  bottom: 2%;
  font-size: 0.78em;
}

/*container*/
.section_box {
  clear: both;
  padding: 0;
  margin-bottom: 3em;
}

.section_box .img_box {
  text-align: center;
}

.section_box figure {
  margin-bottom: 1em;
}

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

/*3列ボックス*/
.box_3_column {
  overflow: hidden;
  margin: 0 -1.5% 1.5em;
}

.box_3_column .box {
  float: left;
  width: 33.3333333%;
  padding: 0 1.5%;
  margin-bottom: 2em;
}

/*2列ボックス*/
.box_2_column {
  overflow: hidden;
  margin: 0 -1.5% 1.5em;
}

.box_2_column .box {
  float: left;
  width: 50%;
  padding: 0 1.5%;
  margin-bottom: 3%;
}

/*索引*/
.list_box {
  border-bottom: 1px dotted #b5c1c4;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.list_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.list_box a, .list_box a:link {
  text-decoration: none;
}

.list_box a:hover {
  opacity: 0.7;
}

.list_box a:hover .title {
  color: #d4145a;
}

.list_box .icon_image {
  width: 120px;
  margin-right: 1em;
  margin-bottom: 0;
}

.list_box .icon_image img {
  width: 100%;
  height: auto;
}

.list_box .main_area {
  width: calc(100% - 120px - 1em);
}

.list_box .time {
  line-height: 1;
  margin-bottom: 0.3em;
}

.list_box time, .link_box .date {
  font-size: 0.9375rem;
  color: #748589;
}

.list_box .title, .link_box a .tit {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #0096c8;
  line-height: 1.5em;
  margin-bottom: 0;
  padding-left: 1.3em;
  background: url(../images/icon_arrow_lightgray_r.png) no-repeat left top 0.4em;
  overflow: hidden;
}

.list_box .comment_text, .link_box a .comment {
  margin-top: 0.7em;
}

.list_box .comment_text,
.list_box .comment_text p, .link_box a .comment {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.5em;
  color: #111d22;
}

.list_box .comment_text p {
  margin-bottom: 0;
}

.list_box.noimage a {
  display: block;
}

.list_box.noimage .main_area {
  width: auto;
}

/* 索引box */
.link_box {
  display: inline-block;
  position: relative;
  border: solid 3px #c9c9c9;
  width: 48%;
  margin: 0 0.8% 2.2%;
  vertical-align: top;
}

.link_box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

.link_box:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon_arrow_box.png) no-repeat;
  background-size: 100% auto;
}
.link_box:hover {
  background: #f3f3f3;
  border-color: #00a5d7;
}
.link_box a {
  display: block;
  padding: 1.2em;
  overflow: hidden;
}
.link_box a:hover {
  text-decoration: none;
}
.link_box a:hover .tit {
  text-decoration:underline;
}
.link_box .img_box {
  float: left;
  max-width: 120px;
  margin: -3px;
  margin-right: 15px;
}
.link_box .tit {
  font-size: 1.2em;
}
.link_box .comment {
  display: block;
  line-height: 1.6;
  text-decoration: none;
  overflow: hidden;
}
.link_box .comment p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0;
}

/*索引banner*/
.link_box.link_banner, .link_box.link_banner:hover {
  border: none;
  background: none;
  margin-bottom: 1.5em;
  cursor: pointer;
}
.link_box.link_banner:before, .link_box.link_banner:after {
  display: none;
}
.link_box.link_banner a {
  display: block;
  position: relative;
  margin-bottom: 8px;
  padding: 2.8em 2em 1em;
  min-height: 150px;
  border:solid 3px #00a5d7;
  background: #000;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px rgba(0,0,0,7);
  overflow: hidden;
}
.seiwa .link_box.link_banner a {
  border-color:#d4145a;
}
.link_box.link_banner a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 6px;
  width: 56px;
  height: 56px;
  background: url(../images/icon_360.png) no-repeat;
  background-size: 100% auto;
}
.link_box.link_banner a:hover {
  background: #00a5d7;
}
.seiwa .link_box.link_banner a:hover {
  background: #d4145a;
}
.link_box.link_banner a .img_box {
  display: block;
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  max-width: none;
}
.link_box.link_banner a .img_box img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}
.link_box.link_banner a .text_box {
  position: relative;
  z-index: 1;
}
.link_box.link_banner a .tit, .link_box.link_banner a:hover .tit {
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.35;
  overflow: visible;
  text-decoration: none;
}
.link_box.link_banner .comment {
  font-size: 0.84em;
  line-height: 1.55;
  margin-bottom: 0;
}


/* 学生寮ページへのリンク */
.dormitory_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2em;
  padding: 0 1%;
}

.dormitory_link {
  width: 48.5%;
}

.dormitory_link p {
  margin-bottom: 0;
}

.dormitory_link .image_area {
  margin-right: 1.2em;
}

.dormitory_link .title {
  color: #fff;
  font-size: 1.4375rem;
  font-weight: bold;
}

.dormitory_link.seiwa {
  background-color: #d4145a;
}

.dormitory_link.meirin {
  background-color: #00a5d7;
}

.dormitory_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/icon_arrow_white_r_s.png) no-repeat right 22px center;
}

.dormitory_link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*２列ボックス*/
.listbox_2_col {
  display: inline-block;
  width: 47%;
  margin: 0 1.2% 1.3em;
  vertical-align: top;
}

.listbox_2_col a {
  display: block;
  background: url(../images/icon_arrow_orange_r.png) no-repeat right 25px center;
}

.listbox_2_col a, .listbox_2_col a:link {
  text-decoration: none;
}

.listbox_2_col a:hover {
  opacity: 0.7;
  background-position: right 21px center;
}

.listbox_2_col figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #009beb;
}

.listbox_2_col figure .image_area {
  width: 113px;
  margin-bottom: 0;
}

.listbox_2_col figure .image_area img {
  width: 100%;
  height: auto;
}

.listbox_2_col figure figcaption {
  margin-left: 0.8em;
}

.listbox_2_col .title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  color: #005abe;
  margin-bottom: 0.3em;
}

/* よくある相談 */
.faq_box {
  background-color: rgba(0, 155, 235, 0.14);
  padding: 1.5em 0.7em 0;
  margin-bottom: 2em;
}

.faq_box .faq_open_button {
  cursor: pointer;
  background: url(../images/icon_arrow_blue_down.png) no-repeat center center;
  height: 60px;
}

.faq_box .faq_open_button:hover {
  opacity: 0.7;
}

.faq_box.opened .faq_open_button {
  background-image: url(../images/icon_arrow_blue_up.png);
}

.faq_box .question_text {
  position: relative;
  padding-left: 3.5em;
  margin-bottom: 1em;
}

.faq_box .question_text p {
  margin-bottom: 0;
}

.faq_box .question_text:before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0;
  left: 0.2em;
  font-size: 2.625rem;
  font-weight: bold;
  color: #005abe;
  line-height: 1;
}

.faq_box .answer_text {
  position: relative;
  background-color: #fff;
  padding: 0.7em 0.7em 1.5em 3.8em;
}

.faq_box .answer_text p {
  margin-bottom: 0;
}

.faq_box .answer_text .answer_title {
  color: #f05000;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.faq_box .answer_text:before {
  content: "A";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  font-size: 2.625rem;
  font-weight: bold;
  color: #f05000;
  line-height: 1;
}

/* せいかつ安心情報 */
.safety_info_box {
  border-bottom: 1px dotted #b5c1c4;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.safety_info_box .info_header_area {
  position: relative;
  margin-bottom: 0.5em;
}

.safety_info_box .date {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9375rem;
  color: #f05000;
  line-height: 1;
  margin: 0;
  margin-right: 0.5em;
}

.safety_info_box .button_speak {
  display: inline-block;
  vertical-align: middle;
}

.safety_info_box p {
  margin-bottom: 0;
}

/*image背景ボタンリスト*/
.bg_img_btn a {
  display: block;
  background: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*image100%*/
.img_wide {
  width: 100%;
}

/*button design*/
/*ボタン*/
form input[type="submit"],
form input[type="button"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  text-align: center;
  transition: 0.3s;
  padding: 1em 0;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  background-image: url(../images/icon_arrow_white_r.png);
  background-repeat: no-repeat;
  background-position: right 25px center;
}

form input[type="submit"]:hover,
form input[type="button"]:hover {
  background-position: right 21px center;
}

form input[type="submit"].submit_btn,
form input[type="button"].submit_btn {
  font-size: 1.25rem;
  padding-right: 0.5em;
  background-color: #f07300;
}

form input[type="submit"].submit_btn:hover,
form input[type="button"].submit_btn:hover {
  background-color: #bd5b00;
}

form input[type="submit"].back_btn,
form input[type="button"].back_btn {
  font-size: 1.25rem;
  padding-left: 0.5em;
  background-color: #708293;
  background-image: url(../images/icon_arrow_white_l.png);
  background-repeat: no-repeat;
  background-position: left 25px center;
}

form input[type="submit"].back_btn:hover,
form input[type="button"].back_btn:hover {
  background-color: #596877;
  background-position: left 21px center;
}

form input[type="submit"] + input[type="submit"],
form input[type="submit"] + input[type="button"],
form input[type="button"] + input[type="submit"],
form input[type="button"] + input[type="button"] {
  margin-left: 0.7em;
}

/* ２列ボタン */
.button_2_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2em;
}

.button_2_column .btn {
  display: block;
  width: 48%;
  margin-bottom: 1.1em;
}

.button_2_column .btn a {
  display: block;
  margin: 0;
  width: 100%;
}

/*a.btn.back:before, #myreset:before { background-image:url(../images/icon_back.png); margin-right:14px; }*/
/*icon*/
.btn_icon {
  display: inline-block;
  background: url(../images/icon.png) no-repeat left center;
  padding: 2px 0 2px 30px;
  margin-top: 1.5em;
}

.btn_icon.btn_dl {
  background-image: url(../images/icon_dl.png);
}

/*wide*/
a.btn_wide {
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0.8em 10px;
  font-size: 1.9em;
  letter-spacing: 0.2em;
}

a.btn:hover,
button:hover,
.btn a:hover,
#myreset:hover,
.btn_icon:hover,
a.btn_wide:hover,
form input.submit_btn:hover {
  opacity: 0.8;
}

a.btn:hover,
.btn a:hover,
button:hover {
  color: #333;
}

/*table*/
/* テーブル */
/* 色要確認箇所 */
table {
  width: 100%;
  padding: 0;
  margin-bottom: 2.5em;
  border-collapse: collapse;
  vertical-align: top;
}

table caption {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.7em;
}

table, table th, table td {
  border: 1px solid #909da1;
  vertical-align: middle;
}

table th {
  width: auto;
  padding: 0.35em 0.8em;
  white-space: nowrap;
  background-color: #00a5d7;
  border: 1px solid #909da1;
}

table td {
  padding: 0.5em 0.8em;
}

table thead th {
  background-color: #00a5d7;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
}

table tbody th {
  background-color: #00a5d7;
  font-weight: bold;
  color: #fff;
}

.table01 {
  width: 100%;
  border: none;
}

.table01 th, .table01 td {
  border: none;
  border-top: 1px dotted #00a5d7;
  border-bottom: 1px dotted #00a5d7;
}

.table01 th {
  padding: 0.7em 0.5em 0.7em 0.7em;
  background: none;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  color: #111d22;
}

.table01 td {
  padding: 0.7em 0.7em 0.7em 0.5em;
  vertical-align: top;
}

.table02 {
  width: 100%;
  border: none;
}

.table02 th, .table02 td {
  border: none;
  border-top: 1px solid #00a5d7;
  border-bottom: 1px solid #00a5d7;
}

.table02 th {
  padding: 0.7em 0.5em 0.7em 0.7em;
  background: none;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  color: #111d22;
}

.table02 td {
  padding: 0.7em 0.7em 0.7em 0.5em;
  vertical-align: top;
}

.table03 {
  width: 100%;
}

/*.table03, .table03 th, .table03 td {
  padding: 0.7em 0.7em;
}*/

.table03 th, .table03 td {
  vertical-align: middle;
}

/* color box
====================================================================================================================================== */
/*画像で見出しを作る用（スタイルを強制リセット）*/
h1.plane,
h2.plane,
h3.plane,
h4.plane,
h5.plane {
  background: none !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

h1.plane:after,
h2.plane:after,
h3.plane:after,
h4.plane:after,
h5.plane:after {
  display: none !important;
}

h1.plane img,
h2.plane img,
h3.plane img,
h4.plane img,
h5.plane img {
  margin: 0;
  max-width: none;
}

/*adjust*/
.clear {
  clear: both;
}

.ma0 {
  margin: 0 !important;
}

.mab0 {
  margin-bottom: 0 !important;
}

.mab5 {
  margin-bottom: 5px !important;
}

.mab10 {
  margin-bottom: 10px !important;
}

.mab20 {
  margin-bottom: 20px !important;
}

.mab30 {
  margin-bottom: 30px !important;
}

.mab40 {
  margin-bottom: 40px !important;
}

.mab1em {
  margin-bottom: 1em !important;
}

.mab15em {
  margin-bottom: 1.5em !important;
}

.mab2em {
  margin-bottom: 2em !important;
}

.mab25em {
  margin-bottom: 2.5em !important;
}

.mab3em {
  margin-bottom: 3em !important;
}

.mab35em {
  margin-bottom: 35em !important;
}

.mat0 {
  margin-top: 0 !important;
}

.mat5 {
  margin-top: 5px !important;
}

.mat10 {
  margin-top: 10px !important;
}

.mat20 {
  margin-top: 20px !important;
}

.mat30 {
  margin-top: 30px !important;
}

.mat-10 {
  margin-top: -10px !important;
}

.mat-20 {
  margin-top: -20px !important;
}

.mat-30 {
  margin-top: -30px !important;
}

.mar10 {
  margin-right: 10px !important;
}

.mar20 {
  margin-right: 20px !important;
}

.mal10 {
  margin-left: 10px !important;
}

.mal20 {
  margin-left: 20px !important;
}

.pa0 {
  padding: 0 !important;
}

.pat0 {
  padding-top: 0 !important;
}

.pab0 {
  padding-bottom: 0 !important;
}

.pat15 {
  padding-top: 15px !important;
}

/*font size*/
.font_xs {
  font-size: 0.8em;
}

.font_sm {
  font-size: 0.86em;
}

.font_la {
  font-size: 1.2em;
}

.font_lm {
  font-size: 1.6em;
}

.font_xl {
  font-size: 2em;
}

.font_normal {
  font-weight: normal;
}

.font_bold {
  font-weight: bold;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.text_left {
  text-align: left !important;
}

.font_0 {
  font-size: 0;
}

.font_plus {
  font-size: 1.07em;
}

/*kerning*/
.kerning0 {
  letter-spacing: 0;
}

.kerning {
  letter-spacing: -0.05em;
}

.kerning01 {
  letter-spacing: -0.1em;
}

.kerning02 {
  letter-spacing: -0.25em;
}

.kerning03 {
  letter-spacing: -0.5em;
}

.kerning_plus {
  letter-spacing: 0.25em;
}

/*行間詰め*/
.line_height_min {
  line-height: 1.6;
}

/*文字間*/
.letter {
  letter-spacing: 0.08em;
}

/*タイトル調整用*/
.kerning_tit {
  letter-spacing: 0.27em;
}

.kerning_tit_m {
  letter-spacing: 0.17em;
}

.kerning_tit_m02 {
  letter-spacing: 0.1em;
}

.font_num {
  font-size: 1.05em;
}

/*文字にアンチエイリアスを効かせる*/
.font_smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font_mincho {
  font-family: "Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', sans-serif;
}

/* 文章枠用CSS
====================================================================================================================================== */
p,
.common_box .text_box {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2em;
}

/*スタンダード（画像右／左寄せ）*/
.common_box {
  overflow: visible;
}

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

.common_box .img_box {
  float: left;
  margin-right: 20px;
  max-width: 40%;
  width: auto;
  margin-top: 0.6em;
  font-size: 12px;
  line-height: 1.7;
}

.common_box .img_box.auto_width img {
  width: auto;
}

.common_box .text_box {
  display: inline;
  overflow: hidden;
}

/*右*/
.common_box.right .img_box {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

/*画像3つ並び*/
.photo_3column {
  overflow: hidden;
  text-align: center;
}

.photo_3column img {
  float: left;
  width: 33.3333%;
}

/*画像3つ並び（画像にフレームをつける）*/
.photo_frame_3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 2.5em;
}

.photo_frame_3column .photo_column {
  width: 31%;
}

.photo_frame_3column img {
  width: 100%;
  height: auto;
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*画像3つ並び（ページ内）*/
.photo_3column_in {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photo_3column_in img {
  width: 31.5%;
  height: auto;
}

/*画像2つ並び（ページ内）*/
.photo_2column_in {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photo_2column_in img {
  width: 48%;
  height: auto;
}

.event_info_table a[href*="/maps/"] {
  background: url(../images/map_pin.png) no-repeat left center;
  padding-left: 1.1em;
  margin-left: 0.5em;
  display: inline-block;
}


/* ２列入力枠 */
.two_column_box {
  margin: 0 -1.5% 1.5em;
}

.two_column_box .half_box {
  float: left;
  width: 50%;
  padding: 0 1.5%;
}

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

.light_blue_box {
  background-color: #e5f6fb;
  padding: 1.5em 1.5em 1em 1.5em;
  margin-bottom: 2.5em;
}

/*よくある質問アコーディオン*/
dl.faq_acc {
  border-bottom: 1px solid #00a5d7;
  padding: 0.6em 0;
}
dl.faq_acc dt {
  font-size: 1.3125rem;
  font-weight: bold;
  background: url(../images/icon_closed_blue.png) no-repeat right center;
  background-size: 23px auto;
  padding: 0 1.5em 0 2.6em;
  text-indent: -2.6em;
  cursor: pointer;
}
dl.faq_acc.opened dt {
  background-image: url(../images/icon_opened_blue.png);
}

dl.faq_acc dt:before {
  content: "Q";
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
  background-color: #00a5d7;
  width: 1.9em;
  height: 1.9em;
  margin-right: 0.5em;
  text-align: center;
  text-indent: 0;
  line-height: 1.9em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho";
}
dl.faq_acc dd {
  font-size: 1rem;
  padding: 0.5em 0 1em;
}


@media screen and (max-width: 768px) {
  /*default heading*/
  h1.page_title {
    font-size: 2rem;
  }
  /*画像*/
  .wide_photo_image {
    margin-top: 1.4em;
  }
  .wide_photo_image.in {
    margin: 1em 0 2em;
  }
  .wide_photo_image .caption {
    font-size: 0.7em;
  }
  /*container*/
  .section_box {
    padding: 0;
  }
  .top_line {
    margin-top: 3px;
    padding-top: 2em;
  }
  /*button design*/
  a.btn,
  .btn a,
  #myreset {
    background-size: auto 13px;
    font-size: 1.125rem;
  }
  /*戻る*/
  a.btn.back,
  .btn.back a {
    min-width: 30%;
    background-size: auto 13px;
  }
  /* ２列ボタン */
  .button_2_column .btn {
    width: 49%;
    margin-bottom: 1em;
  }
  .button_shadow {
    background-size: 15px auto;
    background-position: right 12px center;
  }
  .button_shadow.button_download {
    background-size: 19px auto;
  }
  .button_shadow.black {
    background-size: 20px auto;
  }
  .button_shadow.red {
    background-size: 20px auto;
  }
  .button_shadow.reverse {
    background-position: left 12px center;
  }


  .button_link {
    background-size: 20px auto;
    background-position: right 12px center;
  }
  .button_link:hover {
    background-size: 20px auto;
    background-position: right 12px center;
  }
  /*ボタン*/
  form input[type="submit"],
  form input[type="button"] {
    padding: 0.8em 0;
    max-width: 230px;
    background-size: 17px auto;
    background-position: right 20px center;
  }
  form input[type="submit"]:hover,
  form input[type="button"]:hover {
    background-position: right 16px center;
  }
  form input[type="submit"].back_btn,
  form input[type="button"].back_btn {
    background-size: 17px auto;
    background-position: left 20px center;
  }
  form input[type="submit"].back_btn:hover,
  form input[type="button"].back_btn:hover {
    background-position: right 16px center;
  }
  form input[type="submit"] + input[type="submit"],
  form input[type="submit"] + input[type="button"],
  form input[type="button"] + input[type="submit"],
  form input[type="button"] + input[type="button"] {
    margin-left: 0.3em;
  }
  /*3列ボックス*/
  .box_3_column {
    margin: 0 -0.6% 1.5em;
  }
  .box_3_column .box {
    padding: 0 0.6%;
    margin-bottom: 1.5em;
  }
  /*2列ボックス*/
  .box_2_column {
    overflow: hidden;
    margin: 0 -0.6% 1.5em;
  }
  .box_2_column .box {
    padding: 0 0.6%;
    margin-bottom: 1.5em;
  }

/* 索引
  ====================================================================================================================================== */
  .list_box .icon_image {
    width: 110px;
  }
  .list_box .main_area {
    width: calc(100% - 110px - 1em);
  }
  .list_box .title {
    background-size: 16px auto;
  }



/* 索引box */
.link_box {
  display: inline-block;
  position: relative;
  border: solid 3px #c9c9c9;
  width: 48%;
  margin: 0 0.8% 2.2%;
  vertical-align: top;
}

.link_box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

.link_box:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon_arrow_box.png) no-repeat;
  background-size: 100% auto;
}
.link_box:hover {
  background: #f3f3f3;
  border-color: #00a5d7;
}
.link_box a {
  display: block;
  padding: 1.2em;
  overflow: hidden;
}
.link_box a:hover {
  text-decoration: none;
}
.link_box a:hover .tit {
  text-decoration:underline;
}
.link_box .img_box {
  float: left;
  max-width: 120px;
  margin: -3px;
  margin-right: 15px;
}
.link_box .tit {
  font-size: 1.2em;
}
.link_box .comment {
  display: block;
  line-height: 1.6;
  text-decoration: none;
  overflow: hidden;
}
.link_box .comment p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0;
}

/*索引banner*/
.link_box.link_banner, .link_box.link_banner:hover {
  margin-bottom: 1em;
}
.link_box.link_banner a {
  padding: 2.3em 1.5em 2.1em;
  min-height: 0px;
}
.link_box.link_banner a:after {
  right: 0px;
  top: 4px;
  width: 45px;
  height: 45px;
}
.link_box.link_banner a .img_box {
  width: 100%;
}
.link_box.link_banner a .tit, .link_box.link_banner a:hover .tit {
  font-size: 1.35em;
}


  /*２列ボックス*/
  .listbox_2_col a {
    background-size: 17px auto;
    background-position: right 15px center;
  }
  .listbox_2_col a:hover {
    background-position: right 11px center;
  }
  .listbox_2_col figure .image_area {
    width: 80px;
  }
  .listbox_2_col .title {
    font-size: 1.125rem;
  }
  /* 学生寮ページへのリンク */
  .dormitory_link {
    width: 49%;
  }
  .dormitory_link .image_area {
    width: 100px;
  }
  .dormitory_link .title {
    font-size: 1.3125rem;
  }
  .dormitory_link a {
    background-size: 16px auto;
    background-position: right 12px center;
  }
  .button_area a {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .button_area a.button_black {
    background-position: right 15px center;
    width: 100%;
    max-width: 350px;
    padding: 0.7em 0;
  }
  .button_area a.button_black + .button_black {
    margin-left: auto;
    margin-top: 0.5em;
  }
  .button_area a.button_halfwhite {
    background-position: right 15px center;
    padding: 0.7em 0;
  }
  .button_area a.button_halfwhite + .button_halfwhite {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .button_area .button_gray {
    padding: 0.7em 0;
  }
  .button_area .button_gray + .button_gray {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .button_area.right a {
    display: inline-block;
  }
  /* モーダルウィンドウ設定 */
  .featherlight .featherlight-close-icon {
    width: 30px !important;
    height: 30px !important;
  }
  .featherlight .featherlight-close-icon {
    top: 15px !important;
    right: 15px !important;
  }

  /*よくあるご質問アコーディオン*/
  dl.faq_acc dt {
    background-size: 22px auto;
  }
  dl.faq_acc dt:before {
    font-size: 1.4375rem;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
  }

  /* ページ内リンク
  ====================================================================================================================================== */
  .tour_main_visual {
    margin-top: -1.85em;
  }
  #conts .sub_navi ul li {
    margin: 0 1.1em;
  }
  #conts .sub_navi ul li a {
    background-size: 9px auto;
    padding-left: 0.8em;
  }


/* 索引
  ====================================================================================================================================== */
  .link_box {
    width: 100%;
    margin: 0 0 1em;
  }

  .link_box:after {
    width: 32px;
    height: 32px;
  }
  .link_box a {
    display: block;
    padding: 1.2em;
  }
  .link_box .img_box {
    width: 33%;
    margin-right: 12px;
  }

}

@media screen and (max-width: 540px) {
  h1.page_title {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  .common_box .img_box {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: auto;
    max-width: initial;
  }
  .common_box.right .img_box {
    float: none;
    margin-left: 0;
  }
  /*news list*/
  #conts .article_list li .news_thumb {
    width: 100px;
  }
  #conts .article_list li .main_area {
    width: calc(100% - 100px - 1em);
  }
  /*button design*/
  a.btn,
  .btn a,
  #myreset {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-size: auto 13px;
    font-size: 1.0625rem;
  }
  .button_shadow {
    background-size: 15px auto;
    background-position: right 10px center;
  }
  .button_shadow.button_download {
    background-size: 15px auto;
    background-position: right 7px center;
  }
  .button_shadow.black {
    background-size: 20px auto;
  }
  .button_shadow.red {
    background-size: 20px auto;
  }
  .button_shadow.reverse {
    background-position: left 10px center;
  }

  .button_link {
    background-size: 20px auto;
    background-position: right 12px center;
  }
  .button_link:hover {
    background-size: 20px auto;
    background-position: right 12px center;
  }
  /*ボタン*/
  form input[type="submit"],
  form input[type="button"] {
    max-width: 48%;
    background-size: 15px auto;
    background-position: right 10px center;
  }
  form input[type="submit"]:hover,
  form input[type="button"]:hover {
    background-position: right 10px center;
  }
  form input[type="submit"].back_btn,
  form input[type="button"].back_btn {
    background-size: 15px auto;
    background-position: left 10px center;
  }
  form input[type="submit"].back_btn:hover,
  form input[type="button"].back_btn:hover {
    background-position: right 10px center;
  }
  form input[type="submit"] + input[type="submit"],
  form input[type="submit"] + input[type="button"],
  form input[type="button"] + input[type="submit"],
  form input[type="button"] + input[type="button"] {
    margin-left: 0.2em;
  }
  /* ２列ボタン */
  .button_2_column {
    display: block;
  }
  .button_2_column .btn {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .photo_frame_3column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .photo_frame_3column .photo_column {
    width: 32%;
  }
  .photo_frame_3column img {
    border-width: 2px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  /*3列ボックス*/
  .box_3_column {
    margin: 0 0 1.5em;
  }
  .box_3_column .box {
    float: none;
    width: 100%;
    max-width: 280px;
    padding: 0;
    margin: 0 auto 1.5em;
  }
  /*2列ボックス*/
  .box_2_column {
    overflow: hidden;
    margin: 0 0 1.5em;
  }
  .box_2_column .box {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em;
  }
  /*横並びボックス*/
  .list_inlinebox.column3 {
    width: 47%;
    margin: 0 1% 2em;
  }
  .list_inlinebox.column2 {
    width: auto;
    margin: 0 0 2em;
  }
  .list_inlinebox .title {
    padding-left: 0.7em;
    background-size: 8px auto;
  }
  .list_inlinebox.column2 .image_area .title {
    bottom: 0.6em;
    left: 0.3em;
    padding-left: 1.3em;
    background-size: 22px auto;
    background-position: left top -0.2em;
  }
  .button_area a.button_black {
    background-position: right 10px center;
    background-size: 12px auto;
    max-width: 280px;
  }
  .button_area a.button_halfwhite {
    background-position: right 10px center;
    background-size: 12px auto;
    max-width: 280px;
  }
  /*索引*/
  .list_box .icon_image {
    width: 90px;
  }
  .list_box .main_area {
    width: calc(100% - 90px - 1em);
  }
  .list_box .title {
    padding-left: 1em;
    background-size: 13px auto;
  }


  /*エリアリストボックス*/
  .listbox_2_col {
    display: block;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .listbox_2_col figure .image_area {
    width: 75px;
  }
  /* 学生寮ページへのリンク */
  .dormitory_links {
    display: block;
  }
  .dormitory_link {
    width: auto;
    margin-bottom: 1em;
  }
  .dormitory_link .image_area {
    width: 90px;
  }
  .dormitory_link .title {
    font-size: 1.25rem;
  }
  /*３列入力枠*/
  .three_column_box {
    margin: 0 0 1.5em;
  }
  .three_column_box .box {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 1.5em;
  }
  /* ２列入力枠 */
  .two_column_box {
    margin: 0 0 1.5em;
  }
  .two_column_box .half_box {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 1.5em;
  }
  /* 外国人にフレンドリーな病院 */
  .hospital_box {
    display: block;
  }
  .hospital_box .image_area {
    width: auto;
    margin-bottom: 1em;
    text-align: center;
  }
  .hospital_box .text_area {
    width: auto;
  }
  #conts .buttons_list li a {
    font-size: 0.875rem;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 1.3em;
  }
  /* モーダルウィンドウ設定 */
  .featherlight .featherlight-close-icon {
    width: 25px !important;
    height: 25px !important;
  }
  .featherlight .featherlight-close-icon {
    top: 12px !important;
    right: 12px !important;
  }
  /*よくあるご質問アコーディオン*/
  dl.faq_acc dt {
    background-size: 20px auto;
  }

  /* ページ内リンク
  ====================================================================================================================================== */
  #conts .sub_navi ul li {
    margin: 0 0.7em;
  }
  #conts .sub_navi ul li a {
    background-size: 7px auto;
    padding-left: 0.7em;
  }
}



@media screen and (max-width: 400px) {
  /*索引banner*/
  .link_box.link_banner a .img_box {
    width: 120%;
    margin-left: -10%;
  }

}
