@charset "utf-8";

/* -------------------------------------------------------
	initialize
   ------------------------------------------------------- */

body,
div,
dl,
dt,
dd,
ol,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #333;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", YuGothic, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
address {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
}
dl,
ol,
ul {
  list-style: none;
}
a {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  text-decoration: none;
  outline: none;
}
a:focus {
  overflow: hidden;
}
img {
  border: none;
  vertical-align: bottom;
}

textarea,
input {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", YuGothic, sans-serif;
}

/* -------------------------------------------------------
	common
   ------------------------------------------------------- */

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

@media screen and (max-width: 480px) {
  .pc-cont {
    display: none;
  }
}

/* -------------------------------------------------------
	header
   ------------------------------------------------------- */

.drawer--navbarTopGutter {
  padding-top: 75px;
}
.drawer-navbar .drawer-navbar-header {
  border-bottom: solid 5px #01853a;
}
.drawer-navbar-header {
  height: 75px;
  text-align: left;
}

.drawer-navbar-header div {
  width: 100%;
  height: 70px;
}
.drawer-hamburger {
  top: 8px;
  width: 1.8rem;
  right: 0.75rem !important;
  padding-top: 18px;
  padding-right: 0.56rem;
  padding-bottom: 28px;
  padding-left: 0.56rem;
  border: solid 2px #01853a;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  height: 3px;
  background-color: #01853a;
}
.drawer-navbar .drawer-nav {
  padding-top: 75px;
}
.drawer-navbar .drawer-nav li a {
  display: block;
  padding: 10px 15px;
  border-bottom: dotted 1px #01853a;
  color: #01853a;
}
.drawer-navbar .drawer-nav li a:first-child {
  padding-top: 15px;
}
.drawer-navbar .drawer-nav li a:hover {
  color: #fff;
  background-color: #5ba55a;
}
.drawer-navbar .drawer-nav li a span {
  font-size: 0.6rem;
  vertical-align: top;
}
.drawer-navbar-header div h1 {
  float: left;
}
.drawer-navbar-header div h2 {
  float: left;
  padding-left: 2%;
  font-size: 1.2rem;
  line-height: 70px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .drawer-navbar-header div h2 {
    font-size: 4vw;
  }
}

/*20180913追加*/

.header-menu {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 11px;
  color: #01853a;
}

/* -------------------------------------------------------
	footer
   ------------------------------------------------------- */

footer {
  clear: both;
}
footer section {
  padding: 2rem 1.5rem 0;
  background-color: #f0f0f0;
  border-bottom: solid 1px #01853a;
  text-align: center;
}
footer section h3 {
  padding-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
}
footer section ul {
  width: 640px;
  overflow: hidden;
  margin: 0 auto;
  padding: 1rem 0;
}
footer section li {
  float: left;
  margin: 10px 10px 0 0;
}
footer section li:last-child {
  margin: 0;
}

footer section .to-top {
  clear: both;
  margin-top: 1.5rem;
}
footer section .to-top a {
  display: block;
  width: 8rem;
  margin: 0 auto;
  color: #fff;
  line-height: 1.8;
  background-color: #01853a;
}
footer .copyright {
  padding: 0.7rem 1.5rem;
  font-size: 0.9rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer section ul {
    width: 70%;
  }
  footer section li {
    margin: 0;
    width: 48%;
  }
  footer section li:first-child {
    margin-right: 4%;
  }
  footer section li:last-child {
    clear: both;
    float: none;
    width: 100%;
    padding-top: 4%;
  }
  footer section li img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  footer section ul {
    width: 100%;
  }
}

/* -------------------------------------------------------
	container
   ------------------------------------------------------- */

.name-area {
  padding: 0.75rem;
  border-bottom: solid 2px #01853a;
}
.name-area h2 {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: bold;
}

.container {
  padding: 0 0.75rem 2rem;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

/* -------------------------------------------------------
	maincontent
   ------------------------------------------------------- */

.maincontent.cont-left {
  /* float: left; */
  width: 100%;
}

@media screen and (max-width: 768px) {
  .maincontent.cont-left {
    float: none;
    width: 100%;
  }
}

/* -------------------------------------------------------
	login
   ------------------------------------------------------- */

.login {
  box-sizing: border-box;
  width: 100%;
  max-width: 768px;
  margin: 6% auto 0;
  padding: 3% 5%;
  border: double #b7d2aa;
}

.login input[type="text"],
input[type="password"] {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999;
  border-radius: 5px;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.075);
}
.LogIn,
.Clear {
  display: inline-block;
  margin: 0 0.5rem;
  text-align: center;
  font-size: 1rem;
  text-shadow: 0px 0px 1px #000;
  padding: 0.75rem 1.25rem;
  color: #fff;
  background-color: #4ca052;
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 4px -1px #000;
  cursor: pointer;
}
.Clear {
  background-color: #666;
}

.login .part-01 {
  width: 100%;
  overflow: hidden;
}
.login .part-01 h1 {
  float: left;
  width: 130px;
}
.login .part-01 h2 {
  width: 100%;
  font-size: 1.2rem;
  line-height: 70px;
  font-weight: bold;
}
.login .part-01 p {
  clear: both;
  padding: 2rem 0;
  text-align: center;
  border-top: solid 1px #b7d2aa;
}

.login .part-02 div {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.login .part-02 h3 {
  float: left;
  width: 30%;
  padding: 0.5rem;
  text-align: center;
}
.login .part-02 p {
  float: left;
  width: 70%;
}
.login .part-02.alt-01 h3 {
  float: none;
  width: 100%;
  padding: 0 0 1rem;
}
.login .part-02.alt-01 p {
  float: none;
  width: 100%;
}

.login .part-03 {
  clear: both;
  text-align: center;
}

.login .part-04 {
  text-align: center;
  margin: 2rem 0;
}
.login .part-05 ul {
  list-style: inside circle;
}
.login .part-05 li {
  margin-bottom: 0.25rem;
}
.login .part-05 li a {
  font-size: 0.9rem;
  color: #666;
  text-decoration: underline;
}
.login .part-05 li a:hover {
  color: #999;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .login {
    margin-top: 0;
    padding: 0;
    border: none;
  }

  .login .part-01 p {
    text-align: left;
  }
  .login .part-02 h3 {
    float: none;
    width: 100%;
    padding: 0 0 0.5rem;
    text-align: left;
  }
  .login .part-02 p {
    float: none;
    width: 100%;
  }
}

/* -------------------------------------------------------
	sec
   ------------------------------------------------------- */

.sec .hl-wrap-01 {
  width: 100%;
  overflow: hidden;
  margin-top: 1.5rem;
  background: url(../../img/hl_bg_01.gif) left bottom repeat-x;
}
.sec .hl-wrap-01.alt-01 {
  margin: 2.5rem 0 1.6rem;
}
.sec .hl-wrap-01 h2 {
  float: left;
  padding-right: 1rem;
  border-bottom: solid 5px #01853a;
  font-size: 1.04rem;
  line-height: 1.8;
  font-weight: bold;
}

.sec .hl-wrap-02 {
  width: 100%;
  overflow: hidden;
  margin-top: 1.5rem;
  border-bottom: solid 1px #333;
  border-left: solid 5px #333;
}
.sec .hl-wrap-02 h2 {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: bold;
  padding-left: 0.4rem;
}

.sec .catch-01 {
  padding: 0.8rem 0.4rem 0.4rem;
}

.sec .ul-01 li {
  border-bottom: solid 1px #ccc;
}
.sec .ul-01 li a {
  display: block;
  padding: 0.8rem 0.4rem 0.4rem;
  line-height: 1.5;
}
.sec .ul-01 li a:hover {
  background-color: #e7fbe3;
}
.sec .ul-01 strong {
  font-weight: normal;
  color: #666;
  line-height: 2;
}
.sec .ul-01 .cat-tag-01 {
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  padding: 0 0.3rem;
  margin-left: 0.5rem;
}
.sec .ul-01 .color-01 {
  background-color: #cc3333;
}
.sec .ul-01 .color-02 {
  background-color: #cc9933;
}
.sec .ul-01 .color-03 {
  background-color: #009933;
}
.sec .ul-01 .color-04 {
  background-color: #3333cc;
}
.sec .ul-01 .color-05 {
  background-color: #cc33cc;
}

.sec .ul-02 {
  list-style: circle outside;
  padding-left: 2rem;
  width: 98%;
  margin-top: 1.25rem;
  padding-bottom: 0.5rem;
}
.sec .ul-02 li {
  border-bottom: dotted 1px #333;
  font-size: 0.9rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
.sec .ul-02 li a {
  color: #666;
  text-decoration: underline;
}
.sec .ul-02 li a:hover {
  color: #999;
  text-decoration: none;
}

.sec .tbl-01 {
  clear: both;
  width: 100%;
  border-collapse: collapse;
}
.sec .tbl-01 th,
.sec .tbl-01 td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.sec .tbl-01 th {
  padding: 0.5rem;
  background-color: #6eb076;
  border-right: dotted 1px #fff;
  color: #fff;
  white-space: nowrap;
}
.sec .tbl-01 td {
  padding: 1rem 0.5rem;
  border-bottom: solid 1px #6eb076;
  border-right: dotted 1px #e0f1e2;
  font-size: 0.9rem;
}
.sec .tbl-01 th:last-child,
.sec .tbl-01 td:last-child {
  border-right: none;
}
.sec .tbl-01 th:nth-child(1) {
  width: 8%;
}
.sec .tbl-01 th:nth-child(2) {
  width: 20%;
}
.sec .tbl-01 th:nth-child(3) {
  width: 22%;
}
.sec .tbl-01 th:nth-child(4) {
  width: 32%;
}
.sec .tbl-01 th:nth-child(5) {
  width: 18%;
}
.sec .tbl-01 a {
  color: #666;
  text-decoration: underline;
}
.sec .tbl-01 a:hover {
  color: #999;
  text-decoration: none;
}
.sec .tbl-01.alt-01 {
  margin: 1rem 0 1.6rem;
}
.sec .tbl-01.alt-01 th {
  width: auto !important;
  font-size: 0.9rem;
  white-space: normal;
}

.sec .tbl-02 {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  border-top: solid 1px #6eb076;
}
.sec .tbl-02 th,
.sec .tbl-02 td {
  text-align: left;
  font-weight: normal;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
}
.sec .tbl-02 th {
  vertical-align: middle;
  background-color: #fff;
  border-right: dotted 1px #999;
  border-bottom: solid 1px #6eb076;
  background-color: #f8f8f8;
  color: #027031;
  width: 6rem;
  white-space: nowrap;
}
.sec .tbl-02 td {
  vertical-align: top;
  border-bottom: solid 1px #6eb076;
}
.sec .tbl-02 th:last-child,
.sec .tbl-02 td:last-child {
  border-right: none;
}
.sec .tbl-02 a {
  color: #666;
  text-decoration: underline;
}
.sec .tbl-02 a:hover {
  color: #999;
  text-decoration: none;
}
.sec .tbl-02.alt-01 {
  margin-bottom: 1.6rem;
}

.sec .box-01 {
  padding: 1rem 0.75rem 0;
}
.sec .box-01 p {
  padding-bottom: 1rem;
}
.sec .box-01 img {
  display: inline-block;
  width: 60px;
  height: auto;
  padding: 4px;
  margin: 4px;
  border: solid 2px #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.sec .pagination-01 {
  clear: both;
  margin-top: 2rem;
  padding-bottom: 1rem;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.sec .pagination-01 li {
  display: inline-block;
  border: solid 1px #038338;
  margin: 0 0.2rem 1rem;
}
.sec .pagination-01 li a {
  padding: 0 0.5rem;
  color: #038338;
  line-height: 2rem;
  display: block;
}

.sec .pagination-01 li a.selected,
.sec .pagination-01 li a:hover {
  color: #fff;
  background-color: #038338;
}

.sec .btn-wrap-01 {
  clear: both;
  margin-top: 1.5rem;
}
.sec .btn-wrap-01 a {
  display: block;
  width: 300px;
  margin: 0 auto;
  color: #038338;
  text-align: center;
  font-size: 1.1rem;
  line-height: 3.4;
  font-weight: bold;
  border: solid 3px #038338;
  background: url(../../img/arw_r_01.jpg) 280px center no-repeat;
}
.sec .btn-wrap-01 a:hover {
  color: #fff;
  background-color: #038338;
  background-image: none;
}

.sec .btn-wrap-02 {
  clear: both;
  margin-top: 1.5rem;
  width: 100%;
  overflow: hidden;
}
.sec .btn-wrap-02 p {
  float: left;
  width: 49%;
  margin-bottom: 2%;
}
.sec .btn-wrap-02 p:nth-child(odd) {
  margin-right: 2%;
}
.sec .btn-wrap-02 a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #038338;
  text-align: center;
  font-size: 1.1rem;
  line-height: 3.4;
  font-weight: bold;
  border: solid 3px #038338;
  background: url(../../img/arw_r_01.jpg) 98% center no-repeat;
}
.sec .btn-wrap-02.alt-02 p:first-child a {
  background: url(../../img/arw_l_01.jpg) 2% center no-repeat;
}
.sec .btn-wrap-02 p:first-child a:hover,
.sec .btn-wrap-02 a:hover {
  color: #fff;
  background-color: #038338;
  background-image: none;
}

.sec .btn-wrap-03 {
  clear: both;
  margin-top: 0.6rem;
}
.sec .btn-wrap-03 a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #038338;
  text-align: center;
  font-size: 1.1rem;
  line-height: 3.4;
  font-weight: bold;
  border: solid 3px #038338;
}
.sec .btn-wrap-03 a span {
  display: inline-block;
  padding-left: 30px;
  background: url(../../img/ico_home_01.jpg) left 15px no-repeat;
}
.sec .btn-wrap-03 a:hover {
  color: #fff;
  background-color: #038338;
}
.sec .btn-wrap-03 a:hover span {
  background-image: url(../../img/ico_home_01_on.jpg);
}

.sec .btn-wrap-03.alt-01 a {
  color: #242380;
  border: solid 3px #242380;
}
.sec .btn-wrap-03.alt-01 a:hover {
  color: #fff;
  background-color: #242380;
}

.sec .btn-wrap-04 {
  clear: both;
  margin-top: 2%;
  width: 100%;
  overflow: hidden;
}
.sec .btn-wrap-04 p {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
}
.sec .btn-wrap-04 p:last-child {
  margin-right: 0;
}
.sec .btn-wrap-04 a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #038338;
  text-align: center;
  font-size: 1rem;
  line-height: 3;
  border: solid 1px #038338;
}
.sec .btn-wrap-04 a.selected,
.sec .btn-wrap-04 a:hover {
  color: #fff;
  background-color: #038338;
}

.sec .btn-wrap-05 {
  clear: both;
  margin-top: 0.6rem;
}
.sec .btn-wrap-05 a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #038338;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3;
  padding: 1rem 0;
  font-weight: bold;
  border: solid 3px #038338;
}
.sec .btn-wrap-05 a:hover {
  color: #fff;
  background-color: #038338;
}

.form-wrap-01 .part-01 p {
  text-align: right;
  margin-top: 1rem;
}
.form-wrap-01 .part-01 select {
  display: inline-block;
  width: 30%;
  margin: 0 0 0.5rem 1%;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 2;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.075);
}

.form-wrap-01 .part-02 {
  margin: 1.6rem 0;
}
.form-wrap-01 .part-02 p {
  margin-bottom: 0.6rem;
}
.form-wrap-01 .part-02 p:last-child {
  text-align: right;
}
.form-wrap-01 .part-02 textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999;
  border-radius: 5px;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.075);
}

.form-wrap-02 {
  width: 100%;
  padding: 1.5rem;
  margin-top: 1rem;
  background-color: #e8f3e7;
  border-radius: 8px;
}
.form-wrap-02 select,
.form-wrap-02 input,
.form-wrap-02 textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999;
  border-radius: 5px;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.075);
}
.form-wrap-02 div {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.form-wrap-02 h4 {
  float: left;
  font-weight: bold;
  line-height: 2;
  width: 12%;
}
.form-wrap-02 p {
  float: left;
  width: 88%;
}
.form-wrap-02 .part-01,
.form-wrap-02 .part > div {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: solid 2px #ccc;
}
.form-wrap-02 .part-02 select,
.form-wrap-02 .part-02 input,
.form-wrap-02 .part-03 select {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .sec .btn-wrap-02.alt-01 a {
    font-size: 1rem;
  }

  .form-wrap-02 h4 {
    width: 20%;
  }
  .form-wrap-02 p {
    width: 80%;
  }
  .form-wrap-02 .part-02 select,
  .form-wrap-02 .part-02 input,
  .form-wrap-02 .part-03 select {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .sec .tbl-01 th {
    padding: 0.2rem;
    font-size: 0.9rem;
    white-space: normal;
  }
  .sec .tbl-01 td {
    padding: 0.2rem;
  }

  .sec .tbl-02,
  .sec .tbl-02 tbody,
  .sec .tbl-02 thead,
  .sec .tbl-02 tfoot,
  .sec .tbl-02 tr,
  .sec .tbl-02 th,
  .sec .tbl-02 td {
    display: block;
  }
  .sec .tbl-02 th,
  .sec .tbl-02 td {
    padding: 0.75rem;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9rem;
  }
  .sec .tbl-02 th {
    padding: 0.3rem 0.75rem;
    text-align: center;
    border-right: none;
    white-space: normal;
    border-bottom: dotted 1px #ccc;
  }

  .sec .box-01 img {
    width: 50px;
  }

  .sec .btn-wrap-01 a {
    width: 100%;
    line-height: 3;
    box-sizing: border-box;
    background-position: 98% center;
  }

  .sec .btn-wrap-02 p {
    float: none;
    width: 80%;
    margin: 0 auto 2%;
  }
  .sec .btn-wrap-02 a {
    line-height: 2.6;
  }
  .sec .btn-wrap-02 p:nth-child(odd) {
    margin: 0 auto 2%;
  }

  .sec .btn-wrap-03 a {
    line-height: 3;
  }
  .sec .btn-wrap-03 a span {
    background-position: left 12px;
  }

  .sec .btn-wrap-05 a {
    font-size: 1rem;
  }

  .form-wrap-02 h4,
  .form-wrap-02 p {
    float: none;
    width: 100%;
  }
  .form-wrap-01 .part-01 select {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

/* -------------------------------------------------------
	sidebar
   ------------------------------------------------------- */

.sidebar {
  float: right;
  width: 28%;
  margin-top: 1.5rem;
}

.sidebar ul {
  padding-bottom: 6px;
  border-bottom: dotted 1px #01853a;
}
.sidebar li {
  margin-bottom: 2px;
  background-color: #01853a;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.sidebar li:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.sidebar li:nth-child(1) {
  background-image: url(../../img/snav_ico_01.jpg);
}
.sidebar li:nth-child(2) {
  background-image: url(../../img/snav_ico_02.jpg);
}
.sidebar li:nth-child(3) {
  background-image: url(../../img/snav_ico_03.jpg);
}
/*.sidebar li:nth-child() { background-image: url(../../img/snav_ico_07.jpg);}*/
.sidebar li:nth-child(4) {
  background-image: url(../../img/snav_ico_04.jpg);
}
.sidebar li:nth-child(5) {
  background-image: url(../../img/snav_ico_05.jpg);
}
.sidebar li:nth-child(6) {
  background-image: url(../../img/snav_ico_06.jpg);
}
.sidebar li:nth-child(7) {
  background-image: url(../../img/snav_ico_08.jpg);
}
.sidebar li a {
  box-sizing: border-box;
  display: block;
  height: 80px;
  padding: 32px 0 0 60px;
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.1;
}
.sidebar li:nth-child(2) a {
  padding-top: 24px;
}
.sidebar li:nth-child(2) a span {
  font-size: 0.8rem;
}

.sidebar h2 {
  padding-top: 8px;
}
.sidebar h2 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sidebar {
    float: none;
    width: 100%;
  }

  .sidebar ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    border-bottom: none;
  }
  .sidebar li {
    float: left;
    width: 50%;
    border-right: solid 2px #fff;
  }

  .sidebar h2 {
    padding: 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .sidebar li {
    float: none;
    width: 100%;
    border-right: none;
  }
  .sidebar li a {
    height: 60px;
    padding-top: 22px;
  }
  .sidebar li:nth-child(2) a {
    padding-top: 12px;
  }
}

/* -------------------------------------------------------
	tooltip
   ------------------------------------------------------- */

#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
}

#tooltip:after /* triangle decoration */ {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

/* -------------------------------------------------------
	wordpress
   ------------------------------------------------------- */

.sec .product-list {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.sec .product-list li {
  float: left;
  width: calc(25% - 10px);
  padding: 15px;
  display: block;
  box-sizing: border-box;
  margin: 10px 5px 0;
  line-height: 1.4;
  border: solid 2px #01853a;
  word-wrap: break-word;
}
.sec .product-list li h4 {
  text-align: center;
  color: #01853a;
  line-height: 1.4;
  margin-bottom: 4%;
}
.sec .product-list li > a {
  border: solid 2px #01853a;
  padding: 15px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sec .product-list a:hover {
  background-color: #e7fbe3;
}
.sec .product-list li img {
  display: block;
  width: 100%;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .sec .product-list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .sec .product-list li a {
    padding: 4% 4% 2%;
    margin-top: 4%;
  }
  .sec .product-list li h4,
  .sec .product-list li img {
    margin-bottom: 2%;
  }
}

.wp-paginate-01 {
  padding-top: 2em;
  text-align: center;
}
.wp-paginate-01 span,
.wp-paginate-01 a {
  padding: 0 0.5em;
  font-size: 120%;
  line-height: 200%;
}
.wp-paginate-01 a {
  color: #038338;
  font-weight: bold;
  text-decoration: underline;
}
.wp-paginate-01 a:hover {
  text-decoration: none;
}

.sec .ul-01.single-01 li {
  border: none;
  padding: 0.8rem 0.4rem 2rem;
}
.sec .ul-01.single-01 li a {
  display: inline;
  padding: 0;
  line-height: normal;
  color: #038338;
  text-decoration: underline;
}
.sec .ul-01.single-01 li a:hover {
  text-decoration: none;
  background-color: transparent;
}
.sec .ul-01.single-01 p {
  margin-bottom: 1.2em;
}
.sec .ul-01.single-01 table {
  border-collapse: collapse;
  border: solid 3px #9cc0ab;
  margin-bottom: 1.2em;
}
.sec .ul-01.single-01 th,
.sec .ul-01.single-01 td {
  padding: 0.8em;
  font-size: 90%;
  border: solid 1px #9cc0ab;
}
.sec .ul-01.single-01 th {
  background-color: #f3f8f5;
}

.to-login-01 {
  text-align: center;
  padding: 10% 0;
}
.to-login-01 a {
  color: #038338;
  text-decoration: underline;
}
.to-login-01 a:hover {
  text-decoration: none;
}

/* -------------------------------------------------------
	clearfix
   ------------------------------------------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/*20190729*/

#video figure {
  margin: 0;
  display: none;
}
#video figure:target {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#video figure:target #overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: inherit;
}
#video figure:target img {
  animation: fadein 0.3s;
}
@keyframes fadein {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.border {
  padding-bottom: 6px;
  border-bottom: dotted 1px #01853a;
}

#video2 figure {
  margin: 0;
  display: none;
}
#video2 figure:target {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#video2 figure:target #overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: inherit;
}
#video2 figure:target img {
  animation: fadein 0.3s;
}
@keyframes fadein {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


/*20211129*/

.section-title__wrap {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	margin-top: 1.5rem;
}

.mailIcon__wrap {
	margin-right: 14px;
}

.section-title-icon__color {
	fill: #01853a;
}

.section-title {
	font-size: 1.2rem;
	font-weight: bold;
}

.message-wrap {
	display: flex;
}

.message-info {
	padding-left: 8px;
}

.info-title {
	font-weight: bold;
	padding-bottom: 6px;
margin-top: 10px;}

.info-data {
  background: #f4f9f6;
	border-bottom: 1px solid #ccd6dd;
	padding: 8px 10px 12px 10px;
}

.download-list {
	margin-top: 20px;
	margin-bottom: 40px;
}

.download-list li {
	margin-bottom: 15px;
}

.download-list li a {
	padding-right: 0;
}

.download-list li a:after {
	display: none;
}

.download-list li .message-wrap:first-child {
	justify-content: space-between;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 10px;
	padding: 10px 0;
}

.mail-icon__color {
	fill: #01853a;
}

.search-box {
  display: flex;
  background: #f0f0f0;
  padding: 20px;
  align-items: center;
}

.search-text {
  font-size: 18px;
  font-weight: bold;
  margin-right: 8px;
}

.search-box-input {
  width: 40%;
  margin-right: 5px;
}

.search-box-input input {
  width: 94%;
  padding: 7px;
  border-radius: 4px;
  border: solid 2px #ccc;
}

.search-box-submit input {
  padding: 5px 30px;
  background: #01853a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  border-radius: 5px;
}

.search-box-submit input:hover {
  opacity: 0.8;
}
.sec_video video {
  padding-top: 20px;
}
.sec_video a {
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  padding-top: 10px;
  font-weight: 700;
  color: #0078de;
}

@media screen and (max-width: 767px) {
  .search-box {
    display: block;
    padding: 15px;
  }
  .search-text {
    margin-bottom: 10px;
  }
  .search-box-input {
    width: 100%;
    margin-bottom: 15px;
  }
  .search-box-input input {
    padding: 10px;
  }
  .search-box-submit {
    width: 80%;
     margin: 0 auto;
  }
  .search-box-submit input {
    width: 100%;
    padding: 10px;
  }
}
/*20241203*/
.flt-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.flt-wrap .flt-left01,.flt-right01 {
width: 48%;
}
.p-contentTitle,.attendance-profile{
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.p-inquiry-wrap {
  margin-bottom: 30px;
}
.p-contentTitle-text {
  font-weight: 700;
}
/* .p-inquiry--formTitle {
  margin-bottom: 5px;
} */
 .info-detail-date,.attendance-company {
  font-weight: 700;
 }
 .p-inquiry--formTitle label{
  font-weight: 700;
}
 .p-inquiry--formTitle span {
   font-weight: 500 !important;
 }
@media screen and (max-width: 767px) {
.flt-wrap .flt-left01,
  .flt-right01 {
    width: 100%;

  }
}
