@charset "utf-8";
/*====================================================================================
■01.Content PAGE
 ├ _01_1 header
 └ _01_5 common
■02.page_contact
■03.page_news
■04.page_about
■05.page_member
■06.page_colum
■07.page_service
■08.page_flow
====================================================================================*/
/*====================================================================================
■01.Content PAGE
====================================================================================*/
/* _01_1 header
-------------------------------------------------------------------- */
.header {
  background: url(../common_img/bg-2.jpg) no-repeat top center;
  padding-top: 30px;
  }
  .header .title-page {
    text-align: center;
    padding-top: 42px;
    padding-bottom: 42px;
  }

.breadcrumb {
  margin-top: 20px;
  margin-bottom: 40px;
  }
  .breadcrumb .nav-breadcrumb {
    overflow: hidden;
  }
  .breadcrumb .nav-breadcrumb li {
    font-size: 12px;
    float: left;
    position: relative;
    padding-top: 2px;
  }
  .breadcrumb .nav-breadcrumb li:first-child {
    padding-left: 30px;
  }
  .breadcrumb .nav-breadcrumb li:first-child:before {
    content: url(../common_img/icon-1.png);
    position: absolute;
    top: 1px;
    left: 0;
  }
  .breadcrumb .nav-breadcrumb li a {
    color: #333;
    display: block;
    padding-right: 5px;
    text-decoration: none;
  }
  .breadcrumb .nav-breadcrumb li a:hover {
    text-decoration: underline;
  }

/* _01_2 common
-------------------------------------------------------------------- */
.table {
  width: 100%;
  border-collapse: collapse;
  }
  .table th {
    font-weight: normal;
  }
  .table thead {
    background-color: #1d2e4f;
    color: #fff;
    text-align: left;
  }
  .table input {
    padding: 5px;
  }

.table thead th, .table thead td {
  padding: 10px 15px;
}

.table tbody th, .table tbody td {
  border: 1px solid #c9c9c9;
  padding: 20px 15px;
}

.table tbody th {
  background-color: #f5f5f5;
  text-align: left;
  padding-left: 63px;
  width: 140px;
  vertical-align: top;
}

.pagination {
  vertical-align: top;
  text-align: center;
  margin-bottom: 74px;
  }
  .pagination li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
  }


.block-1 {
  margin-bottom: 70px;
  }
  .block-1 .title {
    margin-bottom: 40px;
    }
    .block-1 .sub-title {
      margin-bottom: 25px;
    }
    .block-1 .sub-inner {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 35px;
    }

.tit_border_btm {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1c18d;
}

/*====================================================================================
■02.page_contact
====================================================================================*/
.block-contact .title {
  margin-bottom: 20px;
}

.block-contact .box {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 65px;
  }
  .block-contact .box ul {
    margin-left: 15px;
  }
  .block-contact .box ul li {
    margin-top: 10px;
    list-style: decimal;
  }
  .block-contact .box ul li:first-child {
    margin-top: 0;
  }

.table-wrap {
  margin-bottom: 60px;
}

.table .color-1 {
  color: #999;
}

.table .wper100 {
  width: 99%;
}
.table .wper98 {
  width: 98%;
}
.table .wper73 {
  width: 44%;
}
.table .wper39 {
  width: 39%;
}
.table .wper20 {
  width: 20%;
}

.table .list1 {
  overflow: hidden;
  }
  .table .list1 li {
    float: left;
    margin-right: 30px;
  }
  .table .list1 .last {
    width: 100%;
  }
  .table .list2 {
    width: 85%;
  }
  .table .list2 li {
    float: left;
    width: 49%;
    margin-bottom: 15px;
  }
  .table .list2 li:nth-child(3), .table .list2 li:nth-child(4) {
    margin-bottom: 0;
  }
  .table .list2 li input[type="text"] {
    width: 85%;
  }

.table tbody th.hissu {
  background-image: url(../common_img/hissu.gif);
  background-repeat: no-repeat;
  background-position: 15px 20px;
}

.table tbody th.ninni {
  background-image: url(../common_img/ninni.gif);
  background-repeat: no-repeat;
  background-position: 15px 20px;
}
/*====================================================================================
■03.page_news
====================================================================================*/
.block-news .news-inner {
  margin-bottom: 40px;
  }
  .block-news .news-inner .date {
    color: #debb7d;
    background-color: #1d2e4f;
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    min-width: 110px;
    margin-bottom: 10px;
  }
  .block-news a.cur_zoom {
    display: inline-block;
    z-index: 2;
    position: relative;
  }
  .block-news a.cur_zoom img {
    position: relative;
    z-index: -1;
  }
  .block-news .cur_zoom:after {
    position: absolute;
    z-index: 100;
    bottom: 0px;
    right: 0px;
    display: block;
    width: 25px;
    height: 25px;
    background-color: rgba(237, 217, 185, 0.6);
    content: url(../common_img/lightbox/ico-zoom.png); padding: 5px;
  }
  .block-news .news-inner .title {
    font-size: 28px;
    font-weight: normal;
    border-bottom: 1px solid #e1c18d;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .block-news .news-inner .media {
    overflow: hidden;
  }
  .block-news .news-inner .media .lightbox {
    position: relative;
  }
  .block-news .news-inner .media .body p {
    margin-bottom: 15px;
  }

/*====================================================================================
■04.page_about
====================================================================================*/
.block__heading {
  background: url(../about/images/bg-1.jpg) no-repeat top left;
  padding: 53px 20px 15px 20px;
  min-height: 312px;
  margin-bottom: 80px;
  }
  .block__heading .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .block__heading .desc {
    background: url(../about/images/bg-2.png) no-repeat top left;
    color: #fff;
    padding: 40px;
    min-height: 169px;
  }

.table-style {
  width: 100%;
  }
  .table-style th, .table-style td {
    border: 1px solid #c9c9c9;
    border-collapse: collapse;
    padding: 10px 20px;
  }
  .table-style th {
    font-weight: normal;
    background-color: #f5f5f5;
    width: 200px;
    text-align: left;
  }

/*====================================================================================
■05.page_member
====================================================================================*/
.partner_type_title {
	padding: 8px 20px;
	background: #203151;
}
.block-introduce {
  background: #f5ede0 url(../member/images/icon.png) no-repeat top left;
  line-height: 26px;
  margin-bottom: 40px;
  padding: 50px 20px;
}

.item-profile {
  margin-bottom: 40px;
  }
  .item-profile .heading {
    background: url(../member/images/bg.png) repeat-y top left;
    padding: 5px 10px;
  }
  .item-profile .inner {
    border: 1px solid #36435d;
    padding: 20px 50px 20px 15px;
  }
  .item-profile .name {
    font-size: 24px;
    color: #9e1b1e;
    margin-bottom: 5px;
  }
  .item-profile .media-body {
    padding-left: 15px;
    line-height: 25px;
  }
  .item-profile .media-body p {
    margin-bottom: 20px;
  }
  .item-profile .media-body strong {
    font-size: 18px;
    color: #9e1b1e;
  }
.item-profile .pic_l{
	float: left;
	margin: 5px 20px 5px 0;
	width: 150px;
  }
.list-item .row {
  overflow: hidden;
  margin-bottom: 30px;
}

.list-item .item {
  width: 47%;
}

.list-item .title-item,
.list-item .heading {
  margin-bottom: 5px;
}

.list-item .title-item {
  font-size: 24px;
  color: #9e1b1e;
  font-weight: bold;
}

.list-item .heading {
  color: #b99d6b;
  font-size: 16px;
  font-weight: normal;
}

.list-item .media-body {
  padding-left: 10px;
  line-height: 25px;
}

/*====================================================================================
■06.page_colum
====================================================================================*/
.box_detail {
  margin-left: 15px;
  margin-right: 15px;
}
.list-colum {
  margin-bottom: 100px;
  }
  .list-colum .item {
    margin-bottom: 25px;
    }
    .list-colum .item .title {
      background: url(../colum/images/icon.png) no-repeat center left;
      color: #342933;
      font-size: 24px;
      border-bottom: 1px solid #e1c18d;
      padding-bottom: 10px;
      padding-top: 11px;
      padding-left: 50px;
    }
    .list-colum .item .media {
      padding: 15px;
    }
    .list-colum .item .media p {
      margin-bottom: 20px;
      line-height: 25px;
      }
      .list-colum .item .media .pic_l {
        width: 260px;
        height: 260px;
        border: 1px solid #e1c18d;
        position: relative;
        overflow: hidden;
      }
      .list-colum .item .media .pic_l img {
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
      }

.list-colum.detail .title-detail {
  text-align: center;
  background: transparent;
  font-size: 25px;
  color: #9e1b1e;
  border-bottom: 5px solid #000000;
  }
  .list-colum.detail .title-detail span {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
  }
  .list-colum.detail .media .pic_l {
    width: 400px;
    height: 400px;
  }
  .list-colum.detail .title {
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
  }
  .list-colum.detail .inner {
    background-color: #f1eadf;
    padding: 15px;
  }
  .list-colum.detail .inner p:last-child {
    margin-bottom: 0;
  }

.category-column .category-navbar {
  border-bottom: 5px solid #000;
  padding-left: 20px;
  margin-bottom: 15px;
  }
  .category-column .category-navbar li {
    background-color: #cd9967;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    width: 159px;
    margin-bottom: 1px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
  }

.category-column .category-navbar li.active, .category-column .category-navbar li:hover {
  background-color: #110515;
}

.category-column .category-navbar li.active a, .category-column .category-navbar li:hover a {
  padding: 13px 5px;
  color: white;
}

.category-column .category-navbar li a {
  padding: 10px 5px;
  display: block;
  color: #4a2501;
  text-decoration: none;
}

.img_col_box01 {
  margin:0 0 30px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
  box-shadow: 0 0 4px rgba(0,0,0,.4);
  border: solid 1px #fff;
  width:100%;
  height:1000px;
  position: relative;
  }
  .img_col_box01 img {
    position: absolute;
    content:"";
    top:0;
    margin:auto;
    right:0;
    bottom:0;
    left:0;
    max-width: 100%;
    max-height: 100%;
  }

.col_de_box02 {
  background:#f5f5f5;
  padding:20px;
  line-height: 2.2;
  margin-bottom: 25px;
}

.list_col_de01 li {

  height:460px;
  width:460px;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
  box-shadow: 0 0 4px rgba(0,0,0,.4);
  border: solid 5px #fff;
  margin-bottom: 30px;
  }
  .list_col_de01 li img {
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;

 
    max-width: 100%;
    max-height: 100%;

	display: block;
  }

.list-colum .col_zoom:after {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  right: 0px;
  display: block;

  width: 40px;
  height: 40px;


  background:none;
  content: url(../colum/images/icon_zoom.png) !important;
  padding: 5px;
}
/*====================================================================================
■07.page_service
====================================================================================*/
.service_box {
  margin:0 15px 70px 15px;
}

.right_service_box01 {
  width:625px;
  float:right;
}

.img_service01 {
  float:left;
}

.tt_service01 {
  margin-bottom: 50px;
}

/*====================================================================================
■08.page_flow
====================================================================================*/
.left_flow01 {
  float:left;
}
.right_flow01  {
  float:right;
  width:778px;
}

.tbl_flow01 {}
  .tbl_flow01 td {
    padding:25px 25px;background:#fff;
    vertical-align: top;
    width:34%;border:1px solid #e3d6bf;
    line-height: 1.8;
  }
  .tbl_flow01 td.bg01 {
    background:#f7f1e8;
  }

.flow01_box {
  margin:0 18px;
}

.text_flow03 {
  vertical-align: middle !important;
}

.flow01 {
    margin-bottom:70px;
}

.page_flow .tbl_flow01 td {
  width: auto;
}
/*====================================================================================
■09.page_project
====================================================================================*/
.project01_box h4 {
  color:#1d2e4f;
  font-size: 22px;
  background:url(../project/images/line02.png) repeat-x left center;
}
.tit01_project01_box {
  background:url(../project/images/line01.png) no-repeat left center;
  padding:0 0 0 5px;
  margin:0 0 15px 0;
}
.project01_box {margin:0 20px;}
.project01_box h4 span {
  background: #fff;
  padding:0 15px;
}
.project01 {margin:50px 0 0;}
.img_project01 {float:left;margin:0 20px 0 0;}
.list_project02 {margin:0 20px;}
.list_project02 li {
 float:left;
 margin:0 40px 0 0;
 background:#eff1f3;
 padding:20px;
 width:420px;
}
.list_project02 li h4 {
 font-size: 20px;
 border-bottom: 3px solid #e1c18d;
 padding:0 0 3px 0;
 font-weight: normal;
 margin:0 120px 20px 0;
}
.img_project02 {margin:60px 0;text-align: center;}
.btn_project02 {text-align: center;}
.project02 {margin-bottom:100px;}
/*====================================================================================
■10.page_merit
====================================================================================*/
.merit01 {margin:55px 0 70px 0;}
.box_merit01 {
 margin:0 20px; 
}
.list_merit01 li.first {float:left;width:451px;}
.list_merit01 li.last {float:right;width:480px;}
.tit_merit01 {
  color:#1d2e4f;
  font-size: 22px;
  background:url(../merit/images/line01.png) no-repeat left center;
  padding:0 0 0 20px;
  margin:0 0 12px 0;
}
.merit_zoom:after {
    position: absolute;
    z-index: 100;
    bottom: 0px;
    right: 0px;
    display: block;
    width: 25px;
    height: 25px;
    background: none;
    content: url(../merit/images/icon_zoom.png) !important;
    padding: 5px;
}
.merit03 {margin:0 0 100px 0;}
.merit02 {margin:0 0 70px 0;}
.img_merit02 {position:relative;}
.tit_merit03 {color:#9e1b1e;text-align: center;font-size: 26px;margin:0 0 15px 0;}
/*====================================================================================
■11.page_support
====================================================================================*/
.right01_support02 {
  float:right;
  width:778px;
}
.tbl_sup01 {
  width:100%;
}
.tbl_sup01 td {
 border:1px solid #e3d6bf; 
 padding:23px 10px 23px 20px;
 line-height: 1.8;
 vertical-align: middle;
}
.tbl_sup01 .bg02 {
 border:1px solid #e3d6bf; 
 padding:23px 10px 23px 20px;
 background:#f7f1e8;
}
.support01 {margin:60px 0 65px 0;}
.support01 h3 {
  float:left;
  width:420px;
  color:#9e1b1e;
  font-size: 20px;
  font-weight: bold;
  border-left: 3px solid #9e1b1e;
  padding:10px 0 10px 40px;
}
.list_support01 {
  float:left;
  width:525px;
}
.support02 {margin:0 0 70px 0;}
.support02_box {margin:0 20px;}
.box01_support03 {
  background:#f5f6f8;
  margin:20px 0 0 0;
  border:1px solid #cfaa7c;
  padding:25px 20px;
}
.list_support03 li {
  width:265px;
  float:left;
  text-align: center;
}
.supp03_inner {
  background:url(../support/images/bg01_top.png) center top;
  padding:115px 0 0 ;
  margin:0 0 60px 0;
}
.supp03_inner01 {
  background:url(../support/images/bg01_bot.png) center bottom;
  padding: 0 0 115px 0;
}
.supp03_inner02 {
  background:url(../support/images/bg01.png) repeat-y center top ;
  padding:0 100px 10px 100px; ;
}
.support03 {
  margin:0 0 70px 0;
}
.tit_supp03 {color:#1d2e4f;border-left:5px solid #1d2e4f;padding:0 0 0 13px;font-size: 22px;line-height: 1.2;}
.box03_support03 {position:relative;}
.text_supp03 {position:absolute;right:0;bottom:-15px;}
.tit01_support04 {color:#9e1b1e;font-weight: bold;font-size: 18px;}
.support04_box {
  position: relative;
}
.box01_support04 {
  position:absolute;
  top:43px;
  left:760px;
  right:35px;
}
.box02_support04 {
  top:567px;
  left:35px;
  position:absolute;
}
.box03_support04 {
  top:567px;
  left:198px;
  position:absolute;
}
.box04_support04 {
  top:567px;
  left:358px;
  position:absolute;
}
.box05_support04 {
  top:567px;
  left:520px;
  position:absolute;
}
.box06_support04 {
  top:567px;
  left:685px;
  position:absolute;
}
.box07_support04 {
  top:567px;
  left:852px;
  position:absolute;
}
.box08_support04 {
  top:774px;
  left:50px;
  position:absolute;
}
.tit08_support04 {color:#9e1b1e;font-weight: bold;font-size: 18px;}
.text08_support04 {float:left;width:142px;}
.text09_support04 {float:right;width:190px;}
.text10_supp10 {
  position:absolute;
  right:20px;
  left:480px;
  top:753px;
}
.text10_supp11 {
	position: absolute;
	left: 40px;
	top: 30px;
	width: 318px;
}
.btn_supp04 {
  position:absolute;
  left:590px;
  top:850px;
}
.support04 {margin:0 0 100px 0;}

.tit_voice01 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin:0 0 20px 0;
}
.img_voice03 {margin:0 0 60px 0;}
.voice01 {
  margin:50px 0 70px  0;
}
.voice01_box02 {
  background:url(../voice/images/bg01.png) no-repeat left bottom;
}
.voice02_box02 {
  background:url(../voice/images/bg02.png) no-repeat right bottom;
}
.voice01 .per02 {
  float:right;
  width:190px;
  text-align: center;
}
.voice01 .per01 {
  float:left;
  width:190px;
  text-align: center;
}
.voice_detail h4:after {
  content: "";
  display: block;
  border-bottom: 1px solid #e1c18d;
  margin-top: -15px;
}
