@charset "utf-8";
/* CSS Document */
.contents {
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 3;
  border-bottom: 1px solid #eee;
}
.contentsInner {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 20px;
  overflow: hidden;
  transition: .8s;
}
@media screen and (max-width: 780px) { /* 780px以下*/
  .contentsInner {
    width: 96%;
    margin: 2% auto;
  }
}
.contents h2, .contentsInner h2 {
  color: #2e4652;
  line-height: 2.0
}
.contents h3, .contentsInner h3 {
  /*border-top: 1px solid #2e4652;
  border-bottom: 1px solid #2e4652;*/
  padding: 10px 0;
}
.contentsInner h4 {
  border-left: 3px solid #2e4652;
  padding-left: 10px;
}
.subtitle01 {
  color: #2e4652;
  border-bottom: 1px solid #2e4652;
}
.subtitle_01 {
  background-color: #2e4652;
  color: #fff;
  border: none;
}
span.text_border {
  background-image: url("../img/icon/bg_text_border.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  line-height: 2.4;
}
/*テキスト*/
/*テーブル*/
.table_property table {
  border-collapse: collapse;
}
.table_property th {
  background-color: #eee;
  vertical-align: middle;
  padding: 10px;
}
.table_property td {
  vertical-align: middle;
  padding: 10px;
}
.snsiconimg {
  float: left;
  padding: 10px;
}
@media screen and (max-width: 780px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th, .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
/*テーブル*/
/*ヘッダー　ナビ*/
@media (min-width: 781px) {
  h1.h-text {
    font-size: 12px;
    text-align: center;
    height: 20px;
    background-color: #b9dce9;
  }
  #headerbox {
    width: 1200px;
    margin: 0 auto;
    height: 180px;
  }
  .header_logo {
    width: 25%;
    height: 110px;
    float: left;
    overflow: hidden;
  }
  .header_menu {
    width: 75%;
    height: 110px;
    float: right;
  }
  .header_b_b {
    border-bottom: 3px solid #2e4652;
  }
  .fix_h {
    height: 221px;
  }
  #fixedBox {
    margin-bottom: -180px;
    transition: .3s;
  }
  .fixedmenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  /*#servicemenu{width:100%;height:81px;line-height:81px;background-color:#faa749;} メニューを横幅100%で背景色入れたい場合、独立させる*/
  #servicemenubox {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
  }
  #servicemenubox ul {
    margin: 0;
  }
  .menu_title {
    background-color: #fff;
    color: #333;
    text-align: center;
    width: 100%;
    line-height: 2.0;
    margin: 10px 0;
  }
  li.s_menu {
    text-align: center;
    position: relative;
    float: left;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    width: 200px;
    display: block;
	  
  }
  li.s_menu:last-child { /*border-right:1px solid #333;*/
  }
  li.s_menu a {
    text-decoration: none;
    color: #333;
  }
  li.s_menu a:hover {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  li.s_menu:hover {
    z-index: 10;
    color: #fff;
    background-color: #faa749;
  }
  li.s_menu:hover img {
    position: relative;
    z-index: 100;
  }
  .s_menu_sub_01, .s_menu_sub_02, .s_menu_sub_03, .s_menu_sub_04, .s_menu_sub_05, .s_menu_sub_06 {
    position: absolute;
    top: 60px;
    width: 200px;
    height: 0px;
    padding: 0;
    display: none;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    border-top: none;
  }
  .s_menu_sub_01 {
    left: 0px;
  }
  .s_menu_sub_02 {
    left: -201px;
  } /*サブメニューを下に表示する際にピクセル数を合わせる*/
  .s_menu_sub_03 {
    left: -261px;
  }
  .s_menu_sub_04 {
    left: -391px;
  }
  .s_menu_sub_05 {
    left: -521px;
  }
  .s_menu_sub_06 {
    left: -781px;
  }
  li.s_menu:hover .s_menu_sub_01, li.s_menu:hover .s_menu_sub_02, li.s_menu:hover .s_menu_sub_03, li.s_menu:hover .s_menu_sub_04, li.s_menu:hover .s_menu_sub_05, li.s_menu:hover .s_menu_sub_06 {
    display: block;
    z-index: 50;
  }
  .s_menu_sub_01 ul {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
  }
  .s_menu_sub_01 li {
    height: 50px;
    line-height: 50px;
    margin: 0;
    border-bottom: 1px solid #faa749;
    background-color: #f9b467;
  }
}
@media screen and (max-width: 780px) { /* 780px以下*/
  #mainheader_sp {
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  #mainheader_sp ul {
    margin: 0;
  }
  #mainheader_sp li {
    list-style: none;
  }
  .sp_head_01 {
    width: 50%;
    float: left;
    background-color: #fff;
  }
  .sp_head_02 {
    background-color: #222;
    width: 25%;
    float: right;
    background-color: #fff;
    border-left: 1px solid #eee;
  }
  .l_header .sp_nav_btn {
    cursor: pointer
  }
  .wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s
  }
  .on_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden
  }
  .is_active .l_header {
    left:
      280px;
    -webkit-transition: .3s;
    transition: .3s
  }
  .is_active .wrap {
    left: 280px;
    -webkit-transition: .3s;
    transition: .3s
  }
  .is_active .on_wrap {
    position: fixed;
    left: 280px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.35)
  }
  .is_active .l_nav {
    position: fixed;
    height: 100%;
    left: 0;
    overflow-y: auto;
    -webkit-transition: .3s;
    transition: .3s
  }
  .l_nav {
    background: #fff;
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 1000;
    -webkit-transition: .3s;
    transition: .3s
  }
  .nav_menu {
    padding: 0;
    list-style: none;
  }
  .l_nav .nav_menu li {
    border-bottom: 1px solid #909090;
  }
  .l_nav .nav_menu a {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    display: block;
    padding: 10px 0px 10px 10px;
    color: #333
  }
  .l_nav .nav_menu .nav_list_inner {
    position: relative
  }
  .accordion-menu {
    width: 100%;
    max-width: 350px;
    margin: 60px auto 10px;
    background: #fff;
    border-radius: 4px;
  }
  .accordion-menu li {
    color: #CDDC39;
    border-bottom: 1px solid #ccc;
    line-height: 2.6;
  }
  .accordion-menu li a {
    text-decoration: none;
  }
  .accordion-menu li.open .dropdownlink {
    color: #CDDC39;
  }
  .accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
  }
  .dropdownlink {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 45px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    color: #212121;
    position: relative;
    transition: all 0.4s ease-out;
  }
  .submenuItems {
    display: none;
    background: #eee;
  }
  .submenuItems li {
    border-bottom: 1px solid #ccc;
    font-size: 13px;
  }
  .submenuItems a {
    display: block;
    color: #333;
    padding: 12px 12px 12px 45px;
    transition: all 0.4s ease-out;
    text-decoration: none;
  }
  .dropdownlink:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #333;
  }
  .dropdownlink:after { /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
  }
}
/*ヘッダー　ナビ*/
/*パンくず*/
#pankuzu {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
}
#pankuzu a {
  font-size: 14px;
  color: #111111;
  font-weight: bold;
}
#pankuzu a:hover {
  color: #FF5300;
}
#pankuzu li {
  float: left;
  list-style: none;
}
/*パンくず*/
/*SP フッター　ナビ*/
@media screen and (max-width: 780px) { /* 780px以下*/
  .sp_footlink {
    background-color: #678d1b;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0px;
    padding: 0;
    z-index: 999;
    border-bottom: 1px solid #aace61;
  }
  .sp_footlink ul {
    margin: 0;
  }
  .sp_footlink li {
    float: left;
    width: 20%;
    border-right: 1px solid #aace61;
    box-sizing: border-box;
    list-style: none;
  }
  .sp_footlink li:last-child {
    border: none;
  }
  .sp_footlink li img {
    width: 100%;
  }
  .sp_footmenu li {
    width: 100%;
    padding: 0 5%;
    line-height: 2.4;
    border-top: 1px solid #aaa;
    background-color: #eee;
    font-size: 14px !important;
  }
  .sp_footmenu li a {
    text-decoration: none;
  }
  .sp_footmenu li:last-child {
    text-align: center;
    background-color: #CCC;
  }
}
/*SP フッター　ナビ*/
/*トップページ*/
.bg_column {
  background: url(../img/index/pic_02.jpg) no-repeat center;
  background-size: cover;
}
.card {
  border: 1px solid #2e4652;
  border-radius: 5px;
  padding: 10px;
  background-color: #eee;
}
.img-thumbnail {
  max-height: 150px;
  border-radius: 5px;
  object-fit: cover;
}
@media screen and (max-width: 780px) { /* 780px以下*/
  .img-thumbnail {
    height: 250px;
    border-radius: 5px;
    object-fit: cover;
  }
}