@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;
}

ul {
  list-style: none;
}

/* headline
----------------------------------- */

h1 {
}

h2 {
  display: table;
  width: 92%;
  /* padding: 0 4%; */
}
h2 span {
  display: table-cell;
  vertical-align: middle;
}
h2 {
  height: 46px;
  position: relative;
  padding-bottom: 3px;
}

h3 {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  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 {
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
}

h4.message {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 10px;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* 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: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana,
    Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #6a6a6c;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

a {
  color: #6a6a6c;
  text-decoration: none;
}
a:link {
  color: #6a6a6c;
  text-decoration: none;
}
a:hover {
  color: #004080;
  text-decoration: none;
}

input,
select,
textarea {
  color: #434343;

  border: none;
  background: none;
}

.searcharea {
  -webkit-box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  -moz-box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  border: 1px solid #a5a4a4;
  text-indent: 13px;
}

/* page top
----------------------------------- */

#page-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 10;
}

#page-top div a #img {
  display: block;
  width: 60px;
  height: 60px;
  padding-top: 60px;
  overflow: hidden;
  background: url(../img/pagetop.png) no-repeat;
  background-size: 100%;
  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;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

a span {
}

br.sp {
  display: block;
}
br.pc {
  display: none;
}

.sp {
  display: block;
}
img.sp {
  display:inline;
}

.pc {
  display: none;
}

.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}

.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: 60px;
}

#container {
  text-align: center;
  margin: 0 auto;
}

/* head
----------------------------------- */
.inner:after {
  content: "";
  clear: both;
  display: block;
}

#header {
  display: none;
}

#header_in {
  display: none;
}
/* header */
#header_sm {
  display: inherit;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-bottom: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0px;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(34, 102, 170, 0.15);
}

#header_sm h1 img {
  width: 183px;
  position: absolute;
  top: 7px;
  left: 2%;
}

#header_sm h1 a {
  width: 107px;
  display: block;
}

.header_tel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 60px;
  font-size: 20px;
}
.header_tel i {
  padding-right: 5px;
}

.header_tel a {
  color: #004080;
}

.header_tel span {
  display: none;
}

.btn {
  background: transparent url(../img/btn.png) no-repeat 0 0;
  background-size: 100% auto;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 30%;
  right: 15px;
  z-index: 200;
}

.peke {
  background-position: -64px 0;
  background: transparent url(../img/cross.png) no-repeat 0 0;
  background-size: 90% auto;
}
.drawr {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  right: 0;
  width: 70%;
  padding: 60px 0 20px 0px;
  z-index: 100;
}
#menu li {
  width: 92%;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dotted #baa321;
}
#menu li a {
  color: #fff;
  display: block;
  padding: 15px;
}
/* スマホ キー画像 */

#top_key {
  position: relative;
}

#top_key .key_text {
  position: absolute;
  top: 25%;
  left: 0%;
}

#top_key .key_text img {
  width: 85%;
}

#top_key img {
  margin: 0 px auto;
  width: 100%;
}

#key_sm {
  height: 165px;
  width: 100%;
  display: table;
  position: relative;
  background: url(img/key01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 175px;
  background-repeat: no-repeat;
}
#key_sm a {
  position: absolute;
  display: block;
  width: 100%;
  height: 165px;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* #search
----------------------------------- */
#search {
  width: 100%;
  background-color: #e5ecf2;
}

#search .search_in {
  max-width: 85%;
  margin: 40px auto;
  padding: 20px;
  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: 40%;
  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: 12px;
}

.one_block {
  display: block;
  margin-bottom: 20px;
}

.one_block .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.search_in .flexbox {
  margin-right: 25px;
  margin-bottom: 20px;
}

/* プルダウン */

.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: 35%;
  padding-left: 28px;
  text-align: left;
  /* padding: 0 30px 0 27px; */
}

.areabrock .checkbox01 {
  position: relative;
  line-height: 3.5;
  width: 80%;
  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: 12px;
  margin-bottom: 18px;
  color:#666666;
}

.check_img img {
  display: none;
}

.search_in .button {
  padding: 12px 50px;
  /* background-color: #004080; */
  background: linear-gradient(to bottom right, #253E7C, #028EB3);
  color: #fff;
  border-radius: 5px;
}

#search {
  position: relative;
  padding-top: 60px;
}

#search .tit img {
  width: 60%;
}

#search .area_arrow {
  position: absolute;
  bottom: -266px;
  left: 0;
  width: 100%;
  z-index: -2;
}

#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 800px;
  border-color: transparent transparent transparent #e5ecf2;
}

/* #new_list
----------------------------------- */
#new_list {
  width: 100%;
  /* position: relative; */
}

#new_list .tit img {
  width: 60%;
}

.subtit {
  text-align: left;
  width: 20%;
}

h2.section_headline {
  display: flex;
  align-items: center;
  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;
  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: 48%;
  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_ a:hover img {
  opacity: 0.7;
}
#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_sp.png) no-repeat center;
  background-size: cover;
  text-align: left;
}

#about_banner {
  width: 100%;
  background: url(../img/bg_banner_sp.png) no-repeat center;
  background-size: cover;
  text-align: left;
}

.about_banner {
  width: 100%;
  height: 335px;
  border: 2px solid #fff;
  padding: 0 6%;
}

.about_banner .title {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  margin: 15px 0 20px;
  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 li {
  margin-right: 20px;
}

.about_banner .banner_btn ul li img {
  height: 50px;
}

.sp_float {
  float: left;
}
/* information
----------------------------------- */
#information {
  width: 100%;
  background-color: #e5ecf2;
}

#information .tit img {
  width: 60%;
}

#information .info_in {
  max-width: 70%;
  margin: 0 auto;
  padding: 20px 20px;
  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 .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 {
  margin: 0 auto;
}

#banner .flex {
  justify-content: space-evenly;
}

/* footer
----------------------------------- */

#footer {
  width: 100%;
  background-color: #343434;
  color: #eeeeee;
}

#footer .footer_in {
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #343434;
  letter-spacing: 2px;
}

#footer .flex {
  display: block;
  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 {
  margin-top: 30px;
  margin-bottom: 50px;
}

.footer_mini {
  display: none;
}

#footer_sm {
  display: inherit;
  width: 100%;
  height: 55px;
  margin: 0 auto;
  border-bottom: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0px;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(34, 102, 170, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer_sm a {
	display:inline-block;
	margin:0px 5px;
	padding:5px;
	border:2px solid #2B4598;
	border-radius: 20px;
	color:#2B4598;
	font-size:20px;
}
#footer_sm a i {
	margin:0;
	padding:0;
}
#footer_sm a.tel {
	margin:0px;
	padding:7px;
	border:none;
	border-radius:0px;
	font-size:40px;
	font-weight:bold;
}
