﻿.top_bar1 {
  display: block;
  width: 1000px;
  font-size: 14px;
}

.top_bar2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height:24px;
  background-color: #eeeeee;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 1000px;
  height: 350px;
  position: relative;
  overflow: hidden; /* はみ出したスライドを隠す */
}

/*  ↓ スライド（コンテンツ） */
.slide { /*スライド全体 */
  width: 500%;
  height: 100%;
  display: flex;
  transition: all 2.0s;
}

.slide div { /* スライド */
  width: 25%;
  height: 100%;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.slide1 { transform: translateX(0); }
.slide2 { transform: translateX(-20%); }
.slide3 { transform: translateX(-40%); }
.slide4 { transform: translateX(-60%); }
.slide5 { transform: translateX(-80%); }

.slide div:nth-of-type(1){ background-color: #000000; }
.slide div:nth-of-type(2){ background-color: #000000; }
.slide div:nth-of-type(3){ background-color: #000000; }
.slide div:nth-of-type(4){ background-color: #000000; }
.slide div:nth-of-type(5){ background-color: #000000; }

/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}

.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #999999 solid;
  cursor: pointer;
}

.indicator li:first-of-type {
  background-color: #000000;
}

nav {
  text-align: center;
  line-height: 34px;
}

nav ul {
  margin: 10 ;
  padding: 0 ;
}

nav ul li {
  list-style: none;
  display: inline-block;
  width: 138px;
  font-size: 18px;
  border-left: 1px solid #333333;
}

nav ul li a {
  display: block;
  color: #333333;
}

nav ul li a:hover {
  background: #166a6f;
  color: #ffffff;
}

article {
  display: flex;
  justify-content: center;
  align-items: start;
}

.main_contents {
  width: 755px;
}

.title {
  background-image: url('title_h2.png');
  font-size: 19px;
}

.notice {
  padding-left: 0px;
}

.notice li {
  list-style:none;
  border-bottom: 2px solid #dca21c;
}

td.notice { text-align: right; }

.table_01,
.table_01 td {
  height: 38px;
  border: 1px solid #cccccc;
  border-collapse: collapse;
  padding-left: 15px;
}

.table_01 tr td:nth-child(odd) {
  background-color: #f0f0f0;
}

.product {
  display: flex;
  border-bottom: 1px solid #dca21c;
}

.product_number {
  width:405px;
  display: grid;
  align-items: center;
  padding-left: 15px;
}

.product_comment {
  width:220px;
  height: 88px;
  display: grid;
  align-items: center;
}

.product_pdf {
  width:130px;
  text-align:center;
  display: grid;
  align-items: center;
}

.side_menu ul {
  padding-left: 0px;
}

.side_menu li {
  width: 220px;
  height: 32px;
  background: #009933;
  border-bottom: 1px solid #cccc33;
  color: #ffffff;
  padding-left: 5px;
}

.side_menu a {
  color: #ffffff;
  vertical-align: middle;
}

.side_menu a:hover {
  color: #cccc33;
  vertical-align: middle;
}

.intro {
  display: inline-block;
  width:248px;
  text-align: center;
}

.intro img {
  display: inline-block;
  width:248px;
  text-align: center;
  vertical-align: bottom;
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

address {
  font-size: 14px;
}

#copyright {
  font-size: 14px;
  display: block;
  justify-content: center;
  align-items: center;
}