@charset "utf-8";
/* CSS Document */
ol, ul {
  list-style: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  position: relative;
}
a:link, a:active, a:visited {
  color: #ff9c00;
  text-decoration: underline;
}
a:hover {
  color: #ff9c00;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  line-height: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
ol {
  margin-left: 28px;
  padding: 0;
}
.clearfix:after { /*clearfix設定*/
  content: "";
  display: block;
  clear: both;
}
.txt01 {
  margin-bottom: 30px;
}
.txt02 {
  margin-bottom: 20px;
}
.txt03 {
  margin-bottom: 1em;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.indent01 {
  text-indent: 1em;
}
.indent02 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent03 {
  margin-left: 3em;
  text-indent: -1em;
}
.indent04 {
  margin-left: 1em;
  text-indent: -1em;
}
.bold {
  font-weight: bold;
}
.small {
  font-size: 15px;
}
.header_bg {
  background-color: #0055a8;
}
.head_box {
  width: 1010px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home-btn {
  cursor: pointer;
  align-items: center;
  display: flex;
  line-height: 180%;
}
.home-btn a {
  width: 70px;
  text-decoration: none;
  color: #0034b8;
  font-weight: 600;
  background-color: #fff;
    border: 1px solid #0034b8;
  border-radius: 100vh;
  padding: 10px 20px 10px 30px;
  display: block;
  line-height: 100%;
 position: relative;
}
.home-btn a:before {
    position: absolute;
    top: 42%;
    right: 19px;
    transform: rotate(45deg);
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-top: solid 2px #0034b8;
    border-right: solid 2px #0034b8;
    content: "";
  }
.home-btn a:hover {
    transition: 0.3s;
  background-color: #5682f4;
    color: #fff;
}
.kome {
  padding-left: 1rem;
}
.kome:before {
  content: "※";
  margin-left: -1rem;
}
footer {
  background-color: #0055a8;
  font-size: 14px;
  line-height: 180%;
}
footer a:link, footer a:active, footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #cedec3;
}
.info_h2 {
    border: 1px solid #ccddee;
    width: 100px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}
  #copyright {
      width: 100%;
      padding: 15px 0;
      text-align: center;
      color: #ccddee;
      background-color: #3377b9;
      font-size: 14px;
  }
@media print, screen and (min-width: 1010px) { /*ウィンドウ幅が1000px以上の場合に適用*/
  .smp-none {
    display: none;
  }
  .br_none {
    display: none;
  }
  #container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 210px, rgba(235, 239, 249, 1) 210px, rgba(235, 239, 249, 1) 50px, rgba(255, 255, 255, 1) 450px);
    background-repeat: repeat-x;
  }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    width: 430px;
    height: 50px;
      margin: 15px 0;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header h1 {
    height: 80px;
    background-image: url("../images/header.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 15px;
  }
  footer {
    height: auto;
    margin-top: 85px;
  }
  .footer_info {
    width: 1010px;
    margin: 0 auto;
    padding: 30px 0;
    color: #fff;
      position: relative;
  }
}
@media screen and (max-width:1009px) {
  /* 999px以下に適用されるCSS（スマホ用） */
  .pc-none {
    display: none;
  }
 .smp-none {
    display: none;
  }
  .br_none {
    display: none;
  }
  .head_box {
    width: 100%;
  }
  header h1 {
    width: 54%;
    height: 70px;
    background-image: url("../images/header.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 10px;
    margin-left: 6px;
  }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    width: 100%;
    height: 60px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  footer {
    height: auto;
    margin-top: 50px;
  }
  .footer_info {
    display: block;
    padding: 30px;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (max-width:599px) {
  /* 599px以下に適用されるCSS（スマホ用） */
  .br_none {
    display: block;
  }
  .smp-none {
    display: block;
  }
  header h1 {
    width: 80%;
    height: 70px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0;
    margin-left: 6px;
  }
  .footer_info {
    padding: 30px 20px;
      line-height: 150%;
  }
}