hr{
	border-top:1px solid #999;
	margin:0;
	padding:0;
}

.clear{
   clear:both;
}

.more{
	text-align:center;
	color: #0e3eac;
	font-size:81%;
}

.moretext{
	font-weight:bold;
	padding-top:3px;
	vertical-align:top;
	display:inline-block;
}

.fa fa-angle-down {
	font-size:200%;
}

#text_menu a{
	color:#000;
	text-decoration:none;
	margin-right:2px;
	margin-left:2px;
}

#text_menu a:hover {
	color:#888;
	text-decoration:underline;
}

#top_menu a:link {
	color: #000;
	text-decoration:none;
}
#top_menu a:visited {
	color: #000;
	text-decoration:none;
}
#top_menu a:hover {
	color: #777;
	text-decoration:none;
}
#top_menu a:active {
	color: #000;
	text-decoration:none;
}

.news{
	width:32%;
	margin-left: 2%;
	float:left;
}

.udmenu hr{
	margin: 4px 0;
	border-top:1px dotted #bbb;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

.pick_txt{
	font-size:81%;
	padding: 2%;

}

.udmenu{
	width:46%;
	margin: 0 2%;
	float:left;
}

.ttl p{
	color: #000;
}

.mainttl{
	width:96%;
	margin:0 2%;
}

.mainttl2{
	width:99%;
	margin:0 2% 0 -1%;
}

.news-text {
	font-size: 14px;
}

table {
	width: 100%;
    border-collapse: collapse;
	border: 1px solid #ddd;
}

table th {
    padding: 10px;
    border: 1px solid #ddd;
	text-align: center;
}

table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.shitenmei{
	font-weight:bold;
	font-size:124%;
}

.bg1 {
	height:200px;
}

.top_ttl{
	padding-top:53px;
	font-size: 20px;
}

.top_ttl strong {
	font-size: 36px;
}

.hhr {
	text-align:center;
}

.hhr hr{
	border-top:1px #ddd solid;
	border-left:0;
	border-right:0;
	border-bottom:0;
	margin: 12px 0;
}

.news-day {
	font-weight: bold;
	margin-bottom: 3px;
}

.shutoku {
	border:1px #eee solid;
	overflow:hidden;
	background-color:#fff;
}

.fci img{
	width: 90%;
	height: auto;
}

.fci {
	width: calc(50% - 20px);
    margin: 10px;
	padding: 20px 8px;
	font-size: 14px;
	background-color: #fff;
    text-align: center;
    display: block;
    border: 1px #bbb solid;
}

.fci:hover {
	background-color: #eee;
}

.btn-more {
	position: absolute;
    bottom: 20px;
	left: 20px;
    font-weight: normal;
    font-size: 11px;
    border: 1px #fff solid;
    padding: 5px;
    display: block;
    text-align: center;
}

.philosophy {
	text-align: center;
}

.philosophy img {
	width:70%;
	max-width:400px;
	margin:0 auto;
}

.graph {
    width: calc(50% - 20px);
}

.graph img {
    width: 100%;
}

dl {
    margin: 0;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}

dt {
    width: 260px;
    padding: 12px;
    float: left;
    font-weight: 600;
    border-top: 1px #ddd solid;
}

dd {
    margin-left: 260px;
    padding: 12px;
    border-left: 1px #ddd solid;
    border-top: 1px #ddd solid;
}

@media screen and (max-width: 720px){
    .graph {
        width: calc(100% - 20px);
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .sp_margin {
        margin-bottom: 40px;
    }

    dt {
        padding: 18px 18px 0;
        float: none;
        width: 100%;
    }

    dd {
        margin-left: 0;
        padding: 6px 18px 18px;
        border-left: none;
        border-top: none;
    }

    .row_table {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .row_table thead,
    .row_table tbody {
        display: block;
        float: left;
        width: 50%;
    }

    .row_table tr {
        display: block;
        width: 100%;
    }

    .row_table tr th,
    .row_table tr td {
        display: block;
        height: 50px;
        border-top: none;
        border-left: none;
        line-height: 30px;
    }

    .row_table tr td {
        border-right: none;
    }

    .row_table tr th:last-child,
    .row_table tr td:last-child {
        border-bottom: none;
    }
}