@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600,700&display=swap");
/*////////////////////////////
FAUNDATION
////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  font: 1.4rem/1 "Noto Sans JP", sans-serif;
  color: #000000;
  background: #ffffff;
  font-weight: 400;
  font-feature-settings: "palt";
}

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

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

main {
  display: block;
}

/*////////////////////////////
.ttl
////////////////////////////*/
.ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 166px;
  margin-bottom: 9px;
  background: #011e64;
}

.ttl_icon {
  display: block;
  margin-bottom: 10px;
}

.ttl_main {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
}

.ttl_sub {
  color: #00bddc;
  font-size: 1.3rem;
  font-weight: 500;
}

@media (max-width: 599px) {
  .ttl {
    height: 81px;
    margin-bottom: 0;
  }
  .ttl_icon {
    width: auto;
    height: 22px;
    margin-bottom: 5px;
  }
  .ttl_main {
    margin-bottom: 5px;
    font-size: 1.9rem;
    letter-spacing: 0.05em;
  }
  .ttl_sub {
    font-size: 0.85rem;
  }
}

/*////////////////////////////
404 Not Found
.contents404
////////////////////////////*/
.contents404 {
  width: 1000px;
  margin: 50px auto;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
}

.contents404 h2 {
  width: 24.7%;
  margin: 50px auto 0 auto;
}

.contents404 h3 {
  margin: 30px auto 55px auto;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 1.55;
}

.contents404_radio {
  width: 27.4%;
  margin: 0px auto 10.3% auto;
  padding: 0 70px 0 0;
}

.contents404_radio2 {
  width: 27.4%;
  margin: 0px auto 10.3% auto;
  padding: 0 0 0 0;
}

.contents404 .searchBox {
  width: 72%;
  margin: 0 auto 50px auto;
  padding: 20px 35px 20px 35px;
  border-radius: 10px;
  background: #f2f2f2;
  box-sizing: border-box;
}

.contents404 .searchBox h4 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.contents404 .searchBox h5 {
  margin-bottom: 8px;
  color: #0c68ab;
  font-size: 14px;
  font-weight: bold;
}

.contents404 .searchBox li {
  display: inline-block;
  margin: 0 10px 3px 0;
  font-size: 13px;
  line-height: 1.6;
}

.contents404 .searchBox li a {
  color: #666;
  text-decoration: underline;
}

.contents404 .searchBox li a:hover {
  color: #000;
  text-decoration: none;
}

.contents404 .searchBox .searchForm {
  margin: 12px auto 20px auto;
}

.contents404 .searchBox .searchForm input[type="text"] {
  width: 490px;
  margin-right: 10px;
  padding: 13px 0 13px 10px;
  border: 1px solid #808080;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-size: 13px;
}

.contents404 .searchBox .searchForm input[type="submit"] {
  padding: 12px 25px 12px 25px;
  border: 0px;
  border-radius: 0px;
  background: #0c68ab;
  -webkit-appearance: none;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.contents404 .subNav {
  margin: 0 auto 50px auto;
  text-align: center;
}

.contents404 .subNav ul {
  display: flex;
  justify-content: center;
}

.contents404 .subNav li {
  margin: 0 10px 20px 10px;
  padding: 0 0 0 10px;
  background: url(../../img/arrow_b.png) left 10px no-repeat;
  background-size: 6px;
  list-style: none;
}

@media (min-width: 600px) and (max-width: 959px) {
  .contents404 {
    width: 86%;
    margin: 35px auto;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.6;
  }
  .contents404 h2 {
    width: 32.16146%;
    height: auto;
    margin: 6.51042% auto 0 auto;
  }
  .contents404 h3 {
    margin: 3.90625% auto 5.20833% auto;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.55;
  }
  .contents404_radio {
    width: 31.25%;
    margin: 0px auto 6.51042% auto;
    padding: 0 35px 0 0;
  }
  .contents404 .searchBox {
    width: 100%;
    padding: 20px;
  }
  .contents404 .searchBox h4 {
    font-size: 1.5rem;
  }
  .contents404 .searchBox .searchForm input[type="text"] {
    width: 73.84615%;
    font-size: 1.2rem;
  }
  .contents404 .searchBox .searchForm input[type="submit"] {
    padding: 12px 15px 12px 15px;
    font-size: 1.2rem;
  }
}

@media (max-width: 599px) {
  .contents404 {
    width: 86%;
    margin: 25px auto;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.6;
  }
  .contents404 h2 {
    width: 65.86667%;
    height: auto;
    margin: 13.33333% auto 0 auto;
  }
  .contents404 h3 {
    margin: 8% auto 10.66667% auto;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.55;
  }
  .contents404_radio {
    width: 64%;
    margin: 0px auto 13.33333% auto;
    padding: 0 35px 0 0;
  }
  .contents404 .searchBox {
    width: 100%;
    padding: 20px;
  }
  .contents404 .searchBox h4 {
    font-size: 1.5rem;
  }
  .contents404 .searchBox .searchForm input[type="text"] {
    width: 100%;
    font-size: 1.2rem;
  }
  .contents404 .searchBox .searchForm input[type="submit"] {
    display: block;
    margin: 10px auto 0;
    padding: 10px 25px 10px 25px;
    font-size: 1.2rem;
  }
}

/*////////////////////////////
UTILITY
////////////////////////////*/
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (min-width: 600px) and (max-width: 959px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media (max-width: 599px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
