@charset "UTF-8";
/* ####################################################################################################

	common settings

#################################################################################################### */
/* ==================================================
	page title
================================================== */
#page_ttl {
  position: relative;
  background: #275304;
  background: -webkit-linear-gradient(top, #275304 0%, #141903 88%);
  background: linear-gradient(to bottom, #275304 0%, #141903 88%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275304', endColorstr='#141903',GradientType=0 );
}
#page_ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: url(../common_img/ptn_check_s_gra.png);
}
#page_ttl .site_wrap {
  height: 130px;
  background: url(../common_img/page_ttl_bg.jpg) 0 0 no-repeat;
}
#page_ttl h2 {
  padding-top: 45px;
  padding-left: 18px;
}

/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  margin-top: 20px;
}
#breadcrumb li {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
#breadcrumb li::before {
  content: ">";
  margin-right: 8px;
  margin-left: 8px;
}
#breadcrumb li:first-of-type::before {
  display: none;
}
#breadcrumb li a {
  color: inherit;
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ==================================================
	mian contents
================================================== */
#main_content .section {
  margin-top: 40px;
}
#main_content .section .section_inner {
  margin-right: 20px;
  margin-left: 20px;
}
#main_content .section .section {
  margin-top: 30px;
}

/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 50px;
  text-align: center;
}
.pagination a {
  display: block;
  width: 230px;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #6fac1c;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.pagination a::before {
  color: #fff;
  font-family: FontAwesome;
  vertical-align: middle;
}
.pagination a:hover {
  background-color: #ff6c00;
}
.pagination .prev {
  float: left;
}
.pagination .prev a::before {
  content: "\f0d9";
  float: left;
}
.pagination .next {
  float: right;
}
.pagination .next a::before {
  content: "\f0da";
  float: right;
}

/* ==================================================
	title style
================================================== */
.ttl_style {
  box-sizing: border-box;
  height: 65px;
  margin-bottom: 30px;
  padding-top: 18px;
  padding-left: 24px;
  background: url(../common_img/ttl_bg.png) 0 0 no-repeat;
  font-size: 18px;
}

.ttl_style02 {
  position: relative;
  margin-bottom: 20px;
  padding: 3px 0 3px 15px;
  font-size: 16px;
}
.ttl_style02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: url(../common_img/ptn_check_gre.png);
  line-height: 1.0;
}

/* ==================================================
	button style
================================================== */
.btn_style {
  box-shadow: 0 2px 0 #ebebeb;
  border: 1px solid #dadada;
  border-radius: 3px;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
}
.btn_style a {
  border: 3px solid #fff;
  border-radius: 3px;
  display: block;
  padding: 10px 0;
  color: #244c03;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.btn_style a span {
  display: inline-block;
}
.btn_style a span::before {
  content: "\f0da";
  box-sizing: border-box;
  font-family: FontAwesome;
  display: block;
  position: relative;
  top: 1px;
  float: right;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  padding-top: 2px;
  padding-left: 2px;
  border-radius: 8px;
  background-color: #d7cd2e;
  color: #fff;
  font-size: 12px;
}
.btn_style a:hover {
  background: #f4730b;
  background: -webkit-linear-gradient(top, #f4730b 0%, #fe5c08 100%);
  background: linear-gradient(to bottom, #f4730b 0%, #fe5c08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4730b', endColorstr='#fe5c08',GradientType=0 );
  color: #fff;
}
.btn_style a:hover span::before {
  color: #f4730b;
  background-color: #fff;
}

/* ==================================================
	dl
================================================== */
/* table
-------------------------------------------------- */
.dl_table {
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.dl_table > dl > dt, .dl_table > dl > dd {
  padding: 15px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.dl_table > dl > dt {
  background-color: #f4f4f4;
}

.dl_table02 {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
}
.dl_table02 > dl {
  display: table-row;
}
.dl_table02 > dl > dt,
.dl_table02 > dl > dd {
  display: table-cell;
  vertical-align: top;
}
.dl_table02 > dl > dt, .dl_table02 > dl > dd {
  padding: 15px;
  border-bottom: 1px dashed #9cb46a;
}
.dl_table02 > dl > dt {
  color: #325b0d;
  font-weight: bold;
}

/* tips
-------------------------------------------------- */
.tips_box {
  padding: 25px;
  background-color: #fffcca;
}
.tips_box dt {
  font-size: 16px;
  font-weight: bold;
}
.tips_box dd {
  margin-top: 5px;
}

/* ==================================================
	lead box
================================================== */
.page_lead_box .txt_area {
  position: relative;
  padding: 10px 0 15px 30px;
}
.page_lead_box .txt_area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: url(../common_img/ptn_check_s_gre03.png);
}
.page_lead_box .lead_txt {
  margin-bottom: 20px;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
}
.page_lead_box .lead_txt em {
  display: block;
  color: #6fa328;
  font-size: 34px;
}

/* ####################################################################################################

	page settings

#################################################################################################### */
/* ==================================================
	column
================================================== */
.page_column #page_ttl .site_wrap {
  position: relative;
}
.page_column #page_ttl .rss_btn {
  position: absolute;
  top: 56px;
  left: 150px;
}

.page_column .news_box {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #e0e0e0;
}
.page_column .news_box .news_ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #325b0d;
}
.page_column .news_box .news_ttl .news_date {
  display: inline-block;
  padding: 2px 5px 5px;
  background-color: #325b0d;
  color: #fff;
  line-height: 1.0;
}
.page_column .news_box .news_ttl h3 {
  margin-top: 5px;
  font-size: 16px;
}
.page_column .news_box .news_body {
  margin: 30px 10px 0;
}
.page_column .news_box .pic {
  float: right;
  width: 300px;
  margin-left: 30px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
.page_column .news_box .pic img {
  width: 100%;
}

/* ==================================================
	contact
================================================== */
.page_contact .dl_table > dl > dt {
  width: 180px;
}
.page_contact .dl_table .ex {
  margin-left: 10px;
}

.page_contact #pp .pp_list01 {
  margin-top: 20px;
}
.page_contact #pp .pp_list01 dt {
  font-weight: bold;
}
.page_contact #pp .pp_list01 li {
  margin-left: 1.5em;
  margin-top: 8px;
  list-style-type: lower-latin;
}
.page_contact #pp .pp_list02 {
  margin-top: 20px;
  padding: 30px;
  background-color: #f4f4f4;
}
.page_contact #pp .pp_list02 li {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #ccc;
}
.page_contact #pp .pp_list02 li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.page_contact #pp .pp_list02 li:before {
  content: "・";
}

/* ==================================================
	about
================================================== */
.page_about .point_box {
  margin-top: 23px;
}
.page_about .point_box:first-child {
  margin-top: 40px;
}
.page_about .point_box .ttl {
  float: left;
  margin-right: 15px;
}
.page_about .point_box .txt_area {
  padding-top: 68px;
  overflow: hidden;
}
.page_about .point_box .txt_area h4 {
  margin-bottom: 28px;
}

.page_about #overview .profile {
  float: right;
  width: 580px;
}
.page_about #overview .profile dt, .page_about #overview .profile dd {
  padding: 10px;
}
.page_about #overview .number {
  padding: 20px;
  border: 1px solid #d8d8d8;
}
.page_about #overview .access_map {
  float: right;
  width: 390px;
}
.page_about #overview .access_map .gmap iframe {
  width: 100%;
  height: 250px;
}
.page_about #overview .access_map .btn_style {
  width: 300px;
  margin: 0 auto;
}
.page_about #overview .office {
  float: left;
  width: 580px;
}
.page_about #overview .office dt, .page_about #overview .office dd {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ==================================================
	establishment
================================================== */
.page_establishment .flow_box {
  box-sizing: border-box;
  float: left;
  width: 480px;
  margin: 0 10px;
  border: 5px solid #9cb46a;
}
.page_establishment .flow_box .inner {
  padding: 20px;
}
.page_establishment .flow_box .tips_box {
  padding: 15px 20px;
}
.page_establishment .flow_box:first-of-type, .page_establishment .flow_box:nth-of-type(2) {
  height: 346px;
}
.page_establishment .flow_box:nth-of-type(3), .page_establishment .flow_box:nth-of-type(4) {
  height: 173px;
  margin-top: 15px;
}
.page_establishment .flow_box:nth-of-type(3) {
  clear: both;
}

/* ==================================================
	merger
================================================== */
.page_merger .merger_txt {
  margin-top: 30px;
  padding: 15px;
  background: url(../common_img/ptn_check_gra.png);
  font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 1.4;
}
.page_merger .merger_txt span {
  display: block;
  padding: 40px;
  box-shadow: 0 0 3px rgba(181, 181, 181, 0.21);
  background-color: #fff;
}
.page_merger .merger_txt em {
  color: #6fa328;
  font-size: 28px;
}
