body{
	margin:0 auto;
	
	background: linear-gradient(#A5D0E2 50%, #9cc8da 50%);
	background-size: 100% 10px;
}


.att {
	padding:50px 0 50px 0;
}

.att .container {
	background-color:#fff;
	border-radius: .5rem;
}

.att a {
	color: #00adb9;
}

.att_tit {
	height: 56px;
}

.word {
	padding: 1rem;
}
.word .ttop {
	color: #BC3156;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
}
.word .ttop .tt {
	color: #E54E6E;
}
.word .ttop .code {
	color: rgb(245, 159, 0);
}
.word .abtn {
	display: inline-block;
	background-color: #26BEC9;
	color: #fff;
	padding: .4rem 1rem;
	width: 100%;
	max-width: 600px;
	border-radius: .2rem;
	margin-top: 1rem;
	letter-spacing: .3rem;
}
.word .abtn:hover {
	text-decoration: none;
	background-color: rgb(19, 150, 160);
}
.word h4 {
	margin-top: 3rem;
	font-weight: bold;
	color: #005AA0;
}
.word p {
	margin:20px 10px 0 10px;
    text-align:justify;
}







.edm_footer_001 {
 background-color:#00599d;
}
.edm_footer_001 .svg {
    fill: #fff;
}
.edm_footer_001 .icon_list > li > p {
	color: #fff;
}
.edm_footer_001 .icon_list > li {
    border-bottom: 1px solid #fff;
}




.edm_header_001 {
	padding: .5em;
	background-color: #fff;
}
.edm_header_001 .header_wd {
    display: inline-block;
	margin-left: .5em;
	font-size: .9rem;
}

.edm_header_001 .header_logo {
	width: 100px;
}

.header_logo2 {
	display: inline-block;
	height: 24px;
	position: relative;
	margin-left: 10px;
	padding-left: 10px;
}
.header_logo2 img {
	max-height: 100%;
}
.header_logo2:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #aaa;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
}



.edm_header_001 .header_logo {
	width: 60px;
}


.edm_top_002 {
	position: relative;
}
.edm_top_002 img {
	width: 100%;
}
.edm_top_002 img.sm {
	max-width: 768px;
}
.edm_top_002 img.lg {
	max-width: 1920px;
}

.edm_top_002 .sm {
	display: block;
}
.edm_top_002 .lg {
	display: none;
}

.edm_top_002 .showline {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/line_m.png) top left no-repeat;
	background-size: cover;
	background-position: 0 0;
	position: absolute;
	top: 0;
	left: 0;
    animation:oxxo 1.6s infinite steps(2);
}
@keyframes oxxo{
    from{
		background-position: 0 0;
    }
    to{
		background-position: 200% 0;
    }
}
@keyframes oxxo2{
    from{
		background-position: 0 0;
    }
    to{
		background-position: 0 200%;
    }
}


@media (min-width: 576px) {}
@media (min-width: 768px) {
	.edm_header_001 .header_logo {
		width: 90px;
	}
	.header_logo2 {
		height: 33px;
	}

	.edm_header_001 {
		padding: .5em 1em;
	}
	.edm_header_001 .header_wd {
		font-size: 1rem;
	}


	.edm_top_002 .sm {
		display: none;
	}
	.edm_top_002 .lg {
		display: block;
	}


	.word .ttop {
		font-size: 1.4rem;
	}


	.edm_top_002 .showline {
		background: url(../images/line.png) top left no-repeat;
		background-size: cover;
		animation:oxxo2 1.6s infinite steps(2);
	}
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}