@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333;
  background-color: #999;
  font-size: 16px;
  line-height: 1.7em;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
}

body a {
  color: #000;
}

body a:hover {
  color: #000;
}

main {
  width: 100%;
  margin: 0 auto;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 50px;
}

h1 .en {
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  margin-top: 0.2em;
}

.h2_center {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #47A800;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
}

.h2_center .en {
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.2em;
  color: #333;
  text-align: center;
  margin-top: 0.2em;
}

.h2_left {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0em;
  color: #47A800;
  text-align: left;
  padding-top: 50px;
  margin-bottom: 20px;
}

.h3_bgGray {
  font-size: 16px;
  color: #fff;
  background-color: #6F6F6F;
  line-height: 2em;
  padding: 0 1em;
}

.yt_hr1 {
  border-color: #999;
}

.nav_current {
  color: #47A800;
  font-weight: bold;
}

.yt_col_green {
  color: #47A800;
}

.yt_fontweight_normal {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .yt_pcNone {
    display: none;
  }
}

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

.yt_container {
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
  background-color: #fff;
}

.yt_footer {
  width: 100%;
  max-width: 1300px;
  padding: 20px 5%;
  text-align: center;
  color: #fff;
  line-height: 1.2em;
  background-color: #47A800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.98px) {
  .yt_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.yt_footer .yt_footer_name {
  text-align: left;
  font-size: 14px;
}

.yt_footer .yt_footer_name .houjinmei {
  font-size: 24px;
  line-height: 1.8em;
}

.yt_footer .yt_footer_link {
  margin-top: 1em;
}

.yt_footer a {
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  .yt_footer a {
    font-size: 14px;
  }
}

.yt_footer a:hover {
  color: #fff;
}

.yt_header {
  position: relative;
  width: 100%;
  z-index: 100;
}

.yt_nav_pc_outer {
  width: 90%;
  height: 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.yt_nav_pc_outer .yt_nav_pc ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.yt_nav_pc_outer .yt_nav_pc li {
  text-align: center;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
}

.yt_nav_pc_outer .yt_nav_pc li a {
  text-decoration: none;
}

.yt_nav_pc_outer .yt_nav_pc .yt_nav_pc_inq {
  color: white;
  background-color: #47A800;
  border: 1px solid #47A800;
  border-radius: 3px;
  padding: 5px 10px;
}

.yt_sm_header {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .yt_sm_header {
    display: none;
  }
}

.yt_sm_header #yt_sm_btnOpen {
  margin-right: 10px;
  padding: 0;
  border: none;
}

#yt_nav_sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 200;
  position: fixed;
  top: -500px;
  width: 100%;
  height: 0;
  background-color: #3b8e00ea;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

#yt_nav_sm #yt_sm_btnClose {
  display: none;
  padding: 0;
  border: none;
  position: fixed;
  top: 8px;
  right: 10px;
}

#yt_nav_sm ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
}

#yt_nav_sm li {
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dashed #eee;
  text-align: center;
}

#yt_nav_sm li a {
  text-decoration: none;
  color: #fff;
}

.yt_main_outer {
  width: 100%;
}

.yt_bg_lightgreen {
  background-color: #F9FFDB;
}

.yt_main_inner {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .yt_main_inner {
    width: 95%;
  }
}

.yt_osirase {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .yt_osirase {
    width: 90%;
  }
}

.yt_osirase ul {
  list-style: none;
  padding: 0;
}

.yt_osirase li {
  line-height: 1.5em;
  border-bottom: 1px solid #AAA;
  padding-left: 2em;
  background-image: url(../images/icon_arrow1.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: left top;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}

.yt_osirase .yt_motto {
  font-size: 0.8em;
  font-weight: normal;
  margin-top: -1.5em;
  margin-bottom: 50px;
}

.yt_osirase .yt_motto a {
  color: #47A800;
}

.yt_osirase .yt_osirase_honbun {
  font-size: 0.9em;
}

.yt_bnr1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 991.98px) {
  .yt_bnr1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.yt_bnr1 div {
  width: 50%;
}

@media screen and (max-width: 991.98px) {
  .yt_bnr1 div {
    width: 100%;
  }
}

.yt_bnr1 .kouza_txt {
  padding: 30px 0;
  background-color: #307200;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.5em;
}

.yt_bnr1 .sitetu_txt {
  padding: 30px 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  letter-spacing: 0em;
  line-height: 1.5em;
}

@media screen and (max-width: 991.98px) {
  .yt_bnr1 .sitetu_txt div {
    padding-left: 3%;
    padding-right: 2%;
  }
}

.yt_page_title {
  width: 100%;
  height: 120px;
  background-color: #47A800;
}

.yt_breadcrumb {
  font-size: 14px;
  color: #47A800;
}

.yt_breadcrumb a {
  color: #47A800;
}

.yt_breadcrumb a:hover {
  text-decoration: none;
}

.yt_mokuteki_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.yt_unei_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yt_unei_box div {
  width: 50%;
}

@media screen and (max-width: 767.98px) {
  .yt_unei_box div {
    width: 100%;
  }
}

.yt_kouza_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yt_kouza_box .yt_kouza_box_left {
  padding: 0.1em 0.2em;
  width: 200px;
}

@media screen and (max-width: 767.98px) {
  .yt_kouza_box .yt_kouza_box_left {
    width: 100%;
    font-weight: bold;
  }
}

.yt_kouza_box .yt_kouza_box_right {
  padding: 0.1em 0.2em;
  width: calc(100% - 200px);
}

@media screen and (max-width: 767.98px) {
  .yt_kouza_box .yt_kouza_box_right {
    width: 100%;
  }
}

.yt_kouza_bgGreen {
  background-color: #F9FFDB;
  padding: 1.5em 2em;
  font-weight: normal;
}

.yt_kouza_bgGreen a {
  color: #47A800;
}

.yt_sisetu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F9FFDB;
}

.yt_sisetu_box .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  padding: 0% 3%;
}

@media screen and (max-width: 767.98px) {
  .yt_sisetu_box .logo {
    width: 35%;
  }
}

.yt_sisetu_box .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
  padding: 2% 2%;
  font-size: 0.9em;
  line-height: 1.5em;
}

@media screen and (max-width: 767.98px) {
  .yt_sisetu_box .desc {
    width: 65%;
  }
}

.yt_sisetu_box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30%;
  padding: 0 2%;
}

@media screen and (max-width: 767.98px) {
  .yt_sisetu_box .btn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.yt_sisetu_box .btn a {
  background-color: #47A800;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

.yt_kaiji_bullet {
  color: #47A800;
  font-weight: bold;
}

.md_tbl1 {
  width: 100%;
  background: #FFFFFF;
}

.md_tbl1 th,
.md_tbl1 td {
  padding: 10px;
  border: 2px solid #FFFFFF;
}

.md_tbl1 th {
  color: #333;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}

.md_tbl1 tr:nth-child(odd) {
  background: #9ce16f;
}

.md_tbl1 tr:nth-child(even) {
  background: #e4f5d9;
}

.yt_form_btn {
  width: 200px;
  text-align: center;
  background-color: #47A800;
  color: #fff;
  padding: 15px 10px;
  border-radius: 3px;
  border: none;
}

@media (max-width: 767px) {
  /* 767以下 xs　*/
  .md_form th,
  .md_form td {
    display: block;
  }
  .md_form th {
    border-bottom: 1px solid #47A800;
  }
  .md_form td {
    border-top: 0px;
    border-bottom: solid 5px #FFFFFF;
  }
}

.yt_kouza_table1 {
  width: 100%;
}

.yt_kouza_table1 th, .yt_kouza_table1 td {
  font-weight: 300;
  border: solid 1px #999;
  padding: 0.5em;
}

@media screen and (max-width: 767.98px) {
  .yt_kouza_table1 th, .yt_kouza_table1 td {
    display: block;
  }
  .yt_kouza_table1 th {
    font-weight: bold;
    border-bottom: none;
    padding-bottom: 0;
  }
  .yt_kouza_table1 td {
    border-top: none;
  }
}
/*# sourceMappingURL=yt_styles.css.map */