@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* ios リセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}
/* ios リセット end */

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  height: 100vh;
  color: #0A1326;
  display: flex;
  flex-direction: column;

  animation-name: fade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.line {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #2E3D59;
  color: #FFF;
  z-index: 10;
}

.line .navg {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  font-size: 13px;
  padding: 10px 0;
  box-sizing: border-box;
  justify-content: space-between;
}

.line .navg img {
  display: block;
  height: 20px;
  transform: translateY(3px);
}

.line .navg .top-nav {
  display: block;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;

  transition: all;
  transition-duration: 0.3s;
}

.line .navg .top-nav:hover {
  color: yellow;
}

.line .navg .top-nav span {
  display: block;
  margin: 0 auto;
  transform: translateY(2px);
}

.line-mov {
  position: fixed;
  top: 0;
  width: 100%;
  height: 10px;
  background-color: #2E3D59;
  color: #FFF;
  z-index: 10;
  display: none;
}

.north {
  display: block;
  position: fixed;
  bottom: -100px;
  right: 30px;
  line-height: 0;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 1px 1px 9px #0A1326;
  z-index: 7;
  color: #0A1326;
  text-decoration: none;

  transition-property: all;
  transition-duration: 0.3s;
}

.up {
  bottom: 30px;
}

.north span {
  text-align: center;
  font-size: 30px;
  padding: 10px;
}

@media (max-width: 900px) {
  .line {
    display: none;
  }

  .line-mov {
    display: block;
  }
}

@media (max-width: 600px) {
  .north span {
    font-size: 25px;
  }
}

header .top-hed {
  background-image: url(../img/back.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode: lighten;
  padding-top: 110px;
  padding-bottom: 60px;
  box-sizing: border-box;
}

header .top-hed3 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 0.5s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes ani1 {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

header .top-hed3 .img-1 {
  display: block;
  width: 88%;
  margin: 0 auto;
}

header .top-hed3 .img-2 {
  display: none;
  width: 90%;
  margin: 0 auto;
}

header .top-hed3 .logo-color {
  display: none;
  opacity: 0.8;
  width: 8%;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

header .top-hed3 .logo-color img {
  width: 100%;
}

header .top-hed4 {
  position: relative;
  max-width: 1000px;
  width: 95%;
  margin: 60px auto 0;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 0.8s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

header .top-hed4 h1 {
  font-size: 35px;
  font-weight: 700;
  box-sizing: border-box;
}

header .top-hed4 h1 .material-icons {
  font-size: 35px;
  transform: translateY(3px);
  padding: 0;
  margin: 0;
}

header .top-hed4 h1 span {
  padding: 0 2px;
  margin-left: 6px;
  box-sizing: border-box;
  line-height: normal;
}

header .top-hed4 h1::after {
  content: "取扱業務";
  font-size: 20px;
}

header .top-hed4 .eigyo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-10px);
}

header .top-hed4 .eigyo p {
  font-size: 35px;
  font-weight: 700;
  line-height: 1em;
}

header .top-hed4 .eigyo p span {
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}

header .top-hed4 .hosoku {
  position: absolute;
  bottom: 0;
  right: 0;
}

header .top-hed4 .hosoku p {
  font-size: 14px;
  line-height: 1em;
}

header .top-hed5 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 1.1s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

header .top-hed5 a {
  display: block;
  width: 23%;
  line-height: 0;
}

header .top-hed5 a img {
  width: 100%;
  border: 3px solid #2E3D59;
  border-radius: 6px;
  box-sizing: border-box;

  transition-property: all;
  transition-duration: 0.5s;
}

header .top-hed5 a img:hover {
  box-shadow: 1px 1px 9px #201F1F;
}

header .top-hed5-mov {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
  box-sizing: border-box;
  display: none;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 1.1s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

header .top-hed5-mov a {
  display: block;
  width: 90%;
  line-height: 0;
  margin: 10px auto;
}

header .top-hed5-mov a img {
  width: 100%;
  border: 3px solid #2E3D59;
  border-radius: 6px;
  box-sizing: border-box;

  transition-property: all;
  transition-duration: 0.5s;
}

header .top-hed5-mov a img:hover {
  box-shadow: 1px 1px 9px #201F1F;
}

header .top-hed6 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
  box-sizing: border-box;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 1.4s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

header .top-hed6 a {
  display: block;
  width: 100%;
  padding: 6px;
  text-align: center;
  border: 3px solid #2E3D59;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #2E3D59;
  line-height: 1.7em;

  transition-property: all;
  transition-duration: 0.5s;
}

header .top-hed6 a .material-icons {
  font-size: 25px;
  transform: translateY(5px);
}

header .top-hed6 a:hover {
  box-shadow: 1px 1px 9px #201F1F;
}

header .top-hed7 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
  box-sizing: border-box;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 1.7s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

header .top-hed7 p {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

header .top-hed7 p strong {
  color: #ff0000;
  line-height: normal;
}

header .top-hed7 .p-mov {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: none;
}

header .top-hed7 .p-mov strong {
  color: #ff0000;
  line-height: normal;
}

header .sub-top {
  width: 100%;
  height: 120px;
  padding-top: 60px;
  box-sizing: border-box;
  box-shadow: 1px 1px 6px #0A1326;
  line-height: 0;
}

header .sub-top .box1 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}

header .sub-top .box1 a {
  border-style: none;
  line-height: normal;
  transition-property: all;
  transition-duration: 0.3s;
}

header .sub-top .box1 a:hover {
  opacity: 0.7;
}

header .sub-top .box1 a img {
  width: 380px;
  line-height: 0;
}

nav {
  line-height: 0;
  position: fixed;
  top: 50px;
  right: 20px;
  z-index: 9;
}

nav p {
  line-height: 1em;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}

nav .menu {
  color: #2E3D59;
  cursor: pointer;
  text-align: center;
}

nav .menu span {
  font-size: 45px;
}

.nav-menu1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  background-color: #FFF;
  overflow: auto;
  opacity: 0;
  pointer-events: none;

  transition-property: all;
  transition-duration: 0.3s;
}

.nav-menu1 .menu-c {
  position: fixed;
  top: 50px;
  right: 20px;
  line-height: 0;
  cursor: pointer;
}

.nav-menu1 .menu-c span {
  font-size: 45px;
}

.nav-menu1 .menu-c p {
  font-size: 15px;
  line-height: 1em;
  text-align: center;
}

.view {
  opacity: 0.95;
  pointer-events: all;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

.nav-menu1 .navbox1 {
  max-width: 1000px;
  width: 95%;
  margin: 90px auto 60px;
}

.nav-menu1 .navbox1 .navbox2 {
  width: 80%;
  margin: 0 auto;
  border-bottom: 3px solid #2E3D59;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding-top: 35px;
  padding-bottom: 3px;
  box-sizing: border-box;
  line-height: 1.7em;
}

.nav-menu1 .navbox1 ul {
  width: 80%;
  margin: 0 auto;
}

.nav-menu1 .navbox1 ul li {
  text-align: center;
  padding: 15px 0 0 0;
  box-sizing: border-box;
}

.nav-menu1 .navbox1 ul li a {
  text-decoration: none;
  color: #0A1326;
  font-size: 17px;
  line-height: 1.7em;

  transition-property: all;
  transition-duration: 0.3s;
}

.nav-menu1 .navbox1 ul li a:hover {
  border-bottom: 2px solid #0A1326;
}

@media (max-width: 900px) {
  header .sub-top {
    height: 100px;
    padding-top: 35px;
  }

  header .sub-top .box1 a img {
    width: 370px;
  }

  header .top-hed3 .img-1 {
    display: none;
  }
  
  header .top-hed3 .img-2 {
    display: block;
  }

  header .top-hed3 .logo-color {
    display: block;
  }

  nav {
    top: 25px;
    right: 20px;
  }

  .nav-menu1 .menu-c {
    top: 25px;
    right: 20px;
  }
}

@media (max-width: 700px) {
  header .top-hed3 .logo-color {
    top: -60px;
  }

  header .top-hed {
    padding-top: 100px;
  }

  header .top-hed3 .img-2 {
    width: 80%;
  }

  header .top-hed4 {
    width: 90%;
  }

  header .top-hed4 h1 {
    font-size: 25px;
  }
  
  header .top-hed4 h1 .material-icons {
    font-size: 25px;
    transform: translateY(3px);
  }
  
  header .top-hed4 h1::after {
    font-size: 14px;
  }

  header .top-hed4 .eigyo p {
    font-size: 25px;
  }
  
  header .top-hed4 .eigyo p span {
    font-size: 14px;
  }

  header .top-hed4 .hosoku p {
    font-size: 13px;
  }

  header .top-hed5 {
    display: none;
  }

  header .top-hed5-mov {
    display: block;
  }

  header .top-hed6 a {
    font-size: 15px;
    width: 90%;
  }

  header .top-hed6 a .material-icons {
    font-size: 20px;
  }

  header .top-hed7 p {
    font-size: 14px;
  }

  nav .menu span {
    font-size: 35px;
  }

  nav p {
    font-size: 14px;
  }

  .nav-menu1 .navbox1 {
    max-width: 1000px;
    width: 95%;
    margin: 60px auto 60px;
  }

  .nav-menu1 .menu-c span {
    font-size: 35px;
  }
  
  .nav-menu1 .menu-c p {
    font-size: 14px;
  }

  .nav-menu1 .navbox1 .navbox2 {
    font-size: 17px;
    width: 85%;
    line-height: 1.7em;
  }

  .nav-menu1 .navbox1 ul li a {
    font-size: 15px;
    line-height: 1.7em;
  }
}

@media (max-width: 600px) {
  header .sub-top {
    height: 90px;
    padding-top: 35px;
  }

  header .sub-top .box1 a img {
    width: 310px;
  }
}

@media (max-width: 480px) {
  header .top-hed3 .logo-color {
    top: -45px;
  }

  header .top-hed {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  nav {
    top: 20px;
    right: 15px;
  }

  nav .menu span {
    font-size: 30px;
  }

  nav p {
    font-size: 13px;
  }

  .nav-menu1 .menu-c {
    top: 20px;
    right: 15px;
  }

  .nav-menu1 .menu-c span {
    font-size: 30px;
  }
  
  .nav-menu1 .menu-c p {
    font-size: 13px;
  }

  header .top-hed4 h1 {
    font-size: 20px;
  }
  
  header .top-hed4 h1 .material-icons {
    font-size: 20px;
    transform: translateY(3px);
  }

  header .top-hed4 h1::after {
    display: none;
  }

  header .top-hed4 h1 span:nth-child(2) {
    display: none;
  }

  header .top-hed4 .eigyo {
    transform: translateY(-15px);
  }

  header .top-hed4 .eigyo p {
    font-size: 20px;
  }
  
  header .top-hed4 .eigyo p span {
    font-size: 12px;
  }

  header .top-hed4 .hosoku p {
    font-size: 12px;
  }

  header .top-hed7 p {
    display: none;
  }

  header .top-hed7 .p-mov {
    display: block;
  }

  header .top-hed6 a {
    font-size: 14px;
  }

  header .top-hed6 a .material-icons {
    font-size: 19px;
  }

  header .sub-top {
    height: 77px;
    padding-top: 30px;
  }

  header .sub-top .box1 a img {
    width: 260px;
  }
}

@media (max-width: 420px) {
  header .sub-top {
    height: 77px;
    padding-top: 32px;
  }

  header .sub-top .box1 a img {
    width: 60%;
  }
}

main {
  flex: 1;
}

.container-w {
  padding: 60px 0 65px;
}

.lxc1 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  border-bottom: 2px solid #0A1326;
  position: relative;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.lxc1 h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7em;
}

.lxc1 h1 span {
  font-size: 35px;
  transform: translateY(4px);
}

.lxc1 a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #0A1326;
  font-size: 14px;
  transition-property: all;
  transition-duration: 0.3s;
}

.lxc1 a:hover {
  color: tomato;
  text-decoration: none;
}

.lxc2 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.lxc2 .box1 {
  width: 95%;
  margin: 0 auto;
  display: flex;
  line-height: 1.7em;
  padding: 5px 0;
}

.lxc2 .box1 p {
  width: 100px;
}

.lxc2 .box1 .kiji {
  flex: 1;
}

.lxc2 .box1 .kiji a {
  color: #0A1326;
  transition-property: all;
  transition-duration: 0.3s;
}

.lxc2 .box1 .kiji a:hover {
  color: tomato;
  text-decoration: none;
}

.lxc2 .box1 .kiji span {
  color: red;
  margin-left: 5px;
  font-weight: 500;
}

.container-b {
  padding: 60px 0 65px;
  background-color: #E4EAF2;
}

.lxc3 {
  max-width: 1000px;
  width: 95%;
  margin: 35px auto 0;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.lxc3 .lxc3-1 {
  width: 95%;
  margin: 0 auto;
  display: flex;
}

.lxc3 .lxc3-1 .box1 {
  width: 300px;
  line-height: 0;
}

.lxc3 .lxc3-1 .box1 img {
  width: 100%;
  border: 6px solid #FFF;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px #0A1326;
}

.lxc3 .lxc3-1 .box2 {
  flex: 1;
  padding-left: 25px;
}

.lxc3 .lxc3-1 .box2 h2 {
  font-size: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  border-left: 9px solid #2E3D59;
  font-weight: 500;
}

.lxc3 .lxc3-1 .box2 p {
  margin-top: 10px;
}

.lxc3 .lxc3-1 .box2 p strong {
  color: red;
}

.lxc3 .lxc3-1 .box2 h3 {
  font-size: 20px;
  padding-left: 10px;
  margin-top: 15px;
  box-sizing: border-box;
  border-left: 9px solid #2E3D59;
  font-weight: 500;
}

.lxc4 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.lxc4 .box1 {
  width: 95%;
  line-height: 0;
  margin: 0 auto;
  border: 1px solid #0A1326;
  margin-bottom: 20px;
}

.lxc4 .box2 {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 0.5px solid #BFBFBF;
  display: flex;
}

.lxc4 .box2 h2 {
  width: 15%;
  font-weight: 700;
}

.lxc4 .box2 p {
  flex: 1;
}

.lxc5 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.lxc5 .box1 {
  width: 95%;
  margin: 0 auto;
  display: flex;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.lxc5 .box1 p {
  font-size: 16px;
  flex: 1;
  padding-right: 15px;
  box-sizing: border-box;
}

.lxc5 .box1 p strong {
  color: red;
}

.lxc5 .box1 p span {
  transform: translateY(6px);
}

.lxc5 .box1 .box2 {
  width: 300px;
  line-height: 0;
}

.lxc5 .box1 .box2 img {
  width: 100%;
}

.lxc5 .box3 {
  width: 95%;
  margin: 30px auto 0;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.lxc5 .box3 a {
  display: block;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  border: 3px solid #2E3D59;
  background-color: #FFF;
  border-radius: 6px;
  color: #0A1326;
  font-weight: 500;

  transition-property: all;
  transition-duration: 0.3s;
}

.lxc5 .box3 a:hover {
  box-shadow: 1px 1px 6px #0A1326;
}

.lxc5 .box3 a span {
  font-size: 25px;
  transform: translateY(5px);
}

.lxc6 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.lxc6 .box1 {
  width: 95%;
  margin: 0 auto;
  display: flex;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.lxc6 .box1 .box2 {
  width: 300px;
  line-height: 0;
}

.lxc6 .box1 .box2 img {
  width: 100%;
}

.lxc6 .box1 .box3 {
  flex: 1;
  padding-left: 15px;
}

.lxc6 .box1 .box3 ul {
  list-style-type: disc;
}

.lxc6 .box1 .box3 ul li {
  margin-left: 25px;
  padding: 5px 0;
}

.lxc7 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.lxc7 .box1 {
  width: 95%;
  padding: 15px;
  box-sizing: border-box;
  border: 3px solid #616F8C;
  border-radius: 6px;
  margin: 0 auto;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.lxc7 .box1 h2 {
  font-size: 17px;
  font-weight: 500;
  border-left: 9px solid #2E3D59;
  padding-left: 10px;
  box-sizing: border-box;
}

.lxc7 .box1 h2 strong {
  color: red;
}

.lxc7 .box1 p {
  margin-top: 10px;
  font-size: 16px;
}

.lxc8 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.lxc8 .box1 {
  width: 95%;
  line-height: 0;
  margin: 0 auto;
}

.lxc8 .box2 {
  width: 95%;
  margin: 25px auto 0;
}

.lxc8 .box2 h2 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7em;
}

.lxc8 .box2 p {
  font-size: 13px;
  line-height: 1.7em;
}

.lxc8 .box2 a {
  font-size: 13px;
  line-height: 1.7em;
  color: #0A1326;
  transition-property: all;
  transition-duration: 0.3s;
}

.lxc8 .box2 a:hover {
  color: tomato;
  text-decoration: none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.lxc9 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.lxc9 .box1 {
  width: 95%;
  margin: 0 auto;
  display: flex;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.lxc9 .box1 .box2 {
  flex: 1;
  padding-right: 10px;
  box-sizing: border-box;
}

.lxc9 .box1 .box2 ul {
  list-style-type: disc;
}

.lxc9 .box1 .box2 ul li {
  margin-left: 25px;
  padding: 5px 0;
}

.lxc9 .box1 .box3 {
  width: 300px;
  line-height: 0;
}

.lxc9 .box1 .box3 img {
  width: 100%;
}

.lxc10 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
  opacity: 0;

  animation-name: ani1;
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.lxc10 .box1 {
  width: 95%;
  margin: 0 auto;
}

.lxc10 .box1 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.container-sub {
  padding: 10px 0 60px;
}

.link-bar {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  font-size: 12px;
  border-bottom: 1px solid #BFBFBF;
}

.link-bar a {
  text-decoration: none;
  color: #0A1326;
  margin-right: 3px;
  transition-property: all;
  transition-duration: 0.3s;
}

.link-bar a:hover {
  color: tomato;
  text-decoration: underline;
}

.link-bar span {
  margin-right: 3px;
}

.s-lxc1 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.s-lxc1 h1 {
  font-size: 25px;
  border-bottom: 2px solid #0A1326;
  line-height: 1.7em;
  font-weight: 500;
}

.s-lxc1 span {
  font-size: 25px;
  transform: translateY(3px);
}

.s-lxc2 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.s-lxc2 .box1:nth-child(1) {
  width: 95%;
  margin: 0 auto;
  display: flex;
}

.s-lxc2 .box1 {
  width: 95%;
  margin: 10px auto 0;
  display: flex;
}

.s-lxc2 .box1 .box2 {
  width: 100px;
}

.s-lxc2 .box1 .box3 {
  flex: 1;
}

.s-lxc2 .box1 .box3 a {
  color: #0A1326;
  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc2 .box1 .box3 a:hover {
  color: tomato;
}

.s-lxc2 .box1 .box3 span {
  color: red;
  margin-left: 3px;
}

  .s-lxc2 .news_zero {
    padding: 0 15px;
    box-sizing: border-box;
  }

.s-lxc2 .paging {
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
}

.s-lxc2 .paging a {
  padding: 3px 6px;
  box-sizing: border-box;
  border: 0.5px solid #0A1326;
  font-size: 13px;
  text-decoration: none;
  color: #201F1F;
  margin-right: 5px;
  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc2 .paging a:hover {
  background-color: #2E3D59;
  color: #FFF;
}

.s-lxc2 .paging .here {
  background-color: #2E3D59;
  color: #FFF;
}

.s-lxc2 .paging span {
  margin-right: 5px;
}

.s-lxc2 .paging_index {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  padding: 3px;
  box-sizing: border-box;
  background-color: #F2F2F2;
}

.news-box1 {
  max-width: 1000px;
  width: 95%;
  margin: 20px auto 0;
}

.news-box1 h1 {
  width: 95%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
}

.news-box1 h2 {
  width: 95%;
  text-align: right;
  margin: 0 auto;
  font-size: 13px;
  margin-top: 10px;
}

.news-box2 {
  max-width: 1000px;
  width: 95%;
  margin: 20px auto 0;
}

.news-box2 p {
  width: 95%;
  margin: 0 auto;
}

.news-box2 p strong {
  color: red;
}

.news-box2 p a {
  color: #0A1326;
  transition-property: all;
  transition-duration: 0.3s;
}

.news-box2 p a:hover {
  color: tomato;
  text-decoration: none;
}

.modoru {
  display: block;
  max-width: 1000px;
  width: 70%;
  margin: 50px auto 0;
  border: 3px solid #2E3D59;
  background-color: #FFF;
  color: #0A1326;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  padding: 3px;
  box-sizing: border-box;

  transition-property: all;
  transition-duration: 0.3s;
}

.modoru:hover {
  box-shadow: 1px 1px 9px #0A1326;
}

.s-lxc3 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.s-lxc3 p {
  width: 95%;
  margin: 0 auto;
}

.s-lxc3 p a {
  color: #0A1326;
  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc3 p a:hover {
  color: tomato;
  text-decoration: none;
}

.s-lxc3 h2 {
  width: 95%;
  margin: 15px auto 5px;
  font-weight: 500;
}

.s-lxc3 ul {
  width: 95%;
  margin: 5px auto 0;
  list-style-type: disc;
}

.s-lxc3 ul li {
  margin-left: 25px;
}

.s-lxc4 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.s-lxc4 .box1:nth-child(1) {
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
  border-top: 0.5px solid #BFBFBF;
  border-bottom: 0.5px solid #BFBFBF;
  display: flex;
}

.s-lxc4 .box1 {
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
  border-bottom: 0.5px solid #BFBFBF;
  display: flex;
}

.s-lxc4 .box1 .box2 {
  width: 15%;
}

.s-lxc4 .box1 .box2 h2 {
  font-weight: 700;
}

.s-lxc4 .box1 .box3 {
  flex: 1;
}

.s-lxc4 .box1 .box3 p a {
  color: #0A1326;
  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc4 .box1 .box3 p a:hover {
  color: tomato;
}

.s-lxc1-1 {
  max-width: 1000px;
  width: 95%;
  margin: 40px auto 0;
}

.s-lxc1-1 h1 {
  font-size: 25px;
  border-bottom: 2px solid #0A1326;
  line-height: 1.7em;
  font-weight: 500;
}

.s-lxc1-1 span {
  font-size: 25px;
  transform: translateY(3px);
}

.s-lxc5 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.s-lxc5 .s-box1 {
  width: 95%;
  margin: 30px auto 0;
  display: flex;
}

.s-lxc5 .s-box1 .s-box2 {
  width: 300px;
  line-height: 0;
}

.s-lxc5 .s-box1 .s-box2 img {
  width: 100%;
}

.s-lxc5 .s-box1 .s-box3 {
  flex: 1;
  padding-left: 50px;
  box-sizing: border-box;
}

.s-lxc5 .s-box1 .s-box3 h2 {
  font-weight: 700;
  font-size: 20px;
}

.s-lxc5 .s-box1 .s-box3 h2 span {
  font-weight: 700;
  font-size: 14px;
  margin-right: 5px;
}

.s-lxc5 .s-box1 .s-box3 h3 {
  font-size: 14px;
}

.s-lxc5 .s-box1 .s-box3 h4 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  border-left: 9px solid #2E3D59;
  box-sizing: border-box;
  padding-left: 5px;
}

.s-lxc5 .s-box1 .s-box3 h5 {
  font-size: 14px;
  margin-top: 5px;
}

.s-lxc5 .s-box1 .s-box3 h5 a {
  color: #0A1326;
  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc5 .s-box1 .s-box3 h5 a:hover {
  color: tomato;
  text-decoration: none;
}

.s-lxc5 .s-box1 .s-box3 h5 ul {
  list-style-type: disc;
  margin-top: 5px;
}

.s-lxc5 .s-box1 .s-box3 h5 ul li {
  margin-left: 20px;
}

.s-lxc5 .s-box1 .s-box3 h5 ul li strong {
  color: red;
}

.s-lxc5 p {
  width: 95%;
  margin: 0 auto;
}

.s-lxc5 .box1 {
  width: 95%;
  margin: 0 auto 15px;
  line-height: 0;
}

.s-lxc5 .box2 {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 0.5px solid #BFBFBF;
  display: flex;
}

.s-lxc5 .box2 h2 {
  width: 15%;
  font-weight: 700;
}

.s-lxc5 .box2 p {
  flex: 1;
}

.s-lxc6 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
  display: flex;
}

.s-lxc6 .box1 {
  width: 85%;
  margin: 0 auto;
  display: flex;
}

.s-lxc6 .box1 .box2 {
  width: 265px;
  line-height: 0%;
  text-align: center;
}

.s-lxc6 .box1 .box2 img {
  width: 100%;
  border: 6px solid #FFF;
  box-shadow: 1px 1px 6px #0A1326;
  box-sizing: border-box;
}

.s-lxc6 .box1 .box3 {
  flex: 1;
  padding-left: 50px;
  box-sizing: border-box;
}

.s-lxc6 .box1 .box3 h2 {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7em;
}

.s-lxc6 .box1 .box3 h3 {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #616F8C;
  line-height: 1.7em;
}

.s-lxc6 .box1 .box3 h1 {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.7em;
}

.s-lxc6 .box1 .box3 h4 {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #616F8C;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}

.s-lxc6 .box1 .box3 p {
  width: 100%;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.7em;
}

.s-lxc7 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.s-lxc7 h1 {
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  border-bottom: 0.5px solid #BFBFBF;
  box-sizing: border-box;
  color: #616F8C;
  font-weight: 500;
  line-height: 1.7em;
}

.s-lxc7 p {
  width: 95%;
  margin: 15px auto;
  font-size: 14px;
  line-height: 1.7em;
}

.s-lxc8 {
  max-width: 1000px;
  width: 95%;
  margin: 20px auto 0;
}

.s-lxc8 .box1 {
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  border: 3px solid #2E3D59;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.7em;
}

.s-lxc8 .box1 h2 {
  font-weight: 500px;
  border-left: 9px solid #2E3D59;
  padding-left: 10px;
  box-sizing: border-box;
}

.s-lxc8 .box1 ul {
  list-style-type: disc;
}

.s-lxc8 .box1 ul li {
  margin-left: 18px;
}

.s-lxc8 .box1 ul li a {
  color: #0A1326;
  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc8 .box1 ul li a:hover {
  color: tomato;
  text-decoration: none;
}

.s-lxc9 {
  max-width: 1000px;
  width: 95%;
  margin: 20px auto 0;
}

.s-lxc9 .box1 {
  width: 95%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7em;
}

.s-lxc9 .box1 h2 {
  border-left: 9px solid #2E3D59;
  padding: 2px 10px;
  box-sizing: border-box;
  font-weight: 500;
  margin-top: 10px;
}

.s-lxc9 .box1 h2 span {
  font-size: 13px;
  color: red;
}

.s-lxc9 .box2 {
  width: 95%;
  margin: 0 auto;
  line-height: 0;
  padding: 5px 0;
  box-sizing: border-box;
}

.s-lxc9 .box2 select {
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  width: 170px;
  border: 0.5px solid #E4EAF2;
  background: #E4EAF2 url(../img/arrow_drop_down_black_24dp.svg) no-repeat right 7px center / 25px auto;
  border-radius: 6px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc9 .box2 select:focus {
  background-color: #FFF;
  box-shadow: 1px 1px 3px #201F1F;
  outline: none;
}

.s-lxc9 .box2 .f-text {
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 6px;
  line-height: 1.7em;
}

.s-lxc9 .box2 input {
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border: 0.5px solid #E4EAF2;
  background-color: #E4EAF2;
  border-radius: 6px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc9 .box2 input:focus {
  background-color: #FFF;
  box-shadow: 1px 1px 3px #201F1F;
  outline: none;
}

.s-lxc9 .box2 textarea {
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  height: 300px;
  border: 0.5px solid #E4EAF2;
  background-color: #E4EAF2;
  border-radius: 6px;
  line-height: 1.7em;
  font-family: 'Noto Sans JP', sans-serif;
  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc9 .box2 textarea:focus {
  background-color: #FFF;
  box-shadow: 1px 1px 3px #201F1F;
  outline: none;
}

.s-lxc10 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.s-lxc10 input[type=submit] {
  display: block;
  margin: 0 auto;
  width: 200px;
  padding: 9px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 6px;
  background-color: #2E3D59;
  color: #FFF;

  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc10 input[type=submit]:hover {
  box-shadow: 1px 1px 3px #201F1F;
  background-color: #616F8C;
}

.seigen {
  max-width: 1000px;
  width: 95%;
  margin: 15px auto 0;
}

.seigen p {
  width: 95%;
  margin: 0 auto;
  font-size: 12px;
  text-align: right;
}

.red {
  color: red;
}

.s-lxc11 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.s-lxc11 .box1 {
  width: 95%;
  margin: 0 auto;
  display: flex;
}

.s-lxc11 .box2 {
  width: 50%;
}

.s-lxc11 .box2 a {
  display: block;
  margin: 0 auto;
  width: 70%;
  padding: 9px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #2E3D59;
  text-align: center;
  color: #FFF;
  text-decoration: none;

  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc11 .box2 a:hover {
  box-shadow: 1px 1px 3px #201F1F;
  background-color: #616F8C;
}

.s-lxc11 .box3 {
  width: 50%;
  line-height: 0;
}

.s-lxc11 .box3 input[type=submit] {
  display: block;
  margin: 0 auto;
  width: 70%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  background-color: #2E3D59;
  color: #FFF;

  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc11 .box3 input[type=submit]:hover {
  box-shadow: 1px 1px 3px #201F1F;
  background-color: #616F8C;
}

.s-lxc12 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
}

.s-lxc12 .box1 {
  width: 95%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7em;
}

.s-lxc12 .box1 p {
  opacity: 0;

  animation-name: mail1;
  animation-delay: 2.2s;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}

@keyframes mail1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.s-lxc12 .box1 span {
  display: block;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;

  animation-name: mail;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes mail {
  0% {
    font-size: 10;
    opacity: 0;
  }
  95% {
    font-size: 300px;
    opacity: 1;
  }
  100% {
    font-size: 350px;
    opacity: 0;
  }
}

.s-lxc13 {
  max-width: 1000px;
  width: 95%;
  margin: 50px auto 0;
}

.s-lxc13 a {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 9px;
  background-color: #2E3D59;
  border-radius: 6px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  opacity: 0;

  animation-name: mail1;
  animation-delay: 2.2s;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  
  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc13 a:hover {
  box-shadow: 1px 1px 3px #201F1F;
  background-color: #616F8C;
}

.w-lxc1 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 0;
  font-weight: 700;
}

.w-lxc1 .box1 {
  width: 95%;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.7em;
}

.w-lxc1 .box1 h1 span {
  font-size: 30px;
  transform: translateY(4px);
}

.w-lxc2 {
  max-width: 1000px;
  width: 95%;
  margin: 10px auto 0;
}

.w-lxc2 .box1 {
  width: 95%;
  display: flex;
  margin: 0 auto;
  display: flex;
  border-top: 1px solid #616F8C;
  border-bottom: 1px solid #616F8C;
  box-sizing: border-box;
}

.w-lxc2 .box1 .hako1 {
  width: 50%;
  padding: 5px 0;
  box-sizing: border-box;
}

.w-lxc2 .box1 .hako1 p {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7em;
}

.w-lxc2 .box1 .hako2 {
  width: 50%;
  padding: 5px 0;
  box-sizing: border-box;
}

.w-lxc2 .box1 .hako2 p {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7em;
}

.w-lxc2 .box1 .hako2 p span {
  font-size: 10px;
}

.w-lxc2 .box2 {
  width: 95%;
  display: flex;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7em;
  display: flex;
  border-bottom: 0.5px solid #616F8C;
  box-sizing: border-box;
}

.w-lxc2 .box2:last-child {
  width: 95%;
  display: flex;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7em;
  display: flex;
  border-bottom: 1px solid #616F8C;
  box-sizing: border-box;
}

.w-lxc2 .box2 .hako3 {
  width: 50%;
  padding: 5px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}

.w-lxc2 .box2 .hako3 p {
  text-align: center;
}

.w-lxc2 .box2 .hako3 p a {
  color: #0A1326;
  transition-property: all;
  transition-duration: 0.3s;
}

.w-lxc2 .box2 .hako3 p a:hover {
  color: tomato;
  text-decoration: none;
}

.w-lxc2 .box2 .hako3 p span {
  font-size: 10px;
  margin-left: 3px;
}

.w-lxc2 .box2 .hako4 {
  width: 50%;
  padding: 5px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}

.w-lxc2 .box2 .hako4 p {
  text-align: center;
}

.w-lxc2 .box2 .hako4 p strong {
  color: red;
}

.bold {
  font-weight: 700;
}

.w-lxc3 {
  max-width: 1000px;
  width: 95%;
  margin: 10px auto 0;
}

.w-lxc3 .box1 {
  width: 95%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7em;
  display: flex;
}

.w-lxc3 .box1 h2 {
  font-weight: 500;
}

.w-lxc3 .box1 p {
  flex: 1;
  padding-left: 5px;
  box-sizing: border-box;
}

.w-lxc3 .box1 strong {
  color: red
}

.w-lxc4 {
  max-width: 1000px;
  width: 95%;
  margin: 50px auto 0;
}

.w-lxc4 a {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 7px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7em;
  background-color: #FFF;
  border: 3px solid #2E3D59;
  border-radius: 6px;
  text-decoration: none;
  color: #0A1326;

  transition-property: all;
  transition-duration: 0.3s;
}

.w-lxc4 a:hover {
  box-shadow: 1px 1px 9px #0A1326;
}

.container-sub-b {
  padding: 0 0 60px;
  background-color: #E4EAF2;
}

.container-sub-w {
  padding: 0 0 60px;
}

.w-lxc1-s {
  max-width: 1000px;
  width: 95%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0px auto;
  font-weight: 700;
}

.w-lxc1-s .box1 {
  width: 95%;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.7em;
}

.w-lxc1-s .box1 h1 span {
  font-size: 30px;
  transform: translateY(4px);
}

.w-lxc1-s .box1 h1 .num {
  font-size: 11px;
}

.w-lxc5 {
  max-width: 1000px;
  width: 95%;
  margin: 10px auto 0;
}

.w-lxc5 .box1 {
  width: 95%;
  margin: 0 auto;
  display: flex;
  font-size: 14px;
  line-height: 1.7em;
}

.w-lxc5 .box1-r {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  line-height: 1.7em;
}

.w-lxc5 .box1 .hako1 {
  flex: 1;
  padding-right: 20px;
  box-sizing: border-box;
}

.w-lxc5 .box1 .hako1 p strong {
  color: red;
}

.w-lxc5 .box1 .hako2 {
  width: 30%;
  line-height: 0;
}

.w-lxc5 .box1 .hako2 img {
  width: 100%;
}

.w-lxc5 .box1-r .hako3 {
  width: 30%;
  line-height: 0;
}

.w-lxc5 .box1-r .hako3 img {
  width: 100%;
}

.w-lxc5 .box1-r .hako4 {
  flex: 1;
  padding-left: 20px;
  box-sizing: border-box;
}

@media (max-width: 770px) {
  .s-lxc5 .s-box1 {
    display: block;
  }

  .s-lxc5 .s-box1 .s-box2 {
    width: 100%;
  }

  .s-lxc5 .s-box1 .s-box3 {
    padding-left: 0;
  }
}

@media (max-width: 750px) {
  .lxc5 .box1 {
    display: block;
  }

  .lxc5 .box1 p {
    padding-right: 0px;
  }

  .lxc5 .box1 .box2 {
    width: 90%;
    margin: 30px auto 0;
  }

  .lxc6 .box1 {
    display: block;
  }

  .lxc6 .box1 .box2 {
    width: 90%;
    margin: 0 auto;
  }

  .lxc6 .box1 .box3 {
    padding-left: 0px;
    margin-top: 20px;
  }

  .lxc7 {
    margin: 20px auto 0;
  }

  .lxc9 .box1 {
    display: block;
  }

  .lxc9 .box1 .box2 {
    padding-right: 0px;
  }

  .lxc9 .box1 .box3 {
    width: 90%;
    margin: 20px auto;
  }

}

@media (max-width: 700px) {
  .lxc1 h1 {
    font-size: 22px;
  }
  
  .lxc1 h1 span {
    font-size: 27px;
  }

  .lxc1 a {
    font-size: 12px;
  }

  .lxc2 .box1 {
    font-size: 14px;
  }

  .lxc2 .box1 p {
    width: 85px;
  }

  .lxc3 .lxc3-1 {
    flex-direction: column-reverse;
  }

  .lxc3 .lxc3-1 .box2 {
    padding-left: 0px;
  }

  .lxc3 .lxc3-1 .box2 h2 {
    font-size: 17px;
  }

  .lxc3 .lxc3-1 .box2 h3 {
    font-size: 17px;
  }
  
  .lxc3 .lxc3-1 .box2 p {
    font-size: 14px;
    line-height: 1.7em;
  }

  .lxc3 .lxc3-1 .box1 {
    width: 100%;
    margin-top: 20px;
  }

  .lxc5 .box1 p {
    font-size: 14px;
    line-height: 1.7em;
  }

  .lxc5 .box1 p span {
    font-size: 20px;
    transform: translateY(5px);
  }

  .lxc5 .box3 a {
    font-size: 15px;
  }

  .lxc5 .box3 a span {
    font-size: 20px;
  }

  .lxc6 .box1 .box3 {
    margin-top: 10px;
  }

  .lxc6 .box1 .box3 ul li {
    margin-left: 20px;
    padding: 0 0;
    font-size: 14px;
  }

  .lxc7 .box1 h2 {
    font-size: 15px;
    padding-left: 10px;
  }
  
  .lxc7 .box1 p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.7em;
  }

  .lxc9 {
    margin: 20px auto 0;
  }

  .lxc9 .box1 .box2 ul li {
    margin-left: 20px;
    padding: 0 0;
    font-size: 14px;
  }

  .lxc10 {
    margin: 20px auto 0;
  }
  
  .lxc10 .box1 p {
    font-size: 14px;
    line-height: 1.7em;
  }

  .s-lxc1 {
    margin: 20px auto 0;
  }

  .s-lxc1 h1 {
    font-size: 20px;
  }

  .s-lxc1 span {
    font-size: 21px;
  }

  .s-lxc1-1 {
    margin: 30px auto 0;
  }

  .s-lxc1-1 h1 {
    font-size: 20px;
  }

  .s-lxc1-1 span {
    font-size: 21px;
  }

  .s-lxc2 .box1 {
    font-size: 14px;
    line-height: 1.7em;
  }

  .s-lxc2 .box1 .box2 {
    width: 80px;
  }

  .news-box1 h1 {
    font-size: 16px;
  }

  .news-box2 p {
    font-size: 14px;
    line-height: 1.7em;
  }

  .modoru {
    font-size: 14px;
  }

  .s-lxc3 {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.7em;
  }

  .s-lxc4 {
    font-size: 14px;
  }

  .s-lxc5 {
    font-size: 14px;
    margin: 20px auto 0;
  }

  .lxc4 .box2 {
    font-size: 14px;
    display: block;
  }

  .lxc4 .box2 h2 {
    width: 100%;
  }

  .s-lxc5 .box2 {
    font-size: 14px;
  }

  .s-lxc6 .box1 .box2 {
    width: 220px;
  }

  .s-lxc9 .box1 {
    font-size: 14px;
  }

  .s-lxc12 .box1 {
    font-size: 14px;
    line-height: 1.7em;
  }

  .w-lxc1 .box1 {
    font-size: 20px;
    line-height: 1.7em;
  }
  
  .w-lxc1 .box1 h1 span {
    font-size: 20px;
    transform: translateY(3px);
  }

  .w-lxc1-s .box1 {
    font-size: 20px;
    line-height: 1.7em;
  }
  
  .w-lxc1-s .box1 h1 span {
    font-size: 20px;
    transform: translateY(3px);
  }

  .w-lxc5 .box1 {
    display: block;
  }

  .w-lxc5 .box1-r {
    flex-direction: column-reverse;
  }

  .w-lxc5 .box1 .hako1 {
    padding-right: 0;
  }

  .w-lxc5 .box1-r .hako4 {
    padding-left: 0;
  }

  .w-lxc5 .box1 .hako2 {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .w-lxc5 .box1-r .hako3 {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .w-lxc5 .box1 .hako2 img {
    width: 80%;
  }

  .w-lxc5 .box1-r .hako3 img {
    width: 80%;
  }

  .s-lxc2 .news_zero {
    font-size: 13px;
  }

}

@media (max-width: 650px) {
  .lxc4 .box1 iframe {
    height: 350px;
  }

  .s-lxc5 .box1 iframe {
    height: 350px;
  }
}

@media (max-width: 600px) {
  .s-lxc4 .box1:nth-child(1) {
    display: block;
  }

  .s-lxc4 .box1 {
    display: block;
  }

  .s-lxc4 .box1 .box2 {
    width: 100%;
  }

  .s-lxc5 .box2 {
    display: block;
  }
  
  .s-lxc5 .box2 h2 {
    width: 100%;
  }

  .s-lxc5 .box2 p {
    width: 100%;
  }

  .s-lxc6 .box1 {
    display: block;
    width: 95%;
  }

  .s-lxc6 .box1 .box2 {
    width: 100%;
  }

  .s-lxc6 .box1 .box2 img {
    width: 70%;
  }

  .s-lxc6 .box1 .box3 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .s-lxc6 .box1 .box3 h2 {
    font-size: 13px;
    line-height: 1.7em;
  }

  .s-lxc6 .box1 .box3 h3 {
    font-size: 11px;
  }

  .s-lxc6 .box1 .box3 h1 {
    font-size: 20px;
    line-height: 1.7em;
  }

  .s-lxc6 .box1 .box3 h4 {
    font-size: 11px;
    margin-top: 0;
    line-height: 1.7em;
  }
}

@media (max-width: 480px) {
  .container-w {
    padding: 30px 0 35px;
  }

  .lxc1 h1 {
    font-size: 17px;
  }
  
  .lxc1 h1 span {
    font-size: 22px;
  }

  .lxc2 {
    margin: 20px auto 0;
  }

  .container-b {
    padding: 30px 0 35px;
  }

  .lxc3 {
    margin: 25px auto 0;
  }

  .lxc3 .lxc3-1 .box2 h2 {
    font-size: 15px;
  }

  .lxc3 .lxc3-1 .box2 h3 {
    font-size: 15px;
  }

  .lxc1 a {
    font-size: 11px;
  }

  .lxc5 {
    margin: 20px auto 0;
  }

  .lxc5 .box3 a {
    font-size: 14px;
  }

  .lxc5 .box3 a span {
    font-size: 19px;
  }

  .lxc6 {
    margin: 20px auto 0;
  }

  .s-lxc1 h1 {
    font-size: 17px;
  }

  .s-lxc1 span {
    font-size: 18px;
    transform: translateY(2px);
  }

  .s-lxc1-1 h1 {
    font-size: 17px;
  }

  .s-lxc1-1 span {
    font-size: 18px;
    transform: translateY(2px);
  }

  .container-sub {
    padding: 10px 0 30px;
  }

  .s-lxc2 {
    margin: 20px auto 0;
  }

  .link-bar {
    font-size: 10px;
  }

  .news-box1 h1 {
    font-size: 15px;
    line-height: 1.7em;
  }

  .news-box1 h2 {
    font-size: 12px;
    line-height: 1.7em;
  }

  .modoru {
    width: 80%;
  }

  .s-lxc10 input[type=submit] {
    font-size: 14px;
    width: 150px;
  }

  .s-lxc9 .box2 .f-text {
    padding: 10px;
  }

  .s-lxc11 .box2 a {
    font-size: 14px;
  }

  .s-lxc11 .box3 input[type=submit] {
    font-size: 14px;
    padding: 9px;
  }

  .w-lxc1 {
    margin-top: 20px;
  }

  .w-lxc1 .box1 {
    font-size: 17px;
    line-height: 1.7em;
  }
  
  .w-lxc1 .box1 h1 span {
    font-size: 17px;
    transform: translateY(3px);
  }

  .w-lxc1-s {
    padding-top: 30px;
  }

  .w-lxc1-s .box1 {
    font-size: 17px;
    line-height: 1.7em;
  }
  
  .w-lxc1-s .box1 h1 span {
    font-size: 17px;
    transform: translateY(3px);
  }

  .w-lxc2 .box2 {
    font-size: 13px;
    line-height: 1.7em;
  }

  .w-lxc2 .box2:last-child {
    font-size: 13px;
    line-height: 1.7em;
  }

  .container-sub-b {
    padding: 0 0 30px;
  }

  .container-sub-w {
    padding: 0 0 30px;
  }

  .w-lxc4 a {
    font-size: 13px;
    line-height: 1.7em;
  }

  .w-lxc5 .box1 {
    font-size: 13px;
    line-height: 1.7em;
  }

  .w-lxc5 .box1-r  {
    font-size: 13px;
    line-height: 1.7em;
  }
}

footer {
  background-color: #2E3D59;
  padding: 60px 0;
}

.container-f {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  color: #FFF;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  line-height: 2em;
}

.container-f .box1 {
  width: 40%;
}

.container-f .box1 h2 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.container-f .box1 p {
  margin-top: 15px;
}

.container-f .box2 {
  width: 28%;
}

.container-f .box2 h2 {
  font-weight: 500;
  border-bottom: 1px solid #FFF;
}

.container-f .box2 ul {
  margin-top: 10px;
  list-style-type: disc;
}

.container-f .box2 ul li {
  margin-left: 20px;
  padding: 3px 0;
}

.container-f .box2 ul li a {
  color: #FFF;
  transition-property: all;
  transition-duration: 0.3s;
}

.container-f .box2 ul li a:hover {
  text-decoration: none;
  color: yellow;
}

.container-f .box3 {
  width: 28%;
}

.container-f .box3 h2 {
  font-weight: 500;
  border-bottom: 1px solid #FFF;
}

.container-f .box3 ul {
  margin-top: 10px;
  list-style-type: disc;
}

.container-f .box3 ul li {
  margin-left: 20px;
  padding: 3px 0;
}

.container-f .box3 ul li a {
  color: #FFF;
  transition-property: all;
  transition-duration: 0.3s;
}

.container-f .box3 ul li a:hover {
  text-decoration: none;
  color: yellow;
}

.lxc11 {
  max-width: 1000px;
  width: 95%;
  margin: 50px auto 0;
  color: #FFF;
  border-top: 1px solid #FFF;
  box-sizing: border-box;
}

.lxc11 .box1 {
  width: 95%;
  margin: 0 auto;
}

.lxc11 .box1 p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}

.lxc11-mov {
  display: none;
  width: 95%;
  margin: 35px auto 0;
}

.lxc11-mov .box1 {
  width: 95%;
  margin: 0 auto;
}

.lxc11-mov .box1 h2 {
  font-weight: 700;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.lxc11-mov .box1 p {
  color: #FFF;
  font-size: 13px;
  margin-top: 20px;
}

.lxc11-mov .box1 h2 {
  font-weight: 700;
  color: #FFF;
}

@media (max-width: 700px) {
  .container-f .box1 {
    display: none;
  }

  .container-f .box2 {
    width: 48%;
  }

  .container-f .box3 {
    width: 48%;
  }

  .lxc11-mov {
    display: block;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 30px 0;
  }
}