@charset "UTF-8";

#page #main {
	text-align:justify;
}
#page #main .layout-two-column-right .moduleContent > * {
	margin-right:16px;
}
#page #main .pR16 {
	padding-right:16px;
}

.module_src {
	width:100%;
	font-size:14px;
}

/*　マージン
-------------------------------------*/
.mb0 {
	margin-bottom:0 !important;	
}
.mb5 {
	margin-bottom:5px !important;	
}
.mb10 {
	margin-bottom:10px !important;	
}
.mb20 {
	margin-bottom:20px !important;	
}
.mb30 {
	margin-bottom:30px !important;	
}
.mb40 {
	margin-bottom:40px !important;	
}
.mb50 {
	margin-bottom:50px !important;	
}
.mb60 {
	margin-bottom:60px !important;	
}
.mb70 {
	margin-bottom:70px !important;	
}
.mb80 {
	margin-bottom:80px !important;	
}
.mb90 {
	margin-bottom:90px !important;	
}
.mb100 {
	margin-bottom:100px !important;	
}

.mr0 {
	margin-right:0 !important;
}

/*　テキスト位置
-------------------------------------*/
.tC {
	text-align:center;
}
.tL {
	text-align:left;
}
.tR {
	text-align:right;
}

/*　テキストサイズ
-------------------------------------*/
.tS {
	font-size:80%;
}
.tL {
	font-size:120%;
}


/*　見出し関連
-------------------------------------*/
/*カテゴリの見出し*/
#page #main .midashiA {
	display:inline-block;
  background:#00893f;
	color:#fff;
	padding:8px 19px;
	margin-bottom:25px;
}

/*大見出し*/
#page #main .midashiB {
  color:#333333;
	font-size:30px;
	font-weight:normal;
	margin-bottom:34px;
	line-height:1.3;
  position: relative;
  padding-left: 26px;
}
#page #main .midashiB:before {
  content:"";
  display:block;
  position:absolute;
  width:6px;
  /*height:40px;*/
  height: 100%;
  background:#00893f;
  left:0;
  border-radius: 2px;
}

/*中見出し*/
#page #main .midashiC {
  color:#00893f;
	font-size:26px;
	font-weight:normal;
	margin-bottom:30px;
	line-height:1.3;
  padding-bottom: 20px;
  border-bottom: 2px solid  #00893f;
}
/*中見出し（下線なし）*/
#page #main .midashiC.bbNone {
  border-bottom: none;
  padding-bottom: 0;
}

/*小見出し*/
#page #main .midashiD {
  color:#00893f;
	font-size:18px;
	margin-bottom:27px;
	line-height:1.2;
}

/*　テキスト関連
-------------------------------------*/
#page #main .sectionIn p {
  font-size: 15px;
  line-height: 1.8;
}

/*　ボタン
-------------------------------------*/
#page #main .btn {
  width: 178px;
  height: 38px;
  display: inline-block;
  background-color: #00893f;
  border-radius: 19px;
}
#page #main .btn:hover {
  opacity: 0.7;
}
#page #main .btn a:after {
  content: '';
  background: url(../images/common/next_icon_001.png) no-repeat;
  width: 20px;
  height: 20px;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 8px;
}

#page #main .btn a {
  text-align: center;
  display: inline-block;
  line-height: 38px;
  width: 178px;
  height: 38px;
  color: #fff;
  border-radius: 19px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  position: relative;
}

/*　画像関連
-------------------------------------*/
#page #main figure figcaption {
	color:#000;
	font-size:12px;
	line-height:1.5;
	margin-top:5px;
	text-align:justify;
}

/*回り込み*/
#page #main .imgRight figure,.imgLeft figure {
	width:260px;
}
#page #main .imgRight figure img,.imgLeft figure img {
	width:260px;
	height:auto;
}
#page #main .imgRight figure {
	float:right;
	padding:10px 0 20px 35px;
}
#page #main .imgLeft figure {
	float:left;
	padding:10px 35px 20px 0;
}

/*横並び*/
#page #main .threeImg {
	margin-left:0;
}
#page #main .threeImg figure {
	float:left;
	width:230px;
	margin-left:21px;
}
#page #main .threeImg figure img {
	width:230px;
	height:auto;
}
#page #main .threeImg figure:first-child {
	margin-left:0;
}
#page #main .twoImg {
	margin-left:-16px;
}
#page #main .twoImg figure {
	float:left;
	width:365px;
	margin-left:16px;
}
#page #main .twoImg figure img {
	width:365px;
	height:auto;
}
#page #main .twoImg figure:first-child {
}

/*中央寄せ*/
#page #main .oneImg {
	width:100%;
	text-align:center;
}
#page #main .oneImg figcaption {
	text-align:center;
}


/*　リスト
-------------------------------------*/
#page #main ul.moduleList {
	margin-left:1em;
  list-style-type: disc;
}
#page #main ul.moduleList li {
	color:#00893f;
	margin-left:1em;
	margin-bottom:5px;
}
#page #main ul.moduleList li span {
	color:#222;
}

#page #main ol.moduleList {
  margin-left:1em;
}
#page #main ol.moduleList li {
  color:#00893f;
  margin-left:1em;
  margin-bottom:5px;
  font-weight: bold;
}
#page #main ol.moduleList li span {
  color:#222;
}



/*　表
-------------------------------------*/
#page #main table.moduleTable {
  /*border:2px solid #d3dad6;*/
  border-top: 2px solid  #d3dad6!important;
  border-bottom: 2px solid  #d3dad6!important;
  border-style: hidden;
	width:100%;
}
#page #main table.moduleTable tr:first-child {
}
#page #main table.moduleTable th {
  background:#f2f9f5;
  font-weight:bold;
  font-size:15px;
    text-align: left;
  color:#000;
  border:1px solid #d3dad6;
  padding:15px;
  min-width:100px;
  vertical-align:middle;
  max-width: 110px;
  min-width: 110px;
  line-height: 1.3;
}

#page #main table.moduleTable th.ttl {
  background:#d9ede2;
  color:#00893f;
  text-align: center;
}
#page #main table.moduleTable td {
  font-size: 15px;
  font-weight: bold;
	padding:8px 15px;
	vertical-align:middle;
  border:1px solid #d3dad6;
  line-height: 1.3;
}
#page #main table.moduleTable th span,
#page #main table.moduleTable td span {
  font-size: 12px;
  color: #888;
  display: block;
  margin-top: 8px;
}

#page #main table.moduleTable .tacA {
  color: #fff;
  background-color: #00893f;
  font-size: 18px;
  text-align: center;
}
#page #main table.moduleTable .tacB {
  /*background-image: url(../images/common/table_bgi_001.jpg);*/
  background-color: #00893f;
  color: #fff;
}


/*　囲み記事
-------------------------------------*/
#page #main .kakomi {
  background:#f2f9f5;
  color:#333333;
	padding:18px 26px 30px;
}
#page #main .kakomi .kakomiTtl {
	display:block;
	background:none;
  color:#00893f;
	padding:0;
	font-size:18px;
	padding-bottom:15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a9d7be;
}

#page #main .kakomiWrapp .kakomi {
  width: 354px;
  float: left;
  margin-left: 23px;
}
#page #main .kakomiWrapp .kakomi:first-child {
  margin-left: 0;
}
#page #main .kakomi p {
  font-size: 14px!important;
  line-height: 1.8!important;
}

/*　タブ
-------------------------------------*/
#page #main .tab{
	overflow:hidden;
	width:auto;
}
#page #main .tab li{
	padding:10px 0;
	float:left;
	margin-left:1px;
	width:33%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	list-style:none;
	background:#ddd;
}
#page #main .tab li:first-child {
	margin-left:0;
	width:calc(34% - 2px);
}
#page #main .tab li.select{
	color:#fff;
	background:#000;
}
#page #main .tab li.select:hover {
	color:#fff !important;
}
#page #main .tabContent li{
	padding:20px;
	border:1px solid #ccc;
	border-top:none;
	list-style:none;
}
#page #main .tabContent li.hide {
	display:none;
}

/*　アコーディオン
-------------------------------------*/
#page #main .pageAcc {
	width:746px;
}
#page #main .pageAcc dt {
  background:url(../images/common/ico-arrow_circle_green_down_001.png) right 11px center no-repeat #d9ede2; 
	background-size:24px 24px;
  color:#00893f;
	font-size:16px;
	font-weight:bold;
	margin-bottom:1px;
	padding:10px 60px 10px 15px;
	cursor:pointer;
}
#page #main .pageAcc dt.active {
  background:url(../images/common/ico-arrow_circle_green_up_001.png) right 11px center no-repeat #f2f9f5; 
	background-size:24px 24px;
	color:#000;
}
#page #main .pageAcc dd {
	padding:15px 20px 25px;
	display:none;
}


/*　カルーセル
-------------------------------------*/
#page #main .owl-theme .owl-dots .owl-dot span {
	background:#ddd;
}
#page #main .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#000;
}

/*　グリッド
-------------------------------------*/
#page #main .glidBoxIn {
}
#page #main .glidBox {
	width:238px;
	margin:0 16px 16px 0;
}
#page #main .glidBox img {
	width:238px;
	height:auto;
}

/*　ページャー
-------------------------------------*/
#pager {
  text-align: center;
  margin: 100px 0 0px;
}
#pager .prev {
  width: 242px;
  height: 50px;
  display: inline-block;
  background-color: #bfbfbf;
  border-radius: 25px;
  position: relative;
  margin-right: 24px;
  transition: 0.3s ease-in-out;
}
#pager .prev a {
line-height: 50px;
  width: 242px;
  height: 50px;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none!important;
  padding-left: 18px;
}
#pager .prev::after {
  content: '';
  display: inline-block;
  background: url(../images/common/prev_icon_001.png) no-repeat;
  width: 26px;
  height: 26px;
  background-size: 100%;
  position: absolute;
  left: 12px;
  top: 12px;
}
#pager .prev:hover {
  opacity: 0.7;
}
#pager .next {
  width: 242px;
  height: 50px;
  display: inline-block;
  background-color: #00893f;
  border-radius: 25px;
  position: relative;
  transition: 0.3s ease-in-out;
}
#pager .next::after {
  content: '';
  display: inline-block;
  background: url(../images/common/next_icon_001.png) no-repeat;
  width: 26px;
  height: 26px;
  background-size: 100%;
  position: absolute;
  right: 12px;
  top: 12px;
}
#pager .next a {
  display: inline-block;
line-height: 50px;
  width: 242px;
  height: 50px;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none!important;
  padding-right: 18px;
}
#pager .next:hover {
  opacity: 0.7;
}

.pagerIndex {
  text-align: right;
}
.pagerIndex .home {
  padding-left: 20px;
  background: url(../images/common/ico-arrow_circle_green_002.svg) left center no-repeat;
  background-size: 14px 14px;
}
.pagerIndex .home a {
color: #000;
  font-weight: bold;
}
.pagerIndex .home a:hover {
  text-decoration: underline;
}
/*.pagerIndex .home::before {
  content: '';
  display: inline-block;
  background: url(../images/common/index_icon_001.png) no-repeat;
  width: 6px;
  height: 9px;
  background-size: 100%;
  margin-right: 5px;
}*/
@media screen and (max-width: 555px) {
  #pager .prev,
  #pager .next {
    width: 130px;
    height: 30px;
    border-radius: 15px;
    margin-right: 15px;
  }
  #pager .next {
    margin-right: 0px;
  }
  #pager .prev a,
  #pager .next a {
    line-height: 30px;
    width: 130px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
  }
  #pager .prev::after {
    width: 16px;
    height: 16px;
    left: 7px;
    top: 7px;
  }
  #pager .next::after {
    width: 16px;
    height: 16px;
    right: 7px;
    top: 7px;
  }
  
}

/*　キャプション
-------------------------------------*/
#page .caption {
  font-size: 13px!important;
  color: #888;
  text-indent: -1em;
  padding-left: 13px;
}


@media screen and (max-width: 1000px) {

#page #main .layout-two-column-right .moduleContent > * {
	margin-right:0;
}
#page #main .pR16 {
	padding-right:0;
}


/*　見出し関連
-------------------------------------*/
#page #main .midashiA {
  margin-left: 20px;
}
#page #main .midashiB {
	font-size:27px;
}
#page #main .midashiC {
	font-size:22px;
}
#page #main .midashiC:before {
	height:25px;
	top:2px;
}
#page #main midashiD {
}


/*　画像関連
-------------------------------------*/
#page #main figure figcaption {
}

/*回り込み*/
#page #main .imgRight figure,.imgLeft figure {
	width:160px;
}
#page #main .imgRight figure img,.imgLeft figure img {
	width:160px;
	height:auto;
}
#page #main .imgRight figure {
	padding:5px 0 10px 15px;
}
#page #main .imgLeft figure {
	padding:5px 15px 10px 0;
}

/*横並び*/
#page #main .threeImg {
	margin-left:0;
}
#page #main .threeImg figure {
	float:none;
	width:100%;
	margin-left:0;
	margin-top:20px;
}
#page #main .threeImg figure img {
	width:100%;
	height:auto;
}
#page #main .threeImg figure:first-child {
	margin-top:0;
}
#page #main .twoImg {
	margin-left:0;
}
#page #main .twoImg figure {
	float:none;
	width:100%;
	margin-left:0;
	margin-top:20px;
}
#page #main .twoImg figure img {
	width:100%;
	height:auto;
}
#page #main .twoImg figure:first-child {
	margin-top:0;
}

/*中央寄せ*/
#page #main .oneImg {
}
#page #main .oneImg img {
	width:100%;
	height:auto;
}
#page #main .oneImg figcaption {
	text-align:left;
}


/*　リスト
-------------------------------------*/
#page #main ul.moduleList li {
}


/*　表
-------------------------------------*/
#page #main table.moduleTable {
	border:none;
	border-bottom:1px solid #aaa;
}
#page #main table.moduleTable th {
	display:block;
	padding:10px 13px;
	border-bottom:none;
  max-width: none;
}
#page #main table.moduleTable td {
	display:block;
	padding:10px 13px;
	border-bottom:none;
}
  #page #main table.moduleTable::after {
    right: 0px;
  }


/*　囲み記事
-------------------------------------*/
#page #main .kakomi {
	padding:20px;
}
  #page #main .kakomiWrapp .kakomi {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
/*　タブ
-------------------------------------*/
#page #main .tab{
	width:auto;
}

/*　アコーディオン
-------------------------------------*/
#page #main .pageAcc {
	width:100% !important;
}

/*　グリッド
-------------------------------------*/
#page #main .glidBoxIn {
	width:100%;
}
#page #main .glidBox {
	width:50%;
	margin:0;
}
#page #main .glidBox img {
	width:98%;
	height:auto;
	margin:0 1% 2% 1%;
}
  /*　ページャー
  -------------------------------------*/ 
  #pager {
    margin: 50px 0 0px;
  }

}