#header .logout {
    float: right;
}
#header .logout a {
    padding: 4px 10px;
    border: 1px solid #005437;
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
}
#header .top_navi {
    position: static;
}
/* #mv_inside {
    min-height: 150px;
} */
#mv_inside h2 {
    /* width: 135px;
    height: 53px; */
    position: absolute;
    top: 50%; bottom: auto;
    left: 50%; right: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

#mv_inside h2 span {
    display: block;
    text-align: center;
    font-size: 72%;
    color: #005437;
}

.list_article {
    border-bottom: 1px #ccc solid;
}

.item__info {
    display: flex;
    width: 100%;
    padding: 15px;
    border-top: 1px #ccc solid;
}
.item__info .date{
    flex: 0 0 auto;
    width: 100px;
}
.item__info .txt{
    flex: 1 0 auto;
    display: flex;
    align-items: center;
}

.item__info .new {
    background: #be0808;
    color: #fff;
    padding: 1px 8px;
    margin-left: 10px;
    text-align: center;
    font-size: 10px;
}

.wp-pagenavi {
    margin-top: 30px;
    text-align: center;
}

#contents h3 span {
    font-size: 85%;
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
}

.box__editor {
    margin-bottom: 40px;
}

.list__files {
    margin-top: 40px;
}
.item__file {
    padding: 15px 0 ;
    border-bottom: 1px #ccc solid;
}
.box__photos {
    margin-top: 40px;
}
.nav-archive {
    margin: 0 auto;
    margin-top: 40px;
    display: block;
    width: 100%;
    max-width: 400px;
}
.nav-archive a {
    display: block;
    padding: 15px;
    color: #005437;
    border: 1px #005437 solid;
    text-align: center;
}

	main a[target='_blank']::after {
		content: '\f08e';
		font-family: 'FontAwesome';
	}
	main a[href$='.pdf']::after {
		content: '\f1c1';
		font-family: 'FontAwesome';
		color: red;
	}
	main a[href$='.doc']::after,
	main a[href$='.docx']::after {
		content: '\f1c2';
		font-family: 'FontAwesome';
		color: blue;
	}
	main a[href$='.xls']::after,
	main a[href$='.xlsx']::after {
		content: '\f1c3';
		font-family: 'FontAwesome';
		color: green;
    }
    
.login {
}

.login .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #f0f0f0;
}

.login main {
    width: 90%;
    max-width: 400px;
}

.login #site_id {
    text-align: center;
    margin: 0 auto 15px;
}
.login main h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.login form {
    padding: 15px;
    background-color: #fff;
    border: 1px #ccc solid;
}
.login .tml-field-wrap label {
    margin-bottom: 0;
}
.login .tml-field-wrap input[type="text"],
.login .tml-field-wrap input[type="password"] {
    outline: none;
    background: #fff;
    border: 1px #ddd solid;
    padding: .5em;
    border-radius: 3px;
}

.login .tml-field-wrap button[type="submit"]{
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    background: #005437;
    border-color: #005437;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-weight: bold;
    width: 100%;
}

.login .btn_return {
    margin-top: 30px;
    text-align: center;
}
.login .btn_return a {
    text-decoration: underline;
}

.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}

@media screen and (max-width:480px){
    .item__info {
        display: block;
    }
    .item__info .date{
        width: 100%;
        margin-bottom: 4px;
    }
    #mv_inside h2 {
        font-size: 18px;
    }
}