@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

input,
button {
  outline: none;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

input,
button {
  outline: none;
}

.hero_container {
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_container h1 {
  color: #fff;
  padding-left: 80px;
  font-size: 3.6rem;
}

.hero_container h1 .en {
  font-size: 2.2rem;
  margin: 15px 0 0;
  color: #ccc;
}

.breadcrumb {
  background: #f5f5f5;
  width: 100%;
  padding: 20px 80px;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 1.2rem;
  color: #333;
  padding-right: 20px;
  margin-right: 10px;
}

.breadcrumb ul li:last-child {
  background: none;
}

.breadcrumb ul li a {
  color: #009944;
  position: relative;
}

.breadcrumb ul li a:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/img/common/chevron_green.svg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
  position: absolute;
  right: -20px;
}

.column_2 {
  position: relative;
}

.column_2 > ul {
  opacity: 0;
  width: 1200px;
  min-height: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.column_2 > ul .unit {
  width: 590px;
  padding: 30px;
  background: #fff;
  margin-bottom: 20px;
}

.column_2 > ul .unit .thumb {
  margin-bottom: 30px;
  overflow: hidden;
  height: 297px;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.column_2 > ul .unit .thumb:hover {
  opacity: 0.7;
}

.column_2 > ul .unit .thumb img {
  width: 100%;
}

.column_2 > ul .unit .block_txt .txt_title {
  font-size: 2rem;
  color: #009944;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  display: block;
}

.column_2 > ul .unit .block_txt .category_list {
  margin-bottom: 20px;
}

.column_2 > ul .unit .block_txt .category_list li {
  display: inline-block;
}

.column_2 > ul .unit .block_txt .txt {
  font-size: 1.35rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 35px;
}

.column_2 > ul .unit .block_txt .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column_2 > ul .unit .block_txt .btn_wrap li {
  display: inline-block;
}

.column_2 > ul .unit:nth-child(odd) {
  margin-right: 20px;
}

.column_2.loaded .loading {
  display: none;
}

.column_2.loaded ul {
  opacity: 1;
}

.column_4_square {
  margin-bottom: 100px;
}

.column_4_square > ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column_4_square > ul .unit {
  width: 285px;
  background: #fff;
  margin-bottom: 25px;
  margin-right: 15px;
  position: relative;
}

.column_4_square > ul .unit:nth-child(4n) {
  margin-right: 0;
}

.column_4_square > ul .unit a {
  display: block;
  padding: 15px;
  border: 1px solid #d2d2d2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.column_4_square > ul .unit a:hover {
  border: 1px solid #009944;
}

.column_4_square > ul .unit a:hover .thumb img {
  opacity: 0.7;
}

.column_4_square > ul .unit a .thumb {
  margin-bottom: 15px;
}

.column_4_square > ul .unit a .thumb img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.column_4_square > ul .unit a .txt_title {
  font-size: 1.8rem;
  color: #009944;
  font-weight: bold;
  margin-bottom: 45px;
}

.column_4_square > ul .unit a:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/chevron.svg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 14px 14px;
  height: 14px;
  width: 14px;
  right: 1px;
  bottom: 0;
  display: inline-block;
  position: absolute;
  z-index: 1;
}

.column_4_square > ul .unit a:after {
  content: "";
  background: #009944;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: -13px;
  right: -10px;
}

.column_4_card {
  position: relative;
}

.column_4_card > ul {
  min-height: 200px;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

.column_4_card > ul > li {
  width: 270px;
  margin-right: 40px;
}

.column_4_card > ul > li:nth-child(4n) {
  margin-right: 0;
}

.column_4_card > ul > li:hover > a {
  opacity: 0.7;
}

.column_4_card > ul > li > a {
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.column_4_card > ul > li > a:hover .thumb img {
  opacity: 0.7;
}

.column_4_card > ul > li > a .thumb {
  height: auto;
  overflow: hidden;
}

.column_4_card > ul > li > a .thumb img {
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.column_4_card > ul > li > span {
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column_4_card > ul > li > span:hover {
  opacity: 0.7;
}

.column_4_card > ul > li > span .thumb {
  margin-bottom: 10px;
  overflow: hidden;
  height: 190px;
  line-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column_4_card > ul > li > span img {
  width: 100%;
  border: 1px solid #ccc;
}

.column_4_card > ul > li p {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #009944;
  font-weight: bold;
  margin: 5px 0 10px;
}

.column_4_card > ul > li > span:hover {
  opacity: 1 !important;
}

.column_4_card > ul .category_list {
  margin-bottom: 20px;
}

.column_4_card > ul .category_list li {
  display: inline-block;
}

.column_4_card.loaded .loading {
  display: none;
}

.column_4_card.loaded > ul {
  opacity: 1;
}

.column_5 {
  position: relative;
}

.column_5 > ul {
  min-height: 200px;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 1200px;
  margin: 0 auto 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column_5 > ul .unit {
  width: 224px;
  height: auto;
  background: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  border: 1px solid #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.column_5 > ul .unit:nth-child(5n) {
  margin-right: 0;
}

.column_5 > ul .unit:hover {
  border: 1px solid #009944;
}

.column_5 > ul .unit:hover a .thumb img {
  opacity: 0.7;
}

.column_5 > ul .unit a {
  display: block;
  padding: 20px 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.column_5 > ul .unit a .thumb {
  margin-bottom: 20px;
  overflow: hidden;
  height: 192px;
}

.column_5 > ul .unit a .thumb img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
}

.column_5 > ul .unit a .label {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 5px;
  margin-right: 5px;
  background: #999;
  color: #fff;
  text-align: center;
}

.column_5 > ul .unit a .txt {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  margin-top: 5px;
}

.column_5 > ul .unit a .txt .date {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}

.column_5.loaded .loading {
  display: none;
}

.column_5.loaded ul {
  opacity: 1;
}

.column_5.hide .loading {
  display: none;
}

.column_5.hide ul {
  opacity: 1;
}

.pagenation_wrap {
  width: 1200px;
  margin: 0 auto 150px;
}

.pagenation_wrap ul {
  text-align: center;
}

.pagenation_wrap ul .prev {
  position: relative;
}

.pagenation_wrap ul .prev:before,
.pagenation_wrap ul .prev:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.pagenation_wrap ul .prev:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 20px;
  margin-top: -20px;
}

.pagenation_wrap ul .prev:before {
  border-color: rgba(0, 153, 68, 0);
  border-right-color: #009944;
  border-width: 21px;
  margin-top: -21px;
}

.pagenation_wrap ul .prev a {
  border-left: none;
}

.pagenation_wrap ul .prev:hover:before {
  content: "";
}

.pagenation_wrap ul .prev:hover:after {
  border-right-color: #009944;
}

.pagenation_wrap ul .next {
  position: relative;
}

.pagenation_wrap ul .next:before,
.pagenation_wrap ul .next:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.pagenation_wrap ul .next:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 20px;
  margin-top: -20px;
}

.pagenation_wrap ul .next:before {
  border-color: rgba(0, 153, 68, 0);
  border-left-color: #009944;
  border-width: 21px;
  margin-top: -21px;
}

.pagenation_wrap ul .next a {
  border-right: none;
}

.pagenation_wrap ul .next:hover:before {
  border-right-color: #fff;
}

.pagenation_wrap ul .next:hover:after {
  border-left-color: #009944;
}

.pagenation_wrap ul li {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 5px;
}

.pagenation_wrap ul li a {
  display: block;
  border: 1px solid #009944;
  color: #009944;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 42px;
  height: 42px;
  line-height: 41px;
  text-align: center;
}

.pagenation_wrap ul li a:hover {
  background-color: #009944;
  color: #fff;
}

.pagenation_wrap ul .pageNum.isActive {
  background-color: #009944;
}

.pagenation_wrap ul .pageNum.isActive a {
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column_2 > ul {
    width: 100%;
    margin-bottom: 0;
  }
  .column_2 > ul .unit {
    width: 49%;
    padding: 20px;
    margin-bottom: 15px;
  }
  .column_2 > ul .unit:nth-child(odd) {
    margin-right: 2%;
  }
  .column_2 > ul .unit .thumb {
    margin-bottom: 15px;
    height: auto;
  }
  .column_2 > ul .unit .block_txt .txt_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .column_2 > ul .unit .block_txt .txt {
    display: none;
  }
  .column_5 > ul {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .column_5 > ul .unit {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
  }
  .column_5 > ul .unit:nth-child(odd) {
    margin-right: 2%;
  }
  .column_5 > ul .unit a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
  }
  .column_5 > ul .unit a .thumb {
    margin-right: 15px;
    margin-bottom: 0;
    height: auto;
    line-height: initial;
  }
  .column_5 > ul .unit a .thumb img {
    width: 95px;
  }
  .column_5 > ul .unit a .block_txt {
    max-width: 210px;
  }
  .column_5 > ul .unit a .label {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .column_5 > ul .unit a .txt {
    font-size: 1.1rem;
  }
  .column_5 > ul .unit a .txt .date {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .hero_container {
    height: 135px;
  }
  .hero_container h1 {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .hero_container h1 .en {
    font-size: 1.1rem;
    margin: 10px 0 0;
  }
  .breadcrumb {
    display: none;
  }
  .column_4_square {
    margin-bottom: 0px;
    padding: 10px 20px;
  }
  .column_4_square > ul {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column_4_square > ul .unit {
    width: 48%;
    padding: 0;
    margin-right: 0;
    height: auto;
  }
  .column_4_square > ul .unit:nth-child(odd) {
    margin-right: 4%;
  }
  .column_4_square > ul .unit a {
    border: none;
    border-bottom: 1px solid #d2d2d2;
    padding: 0;
    height: 100%;
  }
  .column_4_square > ul .unit a .thumb {
    margin-bottom: 5px;
  }
  .column_4_square > ul .unit a .thumb img {
    width: 100%;
  }
  .column_4_square > ul .unit a .txt_title {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .column_4_square > ul .unit a:before {
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    right: 3px;
    bottom: 4px;
  }
  .column_4_square > ul .unit a:after {
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    line-height: 25px;
  }
  .column_4_card > ul {
    width: 100%;
  }
  .column_4_card > ul > li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .column_4_card > ul > li:nth-child(odd) {
    margin-right: 2%;
  }
  .column_4_card > ul > li > span {
    display: block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .column_4_card > ul > li > span:hover {
    opacity: 0.7;
  }
  .column_4_card > ul > li > span .thumb {
    margin-bottom: 5px;
    height: 90px;
    line-height: 90px;
  }
  .column_4_card > ul > li > span img {
    width: 100%;
  }
  .column_4_card > ul > li p {
    font-size: 1rem;
  }
  .column_4_card > ul .category_list {
    margin-right: 0;
  }
  .column_4_card > ul .category_list li {
    display: inline-block;
  }
  .column_4_card > ul .category_list li .category_label {
    padding: 5px 7px;
  }
  .pagenation_wrap {
    width: 100%;
    margin: 0 auto 75px;
  }
  .pagenation_wrap ul li {
    width: 34px;
    height: 32px;
  }
  .pagenation_wrap ul li a {
    height: 32px;
    width: 34px;
    line-height: 31px;
  }
  .pagenation_wrap ul .prev:first-child {
    position: relative;
  }
  .pagenation_wrap ul .prev:first-child:before,
  .pagenation_wrap ul .prev:first-child:after {
    right: 100%;
    top: 76%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .pagenation_wrap ul .prev:first-child:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 15px;
    margin-top: -23px;
  }
  .pagenation_wrap ul .prev:first-child:before {
    border-color: rgba(0, 153, 68, 0);
    border-right-color: #009944;
    border-width: 16px;
    margin-top: -24px;
  }
  .pagenation_wrap ul .prev:first-child a {
    border-left: none;
  }
  .pagenation_wrap ul .prev:first-child:hover:before {
    content: "";
  }
  .pagenation_wrap ul .prev:first-child:hover:after {
    border-right-color: #009944;
  }
  .pagenation_wrap ul .next:last-child {
    position: relative;
  }
  .pagenation_wrap ul .next:last-child:before,
  .pagenation_wrap ul .next:last-child:after {
    left: 100%;
    top: 76%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .pagenation_wrap ul .next:last-child:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 15px;
    margin-top: -23px;
  }
  .pagenation_wrap ul .next:last-child:before {
    border-color: rgba(0, 153, 68, 0);
    border-left-color: #009944;
    border-width: 16px;
    margin-top: -24px;
  }
  .pagenation_wrap ul .next:last-child a {
    border-right: none;
  }
  .pagenation_wrap ul .next:last-child:hover:before {
    border-right-color: #fff;
  }
  .pagenation_wrap ul .next:last-child:hover:after {
    border-left-color: #009944;
  }
}

@media screen and (max-width: 667px) {
  .column_2 > ul {
    width: 100%;
    margin-bottom: 0;
  }
  .column_2 > ul .unit {
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
  }
  .column_2 > ul .unit .thumb {
    margin-bottom: 15px;
    height: auto;
    line-height: 100%;
  }
  .column_2 > ul .unit .block_txt .txt_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .column_2 > ul .unit .block_txt .txt {
    display: none;
  }
  .column_2 > ul .unit:nth-child(odd) {
    margin-right: 0;
  }
  .column_5 > ul {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .column_5 > ul .unit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
  }
  .column_5 > ul .unit:nth-child(odd) {
    margin-right: 0;
  }
  .column_5 > ul .unit a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
  }
  .column_5 > ul .unit a .thumb {
    margin-right: 15px;
    margin-bottom: 0;
    height: 95px;
    width: 95px;
    line-height: initial;
  }
  .column_5 > ul .unit a .block_txt {
    max-width: 60%;
  }
  .column_5 > ul .unit a .label {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .column_5 > ul .unit a .txt {
    font-size: 1.1rem;
  }
  .column_5 > ul .unit a .txt .date {
    margin-bottom: 10px;
  }
}

.page_privacypolicy .hero_container {
  background-image: url("/img/others/others_hero_top.jpg");
}

.page_privacypolicy article {
  width: 800px;
  margin: 0 auto;
  padding: 130px 0 150px;
}

.page_privacypolicy article section {
  margin-bottom: 80px;
}

.page_privacypolicy article section h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.page_privacypolicy article section h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.page_privacypolicy article section p,
.page_privacypolicy article section li,
.page_privacypolicy article section a {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.7;
}

.page_privacypolicy article section p {
  margin-bottom: 35px;
}

.page_privacypolicy article section li {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

.page_privacypolicy article section li:last-child {
  margin-bottom: 30px;
}

.page_privacypolicy article section a {
  text-decoration: underline;
  height: 18px;
  line-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #009944;
}

.page_privacypolicy article section a img {
  width: 18px;
  display: block;
  margin-right: 10px;
}

.page_privacypolicy article section .related,
.page_privacypolicy article section .date {
  text-align: right;
}

.page_privacypolicy article section .date span {
  display: block;
}

.page_contact .hero_container {
  background-image: url("../img/others/others_hero_top.jpg");
  margin-top: 90px;
}

.page_contact .main_container {
  padding: 80px 0 140px;
  width: 700px;
  margin: 0 auto;
}

.page_contact .main_container .inner_box_top .description {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.page_contact .main_container .inner_box_top .description a {
  color: #009944;
}

.page_contact .main_container table th,
.page_contact .main_container table td {
  padding-bottom: 30px;
}

.page_contact .main_container table td {
  position: relative;
}

.page_contact .main_container table th {
  text-align: left;
  vertical-align: top;
  height: auto;
  width: 270px;
  font-size: 1.4rem;
  font-weight: normal;
  padding-bottom: 50px;
}

.page_contact .main_container table th:before {
  content: "任意";
  display: inline-block;
  background-color: #ccc;
  font-size: 1.2rem;
  padding: 2px 5px;
  margin-right: 10px;
  color: #fff;
}

.page_contact .main_container table td {
  height: auto;
  width: 450px;
}

.page_contact .main_container table td textarea {
  height: 250px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}

.page_contact .main_container table td input {
  height: 35px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
}

.page_contact .main_container table td ::-webkit-input-placeholder {
  color: #ccc;
}

.page_contact .main_container table td ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.page_contact .main_container table td :-ms-input-placeholder {
  color: #ccc;
}

.page_contact .main_container table td select {
  height: 35px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1.4rem;
  border: 0;
  outline: 1px solid #ccc;
  background-color: #fff;
}

.page_contact .main_container table .required th:before {
  content: "必須";
  background-color: #e60012;
  color: #fff;
}

.page_contact .main_container table .required:nth-of-type(6) {
  margin-bottom: 30px;
}

.page_contact .main_container .privacypolicy {
  margin-bottom: 40px;
  background-color: #f6f6f6;
  padding: 20px;
  height: 240px;
  overflow-y: scroll;
}

.page_contact .main_container .privacypolicy li {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 10px;
}

.page_contact .main_container .privacypolicy a {
  color: #009944;
}

.page_contact .main_container .input_agreement {
  text-align: center;
  margin: 40px auto 60px;
  line-height: 20px;
}

.page_contact
  .main_container
  .input_agreement
  > label
  .mwform-checkbox-field
  label
  input {
  display: none;
}

.page_contact
  .main_container
  .input_agreement
  > label
  .mwform-checkbox-field
  label
  input:checked
  + span:before {
  background-color: #009944;
}

.page_contact
  .main_container
  .input_agreement
  > label
  .mwform-checkbox-field
  label
  span {
  position: relative;
}

.page_contact
  .main_container
  .input_agreement
  > label
  .mwform-checkbox-field
  label
  span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  width: 22px;
  height: 22px;
  border: 1px solid #999;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.page_contact .main_container .input_agreement > label .txt {
  font-size: 1.4rem;
  position: relative;
  height: 20px;
  display: inline-block;
  padding-left: 30px;
}

.page_contact .main_container .input_agreement > label .txt:after {
  content: "必須";
  background-color: #e60012;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 5px;
  display: inline-block;
  margin-left: 10px;
}

.page_contact .main_container .btn_submit {
  position: relative;
  width: 450px;
  height: 55px;
  line-height: 55px;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.page_contact .main_container .btn_submit input:hover {
  cursor: pointer;
}

.page_contact .main_container .btn_submit:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/chevron.svg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  position: absolute;
  margin-left: 20px;
  top: 19px;
  left: 230px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 1;
}

.page_contact .main_container .btn_submit:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page_contact .main_container .btn_submit:hover:before {
  top: 25px;
}

.page_contact .main_container .btn_submit .btn_common_l {
  border: none;
  text-align: left;
}

.page_contact .contact {
  display: none;
}

.global_container.page_contact {
  padding-top: 0;
}

.page_sitemap .hero_container {
  background-image: url("../img/others/others_hero_top.jpg");
}

.page_sitemap .main_container {
  width: 540px;
  margin: 0 auto;
  padding: 135px 0 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_sitemap .main_container > ul > li {
  margin-bottom: 50px;
}

.page_sitemap .main_container > ul > li:before {
  content: url(../img/common/sitemap_icon.png);
  margin-right: 5px;
}

.page_sitemap .main_container > ul > li:last-child {
  margin-bottom: 0;
}

.page_sitemap .main_container > ul > li a {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.page_sitemap .main_container > ul > li ul {
  margin-top: 15px;
}

.page_sitemap .main_container > ul > li ul li {
  padding-left: 30px;
  margin-bottom: 10px;
}

.page_sitemap .main_container > ul > li ul li:before {
  content: url(../img/common/triangle_right.png);
  margin-right: 5px;
}

.page_sitemap .main_container > ul > li ul li:last-child {
  margin-bottom: 0;
}

.page_sitemap .main_container > ul > li ul li a {
  font-size: 1.6rem;
  font-weight: normal;
}

.page_sitemap .main_container .unit_left {
  margin-right: 100px;
}

.page_404 .section_01 {
  max-width: 660px;
  margin: 80px auto;
}

.page_404 .section_01 .inner_box_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_404 .section_01 .inner_box_bottom a {
  display: block;
  border: 1px solid #009944;
  color: #009944;
  padding: 20px 0;
  width: 330px;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.page_404 .section_01 .inner_box_bottom a:hover {
  color: #fff;
  background-color: #009944;
}

.page_404 .section_01 .inner_box_bottom a:nth-of-type(1) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .page_privacypolicy .hero_container {
    background-image: url("../img/others/sp_others_hero_top.jpg");
  }
  .page_privacypolicy article {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 75px;
  }
  .page_privacypolicy article section {
    margin-bottom: 50px;
  }
  .page_privacypolicy article section h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .page_privacypolicy article section h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-indent: -1.6em;
    padding-left: 1.6em;
  }
  .page_privacypolicy article section p,
  .page_privacypolicy article section li,
  .page_privacypolicy article section a {
    font-size: 1.3rem;
  }
  .page_privacypolicy article section p {
    margin-bottom: 30px;
  }
  .page_privacypolicy article section li {
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .page_privacypolicy article section:last-of-type h4 {
    text-indent: 0;
    padding-left: 0;
  }
  .page_contact .hero_container {
    background-image: url("../img/others/sp_others_hero_top.jpg");
    margin-top: 0;
  }
  .page_contact .main_container {
    padding: 40px 0 75px;
    width: 100%;
  }
  .page_contact .main_container table {
    display: block;
    padding: 0 20px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page_contact .main_container table tr {
    display: block;
  }
  .page_contact .main_container table th,
  .page_contact .main_container table td {
    display: block;
    margin: 0;
    height: auto;
    width: 100%;
  }
  .page_contact .main_container table th {
    padding-bottom: 10px;
  }
  .page_contact .main_container table td {
    padding-right: 0;
    padding-left: 0;
  }
  .page_contact .main_container table td input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    width: 100%;
  }
  .page_contact .main_container .privacypolicy {
    margin: 0 20px 40px;
  }
  .page_contact .main_container .btn_submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    padding: 0 20px;
  }
  .page_contact .main_container .btn_submit:before {
    margin-left: 15px;
    top: 17px;
  }
  .global_container.page_contact {
    padding-top: 50px;
  }
  .page_404 .section_01 {
    max-width: 100%;
    margin: 40px 20px;
  }
  .page_404 .section_01 .inner_box_top .description {
    padding: 0;
  }
  .page_404 .section_01 .inner_box_bottom {
    display: block;
  }
  .page_404 .section_01 .inner_box_bottom a {
    padding: 15px 0;
    width: 100%;
    font-size: 1.3rem;
  }
  .page_404 .section_01 .inner_box_bottom a:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page_sitemap .hero_container {
    background-image: url("../img/others/others_hero_top.jpg");
  }
  .page_sitemap .main_container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px 75px;
  }
  .page_sitemap .main_container > ul {
    margin-bottom: 25px;
  }
  .page_sitemap .main_container > ul > li {
    margin-bottom: 30px;
  }
  .page_sitemap .main_container > ul > li a {
    font-size: 1.7rem;
  }
  .page_sitemap .main_container > ul > li ul li {
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .page_sitemap .main_container > ul > li ul li:before {
    content: "";
    background: url(../img/common/triangle_right.png);
    margin-right: 5px;
    width: 5px;
    height: 10px;
    background-size: 5px 10px;
    display: inline-block;
    background-repeat: no-repeat;
  }
  .page_sitemap .main_container > ul > li ul li a {
    font-size: 1.5rem;
  }
  .page_sitemap .main_container .unit_left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
