@charset "utf-8";
/* CSS Document */
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Noto Sans","Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 0px;
  margin: 0px;
  position: relative;
}
a {
  color: #6684aa;
  text-decoration: underline;
    word-break: break-all;
}
a:hover {
  color: #6684aa;
  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;
}
.txt04 {
  margin-bottom: 40px;
}
.txt05 {
  margin-bottom: 50px;
}
.right {
  text-align: right;
}
.right_pc {
  text-align: right;
}
.center {
  text-align: center;
}
.indent01 {
  text-indent: 1em;
}
.indent02 {
  padding-left: 1em;
  text-indent: -1em;
    display: block;
}
.indent03 {
  margin-left: 3em;
  text-indent: -1em;
}
.indent04 {
  margin-left: 1em;
}
.indent05 {
  margin-left: 2em;
}
.bold {
  font-weight: bold;
}
.small {
  font-size: 15px;
}
.large {
    font-size: 18px;
}
.sub {
    vertical-align: sub;
    font-size: 12px;
}
.sup {
    vertical-align: super;
    font-size: 12px;
}
.header_bg {
  background-color: #001d42;
}
.head_box {
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.info_list {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
    height: 50px;
    margin-right: 15px;
}
.info_list p a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.info_list p a:hover {
    color: #ccb3fa;
}
.info_list p.icon_toplist a{
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 30px 0 0;
    font-size: 14px;
}
.info_list p.icon_toplist a:after {
    content: "";
    position: absolute;
    top: 25%;
    left: 0px;
    box-sizing: border-box;
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
.kome {
  padding-left: 1rem;
}
.kome:before {
  content: "※";
  margin-left: -1rem;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.red {
    color: #E1484A;
}
.u_border {
    border-bottom: 1px solid #6684aa;
}
header h1 {
    margin-bottom: 15px;
}
  header h1:hover {
    opacity: 0.7;
  }
footer {
  font-size: 15px;
  line-height: 180%;
    color: #fff;
    background-color: #1f1f1f;
}
footer a:link, footer a:active, footer a:visited {
  color: #fff;
  text-decoration: none;
}
.footer_info {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}
.footer_info h3 {
    font-size: 15px;
    border: 1px solid #fff;
    width: 100px;
    text-align: center;
    margin-bottom: 10px;
}
#copyright {
    width: 1000px;
    margin: 0px auto;
    border-top: 1px solid #646464;
    color: #646464;
    text-align: center;
}



@media print, screen and (min-width: 1100px) { /*ウィンドウ幅が1000px以上の場合に適用*/
  .smp-none {
    display: none;
  }
  .br_none {
    display: none;
  }

  header h1 a:link, header h1 a:active, header h1 a:visited {
    width: 270px;
    height: 70px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header h1 {
    height: 70px;
    background-image: url("../images/header.png");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #copyright {
    padding: 10px;
    font-weight: normal;
      font-size: 12px;
  }
}
@media screen and (max-width:1099px) {
  /* 999px以下に適用されるCSS（スマホ用） */
  .pc-none {
    display: none;
  }
  .br_none {
    display: none;
  }
    .info_list {
        display: none;
    }
.head_box {
    width: 100%;
  }
  header h1 {
    width: 93%;
    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;
    margin-left: 6px;
  }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    width: 270px;
    height: 70px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
.footer_info {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
}
  #copyright {
    width: calc(100% - 40px);
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    box-sizing: border-box;
    font-weight: normal;
  }
}
@media screen and (max-width:599px) {
  /* 599px以下に適用されるCSS（スマホ用） */
  .br_none {
    display: block;
  }
.right_pc {
  text-align: left;
}
  header h1 {
    width: 85%;
    height: 70px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    height: 70px;
  }
}