@charset "ISO-8859-1";

#news_year{
	font-size:20px;
	font-weight:bold;
	padding-right:10px;
}

#news_title{
	font-size:12px;
}

.articleSet{
	margin-left:15px;
	text-align:left;
	font-size:100%;
}
.article{
	margin-bottom:30px;
}
.article .headline{
	clear:both;
	font-size:130%;
	margin:0 0 5px 0;
	padding:0;
}
.article .block{
	clear:both;
	margin-bottom:20px;
}
.article .block .title{
	clear:both;
	font-size:100%;
	margin:0 0 5px 0;
	padding:0;
}
.article .block .img{
	margin:0 0 15px 0;
	padding:0;
}
.article .block .img.left{
	float:left;
	margin-right:10px;
}
.article .block .img.right{
	float:right;
	margin-left:10px;
}
.article .block .img.center{
	text-align:center;
}

.article .block .text{
	margin:0 0 15px;
	padding:0;
}

.article .block .text_indent1{
	text-indent: 1em;
}

.indent{
	margin: 0 0 0 1.5em;
    padding: 0;
}
.indent li{
	list-style: disc outside none;
}

ul.note li {
	padding-left: 1em;
	text-indent: -1em;
}

/* ClearFix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide form IE-mac */

/* 2021.02.15 */
.title-box{
	border: 3px double #333333;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 10px 0 30px;
}
.title-box p{
    margin: 0;
}
.block h3,
.block h4,
.block h5{
    margin: 15px 0 10px;
    font-size: 1em;
}
.block dl dd{
	margin-left: 0;
}
.block ul{
	padding-left: 15px;
}
ul.list-style-non, ul.list-stype-non{
    list-style: none;
    padding-left: 0;
}
.text-red{
	color: red;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-bold{
	font-weight: bold;
}
.text-nomal{
	font-weight: normal;
}
.text-underline{
	text-decoration: underline;
}
.table{
    border: 1px solid #bababa;
    border-collapse: collapse;
    width: 100%;
    font-size: 1em;
}
.table th {
    border: 1px solid #333333;
    padding: 5px;
}
.table td {
    border: 1px solid #333333;
    padding: 5px;
    font-size: 1em;
}
.back-gray{
    background-color: #e1e1e1;
}
.font-size-l{
	font-size: 20px;
}
.font-size-m{
	font-size: 18px;
}
.font-size-s{
	font-size: 14px;
}
.font-size-ss{
	font-size: 10px;
}
a.link-icon[target="_blank"]{
  margin-right: 3px
}
a.link-icon[target="_blank"]:after{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -0.3em 0 0 3px;
  background: url("../img/icon-link.svg");
  background-size: contain;
  vertical-align: middle;
  content: "";
  background-repeat: no-repeat
}
.mt0 {
	margin-top: 0px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.flex{
	display: flex;
    justify-content: space-between;
    width: 520px;
}
.block-rightimg,
.block-leftimg{
    clear:both;
	  margin-bottom:20px;
}
.block-rightimg p,
.block-leftimg p{
	  margin: 0 0 10px;
    padding: 0;
}
.block-rightimg img{
    width: 250px;
    float: right;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 6px
}
.block-leftimg img{
    width: 250px;
    float: left;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 6px
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.img-2col, .img-4col, .img-5col{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.img-2col > img{
	margin-bottom: 6px;
	width: calc((100% - 12px) / 2);
}
.img-3col > img,
.img-3col > div{
	margin-bottom: 6px;
	width: calc((100% - 18px) / 3);
}
.img-2col > div > img,
.img-3col > div > img{
	width: 100%;	
}
.border-bottom-box{
    border-bottom: 1px solid #333333;
}
.border-box{
	border: 1px solid #333333;
	padding: 5px 15px;
	margin: 10px 0 10px;
}
.border-dashed-box{
	border: 1px dashed #bababa;
	padding: 5px 15px;
	margin: 10px 0 10px;
}
.top-logo{
    padding: 9.5px;
    padding-bottom: 10px;
    margin-left: 16px;
    text-align: center;
}
.title-box-wrap{
    margin-left: 15px
}