/* coding: urf-8 */
@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*vertical-align:baseline;*/
}

input::-ms-clear {
  visibility: hidden;
}
input::-ms-reveal {
  visibility: hidden;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

   base.css
   
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #222222;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  background: #222222;
  overflow-x: hidden;
}

.en {
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.2em;
}

/*********************************************
 a style
*********************************************/
a:link {
  color: #008a66;
  text-decoration: none;
}
a:visited {
  color: #008a66;
  text-decoration: none;
}
a:hover {
  color: #00BD8C;
  text-decoration: none;
}
a:active {
  color: #00BD8C;
  text-decoration: none;
}

/*********************************************
 header
*********************************************/
header {
  background-color: #FFFFFF;
  margin-bottom: 30px;
  /* hdLine */
  /* hdBox */
}
header .hdLine {
  color: #FFFFFF;
  background-color: #008a66;
  font-size: 13px;
  font-size: 1.3rem;
}
header .hdLine .wrap {
  display: table;
  box-sizing: border-box;
}
header .hdLine .wrap p,
header .hdLine .wrap nav {
  display: table-cell;
  vertical-align: middle;
}
header .hdLine .wrap p {
  padding: 5px 10px 5px 0;
}
header .hdLine .wrap nav ul {
  display: table;
  margin: 0 0 0 auto;
  height: 100%;
}
header .hdLine .wrap nav ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #00ae80;
}
header .hdLine .wrap nav ul li a {
  display: block;
  line-height: 30px;
  line-height: 3rem;
  padding: 0 12px;
}
header .hdLine .wrap nav ul li a:hover {
  background: #00bd8c;
}
header .hdLine .wrap nav ul li a:link,
header .hdLine .wrap nav ul li a:visited,
header .hdLine .wrap nav ul li a:hover,
header .hdLine .wrap nav ul li a:active {
  color: #FFFFFF;
}
header .hdBox {
  padding-top: 20px;
  padding-bottom: 20px;
}
header .hdBox .logoBox {
  margin-bottom: 20px;
}
header .hdBox .logoBox:after {
  content: "";
  display: block;
  clear: both;
}
header .hdBox .logoBox .logo {
  float: left;
  background: url(../img/logo5.svg) left top no-repeat;
  background-size: 38px 38px;
  padding-left: 45px;
  box-sizing: border-box;
}
header .hdBox .logoBox .logo a {
  color: #000000;
  font-size: 24px;
  font-size: 2.4rem;
}
header .hdBox .logoBox .btn {
  float: right;
}
header .hdBox .logoBox .btn a {
  display: block;
  width: 120px;
  color: #008a66;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 30px;
  line-height: 3rem;
  border: 2px solid #008a66;
}
header .hdBox .logoBox .btn a:hover {
  color: #FFFFFF;
  background: #008a66;
}

/*********************************************
 footer
*********************************************/
footer {
  color: #FFFFFF;
  background-color: #3c3c3c;
  /* acMenu */
  /* contactBox */
  /* copyright */
  /* pageTop */
}
footer .acMenu {
  background: #6f6f6f;
}
footer .acMenu .btn {
  position: relative;
  padding: 10px 10px 10px 20px;
}
footer .acMenu .btn:before {
  display: block;
  position: absolute;
  content: "";
  top: 40%;
  right: 20px;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .acMenu .btn.active:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
footer .acMenu .box ul {
  display: table;
  width: 100%;
}
footer .acMenu .box ul li {
  display: table-cell;
  width: 20%;
  text-align: center;
  border-right: 1px solid #CCCCCC;
}
footer .acMenu .box ul li :last-child {
  border-right: none;
}
footer .acMenu .box ul li a {
  display: block;
  color: #FFFFFF;
  padding: 10px;
  background: #5a5a5a;
}
footer .contactBox {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 20px 0;
}
footer .contactBox dl {
  text-align: center;
  margin: 0 auto;
}
footer .contactBox dl dt {
  margin-bottom: 10px;
}
footer .contactBox dl dd a {
  display: block;
  color: #FFFFFF;
  width: 190px;
  background-color: #000000;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  padding: 8px 10px;
}
footer .contactBox dl dd a:hover {
  background-color: #008a66;
}
footer .copyright {
  color: #008a66;
  text-align: center;
  padding-bottom: 20px;
}
footer .copyright small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
footer #pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
footer #pageTop a {
  position: relative;
  background-color: #008a66;
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 50%;
}
footer #pageTop a:before {
  display: block;
  position: absolute;
  content: "";
  top: 19px;
  left: 17px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********************************************
 wrapper
*********************************************/
.wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.wrapper {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px;
  box-sizing: border-box;
}

/* ---------------------------------
 twoClm
---------------------------------- */
.twoClm {
  letter-spacing: -0.5em;
}
.twoClm .mainBox,
.twoClm .sideBox {
  display: inline-block;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  vertical-align: top;
}
.twoClm .mainBox {
  width: 70%;
}
.twoClm .sideBox {
  width: 28%;
  margin-left: 2%;
}

/*********************************************
 h style
*********************************************/
.pageTtl {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 70px;
  color: #FFFFFF;
}
.pageTtl span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.pageTtl span:before, .pageTtl span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 1000%;
  height: 2px;
  background-color: #FFFFFF;
}
.pageTtl span:before {
  right: 100%;
}
.pageTtl span:after {
  left: 100%;
}

.ttl1 {
  color: #FFFFFF;
  background-color: #008a66;
  padding: 6px 10px;
  margin: -15px -15px 20px -15px;
}

.ttl2 {
  color: #008a66;
  font-weight: bold;
  border-bottom: solid 2px #008a66;
  padding: 0 0 5px;
  margin: 0 0 20px 0;
}

.ttl3 {
  color: #008a66;
  font-weight: bold;
  background: #e6e6e6;
  border-left: 4px solid #008a66;
  padding: 5px 10px;
  margin: 0 0 20px 0;
}

/*********************************************
 button
*********************************************/
.btn1 {
  margin-bottom: 20px;
}
.btn1 a {
  color: #008a66;
  max-width: 200px;
  display: block;
  text-align: center;
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #FFFFFF 50%, #E3E3E3 100%);
  background: linear-gradient(to bottom, #FFFFFF 50%, #E3E3E3 100%);
  border: 2px solid #008a66;
  padding: 10px;
  border-radius: 6px;
  margin: 0 auto;
}
.btn1 a:hover {
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #E3E3E3 0%, #FFFFFF 50%);
  background: linear-gradient(to bottom, #E3E3E3 0%, #FFFFFF 50%);
}

.btn2 {
  margin-bottom: 20px;
}
.btn2 a {
  position: relative;
  max-width: 200px;
  display: block;
  color: #FFFFFF;
  text-align: center;
  background: #4d4d4d;
  padding: 8px;
  border-radius: 40px;
  margin: 0 auto;
}
.btn2 a:hover {
  background: #000000;
}

/*********************************************
 form
*********************************************/
.formBox {
  /* submit, reset */
  /* text, password, textarea */
  /* select */
  /* radio, checkbox */
}
.formBox p {
  margin-bottom: 10px;
}
.formBox input,
.formBox button,
.formBox textarea {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  box-sizing: border-box;
}
.formBox input.wS,
.formBox textarea.wS {
  width: 40%;
}
.formBox input.wM,
.formBox textarea.wM {
  width: 70%;
}
.formBox input.wL,
.formBox textarea.wL {
  width: 100%;
}
.formBox button[type="submit"],
.formBox button[type="reset"],
.formBox input[type="submit"],
.formBox input[type="reset"] {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
}
.formBox button[type="submit"]:hover,
.formBox button[type="reset"]:hover,
.formBox input[type="submit"]:hover,
.formBox input[type="reset"]:hover {
  background-color: #008a66;
}
.formBox input[type="text"],
.formBox input[type="password"],
.formBox textarea {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 5px;
}
.formBox input[type="text"]:focus,
.formBox input[type="password"]:focus,
.formBox textarea:focus {
  box-shadow: 0 0 5px #CCCCCC;
  border: 1px solid #CCCCCC;
}
.formBox input[type="text"]:disabled,
.formBox input[type="password"]:disabled,
.formBox textarea:disabled {
  background-color: #e6e6e6;
}
.formBox textarea {
  width: 100%;
  max-width: 500px;
  min-height: 200px;
  max-height: 300px;
}
.formBox .selectBox {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  box-sizing: border-box;
}
.formBox .selectBox select {
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  /* fallback non calc support */
  width: -webkit-calc(100% + 5em);
  background: transparent;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px 30px 5px 10px;
  box-sizing: border-box;
}
.formBox .selectBox:before {
  display: block;
  position: absolute;
  content: "";
  z-index: 1;
  top: 48%;
  right: 10px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-right: 5px solid #000000;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.formBox input[type=radio],
.formBox input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
.formBox input[type=radio] + label,
.formBox input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}

/*********************************************
 icon
*********************************************/
.ic {
  position: relative;
  padding: 0 0 0 20px;
}
.ic:before, .ic:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

/* --- arw1 --- */
.arw1_r:before {
  top: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arw1_l:before {
  top: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arw1_b:before {
  top: 3px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arw1_t:before {
  top: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* --- arw2 --- */
.arw2_r:before {
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
}
.arw2_r:after {
  top: 6px;
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arw2_l:before {
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
}
.arw2_l:after {
  top: 6px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arw2_b:before {
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
}
.arw2_b:after {
  top: 5px;
  left: 4px;
  width: 3px;
  height: 3px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arw2_t:before {
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
}
.arw2_t:after {
  top: 7px;
  left: 4px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* --- arw3 --- */
.arw3_r:before {
  top: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #000000;
}

.arw3_l:before {
  top: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-right: 4px solid #000000;
}

.arw3_b:before {
  top: 6px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-right: 4px solid #000000;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.arw3_t:before {
  top: 2px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-right: 4px solid #000000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* --- arw4 --- */
.arw4_r:before {
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
}
.arw4_r:after {
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #FFFFFF;
}

.arw4_l:before {
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
}
.arw4_l:after {
  top: 5px;
  left: 1px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-right: 3px solid #FFFFFF;
}

.arw4_b:before {
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
}
.arw4_b:after {
  top: 7px;
  left: 3px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.arw4_t:before {
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
}
.arw4_t:after {
  top: 3px;
  left: 3px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

   main.css
   
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.bgC {
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
}

.mb0 {
  margin-bottom: 0 !IMPORTANT;
}

.pb0 {
  padding-bottom: 0 !IMPORTANT;
}

/*********************************************
 imgClm
*********************************************/
.imgClm20 .clm,
.imgClm30 .clm,
.imgClm40 .clm {
  letter-spacing: -0.5em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
.imgClm20 .clm:last-child,
.imgClm30 .clm:last-child,
.imgClm40 .clm:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.imgClm20 .clm .img,
.imgClm20 .clm .txt,
.imgClm30 .clm .img,
.imgClm30 .clm .txt,
.imgClm40 .clm .img,
.imgClm40 .clm .txt {
  display: inline-block;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  vertical-align: top;
}
.imgClm20 .clm .txt,
.imgClm30 .clm .txt,
.imgClm40 .clm .txt {
  padding: 0 0 0 3%;
  box-sizing: border-box;
}
.imgClm20.mgHf .clm,
.imgClm30.mgHf .clm,
.imgClm40.mgHf .clm {
  padding-bottom: 10px;
}

/* ---------------------------------
 imgClm20
---------------------------------- */
.imgClm20 .clm .img {
  width: 20%;
}
.imgClm20 .clm .txt {
  width: 80%;
}

/* ---------------------------------
 imgClm30
---------------------------------- */
.imgClm30 .clm .img {
  width: 30%;
}
.imgClm30 .clm .txt {
  width: 70%;
}

/* ---------------------------------
 imgClm40
---------------------------------- */
.imgClm40 .clm .img {
  width: 40%;
}
.imgClm40 .clm .txt {
  width: 60%;
}

/*********************************************
 grdClm
*********************************************/
.grdClm1 .clm .img,
.grdClm2 .clm .img,
.grdClm3 .clm .img,
.grdClm4 .clm .img,
.grdClm5 .clm .img {
  margin-bottom: 5px;
}

.grdClm2,
.grdClm3,
.grdClm4,
.grdClm5 {
  letter-spacing: -0.5em;
  margin-left: -20px;
}
.grdClm2 .clm,
.grdClm3 .clm,
.grdClm4 .clm,
.grdClm5 .clm {
  display: inline-block;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  vertical-align: top;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
}
.grdClm2.mgHf,
.grdClm3.mgHf,
.grdClm4.mgHf,
.grdClm5.mgHf {
  margin-left: -10px;
}
.grdClm2.mgHf .clm,
.grdClm3.mgHf .clm,
.grdClm4.mgHf .clm,
.grdClm5.mgHf .clm {
  padding: 0 0 10px 10px;
}

/* ---------------------------------
 grdClm1
---------------------------------- */
.grdClm1 .clm {
  width: 100%;
  padding: 0 0 20px;
}

/* ---------------------------------
 grdClm2
---------------------------------- */
.grdClm2 .clm {
  width: 50%;
}

/* ---------------------------------
 grdClm3
---------------------------------- */
.grdClm3 .clm {
  width: 33.33333333%;
}

/* ---------------------------------
 grdClm4
---------------------------------- */
.grdClm4 .clm {
  width: 25%;
}

/* ---------------------------------
 grdClm5
---------------------------------- */
.grdClm5 .clm {
  width: 20%;
}

/*********************************************
 thumbPrt
*********************************************/
.thumbPrt {
  margin-bottom: 20px;
}
.thumbPrt li {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0;
}
.thumbPrt li:after {
  content: "";
  display: block;
  clear: both;
}
.thumbPrt li:first-child {
  border-top: 1px solid #CCCCCC;
}
.thumbPrt li .img {
  float: left;
  width: 20%;
  margin-bottom: 0 !IMPORTANT;
}
.thumbPrt li .txt {
  float: left;
  width: 80%;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}

/*********************************************
 tblPrt
*********************************************/
.tblPrt1 {
  width: 100%;
  margin-bottom: 20px;
}
.tblPrt1 tr th,
.tblPrt1 tr td {
  border: 1px solid #CCCCCC;
  padding: 8px;
  background-color: #FFFFFF;  
}
.tblPrt1 thead tr th {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}
.tblPrt1 tbody tr th {
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.06);
}
.tblPrt1 th.name1  {
width: 15%;
    text-align: left;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.06);
}
.tblPrt1 td.position  {
width: 15%;
}
.tblPrt1 td.hs  {
width: 40%;
}
.tblPrt1 td.department {
width: 30%;
}
.tblPrt2 {
  width: 100%;
  margin-bottom: 20px;
}
.tblPrt2 tr th,
.tblPrt2 tr td {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 8px;
  background-color: #FFFFFF;
  text-align: center;
}
.tblPrt2 thead tr th {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}
.tblPrt2 tbody tr th {
  background-color: rgba(0, 0, 0, 0.06);
}

/*********************************************
 ulPrt
*********************************************/
.ulPrt1 ul {
  margin-bottom: 20px;
}
.ulPrt1 ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.ulPrt1 ul li:first-child {
  border-top: 1px solid #CCCCCC;
}
.ulPrt1 .lsDisc li {
  padding-left: 25px;
}
.ulPrt1 .lsDisc li:after {
  top: 20px;
  left: 8px;
}
.ulPrt1 .lsLine li {
  padding-left: 25px;
}
.ulPrt1 .lsLine li:after {
  top: 20px;
  left: 5px;
}
.ulPrt1 .lsCheck li {
  padding-left: 30px;
}
.ulPrt1 .lsCheck li:after {
  top: 17px;
  left: 10px;
}
.ulPrt1 .lsNum li {
  padding-left: 35px;
}
.ulPrt1 .lsNum li:before {
  left: 5px;
}

.ulPrt2 ul {
  margin-bottom: 20px;
}
.ulPrt2 ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #FFFFFF;
  margin-bottom: 2px;
}
.ulPrt2 .lsDisc li {
  padding-left: 30px;
}
.ulPrt2 .lsDisc li:after {
  top: 20px;
  left: 13px;
}
.ulPrt2 .lsLine li {
  padding-left: 30px;
}
.ulPrt2 .lsLine li:after {
  top: 20px;
  left: 10px;
}
.ulPrt2 .lsCheck li {
  padding-left: 35px;
}
.ulPrt2 .lsCheck li:after {
  top: 17px;
  left: 15px;
}
.ulPrt2 .lsNum li {
  padding-left: 40px;
}
.ulPrt2 .lsNum li:before {
  left: 10px;
}

/*********************************************
 ls
*********************************************/
.lsDisc li {
  position: relative;
}
.lsDisc li:after {
  display: block;
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #008a66;
  border-radius: 100%;
}

.lsCheck li {
  position: relative;
}
.lsCheck li:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 5px;
  border-left: 2px solid #008a66;
  border-bottom: 2px solid #008a66;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lsNum li {
  position: relative;
  counter-increment: li;
}
.lsNum li:before {
  content: counter(li) "";
  display: block;
  position: absolute;
  color: #FFFFFF;
  background: #008a66;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  border-radius: 100%;
}

/*********************************************
 dlPrt
*********************************************/
.dlPrt1 {
  border-top: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
.dlPrt1 dl {
    letter-spacing: -0.5em;
    border-bottom: 1px solid #CCCCCC;
}
.dlPrt1 dl dt,
.dlPrt1 dl dd {
  display: inline-block;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
      vertical-align: middle;
  padding: 10px 0;
}
.dlPrt1 dl dt {
  font-weight: bold;
  width: 20%;
}
.dlPrt1 dl dd {
  width: 80%;
}

.dlPrt2 {
  margin-bottom: 10px;
}
.dlPrt2 dl {
  background-color: #FFFFFF;
  padding: 0 0 10px;
}
.dlPrt2 dl dt {
  color: #008a66;
  font-weight: bold;
}

/*********************************************
 slider
*********************************************/
.mainSlider {
  position: relative;
  margin-top: -30px;
}
.mainSlider .sliderTxt {
  position: absolute;
  top: 0;
  left: 14%;
  width: 10%;
  z-index: 100;
}

/* ---------------------------------
 rectangle
---------------------------------- */
.rectangle {
  width: 100%;
}

/* ---------------------------------
 square
---------------------------------- */
.square li.slick-slide {
  margin: 0 10px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

   js.css
   
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*********************************************
 lastSidebar
*********************************************/

#lastOverlay {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  background: rgba(0, 0, 0, 0.5);
}

body.noscroll {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

#drMenuRwd .ttl {
  display: none;
}
#drMenuRwd .globalNavi {
  width: 100%;
  display: table;
  text-align: center;
  background: #008a66;
}
#drMenuRwd .globalNavi li {
  position: relative;
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  white-space: nowrap;
}
#drMenuRwd .globalNavi li:before, #drMenuRwd .globalNavi li:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 0 0;
}
#drMenuRwd .globalNavi li:before {
  border-color: #008a66 transparent transparent;
  right: -10px;
  z-index: 1;
}
#drMenuRwd .globalNavi li:after {
  right: -11px;
  border-color: #fff transparent transparent;
  z-index: 0;
}
#drMenuRwd .globalNavi li a {
  display: block;
  color: #FFFFFF;
  height: 100%;
  line-height: 40px;
}
#drMenuRwd .globalNavi li a:hover {
  color: #00bd8c;
}
#drMenuRwd .globalNavi li:last-child:before, #drMenuRwd .globalNavi li:last-child:after {
  display: none;
}

.triggerBtn {
  display: none;
}

#menuTrigger {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
}
#menuTrigger, #menuTrigger span {
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: all .4s;
          transition: all .4s;
}
#menuTrigger span {
  width: 28px;
  height: 2px;
  position: absolute;
  left: 10px;
  background-color: #FFFFFF;
}
#menuTrigger span:nth-of-type(1) {
  top: 12px;
}
#menuTrigger span:nth-of-type(2) {
  top: 22px;
}
#menuTrigger span:nth-of-type(3) {
  bottom: 12px;
}
#menuTrigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#menuTrigger.active span:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#menuTrigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/*********************************************
 acdn
*********************************************/
.acdn .btn {
  display: block;
  cursor: pointer;
}
.acdn .box {
  display: none;
}

/*********************************************
 slick
*********************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* --- loading --- */
.slick-loading .slick-list {
  background: #FFFFFF url(../html/img/common/loader.gif) center center no-repeat;
}

/* --- Arrows --- */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  font-size: 0;
  line-height: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  display: block;
  z-index: 2;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-prev {
  left: 25px;
}

.slick-prev:before {
  right: 0;
  border-bottom: 5px solid #000000;
  border-left: 5px solid #000000;
}

.slick-next {
  right: 25px;
}

.slick-next:before {
  left: 0;
  border-top: 5px solid #000000;
  border-right: 5px solid #000000;
}

/*
[dir='rtl'] .slick-prev {
  right: 25px;
  left: auto;
}
[dir='rtl'] .slick-prev:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 25px;
}
[dir='rtl'] .slick-next:before {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
*/
/* --- Dots --- */
.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.slick-dots {
  position: absolute;
  height: 10px;
  bottom: -30px;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: -0.4em;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  background-color: #008a66;
}

@media only screen and (max-width: 768px){
  header .hdLine{
    background-color: transparent;
  }
  header .hdLine .wrap{
    display: block;
  }
  header .hdLine .wrap p{
    font-size: 5.2rem;
    display: block;
    color: #ccc;
    padding: 55px 0 0 0;
  }
  header .hdLine .wrap nav{
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: -10px;
    display: block;
    background-color: #000000;
  }
  header .hdLine .wrap nav ul{
    margin: 0 auto 0 0;
    border-left: none;
  }
  header .hdLine .wrap nav ul li{
    height: 46px;
    background: #333333;
  }
  header .hdLine .wrap nav ul li a{
    line-height: 4.6rem;
  }
  header .hdLine .wrap nav ul li a:hover{
    background: #333333;
  }
  header .hdBox{
    padding-top: 10px;
  }
  header .hdBox .logoBox{
    margin-bottom: 0;
  }
  header .hdBox .logoBox .logo{
    float: none;
    margin-bottom: 10px;
  }
  header .hdBox .logoBox .btn{
    float: none;
  }
  header .hdBox .logoBox .btn a{
    color: #FFFFFF;
    border: none;
    margin: 0 -20px -20px auto;
    background: #008a66;
  }
  footer .acMenu .box ul{
    display: block;
    border-bottom: 1px solid #CCCCCC;
  }
  footer .acMenu .box ul li{
    display: block;
    width: 100%;
    border-right: none;
    border-top: 1px solid #CCCCCC;
  }
  .wrap{
    padding: 0 10px;
  }
  .twoClm .mainBox{
    width: 100%;
    margin-bottom: 20px;
  }
  .twoClm .sideBox{
    width: 100%;
    margin-left: 0;
  }
  .imgClm20 .clm .img{
    width: 30%;
  }
  .imgClm20 .clm .txt{
    width: 70%;
  }
  .imgClm30 .clm .img{
    width: 35%;
  }
  .imgClm30 .clm .txt{
    width: 65%;
  }
  .grdClm3 .clm{
    width: 50%;
  }
  .grdClm4 .clm{
    width: 50%;
  }
  .grdClm5 .clm{
    width: 25%;
  }
  .dlPrt1 dl dt,
  .dlPrt1 dl dd{
    display: block;
  }
  .dlPrt1 dl dt{
    width: 100%;
    padding: 10px 0 0;
  }
  .dlPrt1 dl dd{
    width: 100%;
  }
  .mainSlider .sliderTxt{
    top: -15px;
    left: 10%;
    width: 12%;
  }
  .lastSidebar{
    width: 60%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #FFFFFF;
  }
  #drMenuRwd .ttl{
    font-weight: 700;
    display: block;
    padding: 20px 15px;
  }
  #drMenuRwd .globalNavi{
    display: block;
    border-left: none;
    border-top: 2px solid #008a66;
  }
  #drMenuRwd .globalNavi li{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    border-right: none;
    border-bottom: 2px solid #008a66;
    background: #FFFFFF;
  }
  #drMenuRwd .globalNavi li:before, #drMenuRwd .globalNavi li:after{
    display: none;
  }
  #drMenuRwd .globalNavi li:before, #drMenuRwd .globalNavi li:last-child:before{
    display: block;
    position: absolute;
    content: "";
    top: 26px;
    left: 15px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #008a66;
    border-right: 2px solid #008a66;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #drMenuRwd .globalNavi li a{
    color: #008a66;
    padding: 10px 15px 10px 30px;
  }
  #drMenuRwd .globalNavi li a:hover{
    color: #008a66;
  }
  .triggerBtn{
    width: 48px;
    height: 46px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 9999;
    background: none;
  }
  .slick-prev{
    left: 15px;
  }
  .slick-next{
    right: 15px;
  }
}

@media only screen and (min-width: 769px){
  footer .acMenu .btn{
    display: none !IMPORTANT;
  }
  footer .acMenu .box{
    display: block !IMPORTANT;
  }
  .lastSidebar{
    display: block !important;
    right: auto !important;
  }
}

@media only screen and (max-width: 480px){
  .wrapper{
    padding: 0 10px 20px;
  }
  .twoClm .mainBox,
  .twoClm .sideBox{
    display: block;
  }
  .pageTtl{
    margin-bottom: 20px;
  }
  .ttl1{
    margin: -10px -10px 20px -10px;
  }
  .bgC{
    padding: 10px;
  }
  .grdClm2 .clm{
    float: none;
    width: 100%;
  }
  .grdClm5 .clm{
    width: 100%;
  }
  .grdClm5 .clm:after{
    content: "";
    display: block;
    clear: both;
  }
  .grdClm5 .clm .img{
    float: left;
    width: 25%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .lastSidebar{
    width: 80%;
  }
  .slick-prev{
    left: 5px;
  }
  .slick-next{
    right: 5px;
  }
}

@media (min-width: 1px){
  .formBox input[type=radio],
  .formBox input[type=checkbox]{
    display: none;
    margin: 0;
  }
  .formBox input[type=radio] + label,
  .formBox input[type=checkbox] + label{
    padding: 0 0 0 24px;
  }
  .formBox input[type=radio] + label:before,
  .formBox input[type=checkbox] + label:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: #FFFFFF;
  }
  .formBox input[type=radio] + label:before{
    border: 1px solid #CCCCCC;
    border-radius: 50%;
  }
  .formBox input[type=checkbox] + label:before{
    border: 1px solid #CCCCCC;
    border-radius: 3px;
  }
  .formBox input[type=radio]:checked + label:after,
  .formBox input[type=checkbox]:checked + label:after{
    content: "";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
  }
  .formBox input[type=radio]:checked + label:after{
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #008a66;
    border-radius: 8px;
  }
  .formBox input[type=checkbox]:checked + label:after{
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #008a66;
    border-bottom: 3px solid #008a66;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.txt{
    margin-bottom: 30px;
}
.score{
    width: 40%;
    text-align: center;
    float: left;
}
.score-sep{
    width: 20%;
    text-align: center;
    float: left;
}
.cal_wrapper {
    max-width: 960px; /* ő啝 */
    min-width: 300px; /* ŏ */
    margin: 2.0833% auto;
}
.googlecal {
    position: relative;
    padding-bottom: 100%; /* c */
    height: 0;
}
.googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media only screen and (min-width: 768px) {
    .googlecal { padding-bottom: 75%; }
}
