@charset "utf-8";

/* 
 Update:		2017.03.06
*/

/* link
=============================================== */

a {
	color: #4B4237;
	text-decoration: none;
}
a:visited {
	color: #4B4237;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a[id]:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
a[href^="tel:"] {
	cursor: default;
}
a:focus, *:focus { outline:none; }

/* default
=============================================== */

* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

html {
	background: #FFF;
	min-height: 100%;
	position: relative
}
body {
	min-width: 1000px;
	font-size: 62.5%; /* font-size 1em = 10px on default browser settings */
	font-family: "メイリオ","Meiryo",Helvetica,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #111;
	background: #FFF;
}
html,body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}
a img {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}

/* header
=============================================== */

header {
	padding: 25px 0;
}
#header-inner {
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
header h1#logo {
	text-align: center;
}
header h1#logo img {
	display: inline-block;
	vertical-align: middle;
}
header h1#logo img {
	width: auto;
	height: auto;
}

/* navigation
=============================================== */

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#global-nav {
	padding: 0;
	background: #F6AA00;
}
#global-nav ul {
	position: relative;
	margin: auto;
	width: 1000px;
}
#global-nav ul::after {
	display: block;
	clear: both;
	content: '';
}
#global-nav ul li {
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
}
#global-nav ul li:first-child {
	width: 200px;
}
#global-nav ul li a {
	display: block;
	padding: 18px 0 16px;
	font-size: 1.0rem;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#global-nav ul li a:hover {
	background: #EA6000;
	color: #FFF;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

/* footer
=============================================== */

footer {
	width: 100%;
	background: #545454;
}
footer #footer-inner {
	overflow: hidden;
	margin: auto;
	padding: 25px 0 0;
	width: 1000px;
}
footer dl#footer-company-info {
	color: #FFF;
	text-align: center;
}
footer dl#footer-company-info dt {
	margin: 0 0 8px 0;
	font-size: 1.4rem;
	font-weight: bold;
}
footer dl#footer-company-info dd {
	font-size: 0.9rem;
	line-height: 1.5;
}
footer #copyright {
	clear: both;
	margin: 0;
	padding: 15px 0;
	font-size: 0.9rem;
	color: #FFF;
	text-align: center;
}

/* contents
=============================================== */

.pc {
	display: inline;
}
.sp {
	display: none;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.inner50 {
	margin: 0 auto;
	padding: 50px 0;
	width: 1000px;
}
.inner75 {
	margin: 0 auto;
	padding: 75px 0;
	width: 1000px;
}
.inner1000 {
	margin: 0 auto;
	padding: 25px 0 50px;
	width: 1000px;
}
.inner700 {
	margin: 0 auto;
	padding: 25px 0 50px;
	width: 700px;
}
.btn01 {
	margin: 25px 0;
	text-align: center;
}
.btn01 a {
	display: inline-block;
	padding: 12px 18px;
	color: #FFFFFF;
	background: #0950A2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn01 a:hover {
	background: #0E80DA;
}

h2.h2-01 {
	margin: 0 0 35px;
	padding: 54px 0 0;
	background: url(../img/common/icon_rs.svg) 50% 0 no-repeat;
	text-align: center;
	font-size: 1.4rem;
	color: #EA6000;
}
h2.h2-01 span {
	display: block;
	padding: 12px 0 0;
	font-size: 1.0rem;
	color: #4B4237;
}

/* slick
=============================================== */

button.slick-prev,
button.slick-prev:focus {
	left: -55px;
	height: 30px;
	width: 30px;
	background-image: url(../img/common/icon_arrow_left.png);
}
button.slick-prev:hover {
	background-image: url(../img/common/icon_arrow_left.png);
	background-position: 0 -30px;
}
button.slick-next,
button.slick-next:focus {
	right: -55px;
	height: 30px;
	width: 30px;
	background-image: url(../img/common/icon_arrow_right.png);
}
button.slick-next:hover {
	background-image: url(../img/common/icon_arrow_right.png);
	background-position: 0 -30px;
}
button.slick-prev:before,
button.slick-next:before {
	content: "";
}

/* index
=============================================== */

#mainbox {
	margin: 0;
	background: #FCE2BA;
	text-align: center;
}
#mainbox p {
	margin: 0;
}
.flowbox {
	padding: 15px 0 35px;
	margin: auto;
	width: 640px;
}
.flowbox h3 {
	margin: 0 0 20px 0;
	padding-left: 65px;
	line-height: 50px;
	height: 60px;
	font-weight: normal;
	color: #4B4237;
	background-repeat: no-repeat;
}
.flowbox h3#flow01 { background-image: url(../img/flow/flow01.png); }
.flowbox h3#flow02 { background-image: url(../img/flow/flow02.png); }
.flowbox h3#flow03 { background-image: url(../img/flow/flow03.png); }
.flowbox h3#flow04 { background-image: url(../img/flow/flow04.png); }
.flowbox h3#flow05 { background-image: url(../img/flow/flow05.png); }
.flowbox h3#flow06 { background-image: url(../img/flow/flow06.png); }
.flowbox h3#flow07 { background-image: url(../img/flow/flow07.png); }
.flowbox h3#flow08 { background-image: url(../img/flow/flow08.png); }

#top-casebox {
	background: #F9F4EE;
	background: transparent;
}
#top-casebox-inner {
	margin: auto;
	padding: 50px 0;
	width: 1000px;
}
.case-slider div {
	padding: 0 10px;
}
.case-slider div img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#top-case-link {
	padding: 35px 0 0;
	text-align: center;
}
#top-case-link a {
	padding: 6px 24px 5px;
	font-size: 1.1rem;
	color: #FFF;
	background: #F19500;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#top-case-link a:hover {
	background: #EA6000;
	color: #FFF;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#blogbox {
	background: #F0F0F0;
	background: #FFF;
}
#blogbox-inner {
	margin: 0 auto;
	padding: 25px 0;
	width: 800px;
	text-align: center;
}
#blogbox-inner p img {
	width: 400px;
}
#blog {
	padding: 25px;
	background: #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* contents
=============================================== */

#contents {
	background-color: #F9F4EE;
	background-image: url(../img/common/bg01.jpg);
}
.innerbox01 {
	padding: 25px;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.1rem;
}
.innerbox01 p {
	line-height: 1.6;
}
#topicsbox {
	padding: 35px 25px;
	border: 2px solid #CCC;
	background: #FFF;
}
.scbox {
	height: 300px;
}
#topics-feed {
	margin: auto;
	min-height: 350px;
	position: relative;
}
#topics-feed dl {
	display: flex;
	margin: 15px 0;
	padding: 0 0 14px 0;
	border-bottom: 1px dotted #CCC;
}
#topics-feed dl dt {
	width: 20%;
	margin-bottom: 8px;
	font-size: 1.0rem;
}
#topics-feed dl dd {
	width: 80%;
	padding-left: 20px;
	font-size: 1.0rem;
	line-height: 1.6;
}

#reformbox ul {
	margin: 25px 0;
}
#reformbox li {
	margin: 30px 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0095DF;
}
#company-outline {
	width: 100%;
	border-bottom: 1px dotted #CCC;
}
#company-outline tr {
	border-top: 1px dotted #CCC;
}
#company-outline th,
#company-outline td {
	padding: 18px 32px;
	line-height: 1.6;
}
#company-outline th {
	background: #F0F0F0;
	width: 240px;
	font-weight: normal;
}
#company-outline td dl,
#company-outline td dt,
#company-outline td dd {
	line-height: 1.6;
}
#gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#gmap iframe, #gmap object, #gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* case
=============================================== */

#case-index {
	padding: 25px;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.1rem;
}
#case-index ul {
	margin-right: -15px;
	overflow: hidden;
}
#case-index li {
	float: left;
	margin: 0 15px 15px 0; 
	width: 178px;
}
#case-index li img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#casebox {
	padding: 35px 75px;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.1rem;
}
#casebox h3 {
	margin: 0 0 25px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #0095DF;
}
#casebox h3 span {
	display: block;
	padding: 8px 0 0;
	font-size: 1.0rem;
	font-weight: normal;
	color: #666;
}
#casebox .main-slider li dt {
	margin: 0 0 15px;
}
#casebox .main-slider li dd {
	text-align: center;
}

#casebox #btn-back {
	padding: 35px 0 0;
	text-align: center;
}
#casebox #btn-back a {
	padding: 6px 24px 5px;
	font-size: 1.1rem;
	color: #FFF;
	background: #F19500;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#casebox #btn-back a:hover {
	background: #EA6000;
	color: #FFF;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#casebox #commentbox {
	margin: 25px 0;
}
#casebox #commentbox p {
	line-height: 1.6;
	color: #4B4237;
}