@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
#header{
  background-color: #FFF !important;
}
#keyview{
  position: relative;
  background: url(../images/img_keyview_sub.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 384px;
}
#keyview h2{
  position: absolute;
  top:50%;
  left:30px;
  margin: 24px 0 0;
  padding:0 30px;
  background-color: #0071bc;
  height: 56px;
  color: #FFF;
  font-size:34px;
  line-height: 56px;
  font-weight: 700;
}
#error{
  margin:100px auto 0;
  width: 1200px;
}
#error h3{
  position: relative;
  margin:0;
  padding:0 0 0 60px;
  color:#004b75;
  font-size:32px;
  line-height:1.2em;
  font-weight: 700;
}
#error p{
  margin:60px 0 0;
  font-size:18px;
}
#error h3::before{
  content: "";
  position: absolute;
  top:50%;
  left:0;
  background-color: #004b75;
  width: 40px;
  height: 2px;
  transform:translateY(-50%);
}
#error_area{
  margin:60px auto 0;
  padding:0 0 120px;
  background-color: #eaf4f7;
  width: 100%;
  overflow: auto;
}
#e_area{
  margin:100px auto 0;
  padding:60px 60px 120px;
  background-color: #FFF;
  width: 1080px;
}
#e_area h3{
  position: relative;
  margin:0;
  padding:0 0 0 60px;
  color:#004b75;
  font-size:32px;
  line-height:1.2em;
  font-weight: 700;
}
#e_area h3::before{
  content: "";
  position: absolute;
  top:50%;
  left:0;
  background-color: #004b75;
  width: 40px;
  height: 2px;
  transform:translateY(-50%);
}
#btn_box{
  margin: 100px auto 0;
  text-align: center;
}
.txt_error{
  margin:60px 0 0;
}
.txt_error p{
  padding:0 0 1em;
  font-size:18px;
}
.txt_error ul{
  margin: 1em 0 0;
}
.txt_error ul li{
  padding:0 0 0.5em;
}
.txt_error ul li::before{
  content: "・";
}
.btn_home{
  margin:20px auto 0;
  width: 512px;
  height: 100px;
}
.btn_home a{
  display: block;
  background-color: #0071bc;
  color:#FFF;
  font-size:24px;
  line-height: 100px;
  text-decoration: none;
  text-align: center;
}
.btn_home a:hover{
  background-color: #0f3155;
}
@media (max-width: 767px){
  #header{
    background-color: #FFF !important;
  }
  #keyview{
    position: relative;
    background: url(../images/img_keyview_sub.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 192px;
  }
  #keyview h2{
    position: absolute;
    top:50%;
    left:50%;
    margin: 5px 0 0;
    padding:0 30px;
    background-color: #0071bc;
    height: 56px;
    color: #FFF;
    font-size:28px;
    line-height: 56px;
    font-weight: 700;
    white-space: nowrap;
    transform:translateX(-50%);
  }
  #error{
    margin:50px 10px 0;
    width: calc(100% - 20px);
  }
  #error h3{
    position: relative;
    margin:0;
    padding:0 0 0 30px;
    color:#004b75;
    font-size:24px;
    line-height:1.2em;
    font-weight: 700;
  }
  #error h3::before{
    content: "";
    position: absolute;
    top:15px;
    left:0;
    background-color: #004b75;
    width: 20px;
    height: 2px;
  }
  #error p{
    margin:30px 0 0;
    font-size:16px;
  }
  #error_area{
    margin:30px auto 0;
    padding:0 0 60px;
    background-color: #eaf4f7;
    width: 100%;
    overflow: auto;
  }
  #e_area{
    margin:50px 10px 0;
    padding:30px 10px 60px;
    background-color: #FFF;
    width: calc(100% - 40px);
  }
  #e_area h3{
    position: relative;
    margin:0;
    padding:0 0 0 30px;
    color:#004b75;
    font-size:24px;
    line-height:1.2em;
    font-weight: 700;
  }
  #e_area h3::before{
    content: "";
    position: absolute;
    top:15px;
    left:0;
    background-color: #004b75;
    width: 20px;
    height: 2px;
  }
  #btn_box{
    margin: 50px auto 0;
    text-align: center;
  }
  .txt_error{
    margin:30px 0 0;
  }
  .txt_error p{
    padding:0 0 1em;
    font-size:18px;
  }
  .txt_error ul{
    margin: 1em 0 0;
  }
  .txt_error ul li{
    padding:0 0 0.5em 1em;
    text-indent: -1em;
  }
  .txt_error ul li::before{
    content: "・";
  }
  .btn_home{
    margin:10px auto 0;
    width: 100%;
    height: 60px;
  }
  .btn_home a{
    display: block;
    background-color: #0071bc;
    color:#FFF;
    font-size:18px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
  }
  .btn_home a:hover{
    background-color: #0f3155;
  }
}
@media (max-width: 767px) and (orientation:landscape){
  .check_box {
    margin: 30px 0 0;
  }
  .check_box label {
    font-size: 14px;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    padding-left: 45px;
    min-height: 32px;
  }
  .check_box label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .check_box label::after {
    top: calc(50% - 11px);
    left: 11px;
    transform: translateY(0) rotate(45deg);
  }
}
