
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Poppins);

body {
  font-family: "Yu Gothic Medium", YuGothic, "Noto Sans Japanese", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.font-ym {
  font-family: 游明朝, YuMincho, "Yu Gothic Medium", YuGothic, "Noto Sans Japanese", serif, sans-serif;
}

/* ヘッダー */
.logo img.pc_img, #head_logo img.pc_img {
  display: block;
  width: 130px;

}
.logo img.sp_img, #head_logo img.sp_img {
  display: none;
  width: 130px;
}
/* フッター */

#footer {
  width: 100%;
}
.copyright {
  font-size: 12px;
  line-height: 40px;
  color: #2eb162;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 40px;
}
.footer_area {
  position: relative;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 90px;
  background-color: #00a040;
  padding-top: 40px;
}
.footer_link {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.footer_link a {
  color: #fff;
  text-decoration: none;
}
.footer_link a:hover{
  text-decoration: underline;
}
.footer_link span {
  margin-left: 15px;
  margin-right: 15px;
}
#footer p {
  position: absolute;
  top: 43px;
  right: 30px;
  font-size: 10px;
}

/* Global Navi */
/* .navi_index .navi_list-pc a, .navi_index .navi_list-sp a {
  pointer-events: none;
  cursor: pointer;
} */
.navi_main a, .hm_part a {
  font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.summary .fix {
  /* Global Navi */
  /* display: none; */
}
.global_navi {
  /* display: none; */
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.95);
  z-index: 10;
}
.navi_main {
  width: 100%;
  height: 60px;
  /* overflow: hidden; */
  /* background-color: rgba(255,255,255,0.95); */
  box-sizing: border-box;
}
.navi_logo {
  /* overflow: hidden; */
  display: inline-block;
  width: 114px;
  height: 30px;
}
.navi_logo img {
  width: 100%;
  height: auto;
}
.navi_menu-pc li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.navi_menu-pc a {
  color: #666666;
}
.navi_menu-pc a:hover{
  text-decoration: underline;
}

.navi_sns_ttl {
  display: inline-block;
  color: #666666;
  font-family: Poppins;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: .025em;
  margin-right: 14px;
}

.menu_sns {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.menu_sns img {
  width: 100%;
  height: auto;
}

.menu_sns + .menu_sns {
  margin-left: 11px;
}

.navi_list li.menu_green a {
  color: #00a040;
}
/* ぱんくず */
/* .breadcrumbs {

} */
.breadcrumbs span {
  color: #1faa57;
  font-weight: bold;
  margin-left: 2px;
}
.breadcrumbs a {
  color: #7f8381;
  text-decoration: none;
}
.breadcrumbs a:hover{
  text-decoration: underline;
}
/* pc */


@media screen and (min-width: 1024px) {
  #size-detect {
    font-family: "pc";
  }
  .br_tab {
    display: none;
  }
  .br_sp {
    display: none;
  }
  .br_pc {
    display: block;
  }
  /* ぱんくず */
  .breadcrumbs {
    font-size: 11px;
    /* Global Navi */
    padding-top: 45px;
    padding-left: 15px;
    /* padding-top: 10px; */
    /* padding-right: 15px; */
    /* padding-left: 130px; */
    /* text-align: right; */
  }
}

@media screen and (min-width: 1101px) {
    /* Global Navi */
    .global_navi {
      border-bottom: 1px solid #e5f5ec;
      /* background-color: #fff; */
      box-sizing: border-box;
    }
    .navi_logo {
      float: left;
      margin: 15px 17px 0 30px;
    }
    .navi_menu-pc .navi_list {
      float: left;
      margin-top: 29px;
    }
    .navi_menu-pc .navi_list a {
      margin-left: 22px;
    }
    .navi_sns {
      float: right;
      border-left: 1px solid #DDDDDD;
      padding: 15px 20px 0;
      height: 60px;
    }
    .navi_sns_ttl {
      position: relative;
      top:-2px;
    }
    .navi_humb-sp {
      display: none;
    }
    .hm_part {
      display: none!important;
    }
    .navi_br_pc {
      display: block;
    }
}

@media screen and (min-width: 1366px) {
  .navi_logo {
    margin: 15px 17px 0 60px;
  }
}

@media screen and (max-width:1100px){
  /* ヘッダー */
  .navi_main {
    height: 61px;
    padding: 15px 30px;
    border-bottom: 1px solid #e5f5ec;
  }
  .navi_menu-pc {
    display: none;
  }
  .navi_humb-sp, .navi_humb-sp span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .navi_humb-sp {
    position: relative;
    float: right;
    width: 24px;
    height: 24px;
    margin-top: 1px;
    overflow: hidden;
    cursor: pointer;
  }
  .navi_humb-sp span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #00a040;
  }
  .navi_humb-sp span:nth-of-type(1) {
    top: 9px;
  }
  .navi_humb-sp span:nth-of-type(2) {
    bottom: 5px;
  }
  .navi_humb-sp.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-405deg);
    transform: translateY(6px) rotate(-405deg);
  }
  .navi_humb-sp.active span:nth-of-type(2) {
    -webkit-transform: translateY(-2px) rotate(405deg);
    transform: translateY(-2px) rotate(405deg);
  }
  .hm_part {
    display: none;
    border-top: 1px solid #e5f5ec;
    border-bottom: 2px solid #e5f5ec;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
  }
  .navi_list {
    padding: 0 0 22px 79px;
  }
  .navi_list li {
    display: block;
  }
  .navi_list li + li {
    margin-left: 0;
  }
  .navi_menu-sp .navi_list a {
    display: block;
    color: #666666;
    font-weight: bold;
    width:245px;
    padding: 13px 0;
  }
  .navi_sns {
    border-top: 1px solid #DDDDDD;
    padding: 20px 0;
    text-align: center;
  }

  .navi_sns_ttl {
    font-size: 15px;
    line-height: 40px;
    margin-right: 23px;
    vertical-align: top;
  }
  .navi_sns_ttl span {
    padding-right: 5px;
  }

  .menu_sns {
    width: 40px;
    height: 40px;
  }

  .menu_sns + .menu_sns {
    margin-left: 18px;
  }

  .navi_br_pc {
    display: none;
  }
}

/* tab */

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #size-detect {
    font-family: "tab";
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: none;
  }
  .br_tab {
    display: block;
  }
  /* フッター */
  .footer_area {
    text-align: left;
  }
  .footer_link {
    width: calc(100% - 345px);
    margin: 0;
    text-align: center;
  }
  /* Global Navi */
  /* .global_navi {

  } */

  /* ぱんくず */
  .breadcrumbs {
    font-size: 11px;
    
    /* Global Navi */
    padding-top: 45px;
    padding-left: 15px;
    /* padding-top: 10px; */
    /* text-align: right; */
    /* padding-left: 175px; */
    /* padding-right: 15px; */
  }
}

/* sp */

@media screen and (max-width: 767px) {
  #size-detect {
    font-family: "sp";
  }
  .br_pc {
    display: none;
  }
  .br_tab {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .logo img.pc_img, #head_logo img.pc_img {
    display: none;
  }
  .logo img.sp_img, #head_logo img.sp_img {
    display: block;
  }
  /* フッター */

  .copyright {
    font-size: 12px;
    line-height: 1.5;
    height: 40px;
    margin: 5px auto 0;
  }
  .footer_area {
    font-size: 12px;
    padding-top: 20px;
    height: 80px;
  }
  .footer_link span {
    margin-left: 10px;
    margin-right: 10px;
  }
  #footer p {
    position: static;
    margin: 20px auto 0;
    text-align: center;
  }
  /* Global Navi */
  .navi_main {
    width: 100%;
    height: auto;
    padding: 8px 15px 6px;
    border-bottom: 1px solid #e5f5ec;
  }
  .navi_logo {
    height: auto;
  }
  .navi_logo img {
    width: 100px;
    height: auto;
  }
  .navi_menu-pc {
    display: none;
  }
  .navi_humb-sp {
    position: relative;
    float: right;
    width: 24px;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
  }
  .navi_humb-sp span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #00a040;
  }
  .navi_humb-sp span:nth-of-type(1) {
    top: 7px;
  }
  .navi_humb-sp span:nth-of-type(2) {
    bottom: 7px;
  }
  .navi_humb-sp.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-405deg);
    transform: translateY(6px) rotate(-405deg);
  }
  .navi_humb-sp.active span:nth-of-type(2) {
    -webkit-transform: translateY(-2px) rotate(405deg);
    transform: translateY(-2px) rotate(405deg);
  }
  /* ぱんくず */
  .breadcrumbs {
    font-size: 11px;
    line-height: 16px;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


.border-hover{
  position: relative;
}

.border-hover:after{
  content:"";
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0px solid #00a040;
  transition: 0.1s border-width ease-out;
}
.border-hover:hover:after{
  border-width: 4px;

}


/* button */

.btn-base{
  vertical-align: top;
  width: 100%;
  max-width:300px;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: 0.1s opacity linear;
  box-sizing: border-box;
}
.btn-base.is-hide{
  display: none;
}

.has-arrow:after{
  content:"";
  position: absolute;
  display: block;
  top: 50%;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  background-size: 8px 12px;
  background-repeat: no-repeat;
  
}

.arrow-down:after{
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
  margin-top: -4px;
}
.arrow-left:after{
  left: 32px;
}

.arrow-right:after{
  right: 32px;
}
.arrow-down:after{
  right: 32px;
}

.btn-base:hover{
  opacity:0.8;
}

.btn_inner{
  width: 100%;
  display: table;
}

.btn_contents{
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  font-weight: bold;
}

.btn-1{
  background-color: #009f40;
  color: #fff;
}
.btn-1:hover,
.btn-1:visited{
  color: #fff;
  
}
.arrow-right:hover:after{
  animation: btnHoverRight .4s ease-out forwards;
}
.arrow-down:hover:after{
  animation: btnHoverDown .4s ease-out forwards;
}
.arrow-left:hover:after{
  animation: btnHoverLeft .4s ease-out forwards;
}
.btn-1.arrow-left:after{
  background-image: url(/assets/common/images/btn_arrow_w_l.png);
}
.btn-1.arrow-right:after{
  background-image: url(/assets/common/images/btn_arrow_w.png);
}

.btn-2.arrow-left:after{
  background-image: url(/assets/common/images/btn_arrow_g_l.png);
}
.btn-2.arrow-right:after{
  background-image: url(/assets/common/images/btn_arrow_g.png);
}
.arrow-down:after{
  background-image: url(/assets/common/images/btn_arrow_g_down.png);
}

.btn-2{
  background-color: #FFF;
  color: #009f40;
  
}
.btn-2 .btn_contents{
  border:1px solid #009f40;
}
.btn-2:hover,
.btn-2:visited{
  color: #009f40;
}
.btn-container{
  text-align: center;
}

@media screen and (max-width:767px){
  .btn_contents{
    height: 56px;
  }
  .btn-base{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .btn-base:first-child{
    margin-top: 0;
  }
}

@keyframes btnHoverDow {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(5px);
  }
  100%{
    transform: translateY(0);
  }
}
@keyframes btnHoverRight {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(5px);
  }
  100%{
    transform: translateX(0);
  }
}
@keyframes btnHoverLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  100%{
    transform: translateX(0);
  }
}



/*--------------------------------------------------------------
## Entry-content
--------------------------------------------------------------*/
.post-type-column h1 {
	color: #333333;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
	margin: 0 0 14px 0;
} 

.post-type-column h2 {
	color: #00a400;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
	margin: 0 0 14px 0;
}

.post-type-column h3 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: left;
	margin: 0 0 16px 0;
}

.post-type-column h4 {
	color: #00a400;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: left;
	margin: 0 0 16px 0;
}
.line-dot{
  position: relative;
  overflow: hidden;
}
.post-type-column h5 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: left;
	margin: 0 0 17px 0;
	display:  inline-block;
	background-color: #e5f5ec;
	padding-right:  10px;
}
.post-type-column .line-dot:after{
  content: "";
  display: inline-block;
  background-image: linear-gradient(to right, #00A040, #00a040 5px, transparent 5px, transparent 5px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  width: 100%;
  vertical-align: middle;
  background-position-y: 14px;
  height: 28px;
  position: absolute;
  top: 0;
}


.post-type-column h6 {
	color: #00a040;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: left;
	margin: 0 0 17px 0;
}

.post-type-column p {
	color: #333333;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 24px;

}

.post-type-column img.alignleft,
.post-type-column img.alignright{
	width:50%;
  margin-bottom: 10px;
}
.alignleft{
  float: left;
}
.alignright{
  float: right;
}
.post-type-column hr{
	border:none;
	border-top:1px solid #cacaca;
	margin: 24px 0;
}
.post-type-column a{
    font-weight: bold;
    color: #00a040;
    text-decoration: underline;
}

@media screen and (max-width:767px){
	.post-type-column{
		margin-top: 41px;
	}
}

.table-container{
	overflow: auto;
}

.table-container table{
	min-width: 730px;
	width: auto;
	background-color: #fff;
}

.table-container th,
.table-container td{
	padding: 10px 10px;
    border: 1px solid #cacaca;
    vertical-align: middle;
}
.post-thumbnail{
    margin: 42px 0 42px 0;
}

.br_ttl{
	display: none;	
}

.column_inner .br_ttl{
	display: block;
}


/* sns button */

.sns-list{
	display: flex;
}
.sns-item{
	width: 34px;
}
.sns-item img{
  vertical-align: top;
  width: 100%;
}
.footer-sns .sns-list{
	justify-content: center;
}
.footer-sns .sns-item{
	margin: 0 9px;
}

.sns-item a{
	transition: 0.1s opacity linear;
}
.sns-item a:hover{
	opacity: 0.8;
}
.contents-sns-btn{
  clear: both;
}
@media screen and (min-width:768px){
	.contents-sns-btn{
		padding: 26px 0 80px 0;
	}
	.footer-sns{
		padding: 20px 0;
	}

	.sns-list{
		justify-content: flex-end;
	}

	.sns-item{
		margin-left: 10px;
	}
}
@media screen and (max-width:767px){
	.contents-sns-btn{
		padding: 73px 0;
	}
	.footer-sns{
		padding: 20px 0;
	}
	.sns-list{
		justify-content: center;
	}
	.sns-item{
		margin: 0 9px;
	}
}


