/* CSS Document */
/* =============================================
share
================================================ */
article, aside, canvas, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary { display: block; }

a { color: #000000; text-decoration: none; display: inline-block; position: relative; }
a::after { content: ''; display: inline-block; position: absolute; width: 100%; height: 2px; bottom: -5px; left: 0; }

a:hover { color: #6EB92D; }
a:hover::after { background: #6EB92D; }

body { width: 980px; padding: 0 20px; margin: auto; }

p { font-size: 15px; line-height: 180%; }

section { border-top: solid 1px black; padding: 0 40px; }
section h1 { text-align: center; font-weight: 600; font-size: 20px; letter-spacing: 5px; margin: auto; padding: 20px 0 30px; }

/* =============================================
header
================================================ */
header { padding: 80px 0 35px; overflow: hidden; border-bottom: solid 1px black; }
header h2 { float: left; }
header div { float: right; width: 315px; }
header h1 { font-size: 20px; margin-bottom: 10px; font-weight: 600; }
header h1 span { font-weight: 600; font-size: 14px; padding-right: 10px; }
header address { font-size: 12px; font-style: normal; line-height: 150%; }
header #tel { float: none; border-top: solid 1px black; margin-top: 20px; padding-top: 15px; font-size: 17px; font-weight: 600; }
header #tel b { font-weight: 600; display: block; margin-bottom: -10px; }
header #tel span { font-size: 29px; font-weight: 600; padding-left: 10px; color: #6EB92D; }

nav { display: block; text-align: center; }
nav div { display: inline-block; padding: 15px 40px; }
nav a { font-size: 15px; letter-spacing: 5px; font-weight: 600; }

/* =============================================
footer
================================================ */
footer { padding: 10px 0 40px; font-size: 13px; border-top: solid 1px black; position: relative; }

#foot_nav { position: absolute; right: 0; top: 10px; border-right: 1px solid black; }
#foot_nav li { display: inline-block; padding: 0 15px; font-size: 12px; border-left: 1px solid black; }
#foot_nav a:after { display: none; }

#toTop { position: fixed; bottom: 100px; right: 50px; }
#toTop a { position: static; display: block; }
#toTop a img { display: block; }
#toTop a:hover:after { border: none; width: 100%; height: 48px; bottom: 0; background: url(img/totop_on.jpg) no-repeat center bottom; background-size: 100% auto; }

/* =============================================
content
================================================ */
#main_img { margin: 20px auto 50px; }

#gaiyo { padding: 0 60px 50px; overflow: hidden; }
#gaiyo h1 { color: #6EB92D; font-weight: normal; font-size: 25px; line-height: 180%; margin-bottom: 20px; }
#gaiyo div { float: left; }
#gaiyo img { float: right; margin-top: 50px; }

#business #cont3 { margin-bottom: 40px; }
#business #cont3 ul { overflow: hidden; }
#business #cont3 li { float: left; width: 32%; background: #FFFDEB; height: 240px; padding: 50px 0 0; margin-left: 2%; position: relative; overflow: hidden; }
#business #cont3 li:first-child { margin-left: 0; }
#business #cont3 li::before { content: ''; display: block; position: absolute; left: -55px; top: -55px; width: 100px; height: 100px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); background: #6EB92D; }
#business #cont3 li b { display: block; line-height: 150%; margin: 0 25px 25px; font-size: 20px; }
#business #cont3 li p { margin: 0 25px; }
#business #cont3 li .num { position: absolute; width: 40px; height: 50px; color: white; left: 0; top: 0; font-size: 15px; line-height: 40px; font-weight: 600; text-align: center; }
#business #transport { background: #FFFDEB; padding-bottom: 30px; margin-bottom: 60px; }
#business #transport h1 { border-bottom: double 4px black; margin: 0 30px; padding: 30px 0; background: url(img/car_ico.png) no-repeat center; }
#business #transport ul { margin: 30px 30px 0; overflow: hidden; }
#business #transport li { border-left: 1px solid; float: left; width: 27%; padding: 0px 3%; height: 370px; }
#business #transport li:first-child { border: none; }
#business #transport b { display: block; line-height: 150%; margin: 0 0 25px; font-size: 20px; }

#car ul { overflow: hidden; margin-bottom: 30px; }
#car li { float: left; width: 405px; margin-bottom: 40px; margin-right: 50px; }
#car li:nth-child(2n) { margin-right: 0; }
#car b { display: block; line-height: 150%; margin: 15px auto; font-size: 20px; }
#car b span { font-size: 15px; }

#company { margin-bottom: 80px; }
#company table { border: solid 1px black; border-spacing: 0; width: 860px; margin: auto; }
#company table th { padding: 15px 40px; width: 100px; border-right: 1px solid black; letter-spacing: 1px; }
#company table td { padding: 15px 40px; }
#company table th, #company table td { border-bottom: dashed 1px black; font-size: 15px; line-height: 150%; }
#company table tr:last-child th, #company table tr:last-child td { border: none; }
#company table li { padding: 5px 0 5px 20px; position: relative; }
#company table li::after { content: ''; display: block; width: 10px; background: #6EB92D; height: 10px; position: absolute; left: 0; top: 10px; border-radius: 50%; }
