@charset "utf-8";
/* CSS Document */
/*-----------------------------------------*/
/* index　p  -----------------------------*/
.tx_center {
	text-align: center;
}
.tx_left {
	text-align: left;
}
.tx_md {
	margin: 40px auto 30px;
	text-align: center;
}
.tx_md p, .tx_md .list_tx, .tx_md ul {
	display: inline-block;
	text-align: left;
}
.tx_md2 {
	text-align: center;
}
.tx_md2 p {
	display: inline-block;
	text-align: left;
}
.c-note--mark--bk {
	padding-left:2.5em;
	text-indent: -2.5em;
}
/* index  -----------------------------*/
.sg-dummy_add3 {
	font-size: 16px;
	padding: 10px 22px 0;
	line-height: 1.5;
	margin-top: 20px;
}
.tx_icon {
	font-size: 16px;
	margin-bottom: 80px;
}
.tx_icon span {
	vertical-align: super;
}
.u-icons::before {
	margin-right: 0.2em;
}
.button_line007 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px auto 30px;
    padding: 15px 10px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eee;
	font-size: 16px;
}
.button_line007 a:hover {
    background: #deeff5;
    color: #00a0c8;;
}
.button_line007 a:before, .button_line007 a:after {
	box-sizing: inherit;
	content: "";
	position: absolute;
	border: 2px solid transparent;
	width: 0;
	height: 0;
}
.button_line007 a:before {
	top: 0;
	left: 0;
}
.button_line007 a:after {
	bottom: 0;
	right: 0;
}
.button_line007 a:hover:before, .button_line007 a:hover:after {
	width: 100%;
	height: 100%;
}
.button_line007 a:hover:before {
	border-top-color: #00a0c8;
	border-right-color: #00a0c8;
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.button_line007 a:hover:after {
	border-bottom-color: #00a0c8;
	border-left-color: #00a0c8;
	transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}
.waku {
	margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
	display: inline-flex;
}
.waku_b1 {
    background-color: #004878;
    color: #fff;
    padding: 5px 12px;
	margin-right: 10px;
}
.waku_b2 {
    background-color: #9e5323;
    color: #fff;
    padding: 5px 12px;
	margin-right: 10px;
}
.waku_b3 {
    background-color: #32543b;
    color: #fff;
    padding: 5px 12px;
	margin-right: 10px;
}
.waku_b4 {
    background-color: #442769;
    color: #fff;
    padding: 5px 12px;
	margin-right: 10px;
}
.waku_b5 {
    background-color: #8a1d46;
    color: #fff;
    padding: 5px 12px;
	margin-right: 10px;
}
@media (max-width: 768px) {
.sg-dummy_add3 {
	padding: 0;
	margin-bottom: 20px;
}
}
@media screen and (max-width:425px) {
.waku_b1, .waku_b2, .waku_b3, .waku_b4, .waku_b5 {
    padding: 5px 8px;
	font-size: 80%;
}
}
@media only screen and (max-width: 425px) {
.l-inner--small, .l-inner-small {
	padding-right: 0;
	padding-left: 0;
}
}



