@charset "utf-8";
/* CSS Document */

body {display: block; margin: 0;}

a,a:visited { color:#282828; text-decoration:none;}
a:hover{ color:#d68533; text-decoration:none; }
a:focus{ -moz-outline-style:none; }
img {width: auto; max-width: 100%; vertical-align: top;}

.officeBox{ font-size:92%; line-height:1.5;}

#article01,#article02,#article03,#article04,#article05{ position:relative;}

.btn01{ width:585px; height:71px;}
.btn02,.btn02{ width:327px; height:101px;}


/* header */
#header{display: block; width: 100%; height: 90px; overflow: hidden; padding: 0 30px 0 20px;}
#header a{text-decoration: none; transition: .3s ease;}
#header a img{max-width: 236px;}
#header a span{border-left: 1px solid #282828; font-size: 15px; margin-left: 40px; padding-left: 10px;}

/* kv */
.kv {display: block; max-width:980px; width: 100%; margin:40px auto;}

/* contents */
#contentsTop{display: block; max-width: 980px; width: 100%; margin: 40px auto;}

/* footer */
#footer{display: block;background: #333; color: #fff;}
#footer_inner{max-width: 1250px; width: 100%; margin: auto; padding: 50px 0 80px;}
#footer_inner.flex{display: flex; flex-wrap:wrap; justify-content: space-between; align-items: center;}

#footer_inner .f_logo span {font-size: 15px; border-left: 1px solid #fff; padding-left: 10px; margin-left: 40px; vertical-align: bottom;}
#footer_inner .f_logo span a{ color: #fff;}

#footer_inner .f_copy small{font-size: 12px;}

