@charset "utf-8";
/* CSS Document */
.mb0{margin-bottom: 0 !important;}
.mb1em{margin-bottom: 1em !important;}
.mb2em{margin-bottom: 2em !important;}
.ml2em{margin-left: 2em !important;}
.pt0{padding-top: 0 !important;}
.fontS{font-size: 0.9em !important;}
.fontB{font-weight:bold;}
.indent{
	text-indent: -15px;
	padding-left: 15px;
	list-style: none;
	line-height: 150%;
}
.math-font{
	margin-left: 0.25em;
	margin-right: 0.25em;
}

#newsubjects-lead{
	margin-bottom: 35px;
}

#newsubjects-lead img{
	width: 100%;
}

#newsubjects-lead p{
    max-width: calc(100% - 20px);
    font-weight: 400;
    padding: 10px 40px;
    border-right: 5px solid #E7F4FF;
    border-left: 5px solid #E7F4FF;
    margin: 20px auto;
}

#newsubjects-subhead{
	margin-bottom: 35px;
}

#newsubjects-subhead img{
	width: 100%;
	border-radius: 3px;
}

.newsubjects-txt{
	color: #555;
}

.newsubjects-txt h2{
	margin-top: 2em;
	margin-bottom: -0.75em;
	font-size: 1.8em;
	line-height: 1.4em;
	color: #000;
}

.newsubjects-txt h2:first-child{
	margin-top: 0;
}

.newsubjects-txt p{
	text-align: justify;
    line-break: strict;
    font-feature-settings: "palt" 1, "kern" 1;
    letter-spacing: 0.02em;
    /*-webkit-font-smoothing: antialiased;*/
	margin-bottom: 1em;
}

/*--------------2026追記--------------*/

.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* ← 左寄せ */
  padding: 0.15rem 0.5rem;
  background: #fff;
  line-height: 1;
}

/* 左右の線 */
.section-title::before,
.section-title::after {
  content: "";
  height: 1px;
  background: #555;
}

/* 左右の長さ比率を調整 */
.section-title::before {
  flex: 1; /* 左線の長さ */
  margin-right: 0.8rem;
}

.section-title::after {
  flex: 9; /* 右線の長さ */
  margin-left: 0.8rem;
}

/* 全体幅を指定して線を伸ばす */
.section-title {
  width: 100%;
}

.border {
	border-bottom: 1px solid #555;
	padding-bottom: 1.3em;
}
.en_img {
	float: left; 
	width: 200px;
	margin-right: 15px;
}

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

.newsubjects-txt sup {
	vertical-align: super;
	font-size: 0.6em;
}
.math_font {
  font-family: "Times New Roman", Times, Georgia, serif;
}

.newsubjects-txt p.tex_center {
	text-align: center;
}
.newsubjects-txt .note_right {
	text-align: right;
}

.newsubjects-txt span.txt-bgcolor {
	  background: #dcdddd;
  padding: 1px;
}
.col2{
	display: flex;
}
.col2 li{
	list-style-type:none;
}
.col2 li + li{
	padding-left: 1em;
}
.col2 li img{
	max-height: 160px;
	width: auto;
}
.col3{
	display: flex;
	justify-content: space-between;
}
.col3 li{
	width: calc((100% - 20px) / 3);
	list-style-type:none;
}
.col3 li img{
	width: 100%;
}

.newsubjects-a{
	font-weight: bold;
	font-size: 1.1em;
}

.newsubjects-hilight{
	font-weight: bold;
	color: #f05b72;
}
.newsubjects-hilight_g{
	font-weight: bold;
	color: #19955a;
	
}
.newsubjects-hilight_b{
	font-weight: bold;
	color: #3d62ad;
}

.newsubjects-txtbox{
	margin-top: 40px;
	margin-bottom: 40px !important;
	padding: 20px;
	background:#d2fff6;
	color: #142723;
	border-radius: 10px;
}

table.bunsuTbl{
	display: inline-block;
	margin-left:2em;
	margin-right:auto;
}
table.bunsuTbl .sei{
	vertical-align: middle;
}
.bunshi {
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#7f888f;
	padding-bottom:0px;
}
.bunsu,.bunshi,.bunbo{
	color:#7f888f;
	text-align:center;
	line-height:20px;
	padding:2px 5px 2px 5px;
}
.view-s {
	display: none !important;
	}
@media screen and (max-width:1186px){
	#newsubjects-lead p{
		width: inherit;
	}
}
@media screen and (max-width:480px){
.en_img {
	float: none; 
	width: 200px;
	display: block;
	margin:15px auto;
}
	
	
img{
	width: 100%;
}
.view-s {
	display: block!important;
	}
table.bunsuTbl.hidden-s{
	display: none;
}

.col2{
	display: block;
}
.col2 li{
	width: 100%;
}
.col2 li + li{
	text-align: center;
	padding-top: 1em;
	padding-left:0;
}
.col3{
	display: block;
	padding: 30px;
}
.col3 li{
	width: 100%;
}
}