@charset "utf-8";



/* 左寄せ、右寄せテキスト+画像 */
.gray_bar {
  width: 1200px;
  background-color: #f0f0f0;
  padding: 0.4em 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.text_box {
  font-size: 0.875rem;
  display: flex;
	margin-bottom:4rem;
}
.element_text {
  padding:0px 4%;
  margin-bottom: 4%;
}
.element_text ul li{
  padding: 0 0 1rem;
  margin: 0;
  list-style: outside;
}

.element_text_security{margin-top: 0px;}
.element_text_security_li li {margin-left: 1.5rem;}
.element_text dd{margin-left: 0px; margin-bottom: 1rem;}

.element_text01 {
  padding-right: 4%;
}
.element_text02 {
  padding-left: 4%;
}
.sp_off{display: contents;}
  .sp_on{display: none;}
.listy_on{margin-left: 1rem;}
ul.listy_on li{list-style: outside;}

/*** 2017.08.18 修正追加分 ***/

@media (max-width: 767px) {
.element_text ul li{padding: 0 0 0.9rem 1rem;list-style:inside;text-indent:-1rem;}
}


/*** 2017.08.18 修正追加分 ***/
@media (max-width: 1199px) {
  .text_box {
    flex-wrap: wrap;
  }
  .gray_bar {
    width: 100%;
    padding: 0.4em 5%;
  }
}

@media (max-width: 767px) {
.element_text {
  padding:0px 2%;
}
  .sp_on{display: block;}
  .sp_off{display: none;}
  .element_text dd dl dd{margin-left: 0px;}
  .element_text dd{margin-left: -9%;}
}

/* h3タイトル */
.section_title_h3 {
  border-bottom: 1px dotted #1d7b43;
  padding-bottom: 1px;
  margin-top: 1.0rem;
  clear: both;
}
.section_title_h3 h3 {
  border-bottom: 1px solid #1d7b43;
  background-image: url(../img/element/h3_bg.png);
  background-repeat: no-repeat;
  background-position: 0 1.0rem;
  padding-left: 3%;
  padding-bottom: 0.2rem;
  font-size: 1.5rem;
  font-family: '新ゴ M', 'Shin Go Medium';
}
.section_title_h3 h2 {
  border-bottom: 1px solid #1d7b43;
  background-image: url(../img/element/h3_bg.png);
  background-repeat: no-repeat;
  background-position: 0 1.0rem;
  padding-left: 3%;
  padding-bottom: 0.2rem;
  font-size: 1.5rem;
  font-family: '新ゴ M', 'Shin Go Medium';
}

.section_title_h3 h3 b{font-style: italic; color:#ff9600; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; font-size: 1.6rem; }

@media (max-width: 767px) {
.section_title_h3 h3 {
  padding:0px 5%;
  font-size: 1.2rem;
  line-height: 1.6rem;
  background-position: 0 0.6rem;
  background-size: 12px auto;
}
.section_title_h3 h3 b{font-size: 1.5rem; line-height: 1.8;}
.section_title_h3 h2 {
  padding:0px 5%;
  font-size: 1.2rem;
  line-height: 1.6rem;
  background-position: 0 0.6rem;
  background-size: 12px auto;
}
}
/* 画像リスト */
.img_box50 {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5%;
}
.img_box25 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2.5%;
}
.img_box33 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2.5%;
}
.img_box33 > *{
  width: 33%;
}
.img_box50 > * {
  width: 48.666666667%;
}
.img_box25 > * {
  width: 23.166666667%;
}
.h4_box {
  width: 31.666666667%;
}
.h4_box img {
  width: 100%;
}
.element_text h4, .h4_box h4 {
  background-image: url(../img/element/h4_bg.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 3%;
  color: #1d7b43;
  margin-top: 3%;
  margin-bottom: 1%;
}
.h4_box.no_bg h4 {
  background: none;
  padding-left: 0;
}

.h4_box p {
  font-size: 0.875rem;
  margin-top: 0;
}


/* ボタン */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium';
  font-weight: bold;
  margin: 1% auto;
}
.btn.left {
  margin: 1% auto 1% 0;
}
.btn_lg {
  width: 600px;
  height: 90px;
  font-size: 1.5rem;
}
.btn_md {
  width: 400px;
  height: 80px;
  font-size: 1.3rem;
}
.btn_sm {
  width: 250px;
  height: 60px;
  font-size: 1.0rem;
}
.btn_xs {
  width: 160px;
  height: 50px;
  font-size: 1.0rem;
}
a.btn_green {
  background-color: #1d7b43;
  border: 2px solid #1d7b43;
  color: #fff;
}
a.btn_green:hover {
  background-color: #fff;
  color: #1d7b43;
  border: 2px solid #1d7b43;
  opacity: 1;
}
a.btn_orange {
  background-color: #f99810;
  border: 2px solid #f99810;
  color: #fff;
}
a.btn_orange:hover {
  background-color: #fff;
  color: #f99810;
  border: 2px solid #f99810;
  opacity: 1;
}
a.btn_gray {
  background-color: #848484;
  border: 2px solid #848484;
  color: #fff;
}
a.btn_gray:hover {
  background-color: #fff;
  color: #848484;
  border: 2px solid #848484;
  opacity: 1;
}
/* redとblueを追加。2021/03/16 */
a.btn_red {
  background-color: #FF0000;
  border: 2px solid #FF0000;
  color: #fff;
}
a.btn_red:hover {
  background-color: #fff;
  color: #FF0000;
  border: 2px solid #FF0000;
  opacity: 1;
}
a.btn_blue {
  background-color: #0000FF;
  border: 2px solid #0000FF;
  color: #fff;
}
a.btn_blue:hover {
  background-color: #fff;
  color: #0000FF;
  border: 2px solid #0000FF;;
  opacity: 1;
}

.btn img {margin-left: 2%;}



.btn.disable {
  opacity: 0.5;
}
.btn.disable:hover {
  opacity: 0.5;
  cursor: default;
}
a.btn_orange.disable:hover {
  background-color: #f99810;
  color: #fff;
}
/* redとblueを追加。2021/03/16 */
a.btn_red.disable:hover {
  background-color: #FF0000;
  color: #fff;
}
a.btn_blue.disable:hover {
  background-color: #0000FF;
  color: #fff;
}
@media (max-width: 1199px) {
  .btn.btn_md {
    width: 100%;
  }
}
@media (max-width: 767px) {
.img_box50 {
  display: block;
}
  .img_box33 {
  display: block;
    margin-bottom: 30px;
}
  .h4_box {
  width: auto;
    margin-bottom: 10%;
}
  .btn.btn_xs {
    margin: 3% auto;
  }
  .btn.btn_sm {
    margin: 3% auto;
  width: 100%;
  }
}


/* 囲みパターン、BGパターン */
.bg_text_box {
  font-size: 0.875rem;
  overflow: hidden;
  padding: 2%;
  margin-bottom: 4rem;
}
.gray_box {
  background-color: #f0f0f0;
}
.green_box {
  background-color: #e7f9f1;
  text-align: center;
}
.beige_box{background-color: #faf7d7;}

.border_box {
  border: 2px solid #1d7b43;
}
.beige_border_box {
  background-color: #faf7d7;
  border: 1px solid #c7c7c7;
}


.bg_text_box_title {
text-align: center;
margin-bottom: 2%;
padding: 0 10% 1rem;
}
.bg_text_box span {
  font-family: '新ゴ M', 'Shin Go Medium';
  font-weight: bold;
  font-size: 1.3rem;
  border-bottom: 2px solid #1d7b43;
}
.bg_text_box p {
	margin-top: 0px;
 /* margin-top: 3%; */
}
.bg_text_box ul li {
  background-image: url(../img/pages/list_icon.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 1rem;
  line-height: 1.4;
  font-size: 0.875rem;
}
.bg_text_box ul li:lastchild {padding: 0 0 0 1rem;}

.bg_text_box ol li {
  list-style-type: decimal;
  margin-left: 1.5%;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
.bg_text_box dl{
  width: 100%;
	margin-top: 0px;
}
.bg_text_box dt{
  display: block;
  width: 20%;
  clear: left;
  float: left;
  color: #1d7b43;
  margin: 0;
  font-weight: bold;
}
.bg_text_box dd{
  font-size: 1rem;
  display: block;
  width: 80%;
  float: left;
  margin: 0;
}


.bg_text_box_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bg_text_box_img a {
  width: 49%;
}
.bg_text_box_img img {
  width: 100%;
}
@media (max-width: 767px) {
  .bg_text_box {
    margin-top: 3%;
    margin-bottom: 5%;
  }
  .bg_text_box_img {
    display: block;
    padding: 0 3%;
  }
  .bg_text_box_img a {
    display: block;
    width: 100%;
    margin: 6% 0 4% 0;
  }
}

.full_list li {
  background-image: url(../img/pages/list_icon.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 1rem;
  padding-bottom: 0;
  font-size: 0.875rem;
}

/* 背景ありリスト */
dl.bg_list{
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
	margin-top:1.5rem;
}
/* dl.bg_list a{color: #1b7540;} */
dl.bg_list p{text-align:right;}
.bg_list dt{
  display: block;
  width: 20%;
  clear: left;
  float: left;
  color: #000000;
  margin: 0;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 10px 10px;
}
.bg_list dd{
  display: block;
  width: 80%;
  float: left;
  margin: 0;
  padding: 10px 10px;
  font-size: 0.875em;
}
.bg_list dd strong{font-size:1.0rem;}

.bg_list dd:last-child {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 1px;
}

dl.bg_list dt:nth-of-type(odd) {
  background-color: #ebebeb;
}
dl.bg_list dt:nth-of-type(even) {
  background-color: #f4f4f4;
}
dl.bg_list dd:nth-of-type(odd) {
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  dl.bg_list{
  width: 100%;
}
  .bg_list dt{
    width: 100%;
  }
  .bg_list dd{
    width: 100%;
  }
  dl.bg_list dt:nth-of-type(odd) {
    background-color: #ebebeb;
  }
  dl.bg_list dt:nth-of-type(even) {
    background-color: #ebebeb;
  }
  dl.bg_list dd:nth-of-type(odd) {
    background-color: #fff;
  }
}


/* 背景なしリスト */
dl.text_list{
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}
.text_list dt{
  display: block;
  width: 104px;
  clear: left;
  float: left;
  margin: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 1% 0;
}
.text_list dd{
  display: block;
  width: calc(100% - 104px);
  float: left;
  margin: 0;
  padding: 1% 2%;
}
@media (max-width: 767px) {
.text_list dt{
  width: 100%;
}
.text_list dd{
  width: 100%;
}
}

.section_title_element.gray {
  background-color: #ebebeb;
  width: 100%;
}
.section_title_element a {
  width: 1200px;
  /* height: 138px; */
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
  color: #1d7b43;
}
.section_title_element h2 {
  font-size: 3.8rem;
  line-height: 2.5;
  font-family: 見出ゴMB31, Midashi Go MB31;
}
.section_title_element img {
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
}
.section_title_element a:hover {
  color: #f99910;
  text-decoration: none;
  opacity: 1;
}

@media (max-width: 1199px) {
  .section_title_element a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section_title_element h2 {
    font-size: 1.7rem;
  }
  .section_title_element > img {
    right: 5%;
    max-width: 30px;
    width: 8%;
  }
  .section_title_element > a > img {
    right: 5%;
    max-width: 30px;
    width: 8%;
  }
  .section_title_element h3 img {
    width: 60%;
  }
  .bg_text_box dt{
    width: 25%;
  }
  .bg_text_box dd{
    width: 100%;
    font-size: 0.875rem;
	  padding-left: 2rem;
	  text-indent: -2rem;
  }
}

/* 本文 */
.letter1200 {
  width: 1200px;
  margin: 0 auto 2%;
}
@media (max-width: 1199px) {
  .letter1200 {
    width: 100%;
    padding: 3% 0;
  }
}

.link_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.link_box_w {
  width: 100%;
}
.link_box {
  width: 48%;
	margin-right: 2%;
}

.link_title {
  background-image: url(../img/pages/list_icon.png);
  background-repeat: no-repeat;
  background-position: 0 0.5rem;
  padding-left: 1.2rem;
  margin-top: 0.5em;
  display: inline-block;

}
.link_box a {
  color: #1b7540;
}
.link_box a:hover {
  color: #f9922d;
  opacity: 1;
  text-decoration: underline;
}

.link_pdf {
  margin-left: 0.5em;
}
@media (max-width: 1199px) {
  .link_box {
    width: 100%;
  }
  .link_wrap.tel .link_box{
    text-align: center;
    font-size: 0.875rem;
  }
  .link_wrap.tel .link_box img {
    width: 75%;
    margin-bottom: 3%;
  }
}

ul.letter_list li {
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
}

/* ページャー */
.pager {
  padding: 30px 0;
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.pager a {
  color: #1b7540;
  border: 1px solid #1b7540;
  height: 40px;
  padding: 0.76rem 0.85rem;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  margin: 5px;
}
.pager a:hover {
  color: #fff;
  background-color: #1b7540;
  opacity: 1;
}
.pager span.current {
    color: #fff;
    background-color: #1b7540;
    padding: 0.76rem 0.85rem;
    border: 1px solid #1b7540;
    font-weight: 600;
    margin: 5px;
    height: 40px;
    line-height: 1;
	display: inline-block;
}
.pager span.dots {
  color: #1b7540;
  border: 1px solid #fff;
  height: 40px;
  padding: 0.76rem 0.85rem;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  margin: 5px;
}
.pager .prev {
  position: absolute;
  left: 0;
  padding: 0.76rem 2.2rem;
}
.pager .next {
  position: absolute;
  right: 0;
  padding: 0.76rem 2.2rem;
}
@media (max-width: 1199px) {
  .pager {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .pager .prev {
    position: relative;
    padding: 0.76rem 0.85rem;
    background-image: url(../img/element/page_prev.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    color: rgba(0,0,0,0);
    width: 40px;
  }
  .pager .next {
    position: relative;
    padding: 0.76rem 0.85rem;
    background-image: url(../img/element/page_next.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    color: rgba(0,0,0,0);
    width: 40px;
  }
  .pager a.prev:hover {
    color: #fff;
    background-image: url(../img/element/page_prev_on.png);
    background-color: #1b7540;
    opacity: 1;
    color: rgba(0,0,0,0);
  }
  .pager a.next:hover {
    color: #fff;
    background-image: url(../img/element/page_next_on.png);
    background-color: #1b7540;
    opacity: 1;
    color: rgba(0,0,0,0);
  } 
}




/* お問合せ */
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.wpcf7-list-item {
  width: 33.3333%;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  padding: 0.7em 1em;
  font-size: 0.875rem;
}
span.wpcf7-list-item {
  margin: 0 !important;
  display: inline !important;
}
.wpcf7-list-item.last label {
  display: none;
}
.wpcf7-list-item label {
  width: 100%;
  height: 100%;
  display: block;
}

.textarea {
  width: 1200px;
  background-color: #f0f0f0;
  margin-top: 2em;
  border: 1px solid #c7c7c7;
}
.input_md {
  width: 300px;
  height: 40px;
  background-color: #f0f0f0;
  border: 1px solid #c7c7c7;
}
.input_lg {
  width: 400px;
  height: 40px;
  background-color: #f0f0f0;
  border: 1px solid #c7c7c7;
}
.error {
  color: #c50413;
  font-size: 0.875rem;
  margin-left: 1em;
  display: inline-block;
}

.require {
  color: #fff;
  background-color: #f9922d;
  font-size: 0.688rem;
  padding: 0.1em 0.5em;
  margin-left: 1em;
  vertical-align: text-top;
  display: inline-block;
}
.contact_btm_box {
  text-align: center;
}
.attention {
  text-align: left;
  display: inline-block;
  font-size: 0.75rem;
  padding-left: 1em;
  text-indent: -1em;
}

.btn_box {
  display: flex;
  justify-content: center;
}
.btn_box .btn {
  margin: 1% 10px;
}

.mode_edit, .mode_confirm {
  display: none;
}
.mode_edit.active, .mode_confirm.active {
  display: flex;
}

@media (max-width: 1199px) {
  .textarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wpcf7-list-item {
    width: 100%;
  }
  span.wpcf7-list-item.last {
    margin: 0 !important;
    display: none !important;
  }
  .input_md {
    width: 100%;
  }
  .input_lg {
    width: 100%;
  }
}

/* 会社情報 */

.corp_card_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.corp_card {
  width: 380px;
  margin-bottom: 2.5%;
  margin-bottom: 2.5vw;
  position: relative;
}

@media (min-width: 1025px) {
  .corp_card:hover {
    opacity: 1;
  }
  .corp_card:hover .hover_overlay{
    width: 100%;
    background-color: rgba(27, 117, 64, 0.9);
    position: absolute;
    top: 0;
    left: 0;
  }
  .corp_card:hover .hover_overlay:before {
    content:"";
    display: block;
    padding-top: 50%;
  }
}
.corp_card_box .btn {
  //width: 380px;
  width: 580px;
  margin: 0;
  //justify-content: space-between;
  padding-left: 0.9em;
  padding-right: 0.9em;
  font-size: 1.5rem;
  margin-bottom: 2.5%;
  margin-bottom: 2.5vw;
}


.corp_card_title {
  background-color: #2baa5d;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.4em 0;
  font-family: '新ゴ M', 'Shin Go Medium';
}
.corp_card_text {
  background-color: #f0f0f0;
  color: #333;
  text-align: left;
  border: 5px solid #2baa5d;
  border-top: none;
  padding: 1.1em;
  font-size: 0.85rem;
  height: 130px;
}
.corp_card_text.double {
  padding: 0.2em 0;
}
.corp_card:hover .corp_card_title {
  background-color: #1c7440;
}
.corp_card:hover .corp_card_text {
  border-color: #1c7440;
  background-color: #94bfa9;
}
@media (max-width: 1199px) {
  .corp_card_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .corp_card {
    width: 30%;
    margin-bottom: 5%;
    margin-bottom: 5vw;
  }
  .corp_card img {
    width: 100%;
  }
  .corp_card_box .btn {
    width: 45%;
    font-size: 1rem;
    margin-bottom: 5%;
    margin-bottom: 5vw;
  }
  .corp_card_title {
    font-size: 1rem;
  }
  .corp_card_title.small {
    font-size: 0.8rem;
    padding: 0.7em 0;
  }
  .corp_card_text {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .corp_card_box {
    padding: 2.5% 5%;
  }
  .corp_card {
    width: 100%;
    margin-bottom: 5%;
    margin-bottom: 5vw;
  }
  .corp_card_box .btn {
    width: 100%;
    font-size: 1.2rem;
  }
  .corp_card_title, .corp_card_title.small {
    font-size: 1.3rem;
    padding: 0.4em 0;
  }
  .corp_card_text {
    padding: 1.1em;
    font-size: 0.75rem;
    height: auto;
	text-align: center;
  }
}




/* 事業所一覧 */
.office_list_visual {
  background-image: url(../img/pages/office_list_bg.jpg);
  background-size: cover;
  text-align: center;
  padding: 2% 5%;
  width: 1200px;
  margin: 0 auto 5%;
}
.office_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.office_list:after{
  content:"";
  display: block;
  width: 380px;
}
.office_list a {
  width: 380px;
  margin-bottom: 2.5%;
  margin-bottom: 2.5vw;
  position: relative;
}

.office_list_head {
  background-color: #1b7540;
  color: #fff;
  text-align: center;
  padding: 0.7em 0;
}
.office_list_head h2{ 
  font-size: 1.5rem;
  font-weight: bold;
  /* padding: 0.4em 0; */
  font-family: '新ゴ M', 'Shin Go Medium';
  margin: 0;}

.office_list_head p {
  font-size: 1.5rem;
  font-weight: bold;
  /* padding: 0.4em 0; */
  font-family: '新ゴ M', 'Shin Go Medium';
  margin: 0;
}
.office_list a > span{
  display: block;
  height: 160px;
  background-color: #f0f0f0;
  padding: 4%;
  color: #333;
  font-size: 0.9rem;
  background-image: linear-gradient(-45deg, #1b7540 23px, transparent 0);
}
.office_list a:hover {
  opacity: 1;
}
.office_list a:hover .office_list_head {
  background-color: #f99910;
}
.office_list a:hover > span {
  background-color: #d8d8d8;
  background-image: linear-gradient(-45deg, #f99910 23px, transparent 0);
}
@media (max-width: 1199px) {
  .office_list_visual {
    width: 100%;
    padding: 5%;
  }
  .office_list_visual img{
    width: 90%;
    margin: 0 auto;
  }
  .office_list a {
    width: 47.5%;
    margin-bottom: 5%;
    margin-bottom: 5vw;
  }
  .office_list:after{
    content:"";
    display: block;
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .office_list a {
    width: 100%;
  }
  .office_list a > span{
    height: auto;
  }
  .office_list a > span{
    background-image: linear-gradient(-45deg, #1b7540 18px, transparent 0);
  }
  .office_list a:hover > span {
    background-image: linear-gradient(-45deg, #f99910 18px, transparent 0);
  }
}


/* 沿革 */
.history_contents {
  width: 1200px;
  padding-right: 250px;
  position: relative;
}
.history_title h3 {
  background-image: url(../img/element/history_title_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0.9rem;
}

dl.history_list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  margin: 1.7em 0;
}
dl.history_list a{color: #1b7540;}

.history_list dt {
  width: 15%;
  clear: left;
  float: left;
  color: #1d7b43;
  margin: 0;
  font-weight: bold;
  background-color: #ebebeb;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 0.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.4;
}
.history_list dt.upper_hidden{
  border-bottom: 2px solid #ebebeb;
}
.history_list dt.hidden {
  color: #ebebeb;
}
.history_list dt.middle_hidden{
  color: #ebebeb;
  border-bottom: none;
}
.history_list dt.hidden > * {
  opacity: 0;
}
.history_list dt.middle_hidden > *{
  opacity: 0;
}
.history_list dt span {
  color: #f99910;
  font-size: 0.9rem;

}
.history_list dd {
  display: block;
  width: 85%;
  float: left;
  margin: 0;
  font-size: 0.875em;
  display: flex;
  /* justify-content: flex-start; */
  align-items: stretch;
  align-self: auto;
  text-align: left;
  border-bottom: 2px solid #fff;
}
.history_list dd span:nth-child(1) {
  width: 12.345679012%;
  height: 100%;
  text-align: center;
  background-color: #f4f4f4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-right: 2px solid #fff;
  padding: 1.8em 1em;
}
.history_list dd span:nth-child(2) {
  width: calc(100% - 12.345679012%);
  height: 100%;
  display: block;
  background-color: #f9f9f9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding: 1.8em 1em;
}

.history_navi {
  width: 190px;
  height: 440px;
  position: absolute;
  top: 140px;
  right: 0;
  background-image: url(../img/element/navi_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 20px 0;
}
.history_navi a {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  font-weight: bold;
  font-family: '新ゴ M', 'Shin Go Medium';
  font-size: 1.6rem;
  color: #333;
  padding-left: 46px;
  padding-top: 2px;
}
.history_navi a span {
  font-size: 1.0rem;
  margin-top: 4px;
}
.history_navi a:hover {
  color: #f99910;
  background-image: url(../img/element/navi_arrow.png);
  background-repeat: no-repeat;
  background-position: 25px 30px;
  opacity: 1;
}

.history_navi_fixed {
  position: fixed;
  width: 1200px;
  top: 0;
}

@media (max-width: 1199px) {
  .history_contents {
    width: 100%;
    padding: 0 2.5%;
  }
  .history_navi {
    display: none;
  }
  .history_navi_fixed {
    position: fixed;
    width: 1200px;
    top: 104px;
    display: none;
  }
}

@media (max-width: 767px) {
  dl.history_list {
    width: 100%;
  }
  .history_list dt{
    width: 100%;

  }
  .history_list dd{
    width: 100%;
  }
  .history_list dd span:nth-child(1) {
    width: 30%;
    padding: 0.7em 1em;
  }
  .history_list dd span:nth-child(2) {
    width: calc(70% - 2px);
    padding: 0.7em 1em;
  }
  .history_list dt {
    text-align: left;
    justify-content: flex-start;

  }
  .history_list dt.upper_hidden {
    border-bottom: 2px solid #fff;
  }
  .history_list dt.hidden {
    display: none;
  }
}


@media (max-width: 1199px) {
  .history_title h3 {
    background-position: 0 0.5rem;
  }
}

/* 05, 07 */
.figure_box {
  padding: 0 0 2.5%;
  overflow: hidden;
}
.check_box {
  width: 720px;
  float: left;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.9;
  padding-bottom: 1em;
}
.check_box img {
  margin-bottom: 1em;
  max-width: 40%;
}
.figure_right {
  float: right;
}
.title_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.5em 0 2.5em;
}
.text_box_05 {
  width: 48.5%;
  margin: 1em 0;
}
.text_box_05.dummy {
  opacity: 0;
}
.text_box_head {
  width: 100%;
  font-weight: bold;
  font-family: '新ゴ M', 'Shin Go Medium';
  font-size: 1.6rem;
  color: #fff;
  background-color: #f83e2c;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0.1em 0;
}
.text_box_05.red {
  border: 2px solid #f83e2c;
}
.text_box_05.red .text_box_head {
  background-color: #f83e2c;
}
.text_box_05.blue {
  border: 2px solid #0d2b99;
}
.text_box_05.blue .text_box_head {
  background-color: #0d2b99;
}
.text_box_05.green {
  border: 2px solid #4acf00;
}
.text_box_05.green .text_box_head {
  background-color: #4acf00;
}

.text_box_05 ul {
  padding: 1em 1em 0.3em;
}

.text_box_05 ul li {
  background-image: url(../img/pages/05_icon.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding: 0;
  padding-left: 1rem;
  margin-bottom: 0.7em;
  line-height: 1.8;
  font-size: 1rem;
}
.text_box_05.blue ul li {
  background-image: url(../img/pages/07_icon.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
}
.text_box_05.green ul li {
  background-image: url(../img/pages/03_icon.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
}
.text_box_05.half ul {
  width: 50%;
  float: left;
}
.text_box_05.half ul:nth-of-type(2) {
  border-left: 2px solid #0d2b99;
}

.card_box_05 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0.5em;
}
.card_box_05 .btn {
  width: 32%;
  height: 70px;
  background-color: #eaeaea;
  margin: 0 0 1em 0;
  padding: 2px 1px;
  font-size: 1.2rem;
}
.card_box_05 .btn.dummy {
  background-color: #fff;
}
.card_box_05 .btn span {
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-align: center;
  width: calc(100% - 6px);
  height: 93%;
  padding: 0;
  background-color: #eaeaea;
  border: 1px solid #c9c9c9;
}

.center_btn_box {
  display: flex;
  justify-content: center;
}
.center_btn_box .btn {
  margin: 0 1% 2.5em;
  justify-content: space-between;
  padding: 1em;
}
@media (max-width: 1199px) {
  .center_btn_box .btn {
    width: 400px;
  }
  .figure_right {
    width: 60%;
    float: initial;
    margin: 0 20% 1em;
  }
}

@media (max-width: 767px) {
  .title_box {
    padding: 0;
  }
  .figure_right {
    width: 80%;
    float: initial;
    margin: 0 10% 1em;
  }
  .check_box {
    width: 100%;
    font-size: 1rem;
  }
  .text_box_05 {
    width: 100%;
    margin: 1em 0;
  }
  .card_box_05 {
    padding: 0 0 2.5%;
  }
  .card_box_05 .btn {
    width: 48%;
    height: auto;
    font-size: 0.9rem;
    line-height: 2.8;
  }
  .card_box_05 .btn span {
    padding: 5%;
  }
  .text_box_head {
    font-size: 1.1rem;
  }
  .center_btn_box {
    flex-wrap: wrap;
    margin-bottom: 1em;
    padding: 0 5%;
  }
  .center_btn_box .btn {
    margin: 0.5em 0;
    justify-content: space-between;
    padding: 1em;
  }
  .btn.dummy {
    display: none;
  }
}

/* 共通あとがき要素 */
b.green {
  color: #1b7540;
  font-size: 1.3rem;
}
.m_t_1r{margin-top: 1rem;}
.m_t_p {margin-top: 2%;}
.m_t_20{margin-top: 20px;}
.m_t_contact {margin-top: 2.5%;}
.m_tb_1p{margin: 1% 0;}
.m_tb_34{margin: 3rem 0 4rem;}
.m_00_2{margin: 0 0 1.8rem;}
.m_b_none {margin-bottom: 0;}
.m_b_02{margin-bottom: 0.2rem;}
.m_b_1{margin-bottom: 1rem;}
.m_b_2 {margin-bottom: 2%;}
.m_b_4 {margin-bottom: 4%;}
.m_b_8 {margin-bottom: 8%;}

.m_l_5em {margin-left: 5em;}
.sp_m_b_2_4{margin-bottom: 0%;}
.p_all_2{padding: 2%;}
.p_l_12{padding-left: 1.2rem;}
.p_r_1{padding-right: 1%;}
.p_b_2p{padding-bottom: 2%;}
.dsp_tb_cap{display: table-caption; width: auto;}

.t_center {text-align: center;}
.t_right{text-align: right;}

.f_s_09{font-size: 0.875rem;}
.f_s_10{font-size: 1.0rem;}
.f_s_11{font-size: 1.125rem;}
.f_s_12{font-size: 1.2rem;}
.f_s_14{font-size: 1.4rem;}
.f_s_16{font-size: 1.6rem;}

.fl_l{float: left;}
.fl_r{float: right;}
.max_wdh_1200{max-width: 1200px; margin: 0 auto;}

.btn_wd_sm{width: 250px;}

.security_btn {
    text-align: center;
    
}
.security_btn a {
    background-color: #848484;
    color: #fff;
    width: 280px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: '新ゴ M', 'Shin Go Medium';
    margin-top: 16px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 1rem;
}
.security_btn a:hover {
  background-color: #fff;;
  border: 2px solid #848484;
  color: #848484;
}
@media (max-width: 1199px) {
  .m_l_5em {
    margin-left: 0;
  }
	.m_b_none1199 {
  margin-bottom: 0;
}
	.max_wdh_1200{max-width: 1200px; margin: 0 auto; padding: 0 2%;}
}
@media (max-width: 767px) {
.m_b_15 {
  margin-bottom: 15%;
}
	.sp_m_t_p {margin-top: 2%;}
	.sp_m_b_none {margin-bottom: 0;}
	.m_tb_34{margin: 0;}
	.dsp_tb_cap{display: block;}
	.sp_f_s_07{font-size: 0.7rem;}
	.ps_rv_t{position: relative;top: -2px;}
	.sp_m_b_2_4{margin-bottom: 7%;}
	.m_b_17 {margin-bottom: 17%;}

	.security_btn a {
    width: 80%;
    height: 42px;
    margin: 0 auto 1rem;
  }

}

/* 2020/02 追記 */
.col_area{
	display: table;
	width: calc(100% + 60px);
	margin-left: -30px;
	border-spacing: 30px 0;
}

.col_fixed{
  table-layout: fixed;
}

.col_item{
	display: table-cell;
	vertical-align: top;
}

.col_area img{
 max-width: 100%;
}

.inner{
 width: 1000px;
 margin: 0 auto;
}

/*分野*/

.service_contents{
 border-top: 5px solid #33a960;
 padding-bottom: 50px;
}

.service_contents h3{
 border-left: 7px solid #33a960;
 margin: 10px 0;
 font-size: 1.3em;
 padding: 0 0 0 10px;
}

.service_contents ul li{
 background: url(../img/pages/03_icon.png) no-repeat left top 7px;
 padding: 0 0 0 15px;
}

.service_contents img{
 max-width: 100%;
 margin-top: 10px;
}

.main_client{
 border: 3px solid #33a960;
 padding: 10px;
 margin-bottom: 60px;
}

.main_client h3{
 text-align: center;
 margin: 10px 0;
 font-size: 1.5em;
}

.main_client ul{
 width: 100%; 
}

.main_client ul::after {
   content: "";
   display: block;
   clear: both;
}

.main_client ul li{
 float: left;
 width: 30%;
 margin: 5px 1.5%; 
}

.main_client ul li a{
 border: 1px solid #ccc;
 display: block;
 padding: 10px;
 text-align: center;
 color: #000;
 background: url("../../images/ico_right.png") no-repeat right 10px center #eee;
 font-size: 1.1em;
 }

.main_client .btn_area{
 background: #e1f2e7; 
 padding: 20px;
}

.main_client .btn_area .col_area{
 width: 570px;
 margin: 0 auto;
}

.main_client .btn_area a{
 text-align: center;
 display: block;
 background: #0f7243;
 color: #fff;
 padding: 10px;
 font-size: 1.2em;
}

/*SRCの特長*/

#feature_01_title,
#feature_02_title,
#feature_03_title{
 display: block;
 padding-top: 120px;
 margin-top: -120px;
}


#feature_01{
 margin-bottom: 60px;
}

.feature_01-1 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 auto;
  color: #007442;
}

.feature_01-2{
 font-size: 1.2em;
}

#feature_02{
 margin: 0 -15px 40px -15px;
}

#feature_02::after {
   content: "";
   display: block;
   clear: both;
}

#feature_02 div{
 border-top:3px solid #2BAA5D;
 border-bottom:3px solid #2BAA5D;
 padding: 15px;
 position: relative;
 float: left;
 width: 216px;
 margin: 0 15px 20px 15px;
 background: #eee;
}

#feature_02 div:hover{
 background: #e1f2e7;
}

#feature_02 div img{
 max-width: 100%;
}

#feature_02 div h3{
 color: #1D7B43;
 text-align: center;
 height: 60px;
 font-size: 14pt;
 padding-top: 10px;
}

#feature_02 div h3.twoLine{
 padding-top: 0;
  font-size: 13pt;
 line-height: 1.5em;
}

#feature_02 div p{
 margin: 10px 0 60px 0;
 font-weight: normal;
}

#feature_02 div span{
 background: #1D7B43;
 color: #fff;
 display: block;
 text-align: center;
 padding: 10px;
 position: absolute;
 bottom: 20px;
 width: calc(100% - 30px);
}

#feature_02 div:hover span{
 background: #F9990F;
}

#feature_02 div a{
 display: block;
 position: absolute;
 top: 0; 
 width: 100%;
 height: 100%; 
 margin-left: -15px;
}

#feature_03 .inner p{
 text-align: center;
 font-size: 15pt;
}

#feature_03 .search_card3_box{
 margin-bottom: 40px;
}

/*調査サービス*/

#service_01 h2{
 background: #00A860;
 color: #fff;
 margin: 0 0 20px 0;
 padding: 5px 15px;
}

#service_01 .col_item{
 font-size: 12pt;
}

#service_01 .col_item img{
 margin-top: -80px;
}

#service_02{
 margin-top: 40px;
}

#service_02 hr{
	border: 0;
	height: 3px;
 background: #2BAA5D;
	clear:both;
}

#service_02 .col_area{
 padding: 20px 0;
 margin-bottom: 40px;
}

 #service_02 .col_area img{
  max-width: 380px;
}

#service_02 .col_area ul{
 background: #eee;
 padding: 10px;
 margin: 10px 0 30px 0;
}

#service_02 .col_area ul li{
 background: url("../../images/check-mark.png") no-repeat left;
 padding: 7px 0 0 30px;
}

#service_02 .col_area a.btn{
 background: #1d7b43;
 color: #fff;
 display: inline;
 padding: 15px 20px;
}

@media (max-width: 1199px) {

.inner{
 width: auto;
}
 
}

@media (max-width: 940px) {
 
 /*分野*/
.service_contents .col_area{
	display: block;
	width: 100%;
	margin-left: 0;
}
 
.service_contents .col_area .col_item{
	display: block;
}
 
}

@media (max-width: 767px) {
.col_area{
	display: block;
	width: 100%;
	margin-left: 0;
}

.col_item{
	display: block;
}
 
/*分野*/
 
.main_client ul li{
 float: none;
 width: auto;
}
 
.main_client .btn_area{
 background: #e1f2e7; 
 padding: 10px;
}
 
.main_client .btn_area .col_area{
 width: auto;
}
 
 .main_client .btn_area a{
  margin: 20px;
 } 
 
/*SRCの特長*/

 .feature_01-1 {
  font-size: 1.6em;
}

.feature_01-2{
 font-size: 1.2em;
}
 
#feature_02 div{
 float: none;
 width: auto;
}
 
 #feature_02 img{
  width: 220px;
  margin: auto;
  display: block;
 }
 
/*調査サービス*/

#service_01 .col_item img{
 margin-top: 20px;;
}
 
 #service_02 .col_area img{
  margin: 0 auto 10px auto;
  max-width: 100%;
 }
 

 
#service_02 .col_area a.btn{
 display: block;
 padding: 10px 15px;
}
 
}


