@charset "UTF-8";
/* media query */
nav.navStd ul li.charge a {
  background-color: #f5f5f5;
  color: #222;
}

.pdf {
  text-align: right;
  font-size: 1.1em;
  margin-top: -10px;
}
@media screen and (max-width: 668px) {
  .pdf {
    text-align: left;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.pdf a {
  text-decoration: underline;
}

.anchorArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 668px) {
  .anchorArea ul {
    display: block;
  }
}
.anchorArea ul li {
  padding-right: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 668px) {
  .anchorArea ul li {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 2px;
  }
}
.anchorArea ul li a {
  position: relative;
  display: block;
  font-size: 1.1em;
}
@media screen and (max-width: 800px) {
  .anchorArea ul li a {
    font-size: 100%;
  }
}
.anchorArea ul li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_down_black.svg);
  top: calc(50% - 3px);
  right: -20px;
  width: 8px;
  height: 5px;
  transition: 0.5s;
}
.anchorArea ul li a:hover::after {
  top: 50%;
}
.anchorArea ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 668px) {
  .anchorArea ul li:last-child {
    margin-bottom: 0;
  }
}

section.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  section.inner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  section.inner {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.headline_normal {
  font-size: 1.4em;
  padding-bottom: 5px;
  margin: 50px 0 20px;
  border-bottom: 2px solid #222;
}

.headline_small {
  font-size: 1.2em;
}
.headline_small span.namber {
  font-weight: bold;
  margin-right: 10px;
}
.headline_small.icon {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}
.headline_small.icon::before {
  position: absolute;
  content: "▼";
  font-weight: bold;
  font-size: 75%;
  color: #666;
  text-indent: -1.3em;
}

p.link {
  text-align: center;
  margin: 30px 0;
}
p.link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
  background-color: #fff;
  letter-spacing: 2px;
}
p.link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  p.link a {
    padding: 10px 35px 10px 15px;
  }
}
p.link a:hover::after {
  right: 15px;
}
p.notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 95%;
}
p span.bold {
  font-weight: bold;
}
p span.circle {
  color: #ccc;
  margin-right: 10px;
  font-size: 80%;
}
p span.small {
  font-size: 95%;
}

ul.notice li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 668px) {
  ul.notice li {
    font-size: 0.9em;
  }
}
ul.notice li.noindent {
  padding-left: 0;
  text-indent: 0;
}
ul.notice li span.gray {
  color: #ccc;
}
ul.notice .txt {
  font-size: 0.9em;
  margin: 14px 0px 0px 14px;
}

span.note {
  font-size: 90%;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.tableBox {
  margin-top: 10px;
  padding: 20px;
  border: 5px solid #f7f4ea;
}
@media screen and (max-width: 668px) {
  .tableBox {
    padding: 15px;
  }
}

@media screen and (max-width: 668px) {
  .spscroll {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
}
@media screen and (max-width: 668px) {
  table {
    font-size: 0.9em;
  }
}
table th,
table td {
  box-sizing: border-box;
  line-height: 180%;
}
table th {
  text-align: center;
  padding: 10px 15px;
}
@media screen and (max-width: 668px) {
  table th {
    padding: 10px 5px;
  }
}
table td {
  padding: 10px 15px;
}
@media screen and (max-width: 668px) {
  table td {
    padding: 10px;
  }
}
table td.bg_y {
  background: #f7f4ea;
}
table td.bg_y span.small {
  font-size: 90%;
}
table td.bg_g {
  background: #f5f5f5;
}
table.col2 td {
  width: 50%;
}
table.col4 td {
  width: 25%;
  background: #fff;
}
table.col5 td {
  width: 20%;
}
table.col6 td {
  width: 16.6666666667%;
}
table.col7 td {
  width: 14.2857142857%;
}
table.harvestclub {
  margin-top: 0;
}
table.harvestclub td:last-child {
  width: 30%;
}
table.harvestclub td:not(:last-child) {
  width: 22.5%;
}
table.jyunsougo {
  margin: 0;
}
table.jyunsougo td.bg_y {
  width: 40%;
}
@media screen and (max-width: 668px) {
  table.jyunsougo td.bg_y {
    max-width: 300px;
  }
}
table.jyunsougo td:not(.bg_y) {
  width: 16.6666666667%;
}
@media screen and (max-width: 668px) {
  table.jyunsougo td table.col2 {
    max-width: 210px;
    background: #fff;
  }
}
table.jyunsougo td table.col2 td {
  width: 50%;
}
table.jyunsougo td table.col4 td {
  width: 25%;
}
table.jyunsougo td table.col4 td.bg_g {
  background: #f5f5f5;
}
table.col2 th,
table.col2 td, table.col4 th,
table.col4 td, table.col5 th,
table.col5 td, table.col6 th,
table.col6 td, table.col7 th,
table.col7 td, table.harvestclub th,
table.harvestclub td, table.jyunsougo th,
table.jyunsougo td {
  border: 1px solid #ccc;
}
table.col2 th, table.col4 th, table.col5 th, table.col6 th, table.col7 th, table.harvestclub th, table.jyunsougo th {
  background: #f7f7f7;
}

h4.accordion_button {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-right: 20px;
  cursor: pointer;
}
h4.accordion_button::after {
  position: absolute;
  content: "＋";
  font-weight: bold;
  top: 45%;
  transform: translateY(-50%);
  right: 5px;
  font-size: 1.2em;
}
h4.accordion_button:hover {
  opacity: 0.7;
  transition: 0.5s;
}
h4.accordion_button.active {
  border-bottom: none;
}
h4.accordion_button.active::after {
  content: "－";
}

.accordion_button + .tableBox {
  display: none;
}
.accordion_button:first-of-type::after {
  content: "－";
}
.accordion_button:first-of-type.bob_none {
  border-bottom: none;
}
.accordion_button:first-of-type.active {
  border-bottom: 1px solid #ccc;
}
.accordion_button:first-of-type.active::after {
  content: "＋";
}
.accordion_button:first-of-type + .tableBox {
  display: block;
}

#nav3 .accordion_button:first-of-type::after {
  content: "＋";
}
#nav3 .accordion_button:first-of-type.active {
  border-bottom: none;
}
#nav3 .accordion_button:first-of-type.active::after {
  content: "－";
}
#nav3 .accordion_button:first-of-type + .tableBox {
  display: none;
}

.blueLink {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #222;
  letter-spacing: 2px;
  text-align: center;
  padding: 12px 40px 12px 25px;
  cursor: pointer;
  margin-top: 20px;
  display: inline-block;
}
@media (min-width: 768px) {
  .blueLink {
    min-width: 500px;
  }
}
@media (max-width: 768px) {
  .blueLink {
    width: 100%;
  }
}
.blueLink::after {
  position: absolute;
  content: "" !important;
  background-image: url(../images/arrow_down_gray.svg);
  top: calc(50% - 3px);
  right: 20px;
  width: 8px;
  height: 5px;
  transition: 0.5s;
}
.blueLink:hover {
  background-color: #3E577E;
  color: #fff;
}
.blueLink:hover::after {
  background-image: url(../images/arrow_down_white.svg);
  top: 50%;
}

.accordion_contents {
  display: none;
}
.accordion_contents dl dd {
  padding-left: 1em;
  text-indent: -1em;
}