@charset "utf-8";
/* CSS Document */
body {
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-family: "Noto Sans","Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 0px;
  margin: 0px;
  position: relative;
}
a {
  color: #1d5473;
  text-decoration: underline;
    word-break: break-all;
}
a:hover {
  color: #1d5473;
  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;
}
.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;
}
.head_box {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.head_right {
  /*align-items: center;*/
  display: flex;
}
.kome {
  padding-left: 1rem;
}
.kome:before {
  content: "※";
  margin-left: -1rem;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.red {
    color: #E1484A;
}
.external {
    display: flex;
    align-items:flex-start;
}
.external li {
    margin-right: 15px;
    background-image: url("../images/link_icon.png");
	background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;
    padding-right: 20px;
    font-size: 14px;
}
.external li a {
    color: #000;
    text-decoration: none;
}
.external li a:hover {
    text-decoration: underline;
}
  header h1:hover {
    opacity: 0.7;
  }
.language {
  align-items: center;
  display: flex;
}
.language a{
    width: 80px;
    background: rgba(29, 84, 115, 0.6);
    border-radius: 100vh;
    padding: 12px 20px;
  display: block;
  line-height: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.language a:hover{
    background: rgba(29, 84, 115, 0.8);
}
footer {
  font-size: 15px;
  line-height: 180%;
}
footer a:link, footer a:active, footer a:visited {
  color: #000;
  text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
.footer_flex {
    display: flex;
}
.fotter_l {
    margin-right: 60px;
}
.footer_info h3 {
    width: 1000px;
    font-weight: bold;
    color: #001e53;
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer_info h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 94%;
    height: 1px;
    background: rgba(29, 84, 115, 0.6);
  }
.footer_info h3:after {
  right: 0;
}
.foonter_f16 {
    font-size: 16px;
    font-weight: 500;
}
#copyright {
  background-color: #001e53;
  font-size: 12px;
  color: #fff;
}

.domain::before {
   content: '@';
}

@media print, screen and (min-width: 1000px) { /*ウィンドウ幅が1000px以上の場合に適用*/
  .smp-none {
    display: none;
  }
  .br_none {
    display: none;
  }
.head_box {
  margin: 0 auto;
  padding: 30px 0 20px 0;
}
    .head_left {
        display: flex;
    }
    .logo img {
        width: 60px;
    }
    .logo {
        margin-right: 10px;
    }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    width: 600px;
    height: 64px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header h1 {
    height: 64px;
    background-image: url("../images/header_pc.png");
    background-size: 100%;
    background-repeat: no-repeat;
  }
    .head_right {
        /*align-items: center;*/
       margin:  10px 0;
    }
    .main_fix {
        display: flex;
        width: 1000px;
        margin: 0 auto;
        flex-wrap: nowrap;
    }
  footer {
    height: auto;
    background-color: #f6f8f9;
  }
  .footer_info {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    color: #000;
  }
  #copyright {
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    font-weight: normal;
  }
}
@media screen and (max-width:999px) {
  /* 999px以下に適用されるCSS（スマホ用） */
  .pc-none {
    display: none;
  }
  .br_none {
    display: none;
  }
.language {
  align-items: center;
  display: flex;
}
.language a{
    width: 300px;
    background:#6c90a4;
    margin: 50px auto 30px auto;
    border-radius: 100vh;
    padding: 20px;
  display: block;
  line-height: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.head_box {
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px solid #88abcb;
  }
    .head_left {
        display: flex;
    }
    .logo img {
        width: 50px;
    }
    .logo {
        margin-right: 10px;
    }
.head_right {
  align-items: center;
  display: flex;
}
    .external {
        display: none;
    }
  header h1 {
    width: 500px;
    height: 60px;
    background-image: url("../images/header_pc.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: 100%;
    height: 60px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  footer {
    height: auto;
    background-color: #f6f8f9;
  }
  .footer_info {
    display: block;
      padding: 30px;
  }
.footer_info h3 {
    width: 100%;
}
.footer_info h3:after {
    content: '';
    width: calc(100% - 70px);
  }
.footer_info h3:after {
  right: 0;
}
  #copyright {
    text-align: center;
    padding: 10px 0;
    font-weight: normal;
  }
}
@media screen and (max-width:660px) {
  header h1 {
    width: 450px;
  }
}
@media screen and (max-width:599px) {
  /* 599px以下に適用されるCSS（スマホ用） */
  .br_none {
    display: block;
  }
.language a{
    width: 70%;
}
.right_pc {
  text-align: left;
}
    .logo img {
        width: 40px;
    }
    .logo {
        display: flex;
        align-items: center;
    }
.head_box {
    padding: 10px 0;
  }
  header h1 {
    width: 80%;
    height: 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
.footer_flex {
    display: block;
}
.fotter_l {
    margin-right: 0px;
    margin-bottom: 20px;
}
  #copyright {
    width: 100%;
  }
}
@media screen and (max-width:420px) {
      header h1 {
    width: 70%;
  }
}