@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}

.bold_txt {font-weight: bold;}

.news {
    max-width: 1024px;
    width: 90%;
    margin: 50px auto 0;
    border: 1px solid #111868;
  padding: 60px 90px;
}
.news_inner {
}
.news_title {
    margin: 0;
}
.news_title {
    color: #111868;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 3px solid #111868;
}
.news_date {
    color: #111868;
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    font-size: 1.5rem;
}
.news_main {
    line-height: 2;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    margin: 15px auto 0;
}
.news_col {
    max-width: 100%;
}
.news_btn {
    max-width: 215px;
    width: 100%;
    margin: 60px auto 0;
}
.news_btn a{
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C5010F;
  color: #fff;
  font-size: 1.6rem;
}
.news_link {
    color: #111868;
    text-decoration: underline;
}
.news_img {
    max-width: 350px;
}
.img_flex{
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 30px;
}
.img_flex.center {
  justify-content: center;
}
.img_flex.mt_0 {
  margin-top: 0;
}
.flex_box {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.left_box p {
  font-size: 1.4rem;
}
.bold {
  font-weight: bold;
}
.right_box {
  margin-top: 20px;
}
.right_box .lower {
  margin-top: 20px;
  font-size: 1.5rem;
}

footer{
  margin-top: 80px;
}
.bnt_flex{
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
  align-items: center;
}
.detailbtn {
    max-width: 215px;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C5010F;
    color: #fff;
    font-size: 1.6rem;
    align-items: center;
}
.bnt_flex .news_btn{
  margin: 0;
  background: #C5010F;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnt_flex .news_btn:nth-child(2) a,.bnt_flex .news_btn:nth-child(2){
  background: #111868;
}

/* 240207追記 */
.img_box_240207 {
  max-width: 800px;
  margin: 20px auto 0;
}
.img_box_upper {
  display: flex;
  justify-content: space-between;
}
.img_box_lower {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

/* 240327追記 */
.flex_detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.flex_detail p {
  display: inline;
}
.pdf_btn {
  max-width: 215px;
  width: 100%;
}
.pdf_btn a{
padding: 10px 0;
display: flex;
justify-content: center;
align-items: center;
background: #C5010F;
color: #fff;
font-size: 1.4rem;
text-align: center;
}
.fs_14 {
  font-size: 1.4rem;
}

/* 240711追記 */
.ci{
  display: flex;
  gap: 20px;
}

.ci_img{
  display: flex;
  margin-top: 28px;
  gap: 24px;
}

.ci_img1_text{
  font-size: 1.2rem;
}

/* 240930追記 */
.img_wrap_240930{
  display: flex;
  justify-content: center;
}
.img_wrap_240930_inner{
  gap: 20px;
  display: flex;
  max-width: 489px;
  flex-wrap: wrap;
}

/* 250423追記 */
.con_box_250423 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  margin-top: 20px;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.news {
    padding: 30px 5%;
}
.news_main {
    flex-direction: column;
    gap: 20px;
}
.news_col {
    max-width: 100%;
}
  .img_flex{
    flex-direction: column;
    align-items: center;
  }
  .bnt_flex{
    flex-direction: column;
  }
  .flex_box {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  /* 240207追記 */
.img_box_240207 {
  max-width: 800px;
  margin: 20px auto 0;
}
.img_box_upper , .img_box_lower {
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
/* 240327追記 */
.flex_detail {
  flex-direction: column;
  gap: 10px;
  margin-bottom: -32px
}
/* 240711追記 */
.ci{
  flex-direction: column;
}

.ci_img{
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

/* 240930追記 */
.img_wrap_240930_inner{
  justify-content: center;
}

}
@media print {

}