@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　Main Index
---------------------------------------*/

/*共通*/

/*image-rendering: -webkit-optimize-contrast;*/

#index .sec {
  margin: 0 auto 100px;
  position: relative;
  padding: 60px 0;
}

#contents .captionWrap {
  overflow: hidden;
  white-space: nowrap;
}

#contents .captionWrap .caption {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  /*height: calc(100% + 18px);*/
  /*overflow-x: scroll;*/
}

.caption::-webkit-scrollbar {
  height: 5px;
}

.caption::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ddd;
}

.caption::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

#contents {
  /*overflow: hidden;*/
}

#index .titArea {
  margin: 0 auto 40px;
  position: relative;
  z-index: 3;
}

#index .idxh2 {
  text-align: center;
  color: #000;
  font-size: 3.2rem;
  line-height: 4.6rem;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
  background: none;
  letter-spacing: 0.2rem;
  border: none;
}

#index .idxh2:before,
#index .idxh2:after {
  display: none;
}

#index .idxh2 .fs_s {
  font-size: 2.8rem;
}

#index .idxh2 a {
  position: relative;
  color: #000;
  background: none;
  display: inline-block;
  padding: 0 30px;
}

#index .idxh2 a:after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  background: url(img/arr_black01.png) 50% 50% no-repeat;
  background-size: 18px auto;
  width: 18px;
  height: 20px;
  display: inline-block;
}

#index .idxh2 a:hover {
  opacity: 0.7;
}

#index .titArea p {
  margin: 0;
  padding: 0;
}

#index .moreBtn {
  width: 400px;
  margin: 30px auto 0;
  position: relative;
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 20px 40px 20px 20px;
  background: #fff url(img/icon_plus.png) right 20px top 50% no-repeat;
  background-size: 18px auto;
  border-radius: 50px;
  position: relative;
  z-index: 3;
}

#index .moreBtn.active {
  background: #fff url(img/icon_minus.png) right 20px top 50% no-repeat;
  background-size: 18px auto;
}

#index .moreBtn:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* Firefox */
@-moz-document url-prefix() {
}

/*トップページ目次*/

.bg_fix .leftCont .tit {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background: url(img/bg_rep02.gif);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto -90px;
  padding: 140px 0 0;
  position: relative;
  top: -120px;
}

.bg_fix .leftCont #indexListPc {
  padding: 0 5%;
}

.bg_fix .leftCont #indexListPc li:first-child {
  border-top: 2px solid #dbeecd;
}

.bg_fix .leftCont #indexListPc li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
  border-bottom: 2px solid #dbeecd;
  padding: 12px 0;
}

.bg_fix .leftCont #indexListPc li a {
  display: block;
  padding: 10px 0 10px 90px;
  min-height: 80px;
}

.bg_fix .leftCont #indexListPc li a:hover {
  opacity: 0.7;
}

.bg_fix .leftCont #indexListPc li:nth-child(1) a {
  background: url(img/index_icon_01.png) 0 50% no-repeat;
  background-size: 80px auto;
}

.bg_fix .leftCont #indexListPc li:nth-child(2) a {
  background: url(img/index_icon_02.png) 0 50% no-repeat;
  background-size: 80px auto;
}

.bg_fix .leftCont #indexListPc li:nth-child(3) a {
  background: url(img/index_icon_03.png) 0 50% no-repeat;
  background-size: 80px auto;
}

.bg_fix .leftCont #indexListPc li:nth-child(4) a {
  background: url(img/index_icon_04.png) 0 50% no-repeat;
  background-size: 80px auto;
}

/*各セクション*/

.pd_side {
  padding: 0 4%;
}

#keyArea {
  position: relative;
  padding: 100px 4% 0 4%;
  margin: 0 auto 80px;
  background: url(img/deco_cloud.png) 50% 0 no-repeat;
  background-size: auto;
}

#keyArea .logo {
  position: absolute;
  top: 40px;
  left: 30px;
  width: 260px;
}

#keyArea .keyImg {
  margin: 0 auto 20px;
}

/*guide_cont*/
#index #guide_cont {
  background: url(img/bg_rep04.gif);
  padding: 60px 4%;
  margin: 0 auto;
}

/*choice_cont*/
#index #choice_cont {
  padding: 60px 4% 120px;
  margin: 0 auto;
}

#index #choice_cont:before {
  content: '';
  background: url(img/bg_rep04.gif);
  width: 85%;
  height: 85%;
  position: absolute;
  top: 270px;
  right: 0;
  border-radius: 30px 0 0 30px;
}

#index #choice_cont .detail {
  padding: 0 0 0 20px;
  margin: 100px auto 0;
}

#index #choice_cont .detail .sBox {
  background: #fff;
  border-radius: 30px;
  position: relative;
  margin: 0 auto 100px;
}

#index #choice_cont .detail .sBox:last-child {
  margin: 0 auto;
}

#index #choice_cont .detail .sBox .h3Out {
  position: absolute;
  top: -50px;
  left: -20px;
  background: #dbeecd;
  display: block;
  width: 100%;
  border-radius: 30px;
  z-index: 3;
}

#index #choice_cont .detail .sBox .idxh3 {
  margin: 0;
  padding: 20px;
  font-size: 2.2rem;
  line-height: 3.6rem;
  background: none;
}

#index #choice_cont .detail .sBox .idxh3:before {
  display: none;
}

#index #choice_cont .detail .sBox .ph {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

#index #choice_cont .detail .sBox .txtArea {
  padding: 25px 20px;
}

#index #choice_cont .detail .sBox .txtArea p {
  margin: 0;
}

/*point5_cont*/

#point5_cont .box2 {
  position: relative;
  padding: 0 4% 0 8%;
}

#point5_cont .box2 .sBox {
  border: 3px solid #000;
  background: #fff;
  margin: 0 auto 80px;
  border-radius: 20px;
  padding: 80px 20px 30px 20px;
}

#point5_cont .box2 .sBox:first-child {
  margin: 160px auto 80px;
}

#point5_cont .box2 .sBox:last-child {
  margin: 0 auto 50px;
}

#point5_cont .box2 .sBox a:hover {
  opacity: 0.7;
}

#point5_cont .box2 .sBox:nth-child(2n) {
  margin-right: 0;
}

#point5_cont .box2 .sBox .idxh3 {
  display: block;
  width: calc(100% + 40px);
  margin: -120px 0 20px -45px;
  padding: 0;
  line-height: 3.4rem;
  background: #fff;
  border-radius: 30px;
}

#point5_cont .box2 .sBox .idxh3:before {
  display: none;
}

#point5_cont .box2 .sBox .idxh3 a {
  background: #dbeecd url(img/arr_black01.png) right 20px top 50% no-repeat;
  background-size: 18px auto;
  border-radius: 30px;
  color: #000;
  font-size: 2.2rem;
  border: 3px solid #000;
  display: block;
  padding: 15px 40px 15px 20px;
}

#point5_cont .box2 .sBox p {
  margin: 0;
  position: relative;
}

/*kuchikomi_cont*/
#index #kuchikomi_cont {
  margin: 0 auto;
  padding: 60px 4% 80px;
}

#kuchikomi_cont .company_list .tglCont {
  display: none;
}

#kuchikomi_cont .company_list {
  border: 3px solid #000;
  border-radius: 30px;
  padding: 20px;
  background: #fff;
  margin: 0 auto 50px;
}

#kuchikomi_cont .company_list .tglTit {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2rem;
  background: #fff url(img/icon_plus.png) right 0 top 50% no-repeat;
  background-size: 18px auto;
}

#kuchikomi_cont .company_list .tglTit:hover {
  opacity: 0.7;
  cursor: pointer;
}

#kuchikomi_cont .company_list .tglTit.open {
  background: #fff url(img/icon_minus.png) right 0 top 50% no-repeat;
  background-size: 18px auto;
}

#kuchikomi_cont .company_list ul {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 2px solid #000;
}

#contents #kuchikomi_cont .company_list ul li {
  margin: 0 0 10px 0;
}

#contents #kuchikomi_cont .comCont03 .sBox {
  margin: 0 auto 40px;
}

#contents #kuchikomi_cont .comCont03 .sBox:last-child {
  margin: 0 auto;
}

#contents #kuchikomi_cont .comCont03 .sBox .phArea .ph {
  position: relative;
}

#contents #kuchikomi_cont .comCont03 .sBox .phArea .ph img {
  border-radius: 0 0 20px 0;
}

#contents #kuchikomi_cont .comCont03 .sBox .phArea .ph .tglBtn:before {
  content: '+';
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
}

#contents #kuchikomi_cont .comCont03 .sBox .phArea .ph.open .tglBtn:before {
  content: 'ー';
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
}

#contents #kuchikomi_cont .comCont03 .sBox .phArea .ph:hover {
  cursor: pointer;
  opacity: 0.7;
}

#contents #kuchikomi_cont .comCont03 .sBox .tglCont {
  display: block;
  margin: 40px auto 0;
}

#contents #kuchikomi_cont .comCont03 .sBox .inner .tglCont .tglBtn {
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  font-weight: 700;
  padding: 12px 15px;
  background: #fff url(img/icon_minus.png) right 15px top 50% no-repeat;
  background-size: 16px auto;
  border: 3px solid #000;
  border-radius: 50px;
  width: 60%;
  margin: 20px auto 0;
}

#contents #kuchikomi_cont .comCont03 .sBox .inner .tglCont .tglBtn:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*ecology_cont*/
#index #ecology_cont {
  background: url(img/deco_ecology.png) left -100px top -90px no-repeat,
    url(img/bg_rep03.gif);
  background-size: 300px auto, auto;
  padding: 60px 0 80px;
  margin: 0 auto;
}

#index #ecology_cont .idxh2,
#index #ecology_cont .idxh2 a {
  color: #fff;
}

#index #ecology_cont .idxh2 a:after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  background: url(img/arr_white01.png) 50% 50% no-repeat;
  background-size: 18px auto;
  width: 18px;
  height: 20px;
  display: inline-block;
}

#index #ecology_cont .titArea p {
  color: #fff;
  padding: 0 20px;
}

#ecology_cont .detail .box2 {
  padding: 0 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
}

#ecology_cont .detail .box2 .sBox {
  width: calc((100% - 20px) / 2);
  margin-bottom: 30px;
}

#ecology_cont .detail .box2 .sBox a {
  display: block;
  height: 100%;
}

#ecology_cont .detail .box2 .sBox a:hover {
  opacity: 0.7;
}

#ecology_cont .ph img {
  border-radius: 20px;
}

#ecology_cont .detail .box2 .sBox .txtArea {
  display: table;
  width: 100%;
  height: 65px;
  background: url(img/arr_white.png) right 0 top 50% no-repeat;
  background-size: 18px auto;
  padding: 0 20px 0 0;
}

#ecology_cont .detail .box2 .sBox .txtArea .idxh3 {
  background: none;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 2.3rem;
}

#ecology_cont .detail .box2 .sBox .txtArea .idxh3:before {
  display: none;
}

#ecology_cont .detail .linkArea {
  padding: 0 0 0 8%;
}

#ecology_cont .detail .linkArea .inner {
  background: url(img/bg_rep05.gif);
  border-radius: 30px 0 0 30px;
  padding: 30px;
}

#ecology_cont .detail .linkArea .inner .txtLink {
  text-align: right;
  margin: 0 0 15px 0;
}

#ecology_cont .detail .linkArea .inner .txtLink:last-child {
  margin: 0;
}

#ecology_cont .detail .linkArea .inner .txtLink a {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #fff;
  display: inline-block;
  background: url(img/arr_white.png) 100% 50% no-repeat;
  background-size: 18px auto;
  padding: 4px 28px 4px 0;
  text-decoration: underline;
}

#ecology_cont .detail .linkArea .inner .txtLink a:hover {
  text-decoration: none;
}

/*pr_cont*/
#index #pr_cont {
  padding: 60px 4% 80px;
  margin: 0 auto;
}

#index #pr_cont .idxh2 {
  text-align: left;
  background: url(img/deco_pr_tit.png) right 30px top 0 no-repeat;
  background-size: 140px auto;
}

#index #pr_cont .idxh2 a {
  padding: 0 30px 0 0;
}

#index #pr_cont .idxh2 .fs_s {
  font-size: 2.4rem;
  line-height: 2.6rem;
}

#pr_cont .detail .sCont .txtBox {
  position: relative;
  background: #fff;
  margin: 0 auto 16px;
}

#pr_cont .detail .sCont .imgBox {
  margin: 0 auto 12px;
  position: relative;
}

#pr_cont .detail .sCont:nth-child(1) .imgBox:before {
  content: '';
  position: absolute;
  background: url(img/deco_pr_icon01.png) 50% 50% no-repeat;
  background-size: 90px auto;
  width: 90px;
  height: 110px;
  top: 10px;
  right: -10px;
  z-index: 1;
}

#pr_cont .detail .sCont:nth-child(2) .imgBox:before {
  content: '';
  position: absolute;
  background: url(img/deco_pr_icon03.png) 50% 50% no-repeat;
  background-size: 115px auto;
  width: 115px;
  height: 200px;
  top: 30px;
  left: -15px;
  z-index: 1;
}

#pr_cont .detail .sCont:nth-child(3) .imgBox:before {
  content: '';
  position: absolute;
  background: url(img/deco_pr_icon02.png) 50% 50% no-repeat;
  background-size: 120px auto;
  width: 120px;
  height: 80px;
  top: 50px;
  right: -10px;
  z-index: 1;
}

#pr_cont .detail .sCont .txtBox a {
  display: block;
  padding: 20px;
  position: relative;
  border: 3px solid #000;
  border-radius: 5px;
}

#pr_cont .detail .sCont .txtBox a:hover {
  opacity: 0.7;
}

#pr_cont .detail .sCont .txtBox a::before {
  content: '';
  position: absolute;
  background: url(img/deco_bot_sya.png) 50% 50% no-repeat;
  background-size: 345px auto;
  width: 345px;
  height: 30px;
  left: -3px;
  bottom: -28px;
}

#pr_cont .detail .sCont:nth-child(2n) .txtBox a::before {
  content: '';
  position: absolute;
  background: url(img/deco_bot_sya02.png) 50% 50% no-repeat;
  background-size: 345px auto;
  width: 345px;
  height: 30px;
  left: -3px;
  bottom: -28px;
}

#pr_cont .detail .sCont .txtBox a:after {
  content: '';
  position: absolute;
  background: url(img/arr_readmore_red.png) 50% 50% no-repeat;
  background-size: 120px auto;
  width: 120px;
  height: 50px;
  right: -10px;
  bottom: -15px;
}

#pr_cont .detail .sCont:nth-child(2n) .txtBox a:after {
  content: '';
  position: absolute;
  background: url(img/arr_readmore_red.png) 50% 50% no-repeat;
  background-size: 120px auto;
  width: 120px;
  height: 50px;
  right: inherit;
  left: 20px;
  bottom: -15px;
}

#pr_cont .detail {
  width: 345px;
  margin: 0 auto;
}

#pr_cont .detail .sCont .idxh3 {
  background: none;
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
}

#pr_cont .detail .sCont .idxh3:before {
  display: none;
}

/*host_cont*/
#index #host_cont {
  padding: 60px 4% 0 8%;
}

#index #host_cont .contBox {
  background: #fff;
  border: 3px solid #000;
  border-radius: 30px;
}

#index #host_cont .contBox .contTit {
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  background: #dbeecd;
  margin: -40px 0 10px -20px;
  padding: 30px 20px;
  border-radius: 20px;
}

#index #host_cont .contBox .inner {
  padding: 20px;
}

#index #host_cont .contBox .inner .catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
}

#index #host_cont .contBox .inner .logo_host {
  width: 258px;
  margin: 0 auto 20px;
}

#index #host_cont .contBox .inner .logo_host img {
  width: 100%;
}

#index #host_cont .contBox .inner .txtLink {
  text-align: right;
}

#index #host_cont .contBox .inner .txtLink a {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #000;
  display: inline-block;
  background: url(img/arr_black2.png) 100% 50% no-repeat;
  background-size: 18px auto;
  padding: 4px 28px 4px 0;
  text-decoration: underline;
}

#index #host_cont .contBox .ph {
  border-top: 3px solid #000;
  border-radius: 0 0 26px 26px;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 10px 0;
  }

  .wi1000 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  /*共通*/

  #contents .captionWrap {
    overflow: hidden;
    white-space: nowrap;
  }

  #contents .captionWrap .caption {
    overflow-x: scroll;
    /*height: calc(100% + 18px);*/
  }

  #index .sec {
    margin: 0 auto 60px;
  }

  #index .titArea {
    width: 100%;
    margin: 0 auto 20px;
  }

  #index .titArea p {
    padding: 0;
    margin: 0;
  }

  #index .titArea .deco_tit {
    padding: 20px 0 0 45px;
    margin: 0 0 20px 0;
  }

  #index .titArea .deco_tit img {
    width: auto;
    height: 30px;
  }

  #index .moreBtn {
    width: 90%;
    margin: 30px auto 0;
    font-size: 1.5rem;
    padding: 15px 30px 15px 15px;
    background: #fff url(img/icon_plus.png) right 15px top 50% no-repeat;
    background-size: 15px auto;
  }

  #index .moreBtn.active {
    background: #fff url(img/icon_minus.png) right 15px top 50% no-repeat;
    background-size: 15px auto;
  }

  #index .moreBtn:hover {
    opacity: 0.8;
  }

  #index .sec .inner_deco {
    position: relative;
    margin: -100px auto;
    padding: 100px 0 80px;
  }

  #index .idxh2 {
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: none;
  }

  #index .idxh2 .fs_s {
    font-size: 2.2rem;
  }

  #index .idxh2 a {
    position: relative;
    line-height: 3rem;
    padding: 0 10px;
  }

  #index .idxh2 a:after {
    top: calc(50% - 10px);
    right: -15px;
    background: url(img/arr_black01.png) 50% 50% no-repeat;
    background-size: 14px auto;
    width: 14px;
    height: 20px;
  }

  /* Firefox */
  @-moz-document url-prefix() {
  }

  /*各セクション*/

  .sitename_wrap {
    padding: 10px 60px 10px 10px;
  }

  header .sitename,
  header .sitename a {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    line-height: 2rem;
    padding: 0;
  }

  #keyArea {
    margin: 0 auto 70px;
  }

  #keyArea .logo {
    top: 10px;
    left: 30px;
    width: 250px;
    z-index: 4;
  }

  /*目次*/

  .topIndex {
    margin: 0 auto 60px;
  }

  .topIndex .tit {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background: url(img/bg_rep02.gif);
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 0 auto -110px;
    padding: 95px 0 0;
    position: relative;
    top: -120px;
    clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0% 100%);
  }

  .topIndex #indexList {
    padding: 0 5%;
  }

  /* .topIndex #indexList li:first-child {
        border-top: 2px solid #DBEECD;
    } */

  .topIndex #indexList li {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
    border-bottom: 2px solid #dbeecd;
    padding: 0;
  }

  .topIndex #indexList li a {
    display: block;
    padding: 10px 0 10px 80px;
    min-height: 80px;
  }

  .topIndex #indexList li a:hover {
    opacity: 0.7;
  }

  .topIndex #indexList li:nth-child(1) a {
    background: url(img/index_icon_01.png) 0 50% no-repeat;
    background-size: 60px auto;
  }

  .topIndex #indexList li:nth-child(2) a {
    background: url(img/index_icon_02.png) 0 50% no-repeat;
    background-size: 60px auto;
  }

  .topIndex #indexList li:nth-child(3) a {
    background: url(img/index_icon_03.png) 0 50% no-repeat;
    background-size: 60px auto;
  }

  .topIndex #indexList li:nth-child(4) a {
    background: url(img/index_icon_04.png) 0 50% no-repeat;
    background-size: 60px auto;
  }

  /*#guide_cont*/
  #index #guide_cont {
    padding: 60px 4% 20px 4%;
  }

  /*choice_cont*/
  #index #choice_cont:before {
    top: 220px;
  }

  #index #choice_cont .detail {
    padding: 0 0 0 15px;
    margin: 80px auto 0;
  }

  #index #choice_cont .detail .sBox {
    background: #fff;
    border-radius: 20px;
    position: relative;
    margin: 0 auto 80px;
  }

  #index #choice_cont .detail .sBox:last-child {
    margin: 0 auto;
  }

  #index #choice_cont .detail .sBox .h3Out {
    position: absolute;
    top: -40px;
    left: -15px;
    background: #dbeecd;
    display: block;
    width: 100%;
    border-radius: 20px;
  }

  #index #choice_cont .detail .sBox .idxh3 {
    background: none;
    margin: 0;
    padding: 15px;
    font-size: 1.8rem;
    line-height: 3rem;
  }

  #index #choice_cont .detail .sBox .ph {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }

  #index #choice_cont .detail .sBox .txtArea {
    padding: 20px 15px;
  }

  #index #choice_cont .detail .sBox .txtArea p {
    margin: 0;
  }

  /*point5_cont*/

  #point5_cont .box2 {
    display: block;
    position: relative;
  }

  #point5_cont .box2 .sBox {
    width: 100%;
    padding: 60px 15px 20px 15px;
    margin-right: 0;
    margin-bottom: 70px;
    border: 2px solid #000;
  }

  #point5_cont .box2 .sBox:first-child {
    margin: 150px auto 70px;
  }

  #point5_cont .box2 .sBox .idxh3 {
    background: none;
    display: block;
    width: calc(100% + 30px);
    margin: -100px 0 15px -30px;
    padding: 0;
    line-height: 2.8rem;
    overflow: inherit;
  }

  #point5_cont .box2 .sBox .idxh3 a {
    background: #dbeecd url(img/arr_black01.png) right 10px top 50% no-repeat;
    background-size: 14px auto;
    border-radius: 20px;
    color: #000;
    font-size: 1.8rem;
    border: 2px solid #000;
    display: block;
    padding: 15px 30px 15px 15px;
    letter-spacing: 0.1rem;
  }

  /*kuchikomi_cont*/

  #kuchikomi_cont .company_list {
    border: 2px solid #000;
    border-radius: 20px;
    padding: 15px;
    margin: 0 auto 40px;
  }

  #kuchikomi_cont .company_list .tglTit {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    background: #fff url(img/icon_plus.png) right 0 top 50% no-repeat;
    background-size: 15px auto;
  }

  #kuchikomi_cont .company_list .tglTit.open {
    background: #fff url(img/icon_minus.png) right 0 top 50% no-repeat;
    background-size: 15px auto;
  }

  #contents #kuchikomi_cont .comCont03 .sBox .inner .tglCont .tglBtn {
    font-size: 1.5rem;
    padding: 12px 15px;
    background: #fff url(img/icon_minus.png) right 15px top 50% no-repeat;
    background-size: 15px auto;
    border: 2px solid #000;
    border-radius: 50px;
    width: 70%;
    margin: 20px auto 0;
  }

  /*ecology_cont*/
  #index #ecology_cont .idxh2 a:after {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    right: -20px;
    background: url(img/arr_white01.png) 50% 50% no-repeat;
    background-size: 15px auto;
    width: 15px;
    height: 14px;
    display: inline-block;
  }

  #ecology_cont .detail .box2 {
    margin: 0 auto 20px;
  }

  #ecology_cont .detail .box2 .sBox {
    width: calc((100% - 14px) / 2);
    margin-bottom: 30px;
  }

  #ecology_cont .ph img {
    border-radius: 10px;
  }

  #ecology_cont .detail .box2 .sBox .txtArea {
    height: calc(100% - 110px);
    background: url(img/arr_white.png) right 0 top 50% no-repeat;
    background-size: 15px auto;
    padding: 0 18px 0 0;
  }

  #ecology_cont .detail .box2 .sBox .txtArea .idxh3 {
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 2.3rem;
    background: none;
  }

  #ecology_cont .detail .linkArea .inner {
    background: url(img/bg_rep05.gif);
    border-radius: 30px 0 0 30px;
    padding: 20px 15px;
  }

  #ecology_cont .detail .linkArea .inner .txtLink {
    text-align: right;
    margin: 0 0 10px 0;
  }

  #ecology_cont .detail .linkArea .inner .txtLink:last-child {
    margin: 0;
  }

  #ecology_cont .detail .linkArea .inner .txtLink a {
    font-size: 1.5rem;
    line-height: 3rem;
    color: #fff;
    display: inline-block;
    background: url(img/arr_white.png) 100% 50% no-repeat;
    background-size: 15px auto;
    padding: 4px 25px 4px 0;
    text-decoration: underline;
  }

  /*pr_cont*/
  #index #pr_cont {
    padding: 60px 4% 50px;
    margin: 0 auto;
  }

  #index #pr_cont .idxh2 {
    background: url(img/deco_pr_tit.png) no-repeat right top;
    background-size: 120px auto;
    border-radius: 0;
  }

  #index #pr_cont .idxh2 .fs_s {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  #index #pr_cont .idxh2 a {
    padding: 0 10px 0 0;
  }

  #pr_cont .detail .sCont .txtBox a {
    display: block;
    padding: 20px 15px;
    position: relative;
    border: 3px solid #000;
    border-radius: 5px;
  }

  #pr_cont .detail .sCont .idxh3 {
    background: none;
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #000;
  }

  /*#host_cont*/
  #index #host_cont {
    padding: 60px 4% 0 8%;
    margin: 0 auto;
  }

  #index #host_cont .contBox {
    border: 2px solid #000;
    border-radius: 20px;
  }

  #index #host_cont .contBox .contTit {
    font-size: 1.8rem;
    background: #dbeecd;
    margin: -30px 0 10px -20px;
    padding: 20px 15px;
    border-radius: 20px;
  }

  #index #host_cont .contBox .inner {
    padding: 15px;
  }

  #index #host_cont .contBox .inner .logo_host {
    width: 160px;
    margin: 0 auto 20px;
  }

  #index #host_cont .contBox .inner .txtLink a {
    font-size: 1.5rem;
    line-height: 3rem;
    color: #000;
    display: inline-block;
    background: url(img/arr_black2.png) 100% 50% no-repeat;
    background-size: 15px auto;
    padding: 4px 25px 4px 0;
    text-decoration: underline;
  }

  #index #host_cont .contBox .ph {
    border-top: 2px solid #000;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
}
