/* 共通 */
.bk {
  color: #000!important;
}
.gray {
  color: #525252!important;
}
.al_l {
  text-align: left!important;
}
.al_c {
  text-align: center!important;
}
.al_r {
  text-align: right!important;
}

.pl12 {
  padding-left: 12px;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.mb80 {
  margin-bottom: 80px!important;
}

.row-eq-height {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}


/* 下層ページ */
#bottom {
  background-color: #f7f7f7;
}

/* 下層ページヘッダー */
#bottom .header {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  z-index: 10000;
}
#bottom .header .logo {
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}
#bottom .header .logo p {
  margin-bottom: 10px;
}
#bottom .header_menu {
  position: relative;
  right: inherit;
  top: inherit;
}
#bottom .header_menu .humb {
  color: #107476;
  background-color: #fef600;
  padding: 8px;
  border-radius: 100%;
}
#bottom .header .btm_menu-1 {
  width: 100%;
  font-size: 0;
  text-align: center;
}
#bottom .header .btm_menu-1 li {
  display: inline-block;
}
#bottom .header .btm_menu-1 li.sp {
  display: none;
}
#bottom .header .btm_menu-1 li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 53px 45px;
  border-left: 1px solid #e2e2e2;
  -ms-transform: skewY(7deg);
  -webkit-transform: skewY(7deg);
  -moz-transform: skewY(7deg);
  -o-transform: skewY(7deg);
  transform: skewX(7deg);
}
#bottom .header .btm_menu-1 li:nth-of-type(5) a {
  border-right: 1px solid #e2e2e2;
}
#bottom .header .btm_menu-1 li a span {
  display: block;
  font-size: 13px;
  color: #282828;
  -ms-transform: skewY(-7deg);
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewX(-7deg);
}
#bottom .header .btm_menu-1 li a span i {
  padding-top: 10px;
  color: #84bf41;
}
#bottom .header .btm_menu-2 {
  padding-right: 15px;
}
#bottom .header .btm_menu-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 48px 0;
  border-color: transparent #efefef transparent transparent;
}
#bottom .header .btm_menu-2 li {
  display: inline-block;
  padding: 12px;
}
#bottom .header .btm_menu-2 li a {
  display: block;
  color: #282828;
  font-size: 13px;
}
#bottom .header .btm_menu-2 li a i {
  font-size: 18px;
  vertical-align: middle;
  color: #107476;
}
#bottom .header .btm_menu-2 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  background-color: #efefef;
}
#bottom .header_menu .contact {
  position: absolute;
  right: 15px;
  bottom: 28px;
  margin: 0;
}
#bottom .header_menu .contact li,
#bottom .header_menu .contact li a {
  color: #107476;
  font-weight: normal;
}
#bottom .header_menu .contact li.button a i {
  color: #fff;
}


/* ボトムページタイトル */
.bottom_header {
  position: relative;
  background-image: url('../images/head/bottom_head_pc.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
  text-align: center;
  padding-top: 65px;
  background-color: #fff;
}
.bottom_header h2 {
  font-size: 29px;
  color: #107476;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
}
.bottom_header p {
  font-size: 14px;
}


/* 見出し */
.bottom_content_box h2.box_header {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  color: #107476;
  text-align: center;
  padding: 45px 0 30px 0;
  line-height: 1.3;
}
.bottom_content_box h3 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
  padding-bottom: 18px;
  margin: 0 0 60px 0;
  line-height: 1.3;
}
.bottom_content_box h3::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #107476;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.bottom_content_box h4 {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  color: #282828;
  padding-left: 10px;
  border-left: 3px solid #107476;
  margin: 30px 0 15px 0;
  line-height: 1.3;
}
.bottom_content_box h4 a {
  font-size: 25px;
  color: #282828;
}
.bottom_content_box h5 {
  position: relative;
  font-size: 23px;
  font-weight: bold;
  color: #107476;
  text-align: center;
  margin: 90px 0 50px 0;
  line-height: 1.3;
}
.bottom_content_box h6 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #282828;
  padding-left: 8px;
  border-left: 3px solid #107476;
  margin-bottom: 10px;
  line-height: 1.3;
}


/* パネル */
.panel_holder {
  position: relative;
  margin: 60px 0;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.panel-1 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(16, 116, 118, .8);
  padding: 25px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 18px;
}
.panel-1 span {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: -moz-linear-gradient(transparent 70%, rgba(247, 147, 30, .8) 70%);
  background: -webkit-linear-gradient(transparent 70%, rgba(247, 147, 30, .8) 70%);
  background: linear-gradient(transparent 70%, rgba(247, 147, 30, .8) 70%);
}
.panel-2 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  max-width: 100%;
  padding: 25px 0;
  margin: 0 30px;
  background-color: #fff;
  color: #85bf41;
  border: 2px solid #85bf41;
}
.panel-2::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  top: -30px;
  left: -30px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 55px;
  background-color: #85bf41;
  border-radius: 100%;
}
.panel-2._1::before { content: "1"; }
.panel-2._2::before { content: "2"; }
.panel-2._3::before { content: "3"; }
.panel-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  background-color: #85bf41;
  z-index: -1;
}
.panel-3 {
  position: relative;
  background-color: #003d45;
  margin-bottom: 5px;
}
.panel-3::before {
  content: "Q";
  position: absolute;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  top: 15px;
  left: 20px;
}
.panel-3 a {
  padding: 20px 20px 20px 55px;
  display: block;
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  text-align: left;
}

/* テキスト */
.bottom_content_box .box_header_txt {
  font-size: 14px;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 60px;
}
.bottom_content_box .txt {
  font-size: 14px;
  font-weight: 400;
  color: #282828;
  text-align: left;
  line-height: 1.9;
  margin-bottom: 60px;
}
.bottom_content_box .txt p {
  font-size: 13px;
  margin-bottom: 30px;
}
.img_info {
  text-align: center;
  font-size: 17px;
  font-weight: normal;
}
.img_info p {
  margin-bottom: 40px;
  font-size: 17px;
}
.txt .detail_link {
  padding: 0;
}
.txt h4 {
  margin-top: 0;
  display: inline-block;
}
.txt.gray,
.txt.bk {
  text-align: center;
}


/* コンテンツボックス内 */
.bottom_content_box {
  position: relative;
  margin-top: -45px;
  padding: 45px;
  background-color: #fff;
}
.bottom_content_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -85px;
  width: 170px;
  height: 1px;
  background-color: #107476;
}
.breadcrumb {
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #fff;
}
.breadcrumb li a {
  font-size: 14px;
  color: #282828;
}
.breadcrumb > li + li:before {
  content: "\003e";
  color: #282828;
}
.breadcrumb li.home a {
  color: #107476;
}


/* 画像 */
.txt img {
  float: right;
  padding-left: 15px;
  vertical-align: top;
}
.txt img.w50 {
  width: 50%;
}
.full_img {
  margin-bottom: 30px;
}
.full_img img {
  width: 100%;
}
.car_marker {
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.car_marker .car_box {
  display: inline-block;
  padding: 10px;
}

/* イメージ付きボックス */
.box_row {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  text-align: center;
}
.img_box {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  vertical-align: top;
  margin-bottom: 45px;
  text-align: left;
}
.img_box._20 {
  width: 20%;
}
.img_box._25 {
  width: 25%;
}
.img_box._33 {
  width: 33%;
}
.img_box._50 {
  width: 50%;
}
.img_box._66 {
  width: 66%;
}
.img_box .img img {
  width: 100%;
}
.img_box h4 {
  margin-top: 0;
}
.img_box .title {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  text-align: center;
  padding: 15px 0;
}
.img_box .title p {
  font-size: 18px;
}
.img_box .txt {
  margin: 0;
}


/* テーブル */
.bottom_content_box table {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.bottom_content_box table.company::before {
  content: "\5E97\8217\60C5\5831";
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
  width: 65px;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 0 12px 0;
  margin: 0 20px 15px 0;
  border-bottom: 2px solid #282828;
}
.bottom_content_box table th,
.bottom_content_box table td {
  font-size: 15px;
  vertical-align: top;
  padding: 15px 15px 15px 0;
}
.bottom_content_box table th {
  white-space: nowrap;
  color: #107476;
  font-weight: 500;
}
.bottom_content_box table td p {
  margin-bottom: 10px;
}
.bottom_content_box .table_holder-100 {
  position: relative;
  width: 100%;
}
.bottom_content_box .table_holder-50 {
  float: left;
  width: 50%;
}
.bottom_content_box .table_holder-50.intitle {
  float: left;
  width: 50%;
  font-size: 0;
}
.bottom_content_box .table_holder-50.intitle .table_title {
  display: inline-block;
  width: 65px;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 0 12px 0;
  margin: 0 20px 15px 0;
  border-bottom: 2px solid #282828;
  vertical-align: top;
}
.bottom_content_box .table_holder-50.intitle table {
  display: inline-block;
  width: calc(100% - 85px);
}
.bottom_content_box .table_holder-50.intitle table th,
.bottom_content_box .table_holder-50.intitle table td {
  padding: 15px 20px;
}


/* メディア */
@media (min-width: 768px) {
	#bottom .header .logo a {
		text-align:center;
	}
	#bottom .header .logo p {
		margin-bottom:0;
	}
	#bottom .header .logo img {
		height:90px;
		width:auto;
	}
	#bottom .header .btm_menu-1 li a:hover {
		background:#E4F1D5;
	}
}
@media (min-width: 767px) and (max-width: 1400px) {
	 #bottom .header .btm_menu-1 li a { padding: 50px 25px 50px !important; }
}

@media (min-width: 767px) and (max-width: 1200px) {
	 #bottom .header .btm_menu-1 li a { padding: 65px 15px 35px !important; }
}
@media (min-width: 767px) and (max-width: 1080px) {
	 #bottom .header .btm_menu-1 li a { padding: 65px 10px 35px !important; }
}
@media (min-width: 767px) and (max-width: 991px) {
	#bottom .header .btm_menu-1 li a { padding: 65px 20px 35px !important; }
	#bottom .header .logo img { height: 50px; }
	#bottom .header .logo p { display: none; }
	#bottom .header .btm_menu-1 { text-align: left; padding-left: 110px; }
	 
	#bottom .header .contact .tel { transform: scale(0.8); margin-right: -40px; }
}

@media (min-width: 767px) and (max-width: 906px) {
	 #bottom .header .btm_menu-1 li a { padding: 65px 10px 35px !important; }
}

@media (min-width: 767px) and (max-width: 820px) {
	 #bottom .header .btm_menu-1 li a { padding: 65px 5px 35px !important; }
}


@media (min-width: 992px) and (max-width: 1299px) {
  /* 下層ページヘッダー */
  #bottom .header .btm_menu-1 li a {
    padding: 50px 25px;
  }
  #bottom .header .btm_menu-2 {
    padding-right: 0;
  }
  #bottom .header .btm_menu-2 li {
    padding: 12px 5px;
  }
  #bottom .header_menu .contact {
    right: 5px;
  }
  .header_menu .contact li {
    padding-left: 5px;
  }
  .header_menu .contact li span {
    font-size: 23px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* パネル */
  .panel-2 {
    width: 250px;
    font-size: 13px;
    margin: 0 21px;
  }
}
@media (max-width: 991px) {
  .panel-2 {
    display: block;
    font-size: 15px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* 共通 */
  /* 下層ページ */
  /* 下層ページヘッダー */
  #bottom .header .logo {
    top: 15px;
    -webkit-transform: none;
    transform: none;
  }
  #bottom .header_menu {
    padding: 15px;
  }
  #bottom .header .btm_menu-1,
  #bottom .header .btm_menu-2,
  #bottom .header .contact {
    display: none;
  }
  #bottom .header .btm_menu-1 {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  #bottom .header .btm_menu-1 li,
  #bottom .header .btm_menu-1 li.sp {
    display: block;
    background-color: #107476;
  }
  #bottom .header .btm_menu-1 li a,
  #bottom .header .btm_menu-1 li.sp a {
    display: block;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 12px;
    color: #fff;
    text-align: left;
    font-size: 16px;
  }
  #bottom .header .btm_menu-1 li a span {
    color: #fff;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    display: inline-block;
    font-size: 16px;
  }
  #bottom .header .btm_menu-1 li a i {
    padding: 0 15px 0 0;
  }
  #bottom .header .btm_menu-1 li a span i {
    display: none;
  }
  #bottom .header .btm_menu-1 .tel {
    display: block;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
  }
  #bottom .header_menu .btm_menu-1 .tel > div {
    font-size: 13px;
  }
  #bottom .header_menu .btm_menu-1 .tel > div,
  #bottom .header_menu .btm_menu-1 .tel a {
    display: inline-block!important;
    vertical-align: bottom;
  }
  #bottom .header_menu .btm_menu-1 .tel a {
    position: relative;
    border: none;
    color: #107476;
    width: 50px;
    height: 50px;
    background-color: #fff;
    padding: 0;
    margin-left: 15px;
  }
  #bottom .header_menu .btm_menu-1 .tel a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    color: #107476;
  }
  #bottom .header_menu .btm_menu-1 .tel i {
    font-size: 24px;
  }
  #bottom .header_menu .btm_menu-1 .tel span {
    font-size: 24px;
    padding-left: 18px;
  }
  /* ボトムページタイトル */
  .bottom_header {
    background-image: url('../images/head/bottom_head_sp.png');
    height: 80px;
    padding-top: 15px;
  }
  /* 見出し */
  .bottom_content_box h2.box_header,
  .bottom_content_box h3,
  .bottom_content_box h4,
  .bottom_content_box h5,
  .bottom_content_box h6 {
    text-align: left;
  }
  .bottom_content_box h3::before {
    left: 0;
    margin-left: 0;
  }
  /* パネル */
  /* テキスト */
  .bottom_content_box .box_header_txt {
    text-align: left;
  }
  .img_info {
    text-align: left;
  }
  .txt .detail_link {
    margin: 0 auto;
  }
  .txt.gray {
    text-align: right;
  }
  .txt.bk {
    text-align: left;
  }
  /* コンテンツボックス内 */
  .bottom_content_box {
    margin-top: 0;
    padding: 30px;
  }
  /* 画像 */
  .txt img {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
  .txt img.w50 {
    width: 100%;
  }
  .detail_link img {
    width: auto;
  }
  .full_img {
    margin-left: -30px;
    margin-right: -30px;
  }
  .car_marker {
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
  }
  .car_marker .car_box {
    width: 70px;
    padding: 5px;
  }
  /* イメージ付きボックス */
  .img_box._20,
  .img_box._25,
  .img_box._33,
  .img_box._50,
  .img_box._66 {
    width: 100%;
  }
  /* テーブル */
  .bottom_content_box table.company::before {
    display: inline-block;
  }
  .bottom_content_box table th,
  .bottom_content_box table td {
    display: block;
  }
  .bottom_content_box table.company {
    margin-top: 60px;
  }
  .bottom_content_box table th,
  .bottom_content_box .table_holder-50.intitle table th {
    padding: 0 0 5px 0;
  }
  .bottom_content_box table td,
  .bottom_content_box .table_holder-50.intitle table td {
    padding: 0 0 25px 0;
  }
  .bottom_content_box .table_holder-50,
  .bottom_content_box .table_holder-50.intitle {
    float: none;
    width: 100%;
  }
  .bottom_content_box .table_holder-50.intitle table {
    display: block;
    width: 100%;
  }
}

/*-------------------------------------------------------------------
	#information
-------------------------------------------------------------------*/

span.cat {
    width: auto;
    color: #90C31F;
    border: solid 1px #90C31F;
    border-radius: 6px;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
}
