@charset "UTF-8";
header {
  height: 60px;
  margin: 20px auto 0 auto;
  max-width: 1280px;
  min-width: 1120px;
}

@media only screen and (max-width: 768px) {
  header {
    max-width: 768px;
    min-width: 550px;
    height: 45px;
    margin-top: 10px;
  }
}

header h2 {
  display: inline;
}

header .head_title {
  text-decoration: none;
  font-size: 30px;
  font-size: 1.875rem;
  color: #22AC38;
  margin-left: 30px;
  font-family: "ヒラギノ角ゴ Pro W6",HiraKakuPro-W6;
}

@media only screen and (max-width: 768px) {
  header .head_title {
    margin-left: 25px;
    font-size: 20px;
    font-size: 1.25rem;
    color: #22AC38;
  }
}

header .head_menu {
  float: right;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  header .head_menu {
    margin-top: 15px;
    margin-right: 10px;
  }
}

header li {
  list-style-type: none;
  display: inline;
  margin-right: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #22AC38;
}

@media only screen and (max-width: 768px) {
  header li {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #22AC38;
    margin-right: 20px;
    padding-bottom: 20px;
  }
}

header ul {
  display: inline;
}

header ul a {
  text-decoration: none;
  color: #22AC38;
}

header ul a:hover {
  opacity: 0.6;
  transition: 0.25s;
}

.signboard {
  height: 450px;
  background-color: #22AC38;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .signboard {
    height: 360px;
  }
}

.signboard .signboard_img {
  width: auto;
  height: 200px;
  background-image: url(../images/signboard.png);
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .signboard .signboard_img {
    height: 150px;
  }
}

.signboard .signboard_text {
  margin: 0 auto;
}

.signboard h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  padding-top: 15px;
}

@media only screen and (max-width: 768px) {
  .signboard h3 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    padding-top: 13px;
  }
}

.signboard p {
  font-size: 20px;
  margin-bottom: -13px;
}

@media only screen and (max-width: 768px) {
  .signboard p {
    font-size: 16px;
  }
}

.example {
  width: 1120px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .example {
    width: 650px;
  }
  .example h4 {
    margin-bottom: -1px;
  }
}

.example h3 {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #22AC38;
}

@media only screen and (max-width: 768px) {
  .example h3 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #22AC38;
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

.example .example1 {
  padding-bottom: 40px;
  border-bottom: 0.1px solid #333333;
}

@media only screen and (max-width: 768px) {
  .example .example1 {
    margin: 0 auto;
    position: relative;
  }
}

.example .example1 img {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .example .example1 img {
    margin-top: 150px;
    margin-left: 80px;
  }
}

.example .example1 div {
  width: 584px;
  float: right;
}

@media only screen and (max-width: 768px) {
  .example .example1 div {
    float: left;
    margin-top: -350px;
    margin-left: 80px;
  }
}

.example .example1 p {
  font-size: 12px;
  font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .example .example1 p {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 500px;
  }
}

.example .example2 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 0.1px solid #333333;
}

@media only screen and (max-width: 768px) {
  .example .example2 {
    margin-top: -30px;
    margin-bottom: -30px;
    position: relative;
  }
}

.example .example2 img {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .example .example2 img {
    margin-top: 150px;
    margin-left: 80px;
  }
}

.example .example2 div {
  margin-top: 15px;
  width: 584px;
  float: right;
}

@media only screen and (max-width: 768px) {
  .example .example2 div {
    float: left;
    margin-top: -335px;
    margin-left: 80px;
  }
}

.example .example2 p {
  font-size: 12px;
  font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .example .example2 p {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 500px;
  }
}

.example .example3 {
  padding-top: 45px;
  padding-bottom: 40px;
  border-bottom: 0.1px solid #333333;
}

@media only screen and (max-width: 768px) {
  .example .example3 {
    margin-top: -20px;
    margin-bottom: -30px;
    position: relative;
  }
}

.example .example3 img {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .example .example3 img {
    margin-top: 150px;
    margin-left: 80px;
  }
}

.example .example3 div {
  margin-top: 7px;
  width: 584px;
  float: right;
}

@media only screen and (max-width: 768px) {
  .example .example3 div {
    float: left;
    margin-top: -345px;
    margin-left: 80px;
  }
}

.example .example3 p {
  font-size: 11.5px;
  font-size: 0.71875rem;
  width: 500px;
}

@media only screen and (max-width: 768px) {
  .example .example3 p {
    font-size: 10.5px;
    font-size: 0.65625rem;
  }
}

.example .example4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .example .example4 {
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
  }
}

.example .example4 img {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .example .example4 img {
    margin-top: 150px;
    margin-left: 80px;
  }
}

.example .example4 div {
  float: right;
  width: 584px;
}

@media only screen and (max-width: 768px) {
  .example .example4 div {
    float: left;
    margin-top: -358px;
    margin-left: 80px;
  }
}

.example .example4 p {
  font-size: 12px;
  font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .example .example4 p {
    font-size: 10.5px;
    font-size: 0.65625rem;
    width: 500px;
  }
}

.guide {
  height: 1420px;
  background-color: #22AC38;
}

@media only screen and (max-width: 768px) {
  .guide {
    height: 1300px;
  }
}


.guide h3 {
  min-width: 1120px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .guide h3 {
    max-width: 768px;
    min-width: 650px;
  }
}

.guide .basic_charge {
  max-width: 1280px;
  min-width: 1120px;
  margin: auto;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .guide .basic_charge {
    max-width: 768px;
    min-width: 650px;
  }
}

.guide .basic_charge h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}

.guide .basic_charge .basic_charge_table {
  width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .guide .basic_charge .basic_charge_table {
    width: 600px;
  }
}

.guide .basic_charge .basic_charge_table table {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: -7px;
  border-collapse: collapse;
}

@media only screen and (max-width: 768px) {
  .guide .basic_charge .basic_charge_table table {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff;
  }
}

.guide .basic_charge .basic_charge_table table th {
  width: 400px;
  height: 60px;
  border: solid #fff;
}

@media only screen and (max-width: 768px) {
  .guide .basic_charge .basic_charge_table table th {
    height: 50px;
  }
}

.guide .basic_charge .basic_charge_table table td {
  width: 400px;
  height: 60px;
  border: solid #fff;
}

@media only screen and (max-width: 768px) {
  .guide .basic_charge .basic_charge_table table td {
    height: 50px;
  }
}

.guide .basic_charge .basic_charge_table p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .guide .basic_charge .basic_charge_table p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
  }
}

.guide .other {
  max-width: 1280px;
  min-width: 1120px;
  margin: auto;
  padding-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .guide .other {
    max-width: 768px;
    min-width: 650px;
  }
}

.guide .other h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}

.guide .other .other_table {
  width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .guide .other .other_table {
    width: 600px;
  }
}

.guide .other .other_table table {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: -7px;
  border-collapse: collapse;
}

@media only screen and (max-width: 768px) {
  .guide .other .other_table table {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff;
  }
}

.guide .other .other_table table th {
  width: 400px;
  height: 60px;
  border: solid #fff;
}

@media only screen and (max-width: 768px) {
  .guide .other .other_table table th {
    height: 50px;
  }
}

.guide .other .other_table table td {
  width: 400px;
  height: 60px;
  border: solid #fff;
}

@media only screen and (max-width: 768px) {
  .guide .other .other_table table td {
    height: 50px;
  }
}

.guide .other .min_td {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .guide .other .min_td {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
  }
}

.guide .requested_date {
  max-width: 1280px;
  min-width: 1120px;
  margin: auto;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .guide .requested_date {
    max-width: 768px;
    min-width: 650px;
  }
}

.guide .requested_date h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}

.guide .requested_date .requested_date_table {
  width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .guide .requested_date .requested_date_table {
    width: 600px;
  }
}

.guide .requested_date .requested_date_table table {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: -7px;
  border-collapse: collapse;
}

.guide .requested_date .requested_date_table table th {
  width: 400px;
  height: 60px;
  border: solid #fff;
}

@media only screen and (max-width: 768px) {
  .guide .requested_date .requested_date_table table th {
    height: 50px;
  }
}

.guide .requested_date .requested_date_table table td {
  width: 400px;
  height: 60px;
  border: solid #fff;
}

@media only screen and (max-width: 768px) {
  .guide .requested_date .requested_date_table table td {
    height: 50px;
  }
}

.guide .requested_date .requested_date_table p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  padding-top: 5px;
}

.application {
  max-width: 1280px;
  min-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .application {
    max-width: 768px;
    min-width: 650px;
  }
}

.application .application_link {
  width: 550px;
  height: 80px;
  margin: 50px auto;
  background-color: #22AC38;
  border-radius: 10px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .application .application_link {
    width: 400px;
    height: 60px;
  }
}

.application .application_link a {
  padding-top: 22px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72%;
  text-decoration: none;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W6",HiraKakuPro-W6;
}

@media only screen and (max-width: 768px) {
  .application .application_link a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    padding-top: 16px;
  }
}

.application .application_link a:hover {
  opacity: 0.6;
  transition: 0.25s;
}

footer {
  min-width: 1120px;
  text-align: center;
  background-color: #22AC38;
  margin-bottom: -90px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  footer {
    min-width: 650px;
  }
}

body {
  width: 100%;
  min-width: 1120px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 650px;
  }
}
