@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2.1;
  color: #333;
  background: #fbfbfd;
}

img {
  vertical-align: bottom;
  border: none;
}

a:hover {
  color: #0054a7;
}

li {
  list-style: none;
}

input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  /*	-webkit-appearance: none;
  	appearance: none;*/
}

.error-message {
  color: #c00;
}

.inner {
  width: 960px;
  margin: 0 auto;
}
.inner:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}

.btn {
  background: #0054a7;
}
.btn a {
  display: block;
  text-align: center;
}
.btn a img {
  line-height: 1;
  display: block;
  margin: 0 auto;
  background: url("../common/images/arrow_right_white_m.png") 0 center no-repeat;
  background-size: 10px auto;
  padding: 25px 0 25px 30px;
}

.btn.red {
  background: #e60012;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.tel-link {
  color: #0054a7;
  font-weight: bold;
}
.tel-link a {
  color: #0054a7;
}

@media screen and (max-width: 736px) {
  .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
header {
  line-height: 1;
  height: 80px;
  display: table;
  width: 100%;
  position: relative;
}
header h1 {
  display: table-cell;
  vertical-align: middle;
  width: 417px;
}
header h1 img {
  width: 100%;
  height: auto;
}
header nav {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
header h2 {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
header ul {
  font-size: 0;
  display: block;
  margin-top: 20px;
}
header li {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 12px;
  border-right: 1px solid #a3a3a3;
}
header li:nth-of-type(5) {
  border: none;
  padding: 0 0 0 12px;
}
header li:nth-of-type(6) {
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
header li:nth-of-type(6) a[target=_blank] {
  background: #0054a7 url("../common/images/icon_blank_white.png") 95% center no-repeat;
  background-size: 12px auto;
  display: block;
  padding: 8px 25px 8px 13px;
  /*padding-right: 16px;*/
}
header form {
  display: none;
  vertical-align: middle;
  text-align: right;
  width: 80px;
  padding-left: 20px;
}
header form select {
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  header {
    height: 60px;
  }
  header h1 {
    width: 230px;
  }
  header h2 {
    display: block;
    cursor: pointer;
  }
  header div {
    display: none;
  }
  header ul {
    display: none;
    text-align: left;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 100%;
    margin-top: 0;
  }
  header li {
    display: block;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  header li:nth-of-type(5) {
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  header li:nth-of-type(6) {
    position: static;
    background: none;
    display: block;
    border-bottom: 1px solid #ddd;
  }
  header li:nth-of-type(6) a[target=_blank] {
    background-color: #ffffff;
    background-image: url("../common/images/icon_blank.gif");
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding: 15px 10px;
  }
  header li:nth-of-type(6) a[target=_blank] img {
    max-width: 100%;
    height: auto;
  }
  header li a {
    display: block;
    padding: 15px 10px;
  }
  header form {
    padding: 15px 10px;
    width: 100%;
    display: none;
    box-sizing: border-box;
  }
  header form select {
    margin-top: 0;
    height: 40px;
    width: 100%;
  }
}
/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
/* ページトップへ戻る */
#page_top {
  position: relative;
  width: 90%;
  max-width: 900px;
  height: 0;
  margin: 0 auto;
  display: none;
}

#page_top a {
  position: fixed;
  bottom: 0px;
  left: auto;
  display: block;
  width: 66px;
  height: 66px;
  margin-left: 960px;
}

footer {
  font-size: 1.2rem;
  line-height: 1;
  border-top: 1px solid #e5e6f4;
  margin-top: 60px;
  clear: both;
}
footer > p {
  background: #0054a7;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
footer div.inner {
  display: table;
  width: 960px;
  padding: 20px 0;
}
footer div.inner div.f_left {
  display: table-cell;
  vertical-align: middle;
}
footer div.inner div.f_left + p {
  display: table-cell;
  vertical-align: middle;
  width: 171px;
}
footer ul {
  overflow: hidden;
  margin-bottom: 20px;
}
footer li {
  float: left;
  width: auto;
  background: url("../common/images/arrow_right_square.png") left center no-repeat;
  background-size: 12px auto;
  padding-left: 15px;
  margin-right: 15px;
}
footer li:last-child {
  margin-right: 0;
}
footer li a {
  line-height: 1.0;
  vertical-align: middle;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  /*#page_top{
  	display : none;
  	p{
  		display : none;
  	}
  }*/
  #page_top {
    display: none;
  }

  #sp_page_top {
    margin-top: 30px;
    display: block;
    position: static;
    width: 100%;
    height: 40px;
    background: #0054a7;
    text-align: center;
    padding-top: 12px;
  }
  #sp_page_top p {
    position: static;
  }
  #sp_page_top p a {
    display: block;
  }
  #sp_page_top p a img {
    margin: 0 auto;
    width: 25px;
  }

  footer {
    /*margin-top: 30px;*/
    margin-top: 0;
  }
  footer > p {
    line-height: 30px;
    font-size: 0.8rem;
    letter-spacing: -0.08rem;
  }
  footer div.inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  footer div.inner div.f_left p {
    margin-bottom: 15px;
  }
  footer div.inner div.f_left + p {
    width: 120px;
    vertical-align: bottom;
    padding-bottom: 15px;
  }
  footer div.inner div.f_left + p img {
    width: 100%;
    height: auto;
  }
  footer ul {
    margin-bottom: 0;
  }
  footer li {
    float: none;
    margin: 15px 0;
  }
}
/*------------------------------------------------------------
下層のヘッダー
------------------------------------------------------------*/
header + section > h1 {
  text-align: center;
  padding: 40px 0 30px;
  border-top: 1px solid #dedede;
}

@media screen and (max-width: 736px) {
  header + section > h1 {
    padding: 15px 0 10px;
  }
}
/*------------------------------------------------------------
パンくず
------------------------------------------------------------*/
#pankuzu {
  background: #f4f4f4;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 0;
  margin-bottom: 60px;
}
#pankuzu ul {
  overflow: hidden;
  vertical-align: middle;
  line-height: 1;
}
#pankuzu li {
  float: left;
  width: auto;
  color: #888;
  margin: 5px 0;
  line-height: 1.0;
  vertical-align: top;
}
#pankuzu li:not(:first-child) {
  background: url("../common/images/arrow_right_blue_s.png") 10px 3px no-repeat;
  background-size: 4px auto;
  padding-left: 25px;
}
#pankuzu li a {
  color: #0054a7;
  text-decoration: none;
}
#pankuzu li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  #pankuzu {
    margin-bottom: 15px;
  }
}
/*------------------------------------------------------------
サイドメニュー
------------------------------------------------------------*/
aside.side_nav {
  float: right;
  width: 250px;
}
aside.side_nav h3 {
  background: #0054a7;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
}
aside.side_nav ul {
  margin-bottom: 20px;
}
aside.side_nav li {
  background: #f4f4f4 url("../common/images/arrow_right_square.png") 10px center no-repeat;
  background-size: 12px auto;
  padding: 15px 10px 15px 30px;
  border-bottom: 1px dotted #999;
}
aside.side_nav li:last-child {
  border-bottom: none;
}
aside.side_nav li a {
  color: #333;
  text-decoration: none;
}
aside.side_nav li a:hover {
  color: #0054a7;
}

@media screen and (max-width: 736px) {
  aside.side_nav {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  aside.side_nav ul {
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------
下層 左コンテンツ
------------------------------------------------------------*/
div.left_contents {
  width: 660px;
  float: left;
  /*padding-top : 20px;*/
}

@media screen and (max-width: 736px) {
  div.left_contents {
    width: 100%;
    float: none;
    padding-top: 0;
  }
}
/*------------------------------------------------------------
下層 ページ内リンク
------------------------------------------------------------*/
div.page_link {
  margin-bottom: 30px;
}
div.page_link ul {
  overflow: hidden;
}
div.page_link ul li {
  float: left;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
div.page_link ul li:nth-child(2) a {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
div.page_link ul li a {
  line-height: 1;
  display: block;
  background: #0054a7 url("../common/images/arrow_bottom_white_m.png") right 20px center no-repeat;
  background-size: 16px auto;
  padding: 25px 0;
}
div.page_link ul li a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 736px) {
  div.page_link ul li a {
    background: #0054a7 url("../common/images/arrow_bottom_white_m.png") right 10px center no-repeat;
    background-size: 16px auto;
    padding-right: 10px;
  }
}

/*# sourceMappingURL=base.css.map */
