header {
  margin-bottom: 0;
}

.main_area {
  background: url("../img/top/main_bg.jpg") repeat top left;
  height: 564px;
}
.main_area .main_inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 120px;
  height: 100%;
  position: relative;
}
.main_area .main_inner img {
  display: none;
}
.main_area .main_inner:before {
  content: "";
  background: url("../img/top/main_img.png") no-repeat top left/cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 53%;
}
.main_area .main_inner h1 {
  font-size: 30px;
  color: #0f3594;
  font-weight: 700;
  position: relative;
  font-feature-settings: "palt";
}
.main_area .main_inner h1 span {
  font-size: 46px;
  font-weight: inherit;
}
@media screen and (max-width: 1440px) {
  .main_area .main_inner {
    padding-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .main_area {
    height: auto;
  }
  .main_area .main_inner {
    padding-left: 0;
    justify-content: center;
  }
  .main_area .main_inner img {
    display: block;
  }
  .main_area .main_inner:before {
    display: none;
  }
  .main_area .main_inner h1 {
    font-size: 18px;
    padding: 40px 0;
    line-height: 1.8;
  }
  .main_area .main_inner h1 span {
    font-size: 35px;
    line-height: 1.3;
  }
}

.section_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
.section_ttl span {
  display: block;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #a7c932;
  font-weight: 600;
  margin-top: 5px;
}
.section_ttl br.sp_block {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .section_ttl span {
    margin-top: 7px;
  }
  .section_ttl br.sp_block {
    display: block;
  }
}

.read {
  width: 48.5%;
  line-height: 2.3;
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .read {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .read {
    font-size: 16px;
    line-height: 1.6;
  }
}

.sub_catch {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .sub_catch br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sub_catch {
    font-size: 20px !important;
    line-height: 1.4;
  }
}

main .top_about {
  background: url("../img/top/about_bg.jpg") repeat top left;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  main .top_about {
    padding: 60px 0;
  }
}
main .top_about .inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  main .top_about .inner {
    width: 84%;
  }
}
main .top_about .inner .about_txt {
  width: 48.5%;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  main .top_about .inner .about_txt {
    width: 57%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  main .top_about .inner .about_txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
main .top_about .inner .about_txt .section_ttl {
  color: #fff;
}
main .top_about .inner .about_txt .sub_catch {
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  main .top_about .inner .about_txt .sub_catch br {
    display: none;
  }
}
main .top_about .inner .about_txt p {
  color: #fff;
  font-size: 14px;
  line-height: 2.3;
}
main .top_about .inner .about_img {
  width: 40%;
  margin-right: 11.5%;
}
@media screen and (max-width: 1023px) {
  main .top_about .inner .about_img {
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  main .top_about .inner .about_img {
    margin: 0;
    width: 100%;
  }
}
main .top_howto {
  background: #eef1f7;
  padding: 105px 0;
  margin-bottom: 105px;
}
main .top_howto .section_ttl {
  color: #0f3594;
}
main .top_howto .howto_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
main .top_howto .howto_list .single {
  width: 31.3333333333%;
}
main .top_howto .howto_list .single:not(:nth-of-type(3n)) {
  margin-right: 3%;
}
main .top_howto .howto_list .single .single_ttl {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  background: #0f3594;
  color: #fff;
  padding: 12px 0 16px;
  line-height: 1;
}
main .top_howto .howto_list .single .shadow {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
main .top_howto .howto_list .single .single_txt {
  margin: 20px 0;
}
main .top_howto .howto_list .single .single_txt h4 {
  color: #0f3594;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
main .top_howto .howto_list .single .single_txt p {
  font-size: 14px;
  line-height: 1.7;
}
main .top_howto .howto_list .single a {
  display: inline-block;
  color: #fff;
  background: #a7c932;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding: 9px 0 11px;
}
@media screen and (max-width: 1023px) {
  main .top_howto .howto_list .single a {
    font-size: 16px;
  }
}
main .top_howto .howto_list .single a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  right: 12px;
  top: calc(50% - 8px);
  position: absolute;
}
@media screen and (max-width: 1023px) {
  main .top_howto .howto_list .single a:after {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  main .top_howto {
    padding: 65px 0;
    margin-bottom: 60px;
  }
  main .top_howto .inner {
    width: 84%;
  }
  main .top_howto .inner .howto_list .single {
    width: 100%;
    margin: 0 !important;
  }
  main .top_howto .inner .howto_list .single img {
    width: 100%;
  }
  main .top_howto .inner .howto_list .single:not(:last-of-type) {
    margin-bottom: 12% !important;
  }
  main .top_howto .inner .howto_list .single .single_ttl {
    font-size: 19px;
    padding: 9px 0 12px;
  }
  main .top_howto .inner .howto_list .single .single_txt p {
    font-size: 16px;
  }
  main .top_howto .inner .howto_list .single a {
    padding: 17px 0 19px;
  }
  main .top_howto .inner .howto_list .single a:after {
    right: 10px;
  }
}
main .top_related {
  margin-bottom: 100px;
}
main .top_related .section_ttl {
  color: #0f3594;
}
main .top_related .product_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  background: #f6f6f6;
  padding: 22px 65px 22px 22px;
}
@media screen and (max-width: 1023px) {
  main .top_related .product_list {
    padding: 20px;
  }
}
main .top_related .product_list:not(:last-of-type) {
  margin-bottom: 24px;
}
main .top_related .product_list .list_info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 60%;
  margin-right: 3%;
}
@media screen and (max-width: 1023px) {
  main .top_related .product_list .list_info {
    width: 100%;
    margin: 0 0 20px;
  }
}
main .top_related .product_list .list_info .img_box {
  width: 25%;
  margin-right: 3%;
}
main .top_related .product_list .list_info .txt_box {
  width: 72%;
}
main .top_related .product_list .list_info .txt_box h4 {
  line-height: 1.8;
  font-size: 24px;
  font-weight: 700;
  color: #0f3594;
  margin-bottom: 10px;
}
main .top_related .product_list .list_info .txt_box p {
  font-size: 14px;
  line-height: 2.3;
}
main .top_related .product_list .link_list {
  width: 37%;
}
@media screen and (max-width: 1023px) {
  main .top_related .product_list .link_list {
    width: 100%;
  }
}
main .top_related .product_list .link_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main .top_related .product_list .link_list ul li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #a7c932;
  padding-right: 5px;
}
main .top_related .product_list .link_list ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #000000;
  margin-left: auto;
}
main .top_related .product_list .link_list ul li a {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  color: #000;
  text-decoration: none;
  width: calc(100% - 20px);
  font-weight: 500;
}
main .top_related .product_list .link_list ul li a span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
@media screen and (max-width: 1260px) {
  main .top_related .product_list .link_list ul li a span {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  main .top_related .product_list .link_list ul li a span {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  main .top_related .product_list .link_list ul li a span {
    display: block;
  }
}
main .top_related .product_list .link_list ul li:first-of-type a {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  main .top_related {
    margin-bottom: 60px;
  }
  main .top_related .section_ttl,
  main .top_related .sub_catch,
  main .top_related .read {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  main .top_related .product_list {
    padding: 11% 5%;
  }
  main .top_related .product_list .list_info .img_box {
    width: 72%;
    margin: 0 auto 20px;
  }
  main .top_related .product_list .list_info .img_box img {
    width: 100%;
  }
  main .top_related .product_list .list_info .txt_box {
    width: 100%;
  }
  main .top_related .product_list .list_info .txt_box h4 {
    font-size: 21px;
  }
  main .top_related .product_list .list_info .txt_box p {
    font-size: 16px;
    line-height: 25px;
  }
}
main .top_feature {
  padding: 100px 0;
  background: #eef1f7;
}
main .top_feature .section_ttl {
  color: #0f3594;
}
main .top_feature .sub_catch {
  margin-bottom: 30px;
}
main .top_feature .feature_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
main .top_feature .feature_list .single {
  width: 31.3333333333%;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0 0 25px;
}
@media screen and (max-width: 1023px) {
  main .top_feature .feature_list .single {
    width: 48%;
    margin: 0 0 4%;
  }
  main .top_feature .feature_list .single:nth-of-type(odd) {
    margin-right: 4%;
  }
  main .top_feature .feature_list .single img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  main .top_feature .feature_list .single:not(:nth-of-type(3n)) {
    margin-right: 3%;
  }
}
main .top_feature .feature_list .single .single_txt {
  margin: 25px 0 40px;
  padding: 0 25px;
}
main .top_feature .feature_list .single .single_txt h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
main .top_feature .feature_list .single .single_txt p {
  font-size: 14px;
}
main .top_feature .feature_list .single a {
  display: inline-block;
  color: #fff;
  background: #a7c932;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 6px 0 7px;
  display: block;
  width: calc(100% - 50px);
  position: relative;
  margin: 0 auto;
  font-weight: 500;
}
main .top_feature .feature_list .single a + a {
  margin-top: 15px;
}
main .top_feature .feature_list .single a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 14px;
  top: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  main .top_feature {
    padding: 60px 0;
  }
  main .top_feature .inner {
    width: 84%;
  }
  main .top_feature .inner .feature_list .single {
    width: 100%;
    margin: 0 0 0 !important;
  }
  main .top_feature .inner .feature_list .single:not(:last-of-type) {
    margin-bottom: 30px !important;
  }
  main .top_feature .inner .feature_list .single .single_txt {
    margin-bottom: 25px;
  }
  main .top_feature .inner .feature_list .single .single_txt p {
    font-size: 16px;
  }
}
main .top_faq {
  background: #f6f6f6;
  padding: 100px 0;
  margin-bottom: 100px;
}
main .top_faq .section_ttl {
  color: #0f3594;
}
main .top_faq .faq_list {
  width: 83%;
  max-width: 992px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1023px) {
  main .top_faq .faq_list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .top_faq .faq_list {
    margin-bottom: 40px;
  }
}
main .top_faq .faq_list .single {
  border-bottom: 1px solid #0f3594;
  padding-bottom: 23px;
}
main .top_faq .faq_list .single:not(:last-of-type) {
  margin-bottom: 23px;
}
main .top_faq .faq_list .single dt {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
main .top_faq .faq_list .single dt:before {
  content: "Q";
  font-family: urw-din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: #0f3594;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-right: 25px;
}
main .top_faq .faq_list .single dt i {
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 17px;
  height: 17px;
}
main .top_faq .faq_list .single dt i:before, main .top_faq .faq_list .single dt i:after {
  content: "";
  position: absolute;
  background: #000;
}
main .top_faq .faq_list .single dt i:before {
  width: 17px;
  height: 3px;
  right: 0;
  top: calc(50% - 1.5px);
}
main .top_faq .faq_list .single dt i:after {
  width: 3px;
  height: 17px;
  right: calc(50% - 1.5px);
}
main .top_faq .faq_list .single dt span {
  font-size: inherit;
  font-weight: inherit;
  margin-top: 5px;
  width: calc(100% - 100px);
}
main .top_faq .faq_list .single dt.open i:after {
  display: none;
}
main .top_faq .faq_list .single dd {
  display: none;
}
main .top_faq .faq_list .single dd div {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
main .top_faq .faq_list .single dd div:before {
  content: "A";
  font-family: urw-din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #0f3594;
  background: #fff;
  border: 2px solid #0f3594;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-right: 25px;
}
main .top_faq .faq_list .single dd div span {
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  width: calc(100% - 100px);
}
main .top_faq .faq_list .single dd div strong {
  font-weight: 700;
  font-size: 18px;
}
main .top_faq .btn_area {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 83%;
  max-width: 992px;
  margin: 0 auto;
}
main .top_faq .btn_area a {
  display: inline-block;
  color: #fff;
  background: #a7c932;
  text-align: center;
  padding: 16px 0 17px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  width: 30.8%;
  position: relative;
}
main .top_faq .btn_area a:not(:nth-of-type(3n)) {
  margin-right: 3.8%;
}
main .top_faq .btn_area a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffffff;
  right: 14px;
  top: calc(50% - 8px);
}
@media screen and (max-width: 1023px) {
  main .top_faq .btn_area {
    width: 100%;
  }
  main .top_faq .btn_area a {
    font-size: 16px;
  }
  main .top_faq .btn_area a:after {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  main .top_faq .btn_area a:after {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  main .top_faq {
    padding: 60px 0;
    margin-bottom: 30px;
  }
  main .top_faq .inner {
    width: 84%;
  }
  main .top_faq .inner .faq_list .single dt {
    font-size: 18px;
  }
  main .top_faq .inner .btn_area a {
    width: 100%;
    margin: 0 !important;
    padding: 18px 0;
  }
  main .top_faq .inner .btn_area a:not(:last-of-type) {
    margin-bottom: 20px !important;
  }
}
main .catalog_area {
  background: url("../img/top/about_bg.jpg") repeat center top;
  padding: 60px 0;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto 90px;
}
main .catalog_area h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
main .catalog_area h2 br {
  display: none;
}
main .catalog_area p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 2.3;
}
main .catalog_area p.pdf_type_ttl {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main .catalog_area p.pdf_type_ttl {
    font-size: 18px;
  }
}
main .catalog_area .dl_btn {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 83%;
  max-width: 992px;
  margin: 10px auto 0;
}
main .catalog_area .dl_btn a {
  display: inline-block;
  color: #fff;
  background: #a7c932;
  text-align: center;
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  width: 30.8%;
  padding: 21px 0;
  display: block;
}
main .catalog_area .dl_btn a:not(:nth-last-of-type(-n + 3)) {
  margin-bottom: 3.8%;
}
main .catalog_area .dl_btn a:not(:nth-of-type(3n)) {
  margin-right: 3.8%;
}
main .catalog_area .dl_btn a:after {
  font-family: "Material Icons";
  content: "file_download";
  color: #fff;
  font-size: 24px;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  main .catalog_area .dl_btn {
    width: 90%;
  }
  main .catalog_area .dl_btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main .catalog_area {
    padding: 60px 5%;
    margin-bottom: 30px;
  }
  main .catalog_area h2 {
    font-size: 21px;
    text-align: left;
  }
  main .catalog_area h2 br {
    display: block;
  }
  main .catalog_area p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
  main .catalog_area p br {
    display: none;
  }
  main .catalog_area .dl_btn {
    width: 100%;
    display: block;
  }
  main .catalog_area .dl_btn a {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 !important;
    text-align: left;
    padding-left: 8vw;
  }
  main .catalog_area .dl_btn a:not(:last-of-type) {
    margin-bottom: 20px !important;
  }
  main .catalog_area .dl_btn a:after {
    position: absolute;
    top: calc(50% - 25px);
    font-size: 30px;
    right: 30px;
    bottom: 0;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */