﻿        .contentsSouseiBlock a[href^='http'] {
            background:url(/sousei/common/chisou/img/ico_out.gif) no-repeat 100% 50%;
        }

        .contentsSouseiBlock a[href*='sousei'] {
            background: none;
        }

        .contentsSouseiBlock a[href$='.pdf'] {
            background: none;
        }

        .contentsSouseiBlock a[href$='.xlsx'] {
            background: none;
        }

        .contentsSouseiBlock a[href$='.pptx'] {
            background: none;
        }

        .contentsSouseiBlock a[href^='http'] {
            padding-right: 15px;
        }

        .contentsSouseiBlock .fa-file-powerpoint{
            margin: 0 5px 0 0;
        }

        main {
            padding-bottom: 50px;
        }

        .contentsSouseiBlock img {
            width: 100%;
        }

        .margin-top-30 {
          margin-top: 30px;
        }

        .text-box p {
          text-indent: 1em;
          line-height: 1.5em;
          margin-top: 0;
          margin-bottom: 0;
        }

        .text-indent-1 {
          text-indent: 1em;
          line-height: 1.8em;
          margin-top: 0;
          margin-bottom: 0;
        }

        .text_url {
          word-break: break-all;
        }

        h3 {
          font-weight: bold;
        }

        h4 {
          font-weight: bold;
          margin-top: 1em;
          margin-left: 1em;
        }

        h5 {
          font-size: 16px;          
          margin-left: 2em;
        }

        .chiikiapproach_box h5 {
          margin: 15px 0px 10px;
          font-weight: bold;
        }

        .hyokatool-list {
          list-style-type: circle;
          margin-left: 2em;
        }

        .border_left {
          position: relative;
          padding: 5px;
        }

        .border_left::before {
          content: "";
          position: absolute;
          display: inline-block;
          width: 5px;
          height: 100%;
          background: green;
          top: -1px;
          left: -8px;
        }

.chiikiapproach_box {
  padding: 15px 25px;
  border: 2.5px solid rgb(112, 173, 71);
  border-radius: 10px;
  margin: 20px 0px 30px;
}


.chiikiapproach_box .chiikiapproach_box-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.chiikiapproach_box .chiikiapproach_box-title .br {
  display: inline-block;
}


.chiikiapproach_box .flex-container {
  display: flex;
}

.chiikiapproach_box .flex-container img {
  width: 100%;
}

.chiikiapproach_box .flex-items1, .chiikiapproach_box .flex-items2 {
  margin: 10px;
}

.chiikiapproach_box .flex-items1 {
  flex: 0 1 60%;
}

.chiikiapproach_box .flex-items2 {
  flex: 0 1 40%;
}

.chiikiapproach_box .flex-items2 p, .chiikiapproach_box .flex-items2 img {
  text-align: center;
}

.chiikiapproach_box ul {
  list-style: none;
  padding-left: 1em;
}

 ul.chiikiapproach_box-list {
  padding-left: 0;
  word-break: break-all;
  word-wrap: break-all;
}

.chiikiapproach_box-list ul li {
  margin-bottom: 1em;
}

.index-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

ul.circle_list li {
  list-style: circle;
}

ol.circle_list li {
  list-style: circle;
}

ul.non_style li {
  list-style: none;
}

span.bl_1 {
  color: rgb(46, 116, 181);
}

span.bl_1 {
  color: blue;
}

span.bl_2 {
  color: rgb(47, 84, 150);
}

span.bl_3 {
  color: rgb(91, 155, 213);
}

span.gr_1 {
  color: rgb(83, 129, 53);
}

span.gr_2 {
  color: rgb(112, 173, 71);
}

span.ye_1 {
  color: rgb(191, 143, 0);
}

span.pn_1 {
  color: rgb(255, 139, 139);
}

span.or_1 {
  color: rgb(237, 125, 49);
}

span.bk_basic {
  color: #212529;
}

span.normal {
  font-weight: normal;
}

.flex_list {
  display: flex;
  flex-wrap: wrap;
}

.flex_list li:first-child {
  margin-right: 1.5em;
}

p.indent_1 {
  margin-left: 1em;
}

p.margin_b0 {
  margin-bottom: 0;
}

/* 意見交換会 ボタンリンク */

.index-list a img {
  width: 90%;
  position: relative;
  transition: all .3s;
}

.index-list a img:hover {
  top: -3px;
  opacity: .7;
}


@media screen and (max-width: 767px){
  .chiikiapproach_box {
    padding: 15px 10px;
}
 
  .chiikiapproach_box .flex-container {
    display: block;
    
  }

  .chiikiapproach_box .chiikiapproach_box-title {
    margin: 20px 0px;
    font-size: 18px;
  }

  .contentsSouseiBlock h2 span, .contentsNewsBlock h2 span {
    font-size: 18px;
  }
}


@media screen and (min-width:768px){
  .contentsSouseiBlock h2 span, .contentsNewsBlock h2 span {
    font-size: 18px;
  }

}



/* 430px以下 */
@media screen and (max-width:430px) {

  a.Btn1 {
    padding: 20px 15px;
    font-size: 12px;
    height: 50px;
  }

  a.Btn2 {
    padding: 20px 15px;
    font-size: 12px;
    height: 50px;
  }

  .index-list a img:active {
    top: -3px;
    opacity: .7;
  }

}
