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

.top_copy{
font-size: 25px;
    letter-spacing: 0.05em;
	line-height: 1.6;
	padding-bottom: 3%;
	font-weight: 600;
}

.top_copy_description{
    font-size: 13px;
    opacity: 0.5;
	font-weight: bold;
}

.top_copy_txt{
 padding: 0.1px;
    -webkit-letter-spacing: 0.05em;
    -moz-letter-spacing: 0.05em;
    -ms-letter-spacing: 0.05em;
    letter-spacing: 0.05em;
    text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10%;
}

.about_copy_txt{
    
    padding: 0.1px;
    -webkit-letter-spacing: 0.05em;
    -moz-letter-spacing: 0.05em;
    -ms-letter-spacing: 0.05em;
    letter-spacing: 0.05em;
    padding-bottom: 10%;
	padding-top: 5%;
	margin-bottom: 10%;
    border-bottom: #dddddd 1px dotted;
}


.caption_s_box {
	width: 100%;
	display: block;
	padding-bottom: 7%;
}


.caption_s {
	display: block;
    position: relative;
    padding-left: 20px;
    font-size: 11px;
    letter-spacing: 0.05em;
	font-weight: bold;
}



.caption_s:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 12px;
        display: block;
        width: 10px;
        height: 3px;
        background: #9b8c6c;
      }





.top_new_box{
	width: 100%;
	display: block;
}






.top_new_box dl{
margin-bottom: 3%;
padding-bottom: 3%;
border-bottom: #cccccc 1px dotted;
display: block;
  flex-wrap: wrap;
  align-items: baseline;
width: 100%;
}


.top_new_box dt{
	width: 100%;
	padding-bottom: 1%;
	font-weight: bold;
	float: left;
	color: #999999;
	font-size: 80%;
	text-align: left;display: block;
}

.top_new_box dd{

}











.top_newss{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0%;
	padding-bottom: 5%;
}
.top_newss:after{
	content:"";
	display:block;
	width: 21%;
	height:0;
}
.top_news{
	width: 21%;
	margin-bottom: 3%;
}


.top_news_block{
border-top: #cceef8 2px solid;
padding-top: 15%;
margin-top: 5%;
}


.day{
font-size: 100%;
padding-bottom: 5%;
font-weight: 500;
}

.day span{
float: right;
display: inline-flex;
margin-top: 5%;
}

.news_cap{
padding-top: 25%;
font-weight: 500;
font-size: 9px;
color: #00A9DE;
}

.icon_ci{
font-size: 85%;
    border-radius: 90px;
    border: solid 1px #00A9DE;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
	margin-bottom: 5px;
    color: #00A9DE;
}
@media screen and (max-width: 738px) {
	
.top_news{
	width: 100%;
	margin-bottom: 3%;
}	
.icon_ci{
font-size: 85%;
    border-radius: 90px;
    border: solid 1px #00A9DE;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    color: #00A9DE;
	vertical-align: baseline;
}	
	
	
}



@media only screen and (max-width: 768px) {
.news_block {
  border-top: #f0e4d5 2px solid;
  padding-top: 15%;
  margin-top: 5%;
}

.day {
  font-size: 95%;
  padding-bottom: 1%;
}
	
.news_cap {
  padding-top: 15%;
letter-spacing: 0.05em;
	font-size: 90%;
	font-weight: 600;
}
	
}	
