@charset "UTF-8";

/* reset
----------------------------------- */

* {
  margin: 0px;
  padding: 0px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
pre,
div,
dl,
ol,
ul,
li,
img,
form,
input,
select,
textarea,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
pre,
div,
dl,
ol,
ul,
th {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: normal;
  font-style: normal;
}

img {
  border: none;
}

h2 img {
  border: none;
  border-radius: 0px;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* headline
----------------------------------- */

h1 {
}
h2 {
  text-align: center;
}

h3 {
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
}

h3 span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
  color: #585858;
}

h3 span:before,
h3 span:after {
  border-top: 2px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 0.5em;
}

h3 span:before {
  right: 100%;
}

h3 span:after {
  left: 100%;
}

h4.message {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 10px;
}

/* body
----------------------------------- */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #6a6a6c;
  margin: 0;
  padding: 0;
  line-height: 25px;
  background: #fff;
}

a {
  color: #6a6a6c;
  text-decoration: none;
}
a:link {
  color: #6a6a6c;
  /* text-decoration: none; */
}
a:hover {
  color: #004080;
  opacity: 0.7;
}

#header_in a:hover {
  opacity: 1;
}

input,
select,
textarea {
  color: #434343;
  border: none;
  background: none;
}

/* page top
----------------------------------- */

#page-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 10;
}

#page-top div a #img {
  display: block;
  width: 120px;
  height: 120px;
  padding-top: 60px;
  overflow: hidden;
  background: url(../img/pagetop.png) no-repeat;
  text-indent: -9999px;
}

#page-top div a p:hover {
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none;
}

/* class
----------------------------------- */

.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.ud {
  text-decoration: underline;
}

.r {
  float: right;
}

.l {
  float: left;
}

br.sp {
  display: none;
}
br.pc {
}

.pc {
}

.sp {
  display: none;
}
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}

.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.pl10 {
  padding-left: 10px;
}
.pl40 {
  padding-left: 40px;
}
.pr10 {
  padding-right: 10px;
}

.pt50 {
  padding-top: 50px;
}
.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}

/* oowaku
----------------------------------- */

#all {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}

#container {
  text-align: center;
  margin: 0 auto;
}

/* head
----------------------------------- */
#header {
  width: 100%;
  height: 100px;
  background: #ffffff;
  position: fixed;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid #e5e5e5;
}

#header_in {
  width: 100%;
  max-width: 1400px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

#header_in p.logo {
  position: absolute;
  top: 10px;
  left: 50px;
}
#header_in p.logo img {
  width: 100%;
}
#header_in p.logo a {
  width: 220px;
  display: block;
}
#header_in p.logo a::after {
  height: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header_in p.logo {
    left: 20px;
  }
}
#customernav {
  position: absolute;
  top: 15px;
  right: 45px;
}
#customernav li:nth-of-type(n + 2) {
  margin-left: 8px;
}
#customernav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: normal;
}
#customernav li a {
  display: block;
  position: relative;
}

#customernav li a:after {
  height: 0;
}

#customernav #custnav_mypage a .icon_ img {
  max-width: 187px;
  width: 75%;
}

#customernav #custnav_logout a .icon_ img {
  max-width: 144px;
  width: 75%;
}

#nav {
  margin: 0px auto;
}

#nav ul {
  position: absolute;
  bottom: 12px;
  right: 20px;
}

#nav ul li {
  text-align: left;
  float: left;
  padding-left: 12px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* #nav ul li:after {
  content: "｜";
  position: relative;
  left: 2px;
} */

#nav ul li a {
  padding: 0 3px;
}
#nav ul li a:hover {
  color: #6a6a6c;
}
#nav ul li#mm_1 {
  margin-right: 12px;
}
#nav ul li#mm_2 {
  margin-right: 12px;
}
#nav ul li#mm_3 {
  margin-right: 12px;
}
#nav ul li#mm_4 {
  margin-right: 12px;
}
#nav ul li#mm_5 {
  margin-right: 12px;
}
a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
#nav a::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  content: "";
  width: 0;
  height: 2px;
  background-color: #004080;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#nav a:hover::after {
  width: 100%;
}
.header_search_form input[type="text"] {
  position: absolute;
  bottom: 12px;
  right: 0px;

  width: 195px;
  height: 28px;
  padding: 0 35px 0 17px;
  background: #eee;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  border: none;
  color: #555;
  font-size: 12px;
  outline: none;
  -webkit-appearance: none;
}

.tit img {
  /* width: 20%; */
  height:153px;
}

#header_sm {
  display: none;
}

#header_sm_lp {
  display: none;
}

#top_key img {
  margin: 0px auto;
  width: 100%;
}

#top_key {
	position: relative;
}

#top_key .key_text {
  position: absolute;
  top: 15%;
  left: 5%;
}

#top_key .key_text img {
  width: 77%;
}

#key_sm {
  display: none;
}

#key_sm img {
  display: none;
}

/* #search
----------------------------------- */

#search {
  width: 100%;
  background-color: #e5ecf2;
}

#search .search_in {
  max-width: 70%;
  margin: 80px auto;
  padding: 50px 55px;
  background-color: #eff4f7;
}

#search .search_in h3 {
  text-align: left;
  line-height: 40px;
  box-sizing: border-box;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
#search .search_in h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: 26px;
  background-color: #004080;
}

/* checkbox02 */
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"].checkbox02:checked + label {
  background: #dda821;
  color: #ffffff;
  border: 2px solid #dda821;
}
.check_label:hover {
  opacity: 0.6;
}
.check_label {
  display: block;
  float: left;
  margin: 5px;
  width: 16%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  color: #ffffff;
  background: #e8d6a1;
  border: 2px solid #e8d6a1;
  border-radius: 5px;
  font-size: 14px;
}

.one_block {
  display: block;
}

.one_block .flex {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.flex .flexbox {
  min-width: 32%;
  margin-right: 25px;
}

/* プルダウン */

.selectbox {
  width: 90%;
  margin: 0.2em auto;
  position: relative;
}
select {
  -webkit-appearance: none;
  appearance: none;
  width: 90%;
  padding: 1em 1em;
  box-sizing: border-box;
  font-size: 1em;
  border-radius: 5px;
  background: #fff;
}
.selectbox::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15%;
  top: 35%;
  border-bottom: #ccc 2px solid;
  border-right: #ccc 2px solid;
  transform: rotate(45deg) translateY(-30%);
}

/* checkbox01 */
input[type="checkbox"] {
  display: none;
}
.trainarea .checkbox01 {
  position: relative;
  line-height: 3.5;
  width: 24%;
  padding-left: 32px;
  text-align: left;
  /* padding: 0 30px 0 27px; */
}

.areabrock .checkbox01 {
  position: relative;
  line-height: 3.5;
  width: 40%;
  padding-left: 32px;
  text-align: left;
}

.checkbox01:hover:after {
  border-color: #0171bd;
}
.checkbox01:after,
.checkbox01:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
.checkbox01:after {
  left: 0;
  margin-top: -12px;
  width: 18px;
  height: 18px;
  border: 2px solid #666666;
  border-radius: 5px;
}
.checkbox01:before {
  left: 6px;
  margin-top: -9px;
  width: 7px;
  height: 11px;
  border-right: 3px solid #0171bd;
  border-bottom: 3px solid #0171bd;
  transform: rotate(45deg);
  opacity: 0;
}
input[type="checkbox"]:checked + .checkbox01:before {
  opacity: 1;
}

.traincheck h4 {
  text-align: left;
  font-weight: bold;
}

.checkflex {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color:#666666;
}

.trainarea {
  width: 60%;
}

.areabrock {
}

.check_img img {
  width: 60%;
}

.search_in .button {
  padding: 17px 60px;
  background-color: #004080;
  color: #fff;
  border-radius: 5px;
  font-size:16px;
}
.search_in .button:hover {
  opacity: 0.7;
}

#search {
  position: relative;
}

#search .area_arrow {
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;
}

#search .area_arrow .arrow {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

#search .area_arrow .arrow-rgt {
  left: 0;
  border-width: 0 0 300px 2200px;
  border-color: transparent transparent transparent #e5ecf2;
}
/* #new_list
----------------------------------- */
#new_list {
  width: 100%;
  position: relative;
}

.subtit {
  text-align: left;
  width: 20%;
}

h2.section_headline {
  display: flex;
  align-items: center;
  margin-left: 30px;
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

h2.section_headline:before {
  content: "";
  height: 2px;
  width: 25px;
  background-color: #004080;
  margin-right: 10px;
}

div.new_in {
  max-width: 1230px;
  padding: 0 15px 80px;
  margin: 40px auto;
  box-sizing: border-box;
}
.column4_ {
  font-size: 0;
  letter-spacing: -1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.column4_ .item_ {
  display: inline-block;
  width: 23%;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: top;
  padding: 0 1%;
  text-align: left;
  margin-bottom: 40px;
  counter-increment: rank;
}

#new_list .item_ a {
  display: block;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 5%);
}

#new_list .item_ img {
  width: 100%;
  height: auto;
}

#new_list .new_title {
  border-bottom: #ccc solid 1px;
  margin: 10px;
}
#new_list .new_text {
  margin: 10px;
  min-height: 195px;
}

#new_list .new_title h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 4px 0;
  letter-spacing: 0.1em;
}

#new_list .item_ .sub_title {
  font-size: 14px;
  font-weight: bold;
  margin: 4px 0;
  letter-spacing: 0.1em;
}

/* banner
----------------------------------- */
#top_about_banner {
  width: 100%;
  background: url(../img/bg_banner.png) no-repeat center;
  background-size: cover;
  text-align: left;
  margin-bottom: 240px;
}

#about_banner {
  width: 100%;
  background: url(../img/bg_banner.png) no-repeat center;
  background-size: cover;
  text-align: left;
}

.about_banner {
  width: 100%;
  height: 320px;
  border: 2px solid #fff;
  padding: 0 6%;
}

.about_banner .title {
  font-size: 32px;
  line-height: 50px;
  margin: 40px 0 50px;
  font-weight: 500;
  color: #fff;
}

.about_banner .title span {
  font-size: 16px;
}

.about_banner table {
  width: 423px;
  text-align: center;
}

.about_banner .banner_btn {
  margin-bottom: 30px;
}

.about_banner .banner_btn ul {
  display: flex;
}

.about_banner .banner_btn ul li {
  margin-right: 20px;
}

.about_banner .banner_btn ul li:nth-child(1) a,
.about_banner .banner_btn ul li:nth-child(2) a {
	background:#fff;
	opacity: 1;
	border-radius: 7px;
}

.about_banner .banner_btn ul li:nth-child(1) a:hover img,
.about_banner .banner_btn ul li:nth-child(2) a:hover img {
	opacity: 0.8;
}

.about_banner .banner_btn ul li img {
  height: 50px;
}
/* information
----------------------------------- */
#information {
  width: 100%;
  background-color: #e5ecf2;
  position: relative;
  padding-top: 0;
}

#information .info_in {
  max-width: 70%;
  margin: 20px auto;
  padding: 50px 55px;
  background-color: #eff4f7;
}

#information .info_in h3 {
  text-align: left;
  line-height: 40px;
  box-sizing: border-box;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
#information .info_in h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: 26px;
  background-color: #004080;
}

#information .area_arrow {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: -1;
}

#information .area_arrow .arrow {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

#information .area_arrow .arrow-rgt {
  left: 0;
  border-width: 320px 0 0 3000px;
  border-color: transparent transparent transparent #e5ecf2;
}

#information .tit {
  margin-bottom: 40px;
}

.news_box dl {
  margin: 15px auto;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #313131;
}

.border_block {
  border-bottom: 1.5px solid #004080;
  border-top: 1.5px solid #004080;
}

/* banner
----------------------------------- */

#banner {
  width: 100%;
  background-color: #e5ecf2;
}

#banner .banner_in {
  max-width: 70%;
  margin: 20px auto;
  padding: 20px 55px;
  background-color: #eff4f7;
}

#banner .flex {
  justify-content: space-evenly;
}

/* footer
----------------------------------- */

#footer {
  width: 100%;
  background-color: #343434;
  color: #eeeeee;
}

#footer .footer_in {
  max-width: 70%;
  margin: 0 auto;
  padding: 50px 55px;
  background-color: #343434;
  letter-spacing: 2px;
}

#footer .flex {
  justify-content: space-between;
  padding: 0 20px;
}

.footer_widget {
  text-align: left;
}

.footer_widget h2 {
  text-align: left;
}

.footer_widget i {
  padding-right: 10px;
}

#footer a:hover {
  text-decoration: none;
}

#footer a:link {
  color: #eeeeee;
  text-decoration: none;
}

.footer_menu ul {
  list-style: disc;
}

.footer_menu ul li {
  margin-bottom: 20px;
}

.tiny_footer {
  text-align: left;
}

.footer_logo {
  border-bottom: 1px solid #eee;
}

.footer_office {
  width: 50%;
}

.footer_mini {
  width: 25%;
}

.footer_mini a,
.footer_mini a:link,
.footer_mini a:hover {
  color: #fff;
}

#footer_sm {
  display: none;
}
