@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{
	margin: 20px auto;
	width: 600px;
	max-width: calc(100% - 20px);
	font-weight: bold;
	padding: 10px;
	border-top: #f0831e 2px solid;
	border-bottom: #f0831e 2px solid;
	/*border-radius: 10px;*/
	background-image:linear-gradient(45deg, #f0831e 10px, transparent 0),linear-gradient(-135deg, #f0831e 10px, transparent 0);
}


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

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

.newsubjects-txt{
	color: #7f888f;
}

.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{
	margin-bottom: 1em;
}
.newsubjects-txt sup {
	vertical-align: super;
	font-size: smaller;
}

.newsubjects-txt sub {
	font-size: .7em;
}

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

.newsubjects-q{
	display: inline-block;
	background-color: #ffefd5;
	/*padding: 10px;*/
	padding: 15px 10px 0 10px;
	margin-bottom: 1em;
}
.newsubjects-q p{
	color: #231815;
}
.newsubjects-q span{
	display: block;
	color: #601986;
}
.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;
}

.newsubjects-under{
  text-decoration : underline;
}

.newsubjects-under2{
  text-decoration : underline dotted red;
}

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){

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%;
}
}