@charset "utf-8";

.company_page{}

/* news ttl */ 
.news_page .sec_ttl,
.news_detail_page .sec_ttl{background-image: url(/src/images/news/news_bg.jpg);}

/* news lst */
.news_post_cat{
  width: 100%;
  margin-bottom: 60px;
  padding: 95px 20px 0;
  box-sizing: border-box;
  }
  .npc_lst{
    display: flex;
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
    }
  .npc_itm{
    width: 31%;
    max-width: 190px;
    margin-right: 3.5%;
    }
    .npc_itm:last-of-type{margin-right: 0;}
      .npc_btn{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        font-size: 21px;
        color: rgba(44,110,187,1);
        border: 1px solid rgba(44,110,187,1);
        box-sizing: border-box;
        transition: .3s;
        }
       .npc_itm.active .npc_btn,
       .npc_btn:hover{
          color: rgba(255,255,255,1);
          background-color: rgba(44,110,187,1);
          }     

  .news_post{
    width: 100%;
    margin-bottom: 90px;
    padding: 0 20px;
    box-sizing: border-box;
    }
    .post_lst{
      width: 100%;
      max-width: 1025px;
      margin: 0 auto;
      border-top: 2px solid rgba(44,110,187,1);
      }
      .post_lst_itm{
        padding: 30px 25px;
        border-bottom: 1px solid rgba(137,137,137,1);
        }
        .post_lst_itm.fig_on{
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          padding: 20px 25px;
          }
      .post_fig{
        width: 170px;
        margin-right: 50px;
        }
        .post_fig img{width: 100%;}
      .post_data{display: flex;}
        .fig_on .post_data{
          flex-wrap: wrap;
          width: calc(100% - 220px);
          }
        .post_date{width: 100px;}
        .post_cat{
          display: flex;
          align-items: center;
          justify-content: center;
          width: 120px;
					margin-right:1em;
          height: 24px;
          font-size: 14px;
          color: rgba(44,110,187,1);
          border: 1px solid rgba(44,110,187,1);
          box-sizing: border-box;
          }
        .post_lst_itm .post_ttl,
        .post_lst_itm .noLink{
          width: calc(100% - 225px);
          margin-left: 30px;
          }
          .fig_on .post_ttl,
          .fig_on .noLink{
            width: 100%;
            margin: 10px 0 0;
            }
          .post_lst_itm a.post_ttl:hover{text-decoration: underline;}

  .post_pager{
    width: 100%;
    padding: 0 20px 230px;
    box-sizing: border-box;
    }
    .post_pager_inr{
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 1025px;
      margin: 0 auto;
      }
      .pgr_txt{
        font-size: 18px;
        color: rgba(44,110,187,1);
        transition: .3s;
        }
        .pgr_txt:hover{opacity: .7;}
      .pgr_num{display: flex;}
        .pgr_num_itm{
          display: flex;
          justify-content: center;
          align-items: center;
          width: 41px;
          height: 41px;
          margin-right: 30px;
          font-size: 18px;
          color: rgba(44,110,187,1);
          background-color: rgba(255,255,255,1);
          transition: .3s;
          }
          .pgr_num_itm:last-of-type{margin-right: 0;}
          
          .pgr_num_itm:hover,
          .pgr_num_itm.active{
            color: rgba(255,255,255,1);
            background-color: rgba(44,110,187,1);
            }

/* news detail */
.post_detail{
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  }
  .pd_data{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 1025px;
    margin: 0 auto 40px;
    padding: 25px;
    border-top: 2px solid rgba(44,110,187,1);
    border-bottom: 1px solid rgba(137,137,137,1);
    box-sizing: border-box;
    }
    .pd_data .post_ttl{
      /* margin: 15px 0 0; */
      font-size: 25px;
      line-height: 34px; 
      }
  .pd_contents{
    width: 100%;
    max-width: 1025px;
    margin: 0 auto 70px;
    padding: 0 25px;
    font-size: 17px;
    line-height: 34px;
    box-sizing: border-box;
		word-wrap: break-word;
    overflow-wrap: break-word;
    }
    .pd_contents img{max-width: 100%; height:auto;}

@media screen and (max-width: 780px) {

/* news lst */
.news_post_cat{
  margin-bottom: 40px;
  padding: 60px 20px 0;
  }
  .npc_btn{
    height: 40px;
    font-size: 18px;
    }   

.news_post{margin-bottom: 60px;}
  .post_lst_itm{padding: 20px 15px;}
    .post_lst_itm.fig_on{padding: 15px;}
  .post_fig{
    width: 160px;
    margin-right: 30px;
    }
  .post_data{flex-wrap: wrap;}
    .fig_on .post_data{width: calc(100% - 190px);}
    .post_date{width: 90px;}
    .post_cat{
      width: 120px;
      height: 22px;
      font-size: 12px;
      }
    .post_ttl,
    .noLink{
      width: 100%;
      margin: 10px 0 0;
      }  

  .post_pager{padding: 0 20px 150px;}
      .pgr_txt{font-size: 14px;}
        .pgr_num_itm{
          width: 30px;
          height: 30px;
          margin-right: 15px;
          font-size: 14px;
          }

/* news detail */
  .pd_data{
    margin: 0 auto 30px;
    padding: 20px 15px;
    }
    .pd_data .post_ttl{
      font-size: 20px;
      line-height: 30px;
      margin: 15px 0 0;
      }
  .pd_contents{
    width: 100%;
    max-width: 1025px;
    margin: 0 auto 50px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
    }

} /* max-width: 780px */

@media screen and (max-width: 600px) {

/* news lst */
.npc_btn{
  height: 35px;
  font-size: 14px;
  }
.post_fig{
  width: 100%;
  margin: 0 0 20px;
  }
  .fig_on .post_data{width: 100%;}
.pgr_txt{font-size: 13px;}
  .pgr_num_itm{
    width: 28px;
    height: 28px;
    margin-right: 5px;
    font-size: 13px;
    }

}

@media screen and (max-width: 400px) {

/* news lst */
.npc_btn{font-size: 12px;}

/* news detail */
    .pd_data .post_ttl{
      font-size: 18px;
      line-height: 26px;
      margin: 15px 0 0;
      }

}

/* 業者向け */
.member_data .listMainTitle {
  width: 100%;
  max-width: 1025px;
  margin: 2em auto 0;
}

.member_data .post_lst {
	margin-top:2em;
}
.form_blc {
	padding:4em 0;
	max-width:400px;
	margin:0 auto;
	text-align:center;
}
  .form_itm{display: flex;}
    .form_itm_ttl{
      width: 8em;
			padding:1em 0;
      }
    .form_itm_cont{
      width: calc(100% - 8em);
			padding:1em 2em;
      }
    .form_itm_cont input {
			width:100%;
		}
		.error_message_area {
			padding:0 0 2em;
		}
		.error_message_area p {
			color:#f00;
			font-weight:bold;
		}
		.cnct_btn_area {
			padding-top:2em;
		}
		.error_message_area + .cnct_btn_area {
			padding-top:0;
		}
.member_data .pd_data {
	margin-top:4em;
}
.member_data .pd_contents {
	margin:0 auto 140px;
}

/* wysiwyg 対応 */
.pd_contents a {
	text-decoration:underline;
}
.pd_contents p {
	margin:1em 0;
}
.pd_contents ol {
	list-style:decimal;
	padding-left:1.6em;
	margin:1em 0;
}
.pd_contents ul {
	list-style:disc;
	padding-left:1.6em;
	margin:1em 0;
}
