<style>
.link a:hover {
  opacity: 0.6;
}

code {
  font-family: 'Noto Serif JP', sans-serif;
}

html {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 1.1em;
}


body {
  background-color: #584c4c;
  color: #333;
  height: 100%;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

main {
  background-color: #fff;
  margin: 0 auto;
  width: 66.66667%;
  padding-left: 50px;
  padding-right: 50px;
}

header {
  border: 1.5px solid #ddd;
  background-color: #3b3b3b;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  box-sizing: border-box;
  color: #eee;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: 3rem 25%;
  pointer-events: none;
  position: relative;
  left: -25%;
  width: 150%;
  transition: all 0.25s ease-in-out;
}

header:before {
  background-image: linear-gradient(115deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(to left, #005952 0%, #005E20 100%);
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.25s ease-in-out;
}

header:hover:before {
  opacity: 1;
}

header>* {
  position: relative;
}

header h1 {
  font-weight: bold;
  font-size: 3em;
  line-height: 1em;
  margin: 0 0 0.5rem 0;
  text-align: center;
}

header .byline {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 1.5em;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.5rem;
}

.message {
  background-color: #FDC68A;
  border-left: 0.75rem solid #F26C4F;
  padding: 0.75rem 1.5rem;
  font-size: 0.85rem;
}

.message a:hover {
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

.message.note {
  background-color: #fafafa;
  border-color: #15968d;
  font-size: 1em;
}

hr {
  border: none;
  border-top: 0.125rem solid #ddd;
  margin-bottom: 1.375rem;
}

a:hover {
  border-bottom-color: #4a7298;
  color: #4a7298;
}

ul {
  margin-top: -0.75rem;
}

code {
  background-color: rgba(0, 0, 0, 0.125);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  display: inline-block;
  margin: 0 0.125em;
  padding: 0 0.25em;
}


.cards {
  border-radius: 0.25rem;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 1.5rem;
  overflow: hidden;
  margin-top: 30px;
  justify-content: center;
}

.cards>a {
  box-sizing: border-box;
  border: none;
  flex: 1 100%;
  padding: 1.5rem;
  text-align: center;
}

.cards>a svg {
  display: block;
  margin: 0 auto 0.75rem;
  width: 5.25rem;
  height: 5.25rem;
  transition: all 0.125s ease-in-out;
}

.cards>a svg path {
  transition: fill 0.125s ease-in-out;
}

.cards>a:first-child {
  background-color: #333;
  color: #eee;
}

.cards>a:first-child svg {
  background-color: #eee;
}

.cards>a:first-child svg path {
  fill: #333;
}

.cards>a:first-child:hover {
  background-color: #222;
  color: #57ad68;
}

.cards>a:first-child:hover svg {
  background-color: #57ad68;
}

.cards>a:first-child:hover svg path {
  fill: #222;
}

.cards>a:last-child {
  background-color: #eee;
  color: #555;
}

.cards>a:last-child svg path {
  fill: #333;
}

.cards>a:last-child:hover {
  background-color: #ccc;
}

.cards img {
  padding: 7px;
}


a[data-fluidbox] {
  background-color: #eee;
  border: none;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  margin-bottom: 1.5rem;
}

a[data-fluidbox].fluidbox-opened {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

a[data-fluidbox] img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  max-width: 100%;
  transition: all 0.25s ease-in-out;
}

a[class^=float] {
  margin: 1rem;
  margin-top: 0;
  width: 33.33333%;
}

a[class^=float].float-left {
  float: left;
  margin-left: 0;
}

a[class^=float].float-right {
  float: right;
  margin-right: 0;
}

#fluidbox-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all 0.25s ease-in-out;
}

.fluidbox-opened .fluidbox-wrap {
  z-index: 30;
}

.fluidbox-ghost {
  background-size: cover;
  background-position: center center;
  position: absolute;
  transition: all 0.25s ease-in-out;
}

.gallery {
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}

.gallery a {
  margin-bottom: 1rem;
}

.gallery a.col-2 {
  width: 49%;
}

.gallery a.col-3 {
  width: 32%;
}

@media only screen and (max-width: 768px) {
  .cards {
    flex-flow: row wrap;
  }

  a[class^=float] {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {

  .gallery a,
  .gallery a[class^=col] {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }

  .message {
    border: 0;
    border-top: 0.75rem solid #F26C4F;
  }

  a[class^=float] {
    float: none;
    margin: 0 0 1rem 0;
    width: 100%;
  }
}

.checkmark001 {
  padding-left: 24px;
  position: relative;
  color: #494949;
  font-weight: bold;
  padding-right: 15px;
  font-size: 16px;

}

.checkmark001:before,
.checkmark001:after {
  content: "";
  display: block;
  position: absolute;
}

.checkmark001:before {
  width: 16px;
  height: 16px;
  border: 2px solid rgb(95, 95, 95);
  left: 0;
  top: 2px;
}

.checkmark001:after {
  border-left: 2px solid rgb(95, 95, 95);
  border-bottom: 2px solid rgb(95, 95, 95);
  width: 18px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
  top: 3px;
}

.item img {
  padding: 5px;
}

.scroll1,
.scroll2,
.scroll3,
.scroll4,
.scroll5,
.scroll6 {
  display: none;

}

.scroll1 img,
.scroll2 img,
.scroll3 img,
.scroll4 img,
.scroll5 img,
.scroll6 img {
  vertical-align: bottom;

}

.scroll6 {
  margin-top: 10px;
}

.scroll6 li {
  width: 290px;

}

.scroll6 li img {
  width: 270px;
  height: 220px;
  padding-left: 20px;

}

.container3 {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  border-top: 1.5px solid #ddd;


}

.item5 {
  width: auto;
  margin-top: 50px;
  padding-right: 100px;
}

.item5 img {
  border: 1px solid #000;
}

.item6 img {
  margin-right: 105px;
  margin-top: 25px;
}

.item7 {
  margin-top: 60px;
  margin-right: 30px;
}

a {
  color: #0066c0;
}

.link a {
  color: #0066c0;

  text-decoration: none;
  transition: all 0.125s ease-in-out;
}

.bg-img {
  margin-top: 120px;
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 550px;
}

.font {
  color: white;
  font-size: 24px;
  font-weight: bold;
}


.red {
  color: #fff;
  background-color: rgb(255, 62, 88);
  border-radius: 1px;
  font-size: 12px;
  padding: 0 2px;
  text-align: center;
  width: 40px;
}


input[type=checkbox] {
  margin-top: 10px;

}


#formWrap {
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
  margin-top: 15px;
}

table.formTable {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 8px;

}

table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: middle;
}

table.formTable td {
  padding-left: 30px;

}

table.formTable th {
  padding: 20px;
  width: 30%;
  font-weight: normal;
  background: #fafafa;
  text-align: left;

}


.gaiyou3 {

  margin: auto;
  text-align: center;
}

.sort {
  width: 80%;
  border: 1px solid #ccc;
  height: 200px;
  overflow: auto;
  background-color: #fafafa;
  margin: auto;
  padding: 10px;
  display: flex;
}

input,
textarea {
  border: 1px solid #ccc;
}

.container2 {
  display: flex;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #ddd;
  z-index: 30;
  height: 82px;
  align-items: center;
}



.container2 a {
  font-size: 0.9em;
}




.item1 {
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 75px;
}


.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: rgb(60, 163, 223);
  border: 1px solid rgb(60, 163, 223);
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  font-family: 'Noto Serif JP', sans-serif;
  cursor: pointer;

}

button:focus {
  outline: 0;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  opacity: 0.8;
}

.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

.auto {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 32px;
}

input[type=submit] {
  font-family: 'Noto Serif JP', sans-serif;
}

.ul {
  color: #1e366a;
  border: dotted #1e366a 1px;
  padding: 0.5em 0.5em 0.5em 2em;

}

.item {
  margin: 5px;
  padding: 10px;
  margin-right: 20px;
}


.item a {
  color: #000000
}


.bg-img img {
  margin-right: 15px;
}

.pic_frame {
  margin: 10px auto;
  padding: 15px;
  height: auto;
  text-align: left;
  overflow: hidden;
}


.pic_frame img {
  width: 250px;
  border: 1px solid rgb(165, 165, 165);

}

.parent {
  text-align: center;
  display: flex;
}

.top_image {
  display: flex;
  justify-content: center;

}

.step {
  font-weight: 600;
  color: rgb(87, 87, 87);
  text-align: center;
  padding-bottom: 10px;
}


.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: auto;
}


.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


.information {
  font-size: 17px;
  color: #1e366a
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.mySlides {
  display: none;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}

.cards img {
  padding: 20px;
}


.border {
  margin-top: 20px;
  border-bottom: dashed 2px #6594e0;

}


.border2 {
  border-bottom: double 5px #FFC778;
}

.bold {
  font-size: 20px;
  font-weight: bold;
}


.container {
  width: 100%;
  margin: auto;
  background-color: #fff;
  position: fixed;
  z-index: 2;
  padding-top: 2px;
  border-bottom: 5px solid #ddd;
}


.nav-container {
  max-width: 850px;
  margin: 0 auto;

}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #262626;
  height: 70px;
  width: 70px;

}


nav {
  float: right;

}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;

}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 0.9em;


}

nav ul li a:hover,
nav ul li a:visited:hover {
  background: #2581DC;
  color: #ffffff;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a,
.brand a:visited {
  color: #000;
  text-decoration: none;
}



@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.brand img {
  vertical-align: middle;
}

.item4 {
  padding-left: 60px;
  line-height: 2;
}


.item4 h2 {
  font-size: 1.6em;
  text-align: center;

}


.ul {
  color: #1e366a;
  border: dotted #1e366a 1px;
  padding: 0.5em 0.5em 1em 2em;
  line-height: 2.2;
  margin-bottom: 50px;

}


#customers {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}


#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ffffff;
}


.container4 {
  display: flex;
  justify-content: center;

}

.item3 {
  margin: auto;
  margin-top: 25px;
  text-align: center;
}


img {
  vertical-align: middle;
}
  </style>