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


/* =========================
  news-detail
========================= */

.news-detail {
  padding-top: 90px;
  margin-bottom: 160px;
}
.news-detail__head {
  margin-top: 40px;
  text-align: center;
}
.news-detail__ttl {
  color: #274870;
  line-height: 1.1;
}
.news-detail__ttl-sub {
  color: #274870;
}
.news-detail__article {
  margin-top: 60px;
}
.news-detail__meta {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #808080;
}
.news-detail__date {
  width: 100px;
  color: #00bce3;
  line-height: 1.4;
  flex-shrink: 0;
}
.news-detail__title {
  flex: 1;
  line-height: 1.5;
}
.news-detail__body {
  margin-top: 40px;
}
.news-detail__body p {
  line-height: 1.8;
}
.news-detail__body p + p {
  margin-top: 40px;
}
.news-detail__info {
  margin-top: 80px;
}
.news-detail__info-ttl {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}
.news-detail__info-ttl::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #2f73a6;
}
.news-detail__table {
  width: 100%;
  max-width: 540px;
  margin-top: 20px;
  border-collapse: collapse;
}
.news-detail__table-head {
  width: 80px;
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  line-height: 1.5;
}
.news-detail__table-data {
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
  line-height: 1.6;
}
.news-detail__back {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #808080;
}
.news-detail__back-link {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 2px;
  color: #274870;
  line-height: 1.4;
  border-bottom: 2px solid #00bce3;
  font-weight: 600;
}
.news-detail__back-link::before {
  content: "<";
  position: absolute;
  top: 0;
  left: 0;
  color: #00bce3;
}

/*flexibl*/

.flexible_block h2{
    font-size: 2.1rem;
}
.flexible_block h3{
    font-size: 1.9rem;

}
.flexible_block h4{
    font-size: 1.7rem;
}
.flexible_block h2, 
.flexible_block h3, 
.flexible_block h4 {
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    margin: 0.5em 0;
	color: #000;
}
.flexible_block h2.square, 
.flexible_block h3.square, 
.flexible_block h4.square {
    padding-left: 1.25em;
}
.flexible_block h2.square::before, 
.flexible_block h3.square::before, 
.flexible_block h4.square::before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 0.7em;
    height: 0.7em;
    background: #2f73a6;
}
.flexible_block h2.line, 
.flexible_block h3.line, 
.flexible_block h4.line {
	padding-bottom: 0.25em;
    border-bottom: 2px solid #2f73a6;
}
.flexible_block p{
    font-size: 1.6rem;
}

.flexible_block .text_block table {
	width: auto!important;
	max-width: 100%;
	border-color: gray;
}
.flexible_block .text_block table th{
	width: auto!important;
	font-size: 1.4rem;
	padding: 15px 10px;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #e6e6e6;
}
.flexible_block .text_block table td{
	width: auto!important;
	font-size: 1.6rem;
	padding: 15px 20px;
    border: 1px solid #e6e6e6;
    line-height: 1.6;
}

.flexible_block .text_block a{
	color: #00bce3;
	text-decoration: underline;
}

.flexible_block .text_block sup{
	font-size: 75.5%;
	vertical-align: top;
    position: relative;
    top: -0.1em;
}

.flexible_block .text_block sub{
	font-size: 75.5%;
	vertical-align: bottom;
    position: relative;
    top: 0.1em;
}

.flexible_block img {
	width: 100%;
	height: auto;
}

.flexible_block .photo,
.flexible_block .photo_block2 {
	margin: 30px 0;
}

.flexible_block .photo_block2 .photo{
	margin: 0;
}

.flexible_block .photo div {
	line-height: 0;
}

.flexible_block .photo.small {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.flexible_block figcaption {
	font-size: 1.3rem;
	margin-top: 0.25em;
}

.flexible_block .photo_block2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flexible_block .photo_block2 .photo{
	width: 48%;
}

.flexible_block .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flexible_block .block.reverse {
	flex-direction: row-reverse;
}

.flexible_block .block .text{
	width: 58%;
}

.flexible_block .block .photo_block{
	width: 38%;
}

@media screen and (max-width: 768px) {
  .news-detail {
    padding-top: 80px;
    margin-bottom: 120px;
  }
  .news-detail__head {
    margin-top: 35px;
  }
  .news-detail__article {
    margin-top: 50px;
  }
  .news-detail__meta {
    gap: 25px;
    padding-bottom: 15px;
  }
  .news-detail__date {
    width: 95px;
  }
  .news-detail__body {
    margin-top: 35px;
  }
  .news-detail__body p + p {
    margin-top: 35px;
  }
  .news-detail__info {
    margin-top: 60px;
  }
  .news-detail__back {
    margin-top: 60px;
  }
}

@media screen and (max-width: 500px) {
  .news-detail {
    padding-top: 65px;
    margin-bottom: 100px;
  }
  .news-detail__head {
    margin-top: 30px;
  }
  .news-detail__article {
    margin-top: 30px;
  }
  .news-detail__meta {
    display: block;
    padding-bottom: 15px;
  }
  .news-detail__title {
    margin-top: 10px;
  }
  .news-detail__body {
    margin-top: 30px;
  }
  .news-detail__body p + p {
    margin-top: 30px;
  }
  .news-detail__info {
    margin-top: 50px;
  }
  .news-detail__table {
    margin-top: 15px;
  }
  .news-detail__table-head {
    width: 80px;
    padding: 12px 8px;
  }
  .news-detail__table-data {
    padding: 12px 15px;
  }
  .news-detail__back {
    margin-top: 50px;
    padding-top: 15px;
  }
	
	.flexible_block h2{
	  font-size: 2.0rem;
	}
	.flexible_block h3{
		font-size: 1.8rem;
	}
	.flexible_block h4{
		font-size: 1.6rem;
	}
	
	.flexible_block p{
		font-size: 1.4rem;
	}
	
	.flexible_block .text_block table th{
        font-size: 1.3rem;
    }
	
    .flexible_block .text_block table td{
        font-size: 1.4rem;
    }
	
	.flexible_block figcaption {
        font-size: 1.2rem;
    }
	
	.flexible_block .block {
        display: block;
        flex-wrap: initial;
        justify-content: initial;
    }

    .flexible_block .block.reverse {
        flex-direction: initial;
    }

    .flexible_block .block .text{
        width: 100%;
    }

    .flexible_block .block .photo_block{
        width: 100%;
    }
}