@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1;
  color: #004994;
  background: #bbd7bf;
  font-size: 16px;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

h1, h2, h3, h4, h5, dt, th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

th, td {
  vertical-align: top;
  text-align: left;
}

li {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

.heading-style1 {
  display: inline-block;
  border-top: 2px solid #004994;
  border-bottom: 2px solid #004994;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 38px;
  color: #004994;
}

@media screen and (max-width: 767px) {
  .heading-style1 {
    font-size: 18px;
  }
}

.heading-style2 {
  background: #004994;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

.heading-style3 {
  font-weight: bold;
}

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

@media screen and (max-width: 767px) {
  .heading-style4 {
    font-size: 18px;
  }
}

.text-lh {
  line-height: 1.6;
}

.text-red {
  color: #c00000;
}

.text-bold {
  font-weight: bold;
}

.text-large {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .text-large {
    font-size: 1.2rem;
  }
}

.text-underline {
  text-decoration: underline;
}

.text-indent {
  text-indent: -1em;
  margin-left: 1em;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.mt0 {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .mt0-sp {
    margin-top: 0px !important;
  }
}

.mt5 {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .mt5-sp {
    margin-top: 5px !important;
  }
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .mt10-sp {
    margin-top: 10px !important;
  }
}

.mt15 {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .mt15-sp {
    margin-top: 15px !important;
  }
}

.mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mt20-sp {
    margin-top: 20px !important;
  }
}

.mt25 {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .mt25-sp {
    margin-top: 25px !important;
  }
}

.mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .mt30-sp {
    margin-top: 30px !important;
  }
}

.mt35 {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .mt35-sp {
    margin-top: 35px !important;
  }
}

.mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mt40-sp {
    margin-top: 40px !important;
  }
}

.mt45 {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .mt45-sp {
    margin-top: 45px !important;
  }
}

.mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .mt50-sp {
    margin-top: 50px !important;
  }
}

.mt55 {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .mt55-sp {
    margin-top: 55px !important;
  }
}

.mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mt60-sp {
    margin-top: 60px !important;
  }
}

.list-style1 > .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-style1 > .list_item::before {
  content: "●";
  font-size: 0.8em;
  margin-right: 5px;
  margin-top: 0.15em;
}

.test {
  padding: 40px 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .test {
    padding: 20px 0;
  }
}

.test_inner {
  margin: auto;
  max-width: 780px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .test_inner {
    padding: 0 10px;
  }
}

.test_photo {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .test_photo {
    margin-top: 10px;
  }
}

.test_photo_item {
  max-width: 355px;
  width: 47%;
}

.test_photo_image_img {
  width: 100%;
}

.test_photo_text {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .test_photo_text {
    margin-top: 15px;
    font-size: 16px;
  }
}

.table-style1 {
  width: 100%;
}

.table-style1 > tbody > tr > th, .table-style1 > tbody > tr td {
  padding: 10px;
  border: 1px solid #004994;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .table-style1 > tbody > tr > th, .table-style1 > tbody > tr td {
    padding: 5px;
  }
}

.block-style1 {
  border: 2px solid #004994;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.block-style2 {
  border: 2px solid #004994;
  background: #fff;
  padding: 10px;
}

.header {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .header {
    margin-top: 10px;
  }
}

.header_logo {
  margin: auto;
  max-width: 980px;
  padding: 0 10px;
}

.header_logo_img {
  max-width: 100%;
}

.header_nav {
  margin-top: -50px;
  border-top: 9px solid #fff100;
  background: #34970e;
}

@media screen and (max-width: 1000px) {
  .header_nav {
    margin-top: -25px;
  }
}

.header_nav_list {
  margin: auto;
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 370px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1000px) {
  .header_nav_list {
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header_nav_list {
    padding-right: 0;
    padding-bottom: 0;
    display: block;
  }
}

.header_nav_list_item {
  color: #fff;
  margin-left: 20px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .header_nav_list_item {
    width: 100%;
    margin-left: 0;
  }
}

.header_nav_list_button:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .header_nav_list_button {
    display: block;
    border-top: 1px solid #bbd7bf;
    padding: 8px;
    text-align: left;
  }
}

.feature {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .feature {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.feature_inner {
  margin: auto;
  max-width: 980px;
  position: relative;
  padding: 0 10px;
  background: url("../img/feature_image.png") no-repeat center bottom;
  height: 680px;
}

@media screen and (max-width: 767px) {
  .feature_inner {
    background: url("../img/feature_image_sp.png") no-repeat center top;
    height: auto;
  }
}

.feature_lead {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .feature_lead {
    position: static;
  }
}

.feature_lead_img {
  max-width: 100%;
}

.feature_description {
  position: absolute;
  top: 70px;
  right: 0;
  width: 360px;
  border: solid 2px #34970e;
  background: #fff;
  padding: 10px 15px;
  -webkit-box-shadow: 2px 2px 0 #fff100;
  box-shadow: 2px 2px 0 #fff100;
  border-radius: 10px;
}

@media screen and (max-width: 1000px) {
  .feature_description {
    position: static;
    width: auto;
    margin-top: 20px;
  }
}

.feature_description_text {
  color: #34970e;
  line-height: 1.8;
  font-weight: bold;
}

.feature_content {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .feature_content {
    position: static;
    margin-top: 20px;
  }
}

.feature_content_heading {
  font-weight: bold;
  padding: 5px;
  background: #004994;
  color: #fff;
  display: inline-block;
}

.feature_content_text {
  padding: 10px;
  background: #fff;
  font-size: 18px;
  line-height: 1.6;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .feature_content_text {
    width: auto;
    font-size: 16px;
  }
}

.feature_content-1 {
  top: 310px;
  right: 20px;
}

.feature_content-2 {
  top: 360px;
  right: 390px;
}

.feature_content-3 {
  top: 440px;
  right: 20px;
}

.feature_content-4 {
  top: 490px;
  right: 390px;
}

.feature_content-5 {
  top: 570px;
  right: 20px;
}

.feature_image {
  position: relative;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .feature_image {
    display: none;
  }
}

.feature_image_img {
  max-width: 100%;
}

.howto {
  padding: 40px 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .howto {
    padding: 20px 0;
  }
}

.howto_inner {
  margin: auto;
  padding: 0 20px;
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  .howto_inner {
    padding: 0 10px;
  }
}

.howto_flow {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .howto_flow {
    display: block;
    margin-top: 20px;
  }
}

.howto_flow_item {
  width: 19%;
}

@media screen and (max-width: 767px) {
  .howto_flow_item {
    width: 50%;
    min-width: 200px;
    margin: auto;
  }
  .howto_flow_item:not(:first-child) {
    margin-top: 30px;
  }
}

.howto_flow_image_img {
  width: 100%;
}

.howto_flow_text {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}

.returnTop {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/arrow_up.svg") no-repeat center center rgba(0, 0, 0, 0.8);
  background-size: 60% 60%;
  cursor: pointer;
  border-radius: 5px;
  position: fixed;
  right: 5%;
  bottom: 10px;
  z-index: 9999;
}

.faq {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 20px 0;
  }
}

.faq_content {
  max-width: 780px;
  padding: 0 20px;
  margin: auto;
}

.faq_q {
  margin-top: 30px;
  display: table;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  padding-right: 50px;
  padding-top: 10px;
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  .faq_q {
    margin-top: 20px;
  }
}

.faq_q_text {
  display: block;
  background: #34970e;
  color: #fff;
  padding: 15px;
  border-radius: 20px;
  line-height: 1.6;
}

.faq_q::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 15px solid #34970e;
  position: absolute;
  top: 20px;
  right: 32px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}

.faq_q::before {
  content: "";
  display: block;
  width: 32px;
  height: 29px;
  background: url("../img/icon_tomato.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.faq_a {
  margin-top: 20px;
  display: table;
  max-width: 480px;
  display: inline-block;
  position: relative;
  padding-left: 55px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .faq_a {
    margin-top: 10px;
  }
}

.faq_a_text {
  display: block;
  background: #fff;
  color: #004994;
  padding: 15px;
  border-radius: 20px;
  line-height: 1.6;
}

.faq_a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  top: 25px;
  left: 35px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  z-index: -1;
}

.faq_a::before {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background: url("../img/icon_nasu.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.law {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .law {
    padding: 20px 0;
  }
}

.law_inner {
  margin: auto;
  max-width: 980px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .law_inner {
    padding: 0 10px;
  }
}

.law_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding-bottom: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .law_content {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}

.law_content_block1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .law_content_block1 {
    margin-top: 15px;
    margin-right: 15px;
  }
}

.law_content_block2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 60px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .law_content_block2 {
    margin-top: 30px;
    margin-right: 15px;
  }
}

.law_photo {
  text-align: center;
}

.law_photo_img {
  max-width: 100%;
}

.footer {
  background: #34970e;
  color: #fff;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}

.footer_inner {
  max-width: 980px;
  margin: auto;
  padding: 0 20px;
}

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

.footer_logo {
  margin-top: 15px;
}

.footer_logo_img {
  max-width: 100%;
}

.footer_information {
  margin-top: 15px;
}

.footer_text {
  line-height: 1.3;
}
