@charset "UTF-8";


/* -------------------------------------
news共通
------------------------------------- */
#news .sec_head {
  text-align:left;
}
.news_listItem {
  border-bottom:1px solid #c1dff3;
}
.news_listItem a {
  display:flex;
  justify-content:space-between;
  padding:22px 36px;
}
.news_date {
  width:80px;
}
.news_txt {
  width:calc(100% - 80px);
  max-width:650px;
  padding-right:20px;
  position:relative;
}
.news_txt::after {
  content:"";
  display:block;
  width:12px;
  height:12px;
  background:url(../imgs/common/news_arrow.svg) 0 0 no-repeat;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  transition:all 0.3s;
}
.news_listItem a:hover .news_txt::after {
  right:-12px;
}

/*下層共通*/
.news_wrap {
    background-color:#fff;
    border:1px solid #c2e0f4;
    border-radius:10px;
    padding:75px 48px 48px;
}

/* -------------------------------------
news index
------------------------------------- */
.index #news .sec_head {
  min-width:200px;
}
.index #news .news_list {
  border-top:1px solid #c1dff3;
}




/* -------------------------------------
news index-group
------------------------------------- */
.index #news .sec_wrap_in,.group #news .sec_wrap_in {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:20px;
  position:relative;
}
.index .news_list {
  width:calc(100% - 220px);
  max-width:890px;
}


/* -------------------------------------
news archive group 共通
------------------------------------- */
#news .sec_wrap_in {
    width:100%;
    max-width:1060px;
}


/* -------------------------------------
news single group
------------------------------------- */
.group .news_wrap .sec_head {
    width: 124px;
}
.group .news_wrap .secttl {
    color:#004fb2;
    line-height:1;
}
.group .news_wrap .secttl .ja {
    font-size:28px;
    font-weight:900;
    display:block;
}
.group .news_wrap .secttl .en {
    font-size:13px;
    font-weight:600;
}
.group .news_list {
    width: calc(100% - 144px);
    max-width:890px;
}


/* -------------------------------------
news archive-single
------------------------------------- */



/* -------------------------------------
news single
------------------------------------- */
.news.single #news .sec_wrap_in {
    max-width:805px;
    margin:0 auto;
}
.news_ttlbk {
  color:#004fb2;
  margin-bottom:40px;
}
.news_ttl {
  font-size:23px;
  font-weight:500;
  margin-bottom:15px;
}
.news_date {
  font-size:14px;
}
.news_contents {
  margin-bottom:60px;
}
.news_contents p:not(:last-child) {
  margin-bottom:20px;
}
.share_list {
    padding:36px 20px;
    margin-bottom:60px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.share_list p {
    text-align:center;
    font-size:12px;
    line-height:1;
    margin-bottom:15px;
}
.share_list ul {
    display:flex;
    justify-content:space-between;
    width:103px;
    margin:0 auto;
}
.share_list li {
    width:30px;
}

.single .tolist {
  display:flex;
  justify-content:center;
}




@media screen and (max-width: 1440px) {
/* -------------------------------------

------------------------------------- */


}


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


}

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


}

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



}

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

@media screen and (max-width: 880px) {
/* -------------------------------------
news
------------------------------------- */
.index #news .sec_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom:30px;
}
.index #news .secttl.txtbg {
  margin-bottom:0;
}
.index #news .btn_blk {
    padding-top: 0;
}
.index .news_list {
  width:100%;
}





}

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




}

@media screen and (max-width: 768px) {
.news_wrap {
    padding: 50px 25px 25px;
}
#news .sec_wrap_in {
    flex-direction:column;
}
.news_list {
    width:100%;
}

/* -------------------------------------
news single group
------------------------------------- */
.group .news_list {
    width:100%;
}





}

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

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



}

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


}

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



}

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



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


}

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

}

@media screen and (min-width: 769px) {
 
}
