@charset "utf-8";
/* CSS Document */
/* --------------------------------
	右寄せ（画像）
-------------------------------- */
.tx_md {
	margin: 30px auto 40px;
	text-align: center;
}
.tx_md p, .tx_md .list_tx, .tx_md ul {
	display: inline-block;
	text-align: left;
}
/*-------------------------------- */
/*-------------------------------- */
.c-head_under {
	text-align: center;
	border-bottom: dotted 5px #004878;
	line-height: 1.5em;
	font-size: 24px;
	margin-top: 60px;
	color: #004878;
	padding-bottom: 8px;
}
.c-head_under_2 {
	line-height: 2.2;
}
.c-head_under_2 span {
	text-align: center;
	border-bottom: dotted 5px #dc6f06;
	font-size: 21px;
    font-weight: bold;
	margin-top: 60px;
	color: #dc6f06;
	padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.waku-4 {
	background-color: #004878;
	border-radius: 20px;
	color: #fff;
	padding: 4px 10px;
	width: 70%;
	margin: 40px auto 0;
	font-size: 21px;
	font-weight: bold;
}
@media screen and (max-width:767px) {
.waku-4 {
	width: 100%;
}
}
/* 関連資料   -----------------------------*/
.button003 a {
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
    max-width: 260px;
    padding: 10px 25px;
    color: #dc6f06;
    transition: 0.3s ease-in-out;
	font-size: 16px;
	font-weight: bold;
	border: solid 2px #dc6f06;
}
.button003 a:hover {
    background: #dc6f06;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #dc6f06;
    border-right: 3px solid #dc6f06;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 25px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}
