@charset "UTF-8";

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.info0501 {
	width: 100%;
	max-width: 1000px;
	font-size: 22px;
	margin: 30px auto 50px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center
	}


#content-body-wrapper .global-service-wrapper .global-service li a {
	text-decoration: none
	}

#content-body-wrapper .general-service-wrapper .general-service li a {
	text-decoration: none
}

hr.border {
	background: #e8eaeb;
	height: 30px;
	border: 0
	}

#content-body .section ul.gpnews {
		margin-bottom: 50px;
	}

#content-body .section ul.gpnews li {
		padding: 10px 10px 0 0;
		margin: 10px 0;
		border-bottom: 1px solid #e8eaeb
	}

#content-body .section ul.gpnews li .days {
		position: relative;
		float: left;
		background-color: #e8eaeb;
		padding: 5px 10px;
	}

#content-body .section ul.gpnews li .days  span{
			}

#content-body .section ul.gpnews li .ct {
		position: relative;
		float: left;
		border: 1px solid #e8eaeb;
		text-align: center;
		padding: 3px 0;
		margin: 0 20px;
		width: 100px
	}

#content-body .section ul.gpnews li .news {
		position: relative;
		float: left
	}

#content-body .section ul.gpnews li .topics {
		float: left;
		padding: 5px 0
	}

#content-body .section ul.gpnews li .topics a{
		display: block;
	}

#content-body .section ul.gpnews li .topics a,#content-body .section ul.gpnews li .topics a:hover,#content-body .section ul.gpnews li .topics a:visited{
		text-decoration: none;
	}

/* FAX */

#str-content table tr td span.weight {
	font-weight: bold
	}

#str-content table tr td .red {
	color: #ff0000
	}

#str-content table tr td .green {
	color:#009933
	}

#str-content table tr td .under {
	text-decoration: underline
	}

#str-content .section {
	margin: 0px 40px 20px 60px
	}

#str-content table tr td .detail {
	margin: 20px 60px
	}

#str-content table tr td .detail h1 {
	color: #ff0000;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold
	}

#str-content table tr td .ct01{
	display: table-cell;
	font-size: 12px
	}

#str-content table tr td .ct02{
	padding: 15px 25px;
	display: block
	}

#str-content table tr td .ct02 ul li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px
	}

#str-content table tr td .ct02 ul li:last-child{
	margin-bottom: 0
	}

#str-content table tr td .ct02 ul.link-06{
	clear: left
	}

#str-content table tr td .ct02 ul.link-06 li{
	float: left;
	list-style-type: none
	}


#str-content table tr td .ct02 .sub {
	font-size: 11px;
	display: block;
	padding-bottom: 10px
	}

#str-content table tr td .ct02 .sub-ttl {
	margin: 30px 0
	}

#str-content table tr td .ct02 .sub-ttl-first {
	margin: 0 0 20px 0
	}

#str-content table tr td .ct03{
	border: 1px solid #000000;
	padding: 20px;
	margin: 20px 0
	}

#str-content table tr td .ct03 h2{
	color: #FF0000;
	font-weight: normal;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px
	}


#str-content table tr td .detail .ct01 p {
	text-decoration: underline
	}

#str-content table tr td .content-box {
	width: 768px;
	margin: 20px auto;
	font-size: 12px;
	box-sizing: border-box;
	background-color: #ffffdd
	}

.top-bannar-area-wrapper .top-bannar-area .bannar-list .item-bannar-c {
	width: auto;
	text-align: center
}

ul.bnr_list {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.bnr_list li{
	width: 49%;
}

ul.bnr_list li:nth-child(2n){
	display: none;
}
ul.bnr_list li:nth-child(2n+1){
	display: block;
}


ul.bnr_list li:nth-child(5){
	margin: 0 auto;

}
ul.bnr_list li:nth-child(5) img{
	width: 100%;
	margin: 15px auto 0;
}

ul.bnr_list li:hover{
	  opacity: 0.7;
	}

ul.bnr_list li:first-child {
	margin-right: 10px
	}


@media only screen and (max-width: 767px) {

ul.bnr_list {
	width: 92.56845vw;
	display: block;
	padding: 0 10px
}

ul.bnr_list li {
	margin-bottom: 10px
}

ul.bnr_list li:nth-child(2n){
	display: block;
	width: 100%;
}

ul.bnr_list li:nth-child(2n+1){
	display: none;
}

ul.bnr_list li img {
	width: 100%;
	box-sizing: border-box;
}

}