/* 
Theme Name: ESTAXIA
*/
/* この下に通常のcssを書いていく */


.ach-single-content h2{
	font-size:1.5em;
	background:#e6844b;
	color:#fff;
	padding:15px;
}


.ach-single-content h3{
	font-size:1.4em;
	border-left:5px solid #e6844b;
	border-bottom:1px solid #e6844b;
	padding:15px;
}

.ach-single-content h4{
	font-size:1.3em;
	background:#e6844b;
	color:#fff;
	padding:15px;
	border-radius:10px;
}

.ach-single-content h5{
	font-size:1.2em;
}


.ach-single-content h6{
	font-size:1.1em;
}


.ach-single-content p{
	font-size:1em;
	margin:20px 0 30px 0;
}


.ach-single-content .container{
padding:10px;
	max-width:800px;
	margin:30px auto;
	background:#fff;
	width:100%;
}

.ach-single-content .container .button{
	margin:0px auto;
}

.ach-single-content .container .button button{
	background:#e6844b;
	padding:10px 20px;
	display:block;
	margin:20px auto;
}

.ach-single-content .container .button a{
	color:#fff;
}

.nation{
	width:100%;
	display:flex;
	justify-content:center;
}

.nation div{
	width:100%;
	border:1px solid #ddd;
	padding:15px;
}

.nation a{
	color:inherit;
}

.nation div:last-child{
	text-align:right;
}

.nation div:left-child{
	text-align:left;
}

.footer-nav ul li{
	text-align:center;
}

footer .inner-footer .footer-top .footer-nav ul li{
	text-align:left !important;
}