@charset "UTF-8";
/*  ------------------------------------------------------------------
	a
---------------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: black; }
  a:hover {
    text-decoration: none; }
  a.alpha, a.alpha img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    a.alpha:hover, a.alpha img:hover {
      opacity: 0.6;
      filter: alpha(opacity=60);
      -ms-filter: "alpha(opacity=60)"; }

/*  ------------------------------------------------------------------
	float
---------------------------------------------------------------------*/
.floatL {
  float: left; }

.floatR {
  float: right; }

@media only screen and (max-width: 767px) {
  .floatL, .floatR {
    float: none; } }

/*  ------------------------------------------------------------------
	visible
---------------------------------------------------------------------*/
.visible_lg {
  display: block !important; }
  @media only screen and (max-width: 767px) {
    .visible_lg {
      display: none !important; } }

.visible_xs {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .visible_xs {
      display: block !important; } }

/*  ------------------------------------------------------------------
	font color
---------------------------------------------------------------------*/
.thema_red {
  color: #E8340D !important; }

.thema_yellow {
  color: #FFF500 !important; }

.thema_green {
  color: #008B32 !important; }

/*  ------------------------------------------------------------------
	hn
---------------------------------------------------------------------*/
.hnTitle01 {
  font-family: 'Kanit', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  color: #008B32;
  text-align: center;
  position: relative;
  padding-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .hnTitle01 {
      font-size: 35px;
      font-size: 3.5rem;
      padding-bottom: 60px; } }
  .hnTitle01 span {
    font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-style: normal;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: black;
    display: block;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .hnTitle01 span {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 10px; } }
  .hnTitle01:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    width: 1px;
    height: 80px;
    background-color: #008B32; }
    @media only screen and (max-width: 767px) {
      .hnTitle01:after {
        height: 40px; } }

.hnTitle02 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  color: black;
  text-align: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .hnTitle02 {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 20px; } }

.hnTitle03 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  color: black;
  text-align: center;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .hnTitle03 {
      font-size: 25px;
      font-size: 2.5rem;
      margin-bottom: 30px; } }

.hnTitle04 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .hnTitle04 {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.4;
      margin-bottom: 20px; } }

/*  ------------------------------------------------------------------
	table
---------------------------------------------------------------------*/
.tbType01 {
  width: 100%; }
  .tbType01 th,
  .tbType01 td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 25px 0;
    margin: 0;
    border-bottom: solid 1px #D6D6D6; }
    .tbType01 th p,
    .tbType01 td p {
      font-weight: 400 !important;
      line-height: 1.5 !important;
      margin-bottom: 1.5em; }
      .tbType01 th p:last-child,
      .tbType01 td p:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .tbType01 th,
      .tbType01 td {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 20px 0;
        display: block; } }
  .tbType01 th {
    width: 23%;
    border-color: #008B32;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .tbType01 th {
        width: 32.8571428571%;
        padding-bottom: 0;
        border: none; } }
  .tbType01 td {
    padding-left: 10px; }
    @media only screen and (max-width: 767px) {
      .tbType01 td {
        position: relative;
        padding-top: 15px;
        padding-left: 0; }
        .tbType01 td:after {
          position: absolute;
          content: "";
          width: 32.8571428571%;
          height: 1px;
          background-color: #008B32;
          left: 0;
          bottom: -1px; } }

/*  ------------------------------------------------------------------
	box-sizing
---------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
